View Single Post
  #1  
Old 09-15-2010, 15:51
atzplzw atzplzw is offline
Friend
 
Join Date: Sep 2004
Posts: 33
Rept. Given: 1
Rept. Rcvd 0 Times in 0 Posts
Thanks Given: 0
Thanks Rcvd at 1 Time in 1 Post
atzplzw Reputation: 0
Question .Net native compiling

Hi all!

I do have a Dll protected with Remotesoft Salamander. This protector compiles native .Net code to asm without destroying the .Net methods.
The methods only do have a stack and ret variable.

Code:
.method family hidebysig virtual instance void ProtMethod() noinlining
{
   .maxstack 8
   ret
}


Sadly I don't know how to map the methods to the asm code?
Is there any tutorial for solving this kind of protection?

Thanks!
Reply With Quote