Log in

View Full Version : Anybody have experience on cracking dotNET applications


dee
January 27th, 2003, 12:56
Hi
i have some dll's whitch are using .NET Framework
the only tool to view data hiden in meta is y0das Metapuck
have anybody experience in cracking something like this...
thanx

disavowed
January 27th, 2003, 17:04
zacdac seems to know his stuff (http://www.woodmann.net/forum/showthread.php?threadid=4389); maybe you could try private messaging him. or, even better, post your actual question(s) here

zacdac
January 28th, 2003, 14:54
The only tool you really need is ildasm which is part of the framework SDK. It usually resides here

\Program Files\Microsoft Visual Studio .NET\FrameworkSDK\Bin\ildasm.exe

There is a hidden command line switch of /ADV that makes extra menu items available in the dissassembler .

You do need to know the general concepts of how the .net framework is put together.. and the concepts of how IL (ms intermediate language) works.

Zac

@disavowed -