Today I decide to write a tutorial about unpacking .Net Reactor. This is a first time I make a video tutorial. I hope that’s ok. Please feedback to me if you have questions or want to comment for my tutorials. Use Internet Explorer to open .swf files, you’ll get a better view than using Firefox.… Continue reading How to unpack .Net Reactor?
Tag: reverse engineering
Dedot – A deobfuscator for Dotfuscator
INTRODUCTION Dotfuscator is the single most widely deployed obfuscation solution on .NET and every other platform combined. And Dedot is a tool which tries to do against what Dotfuscator does. It’ll be helpful in some cases if you loose your project and have only binary files, or you want to analyze some viruses,… After decryption,… Continue reading Dedot – A deobfuscator for Dotfuscator
DeSmart – Deobfuscator for {SmartAssembly}
INTRODUCTION {smartassembly} is a tool designed to produce better software, optimized, improved and protected. And DeSmart is a tool designed to do against what {smartassembly} do. This tool is now on beta version. It renames namespace, class, and method to readable form, does some anti-obfuscate flow control. Requirements : .NET Framework 2.0 Version: 1.0.0.9 Supported… Continue reading DeSmart – Deobfuscator for {SmartAssembly}
DeXe – Deobfuscator for Xenocode
INTRODUCTION Strings in assembly protected by XenoCode was encrypted. This tool will help you to decrypt string into readable form. Flow control is defeated too, but this tool can not recover to 100% original code. After version 1.0.1.3, the code name of this tool will be changed to DeXe because it is a part of… Continue reading DeXe – Deobfuscator for Xenocode
Reverse .Net Software
Dot Net, a new trend, a new look, a new structure and a new … challenge. Completely different with what we have known, no machine code, no asm, there are only IL and VS.NET…. These articles were written in VIETNAMESE (NOT ENGLISH). Sorry for this inconvenience I wrote these articles long time ago for my… Continue reading Reverse .Net Software
Introduction to Reverse Engineering
Reverse Engineering is a technique which man use to find and fix bug and improve the function of a programm. Learning this technique will help us to understand more and more about the operating system. These are my tuts but they were written in Vietnamese. Bài 1 : Hướng dẫn sử dụng OllyDebug I. Download… Continue reading Introduction to Reverse Engineering