Decompiling obfuscated Code

CeMPUTER

Registered Member
Joined
Sep 2, 2011
Messages
88
Reaction score
25
Anyone of you have experience with decompiling obfuscated code?

Currently i try to get the SALT for the hashes a dude uses in his VB*MODERATIONSYSTEMBYPASS*.NET Program.

He uses the hashes to sign his web service requests. Would be great fun to know his SALT
 
If Reflector fails, IDA Pro is your friend, but you will need to understand assembly code. Also, if you know/guess the obfuscator, it 's possible you can find an automated de-obfuscator for it.
 
You can't use a standard disassembler for .net code, you could use ildasm and disassemble to msil code, or use a powerful debugger like IDA Pro. Not sure getting the salt would help you all that much though.
 
Back
Top