View Single Post
  #1  
Old 24-02-2008, 14:16
SkOss|nO SkOss|nO is offline
Junior Member
 
Join Date: Feb 2008
Location: Los Santos
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
SkOss|nO is on a distinguished road
Useful tool for Code shifting

Hi men, i coded this tool in 2 version VB6 and .NET, it's a tool to know the Modules loaded in memory from a process, and calculate the offset and base address, useful for code shifting.
the VB6 version uses the createtoolhelp32snapshot API and seems to work for all processes but not the system processes, but for the games and other processes there is no problem, the .NET version work for all, system and not system processes, so is advisable for people with the framework installed.
Enjoy!

UPDATE:
Link Updated
I have added a version using the PSapi API that is able to load system processes and not, as the .NET version, thx TippeX for advice

DOWNLOAD:
http://www.megaupload.com/it/?d=L1B8ATJM

Last edited by SkOss|nO; 25-02-2008 at 15:58.
Reply With Quote
Sponsored Links