x86-assembly
There are 405 repositories under x86-assembly topic.
pritamzope/OS
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
qword-os/qword
Operating system for x86_64 based around a "keep it simple and make it work" philosophy.
zyantific/zasm
x86-64 Assembler based on Zydis
ePi5131/patch.aul
AviUtlのバグを直す/高速化する/機能追加
carlosrafaelgn/Asm86
A JavaScript assembly x86 compiler + emulator for educational purposes
gildor2/fast_zlib
Heavily optimized zlib compression algorithm
kilic/bls12-381
High-speed BLS12-381 implementation in Go
dennisbabkin/InjectAll
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.
mat-sz/pongloader
🏓 Pong in 512 bytes. (boot sector)
Nukem9/detours
Detours lib that I use
Kazhuu/asm2cfg
Python command-line tool and GDB extension to view and save x86, ARM and objdump assembly files as control-flow graph (CFG) pdf files
hebiiro/anti.aviutl.ultimate.plugin
aviutlアルティメットプラグイン
namazso/x86
Pretty x86 instruction reference site generator
badamczewski/Shiny.Calculator
A REPL calculator and an x86 asm emulator for developers
vonsim/vonsim
VonSim: a simulator for a simple CPU architecture.
mat-sz/bfloader
🧠 Brainfuck IDE and interpreter in 512 bytes. (boot sector)
Stellaris-code/LudOS
A toy monolithic kernel written in C++
furkanonder/asm
X86_64 Assembly'a merhaba deyin!
NtRaiseHardError/Reverse-Engineering-101
Introductory software reverse engineering tutorial for beginners
giannitedesco/scaraOS
A 32bit multiboot OS kernel for IA32 (PC/AT) systems.
barrettotte/perceptron-asm
A single-layer perceptron in x86 assembly to distinguish between circles and rectangles.
vitaminac/minios
mini x86 Operating System <= 256KB
kilic/fp
Nearly generic prime field implementation in Go
vapaamies/KolibriOS
Delphi SDK для KolibriOS
namantam1/x86-assembly
Learn assembly programming for x86 processor in AT&T (GAS) syntax
r3yl4h/RustyGenC
this is a translator of assembly to C language written in rust, THE PROJECT IS UNDER DEVELOPMENT!!
anathonic/NASM-Assembly-x86-64-Intel
testing Assembler x86_64 in the Intel syntax
coderarjob/meghaos-x86
MeghaOS is a 32 bit, protected mode Operating System for the Intel x86 architecture.
mumu12641/strawberry
🍓 A toy object-oriented programming language written by rust
airvzxf/programming-ground-up-and-under-hood
Learn GNU Assembler (as or gas) this book is great and I'm going to update it to enhance it.
dedshit/X86-frida-patch
i will crack some random softwares & post that as Frida script, so that you wont worry about malware/spyware.
kunalvarudkar/x86-Assembly-Language-and-Shellcoding-on-Linux
SLAE x86 from Pentester Academy
pepsipu/warpalloc
A memory allocator written in Assembly focused on speed and efficiency, making it fantastic for small programs.
veera-sivarajan/boba
compile rust-like source code to x86 assembly
KernelOverseer/mathematikOs
a simple operating system, that will grow as I learn more osdev
mytechnotalent/ToyOS
ToyOS is a simple x86 OS that only accepts numeric values into the input stream and returns them to a standard out console.