jmp esp error Windows XP
See original GitHub issueExpected behavior
- Mona should provide the output of the instruction
jmp esp
upon executing!mona jmp -r esp
Actual behavior
- Mona errors out, like below
Steps to reproduce the problem
- Open Immunity debugger and load mona.py
- Search for jmp esp instruction with
!mona jmp -r esp
command and observe the output
Other useful information (mona version, debugger & debugger version, OS version, etc)
- Windows Version: XP
- Immunity Debugger Version: 1.85
- Mona Version: Latest Patch
- Python Version: 2.7.18
- Other mona commands work,
!mona find -s '\xff\xe4'
this works fine
Issue Analytics
- State:
- Created a year ago
- Comments:10 (4 by maintainers)
Top Results From Across the Web
Buffer overflow exploitation: JMP ESP and CALL ESI
I am used to execute a buffer overflow as the first example above: Junk + EIP (JMP ESP) + NOP sled + Shellcode....
Read more >assembly: windows dll not shown for "JMP ESP" instruction
The echo server is running on a Windows XP machine. The program works fine for me and the instructor. Just after opening the...
Read more >Do the Exploit Tutorials Work Under XP SP3? - The Grey Corner
In a SP3 system, the instruction located at 0x7CA58265 does not contain a JMP ESP at all, it has a completely different instruction....
Read more >SEH - ctfnote.com
The "JMP ESP" method that we have discussed in the "Classic" section only works for systems older than Windows XP SP1. Starting from...
Read more >Dealing with bad characters & JMP instruction
Let's implement this technique and find the JMP ESP instruction in the program. So restart the program in the debugger and Press ALT+E....
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
understood - unfortunately I am not able to rely on module updates or the use of non-standard modules… but you’re right, that would be a workaround indeed
Hi @corelanc0d3r, Indeed, its the problem with python in xp