Skip to content

funnydman/nasm-assembly-examples

Repository files navigation

nasm-assembly-examples

Resources

Learn assembly (mostly NASM)

  1. NASM Tutorial <- Start here
  2. NASM - The Netwide Assembler
  3. Assembly Language for x86 Processors | Kip Irvine
  4. Low-Level Programming: C, Assembly, and Program Execution on Intel® 64 Architecture | Igor Zhirkov
  5. Reverse Engineering for beginners (open-source book) | Dennis Yurichev
  6. http://www.stolyarov.info/books/asm_unix (russian)
  7. https://www.ozon.ru/context/detail/id/4579142/ (russian)
  8. xchg_rax|advanced Assembler
  9. xorpd-solutions
  10. PC Assembly Language | Paul A. Carter
  11. x86_64 Linux Assembly | Video Course

Linux & C & binary analysis, and how it works

  1. x86 and amd64 instruction reference
  2. Linux insides
  3. Deep C (and C++)
  4. Learning Linux Binary Analysis
  5. System V Application Binary Interface AMD64 Architecture Processor Supplement
  6. Linux Standard Base, Specifications Archive

Binary hacking (radare2, gdb, ...)

  1. The Official Radare2 Book
  2. radare2 | First r2babies steps - Long Version
  3. Optimizing subroutines in assembly language, An optimization guide for x86 platforms
  4. Hacking: The Art of Exploitation, 2nd Edition | Jon Erickson
  5. Reversing: Secrets of Reverse Engineering | Eldad Eilam
  6. 8 gdb tricks you should know

OS development

  1. Making an OS (x86) | Playlist

References that you might find helpful

  1. Linux syscalls table
  2. Searchable Linux Syscall Table for x86 and x86_64
  3. Complete 8086 instruction set
  4. BIOS Interrupt Jump Table

RISC

  1. Assemblers, Linkers, and Loaders Hakim Weatherspoon CS 3410 Computer Science Cornell University
  2. Digital Design and Computer Architecture RISC-V Edition
  3. Digital Design and Computer Architecture: RISC-V Edition, resources
  4. RISC-V Instruction Formats, Instructor: Steven Ho
  5. RISC-V Online Assembler

books

  1. But How Do It Know? - The Basic Principles of Computers for Everyone | Clark Scott

Tools

  1. Simple crossplatform IDE for NASM, MASM, GAS, FASM assembly languages

Other

Some articles about static and dynamic linking

About

Some of my notes, books, code listings for asembler studying. Enjoy!

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published