View Full Version : Debugging a stack overflow - hardware breakpoints problem
Fireice
May 16th, 2005, 08:29
I'm trying to debug a stack overflow. I tried setting a hardware breakpoint at the location, but it doesn't fire. I know that the code gets executed, because I put some bad commands and it page faulted.
I'm running XP SP1 on AMD Athlon 2800+.
Are there any known issues with this setup? Any ideas how to diagnose the problem?
arjuns
May 16th, 2005, 11:36
I am having the same problem........
there is still something dfferent, I have read someone's tutorials about writting explit on stack,in his tutorial stack address begins from 21XXXX
and in mine it is 002XXX and in shellcoding wehave to avoid nulls ..
so please tell me how to write code for that address.
thanks in advance
Fireice
May 17th, 2005, 04:30
You need to return-to-libc, or in case of windows to system dll, jump to a command that will take you back to your code, like jmp esp, call esp, etc, anyone got ideas on the original topic?
Powered by vBulletin® Version 4.2.2 Copyright © 2018 vBulletin Solutions, Inc. All rights reserved.