Log in

View Full Version : OllyDbg automatically terminates process when exceptions are enabled?


OccamsChainsaw
August 12th, 2012, 14:11
Hey all, I've been following these tutorials ("http://www.tuts4you.com/download.php?list.17") to get into reverse engineering. I'm up to number 4 but when I try to run the program with exceptions enabled it terminates. I've think it is particularly when 'Single-Step Break' and a custom range (In this case from 000000 - FFFFFFFF) are enabled. Log gives me
Code:
Log data, item 0
Message=Process terminated, exit code 4000001E (1073741854.)
Running Windows 7. Any help? Cheers.

Edit: Also gives me this error "Debugged program was unable to process exception"

OccamsChainsaw
August 12th, 2012, 18:05
Ended up downloading version 2.00.01 and it appears to be fully functional. Thanks for all of your guy's help

_genuine
August 26th, 2012, 11:35
This is just a case of an exception not being processed by either the debugger or the debuggee, and in that case, it is not able to continue execution. single step is a trap exception if im not mistaken.