Thread
:
Finding base address in a remote process
View Single Post
#
2
11-01-2007, 08:02
zzsx
Posts: n/a
You can use EnumProcessModules() to retrive the existing modules in the remote process. The first module is the executable file.
zzsx