View Single Post
  (#3 (permalink)) Old
bofoverflo
n00bie
 


8-Bit Member

 
Posts: 8
Join Date: Jun 2009
Last Online: 07-10-2009 07:14 AM
Reputation: bofoverflo is on a distinguished road
User is Offline
usa
  Send a message via AIM to bofoverflo  
06-25-2009, 08:47 AM

Basic info from Reshacker was:
Code:
VALUE "CompanyName", "Toymaker Team"
		VALUE "FileDescription", "Fable_Trainer"
		VALUE "FileVersion", "1.0.0.0"
		VALUE "InternalName", "Farcry2 Trainer.exe"
		VALUE "LegalCopyright", "Copyright © Toymaker Team 2009"
		VALUE "OriginalFilename", "Farcry2 Trainer.exe"
		VALUE "ProductName", "Fable_Trainer"
		VALUE "ProductVersion", "1.0.0.0"
		VALUE "Assembly Version", "1.0.0.0"
Seems kind of weird, two different games are listed you might want to fix it.
A quick look through IDA showed that you used DotfuscatorAttribute to crypt it.
What I got from it from not decrypting it was the class that held the cheats (If I am wrong tell me, I have little experience with VB) and the calls to them, I doubt anybody would want to spend much time sifting through it to find a few addresses.
  
Reply With Quote