Technology Sharing

[Reverse Engineering Basics] 10. Sharing of Reverse Tools: DIE (Detect It Easy)

2024-07-12

한어Русский языкEnglishFrançaisIndonesianSanskrit日本語DeutschPortuguêsΕλληνικάespañolItalianoSuomalainenLatina

1. Introduction

DIE (Detect It Easy) is aPE FilesThe main function of the program is to checkshell, and parse the contents of the PE file, including the names and addresses of the import and export functions contained in the PE file, the entry function address, etc. It is a tool commonly used by technicians when analyzing a software;insert image description here

2. Download Link

Detect It Easy

3. Reasons for recommendation

Compared with PEID, I prefer DIE's UI interface; this is the direct reason why I recommend it; secondly, this software does not need to be installed and can be run directly; finally, when performing reverse analysis, it can quickly help me find out the relevant information of the soft armor and packer, and also allow me to quickly locate the address of the corresponding export function; it is indeed a software worthy of my recommendation;