pe-exports
VS2010 thread data stack
I just found out how to break into the SetTimer function inside a windows dll (user32.dll). link text However i need to know 开发者_JAVA技巧what arguments its called with. I think that the arguments[详细]
2023-01-04 15:53 分类:问答How do I read the names from a PE module's export table?
I\'ve successfully read a PE header from an unmanaged module loaded into memory by another process. What I\'d like to do now is read the names of this module\'s exports. Basically, this is what I have[详细]
2022-12-09 00:10 分类:问答How is dumpbin able to read the export table when it appears at a file offset larger than the file itself?
I\'m writing a little PE reader, so I run dumpbin alongside my test application to confirm that the values are being read correctly. Everything it working so far, except for the export table.[详细]
2022-12-08 08:12 分类:问答