Jump to content
Tuts 4 You

Question about Olly and interrupts


0xByte

Recommended Posts

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 :D

Link to comment

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.

Link to comment

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...