Joined: 25 Jan 2006 Posts: 8587 Location: 127.0.0.1
Posted: Fri Jan 17, 2014 2:30 pm Post subject:
You can iterate a processes modules using:
- CreateToolhelp32Snapshot
- Module32First
- Module32Next
Or the PSAPI version:
- EnumProcessModules
With that you can locate the base address of the module in question, for you, 'Adobe Air.dll'. Then add the base address to the offset you have. _________________
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You can download files in this forum