0xByte Posted June 27, 2010 Posted June 27, 2010 Hello everyone. Is it normal that olly can't handle interrupts like int 12h? If I try to inline-assemble interrupts i always get an "access violation when reading [FFFFFFFF]" followed by a "debugged program was unable to process exception". Could someone please explain the backgrounds of that error and whether it is possible to make Olly handle these interrupts? (sorry i'm new to asm and olly ._.) Thank you and best regards
deepzero Posted June 27, 2010 Posted June 27, 2010 What do you mean?12h is not a valid opcode, hence an exception is thrown when you attempt to execute it.If you dont catch the exception, the program crashes.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now