Page 1 of 1

Collecting of info on the executed asm instructions

Posted: 31. Aug 2016, 13:39
by iOSIF
Hello!
Prompt how to force "virtualbox" to generate a processed exception on a certain instruction in a certain program or how to issue information on the executed instructions??
We will allow to me it is necessary to count number of instructions of "cpuid" and to find their addresses in the launched process of "foo.exe" from where she is called. Whether it is possible?

Re: Collecting of info on the executed asm instructions

Posted: 31. Aug 2016, 16:10
by scottgus1
Not in anything I've ever seen in the manual. I'd say read the manual first to see if anything that comes with Virtualbox can do what you want, then if not you'll probably have to get & modify the source code.