An open API service indexing awesome lists of open source software.

https://github.com/yellowbyte/reverse-engineering-reference-manual

collage of reverse engineering topics that I find interesting
https://github.com/yellowbyte/reverse-engineering-reference-manual

reverse-engineering

Last synced: 14 days ago
JSON representation

collage of reverse engineering topics that I find interesting

Awesome Lists containing this project

README

        

[![Build Status](https://travis-ci.org/yellowbyte/reverse-engineering-reference-manual.svg?branch=master)](https://travis-ci.org/yellowbyte/reverse-engineering-reference-manual)

#

Reverse Engineering Reference Manual

* [.general](contents/general/general.md)
* [Miscellaneous](contents/general/Miscellaneous.md)
* [.tools](contents/tools/tools.md)
* [IDA Tips](contents/tools/IDA_Tips.md)
* [GDB Tips](contents/tools/GDB_Tips.md)
* [.instruction-sets](contents/instruction-sets/instruction-sets.md)
* [x86](contents/instruction-sets/x86.md)
* [x86-64](contents/instruction-sets/x86-64.md)
* [ARM](contents/instruction-sets/ARM.md)
* [.languages](contents/languages/languages.md)
* [C++ Reversing](contents/languages/C++_Reversing.md)
* [Python Reversing](contents/languages/Python_Reversing.md)
* [.file-formats](contents/file-formats/file-formats.md)
* [ELF Files](contents/file-formats/ELF_Files.md)
* [PE Files](contents/file-formats/PE_Files.md)
* [.anti-analysis](contents/anti-analysis/anti-analysis.md)
* [Obfuscation](contents/anti-analysis/Obfuscation.md)
* [Anti-Disassembly](contents/anti-analysis/Anti-Disassembly.md)
* [Anti-Debugging](contents/anti-analysis/Anti-Debugging.md)
* [Anti-Emulation](contents/anti-analysis/Anti-Emulation.md)
* [.encodings](contents/encodings/encodings.md)
* [String Encoding](contents/encodings/String_Encoding.md)
* [Data Encoding](contents/encodings/Data_Encoding.md)
---

__NOTE__: if you have any question or need further clarification on the content, feel free to create an issue and ask away!