I am trying to figure out how uncontrolled exception filter works overflow overflow. I know very well what is going to happen, but I need to get the "call dwarf ptr [edi + 0x78]" instruction in netty 32.dll.
Can you help me find that instruction? I tried to use ollydbg, I load netapi32.dll and searched for a command, then "call dwarf ptr [edi + 0x78]", but nothing.
Is there any other effective way to find such directions?
The problem with Oleidbug is that whenever you search the command, you would have to type in all This is because the debugger presents the command (no regular expressions are allowed). This is the line I used to use:
call dvd ptr ds: [edi + 78] It works now.
Comments
Post a Comment