![]() |
|
#1
|
|||
|
|||
|
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! |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| need help on compiling FlexLM v9.2 | alastone | General Discussion | 16 | 10-26-2005 11:04 |
| Problem compiling IL | loman | General Discussion | 6 | 06-25-2005 17:56 |
| MS-DOS 6 Source Code - Compiling? | PiG_DoG | General Discussion | 1 | 07-10-2003 22:59 |