danbev / learning-assemblyLinks
☆82Updated 2 years ago
Alternatives and similar repositories for learning-assembly
Users that are interested in learning-assembly are comparing it to the libraries listed below
Sorting:
- Learning Linux Binary Analysis, published by Packt☆85Updated 2 years ago
- This is a series of small articles / tutorials based around virtual memory. The goal is to learn some CS basics, but in a different and m…☆325Updated 5 years ago
- The collection of useful resources for OS development☆62Updated 8 years ago
- Examples for Linux ptrace(2)☆134Updated last year
- Source code for 'Modern X86 Assembly Language Programming' by Daniel Kusswurm☆168Updated 5 years ago
- MOVING TO: https://cirosantilli.com/linux-kernel-module-cheat/#algorithms see README. Algorithm tutorials and simple multi-language imple…☆80Updated 5 years ago
- Just a project with notes and code about the Linux kernel☆52Updated 4 years ago
- A minimal toy implementation of strace(1)☆178Updated 2 years ago
- GNU Binutils ported to support DARPA Cyber Grand Challenge☆76Updated 8 years ago
- x86 Instruction Encoding Tutorial☆21Updated 10 years ago
- C++11 ELF/DWARF parser☆79Updated 4 years ago
- A mini x86 linux debugger for teaching purposes☆642Updated last year
- Frida depends on TinyCC☆61Updated 2 months ago
- POSIX Function tracing☆339Updated 8 years ago
- Example of using ELF hacking to inject malicious code into a target binary☆22Updated 5 years ago
- A C library and binary for generating machine code of x86_64 assembly language and executing on the fly without invoking another compiler…☆196Updated 7 months ago
- Compiler and VM(interpreter), Using SSA form and doing some optimizations.☆39Updated 4 years ago
- Python command-line tool and GDB extension to view and save x86, ARM and objdump assembly files as control-flow graph (CFG) pdf files☆77Updated last year
- Tool to demangle C++ symbols.☆58Updated 2 years ago
- Same as simple-virtual-machine but in C☆152Updated 9 years ago
- Secure ELF parsing/loading library for forensics reconstruction of malware, and robust reverse engineering tools☆448Updated 4 months ago
- Tiny Code Generator Library☆46Updated 4 years ago
- How to Make a Computer Operating System in C++☆59Updated 3 years ago
- LLVM, clang, ninja, dyld and others.☆44Updated 5 years ago
- x86 OS development using Bochs emulator. MIT xv6, JamesM's kernel development tutorials (with some changes) & more☆83Updated 2 years ago
- ☆111Updated 6 years ago
- Intro to x86 Assembly Language.☆282Updated 5 years ago
- A tiny debugger implement the GDB Remote Serial Protocol. Can work on i386, x86_64, ARM and PowerPC.☆170Updated 3 years ago
- Collection of Linux Kernel Modules and PoC to discover, learn and practice Linux Kernel Development☆54Updated 5 years ago
- Dynamic creation and update of ELF files, or: an allocator for JIT compilers☆34Updated last year