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
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
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.