Best Blackhat Forum

Full Version: cracking .net
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
thanks thread removed
AnyOne Help Me......
learn the basics first..
no specific particular one application is there to do what u have mentioned. ;)
In Simple - It all depends on The Applications Language used..[DoTNet,Delphi,Visual C++,VisualBasic, Java etc]
and approach used as per ur requirement/knowledge
=======
TO Start with - GooGle
1. Learn about Windows Debugging
There's not an universal tool that will handle all tasks...

You need:

1. A good decompiler for each language.
2. A good disassembler (take back to ASM code)
3. A goon unlinker
4. A good RAM debugging tool
5. A good trace+debug tool.

Once you get to identify the protection scheme used for each software, the language used to code it and the caveats it may have, you can proceed to build a patch for that software, the most common language for patchers is ASM.

By the way, are you a coder? If you aren't a coder yourself, you'll never get to be a good cracker.
I think you best bet is to visit https://tuts4you.com/index.php and learn from the tutorials there.
Reference URL's