Reputation: 5189
EXE
in it,will first stop on a specific line,how does OD know where to initially stop?Upvotes: 0
Views: 480
Reputation: 6735
you can configure where it should stop. by default it stops on the program entry point mentioned in the PE header.
You can open the memory map and open any page listed there either in the dump window or in the disassembly. You can also follow any jump in the disassembly. So you can see all code.
Upvotes: 1
Reputation: 12785
Upvotes: 0