There are 7 repositories under x86-assembly topic.
Low-Level Programming Roadmap and Resources
Writing & Making Operating System and Kernel parts so simple like Hello World Programs, Starting from writing Bootloaders, Hello World Kernel, GDT, IDT, Terminal, Keyboard/Mouse, Memory Manager, HDD ATA R/W, VGA/VESA Graphics
A comprehensive collection of cheatsheets for reverse engineering, binary analysis, and assembly programming tools. This repository serves as a one-stop reference for security researchers, reverse engineers, and low-level programmers.
An emulation based tool for learning and debugging assembly.
Operating system for x86_64 based around a "keep it simple and make it work" philosophy.
A JavaScript assembly x86 compiler + emulator for educational purposes
Tutorial & a blog post that demonstrate how to code a Windows driver to inject a custom DLL into all running processes. I coded it from start to finish using C++ and x86/x64 Assembly language in Microsoft Visual Studio. The solution includes a kernel driver project, a DLL project and a C++ test console project.
Simple, fast and lightweight Header-Only C++ Assembler Library
aviutlアルティメットプラグイン
🏓 Pong in 512 bytes. (boot sector)
Python command-line tool and GDB extension to view and save x86, ARM and objdump assembly files as control-flow graph (CFG) pdf files
Learn assembly programming for x86 processor in AT&T (GAS) syntax
A REPL calculator and an x86 asm emulator for developers
Some useful books related to Cybersecurity, Linux and more.
A toy monolithic kernel written in C++
Introductory software reverse engineering tutorial for beginners
A 32bit multiboot OS kernel for IA32 (PC/AT) systems.
MeghaOS is a 32 bit, protected mode Operating System for the Intel x86 architecture.
A single-layer perceptron in x86 assembly to distinguish between circles and rectangles.
i will crack some random softwares & post that as Frida script, so that you wont worry about malware/spyware.
Unofficial patch for the MS-DOS version of the game WarCraft: Orcs & Humans by Blizzard Entertainment.
Learn GNU Assembler (as or gas) this book is great and I'm going to update it to enhance it.
this is a translator of assembly to C language written in rust, THE PROJECT IS UNDER DEVELOPMENT!!