monjiapawne

    • OSS Contributions
        • cheatsheet
        • resources
        • concepts
        • examples

      resources

      • Syscalls
      • Registers
      • Instructions
      • glibc
      • Books

      resources#

      Syscalls#

      • chromium docs

      Registers#

      • https://go.dev/src/cmd/compile/abi-internal#amd64-architecture
      • https://wiki.osdev.org/CPU_Registers_x86-64

      Instructions#

      • http://ref.x86asm.net/coder64-abc.html
      • https://learning.oreilly.com/library/view/learn-to-program/9781484274378/html/514232_1_En_24_Chapter.xhtml

      glibc#

      • https://sourceware.org/glibc/manual/2.43/html_mono/libc.html#Streams

      Books#

      asm book
      • Learn to Program with Assembly: Foundational Learning for New Programmers - Jonathan Bartlett
      Backward cheatsheet concepts Forward
      • Syscalls
      • Registers
      • Instructions
      • glibc
      • Books