EnumProcessModulesEx and CreateToolhelp32Snapshot fails - whatever 32bit or 64bit
问题 Edit: The answer of this question is here: https://stackoverflow.com/a/27317947/996540 When you create a project in msvc, the option /DYNAMICBASE is default enabled now. Because of ASLR(Address space layout randomization, since Windows Vista), everytime you run an exe, it's load address is random. I am doing the DLL injection job recently, so I did some research into it on google, and have read some projects. Get the load address (base address) of an exe is important. It seems there're two