Deadbeef
December 30th, 2004, 07:41
Hi,
I want to save the list of the modules currently loaded by the MainFile. I have read the Plugins.hlp with the PDK and I see :
**********************************************************
Module is an executable file (ususlly EXE or DLL) loaded into memory. OllyDbg keeps list of loaded modules in a table of sorted data consisting of elements of type t_module. You can receive pointer to table of modules by calling Plugingetvalue(VAL_MODULES) and casting result to (t_table *).
**********************************************************
But where is the pointer to t_module ? I am not sure use of this two function : t_module* Findmodule(ulong addr); and Plugingetvalue(VAL_MODULES)
Especially for FindModule.
Greets
I want to save the list of the modules currently loaded by the MainFile. I have read the Plugins.hlp with the PDK and I see :
**********************************************************
Module is an executable file (ususlly EXE or DLL) loaded into memory. OllyDbg keeps list of loaded modules in a table of sorted data consisting of elements of type t_module. You can receive pointer to table of modules by calling Plugingetvalue(VAL_MODULES) and casting result to (t_table *).
**********************************************************
But where is the pointer to t_module ? I am not sure use of this two function : t_module* Findmodule(ulong addr); and Plugingetvalue(VAL_MODULES)
Especially for FindModule.
Greets