Posts

Showing posts with the label Reverse Engineering Tools

REVERSE ENGINEERING TOOLS

Image
Introduction In computer sciences reverse engineering is the process of taking a software program's binary code to reproduce it, to see how it works or to find certain bugs. We created a list of free software in active development with an emphasis on innovation and renewal. Detect It Easy DIE detector has a database of most popular security systems, including exe-packers, exe-protectors as well as signatures of popular compilers and linkers. Additionally it has a simple built-in script language, that allows us to add new signature definitions quickly. A PE executable file structure viewer is also available. Visit Disassemblers and Decompilers With knowledge about what we are dealing with or, to be precise, what programming language and compiler this application was created with, we begin analysis in disassembler or decompiler. It is their task to analyze compiled, binary file and display its code and structure in a way easy for a human to understand. dnSpy A real workhorse for .NET...

PE Explorer

PE Explorer is the most feature-packed program for inspecting the inner workings of your own software, and more importantly, third party Windows applications and libraries for which you do not have source code. Click Here To Download

Freeware Hex Editor XVI32

Freeware Hex Editor XVI32 is a freeware hex editor running under Windows 9x/NT/2000/XP/Vista/7. Click Here To Download