Welcome to ExamTopics
ExamTopics Logo
- Expert Verified, Online, Free.
exam questions

Exam 312-49v10 All Questions

View all questions & answers for the 312-49v10 exam

Exam 312-49v10 topic 1 question 612 discussion

Actual exam question from ECCouncil's 312-49v10
Question #: 612
Topic #: 1
[All 312-49v10 Questions]

Harry has collected a suspicious executable file from an infected system and seeks to reverse its machine code to instructions written in assembly language.
Which tool should he use for this purpose?

  • A. HashCalc
  • B. Ollydbg
  • C. BinText
  • D. oledump
Show Suggested Answer Hide Answer
Suggested Answer: B 🗳️

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
aqeel1506
4 months ago
The correct answer is B. Ollydbg. Ollydbg is a debugger that can disassemble executable files, translating machine code into assembly language, allowing Harry to reverse engineer the executable and understand its behavior. Here's why the other options are not the best choices: A. HashCalc is a tool for calculating hash values, not for reverse engineering or disassembling executables. C. BinText is a tool for extracting text strings from binary files, but it's not a disassembler. D. oledump is a tool for analyzing OLE (Object Linking and Embedding) files, not for disassembling executables. Ollydbg is a popular choice for reverse engineering and debugging on Windows platforms.
upvoted 1 times
...
Elb
6 months ago
Selected Answer: B
OllyDbg is a 32-bit assembler level analyzing debugger for Microsoft Windows. Emphasis on binary code analysis makes it particularly useful in cases where source is unavailable. Once the suspected malware sample is loaded on OllyDbg, it will show assembler mnemonics, opcodes, and virtual addresses. Investigators can set breakpoints and run the code to see how the malware functions. It is also possible to modify the execution flow of a malware file with OllyDbg.
upvoted 1 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...