adplus-dvertising
frame-decoration

Question

What is the difference between a disassembler and a decompiler?

a.

A disassembler takes an executable binary file and attempts to produce readable high-level language code from it, while a decompiler generates assembly language code from a program binary.

b.

A disassembler and a decompiler perform the same function.

c.

A disassembler generates assembly language code from a program binary, while a decompiler attempts to produce readable high-level language code from it.

d.

A disassembler is used for debugging, while a decompiler is used for reverse engineering.

Posted under Reverse Engineering

Answer: (c).A disassembler generates assembly language code from a program binary, while a decompiler attempts to produce readable high-level language code from it. Explanation:A disassembler takes an executable binary file and generates assembly language code, while a decompiler attempts to produce readable high-level language code from it by trying to reverse the compilation process and obtain the original source file or something similar to it.

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. What is the difference between a disassembler and a decompiler?

Similar Questions

Discover Related MCQs

Q. Are decompilers more powerful than disassemblers?

Q. What is the legal debate surrounding reverse engineering?

Q. Should one seek legal counsel before attempting a high-risk reversing project?

Q. What is the purpose of decompilers?

Q. What is the nature of software interfaces?

Q. What is a software platform?

Q. Is it possible to accurately predict whether a particular reversing scenario is going to be considered legal or not?

Q. What is the critical decision that a software platform developer must make?

Q. What is the benefit of reverse engineering when used for interoperability?

Q. What is the most extreme example of reverse engineering for the purpose of developing a competing product?

Q. What is a more relevant and ethical kind of reverse engineering in a competing product situation?

Q. What is the purpose of copyright laws?

Q. What is the fine line between stealing a competitor’s code and reimplementing it?

Q. What is considered a violation of copyright law in software development?

Q. How does copyright law affect the process of reverse engineering a competitor’s code?

Q. Why have opponents of reverse engineering claimed that the process violates copyright law?

Q. What is fair use in the context of intermediate copying?

Q. Which court cases have considered intermediate copying to be fair use?

Q. Why was intermediate copying considered fair use in the court cases?

Q. What are the two primary options for protecting the unique aspects of a new technology?