Ricardo Narvaja
April 13th, 2004, 12:25
For psycko a question:
What API of windows make the same work of the commang GMI, addr, CODEBASE and MODULEBASE
GMI addr, info
--------------
Gets information about a module to which the specified address belongs.
"info" can be MODULEBASE, MODULESIZE, CODEBASE or CODESIZE (if you want other info in the future versions plz tell me).
Sets the reserved $RESULT variable (0 if data not found).
Example:
GMI eip, CODEBASE // After this $RESULT is the address to the codebase of the module to which eip belongs
I need maje a inject in a program and i need a api, this api give me this info, i give to the api the adress and return me the base of the module of this adress.
How you implement this in ollyscript i think you know a api who make this work similar to the command GMI of your plugin.
Thanks
What API of windows make the same work of the commang GMI, addr, CODEBASE and MODULEBASE
GMI addr, info
--------------
Gets information about a module to which the specified address belongs.
"info" can be MODULEBASE, MODULESIZE, CODEBASE or CODESIZE (if you want other info in the future versions plz tell me).
Sets the reserved $RESULT variable (0 if data not found).
Example:
GMI eip, CODEBASE // After this $RESULT is the address to the codebase of the module to which eip belongs
I need maje a inject in a program and i need a api, this api give me this info, i give to the api the adress and return me the base of the module of this adress.
How you implement this in ollyscript i think you know a api who make this work similar to the command GMI of your plugin.
Thanks