VOOZH about

URL: https://codeberg.org/stephen-fox/reversing-notes

⇱ stephen-fox/reversing-notes - Codeberg.org


You've already forked reversing-notes
0
No description
assembly.md assembly: Added note about nasm's "BITS" directive.
cli.md cli: Added another repeater trick
elf.md elf: Fixed markdown formatting
format-strings.md Added format string exploitation notes.
gdb.md gdb: Commands for working with CPU instructions
libc.md Added initial libc analysis and exploitation notes.
LICENSE Added a LICENSE and some more information to the README.
memory-leaks.md Added initial memory leak strategy notes.
objdump.md Added missing space in 'objdump' command.
os-tricks.md Added "OS tricks" and missing README sections.
otool.md otool: Initial notes.
path-traversal.md It is 'path' traversal dummy.
pwntools.md pwntools: Fixed markdown formatting
radare.md radare: Disassemble raw executable data.
README.md readme: Fixed markdown section formatting.
rizin.md rizin: Exe segments and sections information.
rop.md Be more specific about CPU architecture.
shellcode.md Annndddd back to '##' heading.
srop.md srop: Added an explanation and more blog posts.
syscalls-linux.md syscalls-linux: Added note about strace src.
x86-architecture.md x86-architecture: Added jump inst. table by zx485

Reverse engineering notes

A collection of notes about various reverse engineering tools and techniques. The objective of this repository is to collect helpful, high-quality information about reversing, and share it with others.

While some of these topics lean heavily towards "hacking", they are very closely related to reversing, and could be used to assist in analysis efforts.

Table of contents

Topics are broken down into individual files and directories:

Intentions

Please note, this repository is a simple collection of notes. It is intended for educational purposes only. See LICENSE for details.