79467124

Date: 2025-02-25 15:54:19
Score: 1.5
Natty:
Report link

You can start the process from within IDA, first load the binary ( exe ) into IDA ( File -> Open, or select on the IDA's start menu ), then select a debugger, "Local Windows Debugger" will work fine. After which you can click the green Play Icon.

Selecting a Debugger

Starting the debugger

After which, IDA automatically breaks at the first function call. You can set the breakpoints even before starting the debugger.

Reasons:
  • No code block (0.5):
  • Low reputation (1):
Posted by: ShufflePerson