InterviewSolution
Saved Bookmarks
| 1. |
IDAPro is used as a _________________ in manual binary code analysis and also used a debugger.(a) PE & Resource Viewer(b) Debugger(c) Disassembler(d) Hex EditorThe question was posed to me in examination.My question is taken from Attack Vectors topic in chapter Understanding Attack Vectors of Cyber Security |
|
Answer» RIGHT answer is (c) Disassembler To explain I would say: Disassembler in Reverse ENGINEERING USED to SLICE up binary codes into assembly codes. IDAPRO is used as a disassembler in manual binary code analysis and also used as a debugger. |
|