#4406
With the continuous development of processor technology, the 64-bit operating system came out. Later on, the 64-bit applications began to spread widely too. In the field of reverse engineering (i.e.: software cracking), the classic and traditional OllyDbg can only perform reverse analysis on 32-bit applications. At this time, you need to know there is another debugging software that specially designed for analyzing both 32-bit and 64-bit programs - x64dbg.

#4297
DJ Java Decompiler is a powerful and easy-to-use Java decompiler for Windows, which can precisely decompile/revert the compiled class file of Java (complicated Java applets and binary files) to Java's source code and save as plain text file or other common file formats. To use it, you do not have to additionally install the JVM (Java Virtual Machine) or any other JDK (Java Development Kit) environment, tools module in your system.

#3720
PEiD (short for PE iDentifier) is a well-known professional packer/cryptor/compiler detecting tool. It's so powerful that it can detect the types/signatures of almost any PE file packing tools (at present, the number has been more than 600 kinds). In addition to the official version, AppNee also provides you its full-plugin version, which can be treated as the most perfect one version (contains 60+ plugins and necessary runtime library files: mfc70.dll, msvcr70.dll, rtl70.bpl, vcl70.bpl) on the Internet at present. I do believe reverse engineers or software cracking/unpacking enthusiasts must like it very much.

#3564
Decompiler and disassembler are essential tools for any sharp-sighted programmers. No matter which programming languages, they have their corresponding decompilers. For compiled Java binary class file, there are two excellent decompilers: they are freeware Java Decompiler and commercial software DJ Java Decompiler (AppNee will release its related resources later).

#3356
OllyDbg is a professional 32-bit assembler-level analyzing debugger from Germany, written for both Windows 32-bit and 64-bit, released and kept as freeware. As is known to all, it is really an edge tool for software cracking, and a must-have tool for many novices.

#2212
Hopper is a very famous and popular reverse engineering tool for both Mac and Linux platforms, mainly used to decompile and debug any 32-bit and 64-bit executable (binary file) on Intel Mac, Linux, Windows and iOS.