1.

________________ does not attempt to reverse the actions of compiler; rather it transforms the input program repeatedly until HLL code is achieved.(a) Debugger(b) Hex Editor(c) Disassembler(d) DecompilerThis question was posed to me in class test.This key question is from Attack Vectors in chapter Understanding Attack Vectors of Cyber Security

Answer»

The correct choice is (d) Decompiler

To explain I would say: USUALLY, decompiler is feed with executable files and it tries to produce high-level code. They can be said as opposite of compiler. It does not attempt to reverse the ACTIONS of a compiler; RATHER it transforms the input PROGRAM repeatedly until HLL code is ACHIEVED.



Discussion

No Comment Found

Related InterviewSolutions