10Ara
pvefindaddr p2 in mona?
Is there a !pvefindaddr p2
(search for all pop/pop/ret combinations in the entire process memory space) equivalent in mona.py?
Alternatively, is there any option to run pvefindaddr in latest versions of Immunity Debugger? Currently, when I'm trying to execute pvefindaddr following error is triggered:
Error
---------------------------
pycommands: failed to execute script.
Traceback (most recent call last):
File "C:\Program Files\Immunity Inc\Immunity Debugger\PyCommands\pvefindaddr.py", line 1997, in main
imm.Log("")
AttributeError: 'Debugger' object has no attribute 'Log'
---------------------------
OK
---------------------------