Immunity Debugger




Last updated




Last updated
!mona modules -o #Display loaded modules, their addresses, and their protections which are specific to the executable.
!mona jmp -r esp ## Find all JMP ESPs including those in kernel32 and ntdll.dll
!mona jmp -r esp -m mymodule.dll ## Find JMP ESP in the module mymodule.dll
CTRL-G # Open the address jump box
SHIFT-F7 # Pass the exception
F2 # Set breakpoint