1) added the following in the VXD_LOCKED_DATA_SEG
MyString db "Owner",0
2)And in one of the function i add the following code
pushfd
pushad
mov esi, offset32 MyString
VMMCall Out_Debug_String
popad
popfd
I can see this string in the debugview.
Can any one let me know how i can print the virtual machine handle ?
thanks in advance and regards
pachu
bye
-- nicolas
Good luck.
-Tan Chee Hui
thanks and regards
pachu
Nicolas Collignon <coll...@ece.fr> wrote in message news:<slrnaiqu31....@gandalf.ece.fr>...