1.

_____________ will not recreate the original source file created by the compiler.(a) Debugger(b) Hex Editor(c) Decompiler(d) DisassemblerThis question was posed to me during an interview for a job.I want to ask this question from Attack Vectors topic in chapter Understanding Attack Vectors of Cyber Security

Answer»

Right answer is (c) Decompiler

Easiest explanation: Decompilers does not attempt to REVERSE the actions of a compiler; rather it transforms the input PROGRAM repeatedly until HLL code is achieved. They will not recreate the ORIGINAL source file CREATED by the compiler.



Discussion

No Comment Found

Related InterviewSolutions