Fiddling with the Instruction Pointer
- From: "Sami Lakka" <spamtrap@xxxxxxxxxx>
- Date: Wed, 28 Sep 2005 19:14:07 +0000 (UTC)
Hello,
It has been long since I did anything with x86 assembler and now I'm
starting a small hobby project. What I would like to do is monitor the
instructions that the x86 machine is performing and when certain conditions
occur I would like to perform other operations instead of those in the
instruction pointer. Could someone give me pointers how to do this with your
regular x86 Windows XP machines. For example how to write an app that
constantly monitors the IP?
Best,
- Sami
.
- Follow-Ups:
- Re: Fiddling with the Instruction Pointer
- From: Tim Roberts
- Re: Fiddling with the Instruction Pointer
- From: f0dder
- Re: Fiddling with the Instruction Pointer
- From: Robert Redelmeier
- Re: Fiddling with the Instruction Pointer
- Prev by Date: Having trouble posting?
- Next by Date: c++ inline assembler and oop
- Previous by thread: Is there any example of using int 15h,ax=e820h?
- Next by thread: Re: Fiddling with the Instruction Pointer
- Index(es):
Relevant Pages
|