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
- Host: GitHub
- URL: https://github.com/yellowbyte/reverse-engineering-reference-manual
- Owner: yellowbyte
- Created: 2017-01-19T03:29:23.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2020-06-09T11:59:19.000Z (almost 5 years ago)
- Last Synced: 2024-11-03T00:32:17.324Z (5 months ago)
- Topics: reverse-engineering
- Language: Python
- Homepage:
- Size: 4.72 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-security-collection - **557**星
README
[](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!