Open repository of binary sample collections for binary analysis.
Untuk versi Bahasa Indonesia, lihat README.md.
This repository is used to collect binary samples in various formats and architectures. Other than used for reverse engineering exercise, the samples provided can be used as test-suite for binary analysis tools.
This repository is a free and open repository. It means everyone, internal or external of Reversing.ID, can access and use it.
This repository can be divided into several categories (in different directories)
- Anty Analysis
- Format Anomaly
- Normal
- Packed
Anti Analysis contains samples which implementing protection of binary to complicate the analysis process. Some protection implemented are: anti debugging, anti disassembly, and anti virtualization.
Format Anomaly contains samples with anomaly in executable format. Anomaly can be a modified field, append / removal of certain parts, and some usage of specific features in the format.
Normal contains samples of executables which generated by compiling a simple code for various operating system and architectures.
Packed contains samples of executables which generated by packing a simple code with various packers.
This is an open project.
You can share some samples which are not in the repository yet.
To do it, you should:
- Do a pull request
- Send mail to pengurus [at] reversing.id, or notify us at telegram group @ReversingID
You can also create a writeup or analysis of some samples and cite our repository.
Reversing.ID Revealing the truth through reverse engineering.