View Single Post
  #1  
Old 01-24-2005, 20:17
jjhsd jjhsd is offline
Friend
 
Join Date: Mar 2002
Posts: 26
Rept. Given: 0
Rept. Rcvd 0 Times in 0 Posts
Thanks Given: 0
Thanks Rcvd at 0 Times in 0 Posts
jjhsd Reputation: 0
Question Patching strong name .NET assembly

I am cracking a software written in .NET and having two problems:

a) How can I map MSIL to the original binary file's offset to find the exact bytes (offset) i want to patch? MSIL only provide VRA.

b) the assembly is a strong name assembly, i guess by changing any bit, the checksum will be void, how can i defeat this?

any one knows?

TIA.
Reply With Quote