InterviewSolution
Saved Bookmarks
| 1. |
Which of the following is not a feature of IDAPro?(a) Instant debugging(b) Connect local and remote systems easily(c) Explore in-depth binary data(d) Convert machine language to high-level codeI have been asked this question during an internship interview.This intriguing question originated from Attack Vectors in portion Understanding Attack Vectors of Cyber Security |
|
Answer» CORRECT choice is (d) Convert machine language to high-level code The BEST I can explain: IDAPRO is used as a disassembler in manual binary code analysis and also used as debugger which is used for instant DEBUGGING, connect LOCAL and remote systems easily and explore in-depth binary data. |
|