hernan
January 17th, 2005, 18:46
I think there's a problem with the t_module.name member.
I'm listing the modules, and for the kernel32.dll module, in the t_module.name member, I think there's a 0 missing.
When I obtain the contents of t_module.name I get
kernel32c:\windows\system32\kernel32.dll
it seems that the shortname is missing the 'NULL" terminator. and since the complete name of the module is the next item in the structure, i get that too.
is that possible?
for the other modules (the name of my .exe file, and ntdll) I get the expected result while listing the modules.
anyone has experienced this?
thanks!
bye
I'm listing the modules, and for the kernel32.dll module, in the t_module.name member, I think there's a 0 missing.
When I obtain the contents of t_module.name I get
kernel32c:\windows\system32\kernel32.dll
it seems that the shortname is missing the 'NULL" terminator. and since the complete name of the module is the next item in the structure, i get that too.
is that possible?
for the other modules (the name of my .exe file, and ntdll) I get the expected result while listing the modules.
anyone has experienced this?
thanks!
bye