/linux-re-101

A collection of resources for linux reverse engineering

linux-re-101

Work in progress as I am actively collecting these.

TODO

  • Create architecture categories (x86, mips, arm, ..)

Keep these handy

Basics

  1. Optional: "Gentle Introduction to x86-64 Assembly" http://www.x86-64.org/documentation/assembly.html

Anti-debugging, infection techniques, viruses, obfuscation, encryption, shellcode and exploits

  1. "LINUX ANTI-DEBUGGING TECHNIQUES (FOOLING THE DEBUGGER)" http://www.ouah.org/linux-anti-debugging.txt

Kernel rootkits, LKMs & stuff

  1. Optional: "A series of posts about the linux kernel and its insides." http://0xax.gitbooks.io/linux-insides/content/index.html

Crackmes and challenges

  1. "Exercises for learning Reverse Engineering and Exploitation." https://github.com/wapiflapi/exrs

Analyzes & "hands-on"

  1. "Reverse engineering with Radare2, part 1" http://samsymons.com/blog/reverse-engineering-with-radare2-part-1/

Other

  1. "ElfParser blog" http://www.blog.elfparser.com/

Books

  1. "Malware Forensics Field Guide for Linux Systems" by Cameron H. Malin, Eoghan Casey, James M. Aquilina
  • "Linux (Bezpečnosť a exploity)" by Miroslav Dobšíček and Radim Ballner
  • "Hacking: The Art of Exploitation" by Jon Erickson
  • "The Shellcoder's Handbook: Discovering and Exploiting Security Holes" by Chris Anley, John Heasman, Felix Lindner
  • "The Linux Programming Interface" by Michael Kerrisk
  • "Learning Linux Binary Analysis" by Ryan O'Neill