Topic: "nasm"
Dman95/SASM
SASM - simple crossplatform IDE for NASM, MASM, GAS and FASM assembly languages
Language: Python - Size: 27.8 MB - Last synced at: 7 months ago - Pushed at: 11 months ago - Stars: 5,869 - Forks: 202
HJLebbink/asm-dude
Visual Studio extension for assembly syntax highlighting and code completion in assembly files and the disassembly window
Language: C# - Size: 80.3 MB - Last synced at: 20 days ago - Pushed at: 20 days ago - Stars: 4,166 - Forks: 100
netwide-assembler/nasm
A cross-platform x86 assembler with an Intel-like syntax
Language: Assembly - Size: 10.2 MB - Last synced at: 7 days ago - Pushed at: 9 days ago - Stars: 3,019 - Forks: 387
cirosantilli/x86-assembly-cheat
MOVED TO: https://cirosantilli.com/linux-kernel-module-cheat/userland-assembly with code at https://github.com/cirosantilli/linux-kernel-module-cheat/tree/master/userland/arch/x86_64 SEE README. x86 IA-32 and x86-64 userland minimal examples tutorial. Hundreds of runnable asserts. Nice GDB setup. IO done with libc, so OS portable in theory. NASM and GAS covered. Tested in Ubuntu 18.04. Containers (ELF), linking, calling conventions. System land cheat at: https://github.com/cirosantilli/x86-bare-metal-examples, ARM cheat at: https://github.com/cirosantilli/arm-assembly-cheat 移至:https://github.com/cirosantilli/linux-kernel-module-cheat#userland-assembly请参阅自述文件。 x86 IA-32和x86-64 userland最少示例教程。 数百个可运行的断言。 好的GDB设置。 IO是用libc完成的,因此OS在理论上是可移植的。 涵盖了NASM和GAS。 在Ubuntu 18.04中测试。 容器(ELF),链接,调用约定。 系统土地作弊网址:https://github.com/cirosantilli/x86-bare-metal-examples,ARM作弊网址:https://github.com/cirosantilli/arm-assembly-cheat
Language: Assembly - Size: 751 KB - Last synced at: 9 months ago - Pushed at: over 6 years ago - Stars: 875 - Forks: 122
ReturnInfinity/Pure64
Pure64 is a kernel/software loader for x86-64 systems.
Language: Assembly - Size: 1.04 MB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 574 - Forks: 100
robalb/x86-64-playground
An online assembly editor, emulator and debugger for the x86-64 architecture
Language: C - Size: 19.5 MB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 460 - Forks: 19
CorruptedByCPU/Cyjon
A simple, clean code, multi-tasking kernel written in pure Assembly language for 64-bit processors from the AMD64 family.
Language: Assembly - Size: 14.8 MB - Last synced at: 24 days ago - Pushed at: over 1 year ago - Stars: 451 - Forks: 29
Mati365/ts-c-compiler
⚙️ C99-compatible multipass compiler written in TypeScript with GCC extensions support. Features a handcrafted left-recursive parser, custom IR, SSA-based optimizer, and a full frontend/backend pipeline. Compiles to x86 machine code with integrated assembler and emulator.
Language: TypeScript - Size: 19.1 MB - Last synced at: 7 months ago - Pushed at: about 1 year ago - Stars: 377 - Forks: 21
NikitaIvanovV/snake-asm
Tiny snake game written in x86_64 assembly for Linux
Language: Assembly - Size: 268 KB - Last synced at: 8 months ago - Pushed at: over 3 years ago - Stars: 270 - Forks: 12
sonictk/asm_tutorial
Code samples for the Understanding Windows x64 Assembly tutorial.
Language: C - Size: 1.8 MB - Last synced at: 9 months ago - Pushed at: over 1 year ago - Stars: 244 - Forks: 47
ShiftMediaProject/VSNASM
Provides Visual Studio integration for the NASM assembler.
Language: Batchfile - Size: 68.4 KB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 169 - Forks: 55
tsoding/wassm
Web framework for x86_64 nasm
Language: Assembly - Size: 55.7 KB - Last synced at: 8 months ago - Pushed at: over 2 years ago - Stars: 168 - Forks: 18
yds12/x64-roadmap
A roadmap to learn x64 assembly using nasm on Linux.
Language: Assembly - Size: 659 KB - Last synced at: 9 months ago - Pushed at: over 5 years ago - Stars: 164 - Forks: 18
IDouble/NASM-Assembly-Linux-Notes
🐧 Assembly with Linux (Notes, Syscalls, Protection Rings) 🐧
Language: Assembly - Size: 2.24 MB - Last synced at: 3 days ago - Pushed at: almost 2 years ago - Stars: 133 - Forks: 13
mopp/Axel
Operating System
Language: Rust - Size: 10.5 MB - Last synced at: 7 months ago - Pushed at: almost 6 years ago - Stars: 103 - Forks: 3
egormkn/mbr-boot-manager
💾 Master Boot Record with a boot menu written in Assembly
Language: Assembly - Size: 934 KB - Last synced at: 7 months ago - Pushed at: over 7 years ago - Stars: 97 - Forks: 29
ghosind/HariboteOS
《30天自制操作系统》NASM+GCC+QEMU实现
Language: C - Size: 232 KB - Last synced at: 8 months ago - Pushed at: over 1 year ago - Stars: 76 - Forks: 25
adamperkowski/highlightos
🌄 x86_64 OS (kernel) made from scratch in Rust & Assembly
Language: Rust - Size: 6.05 MB - Last synced at: 3 days ago - Pushed at: about 2 months ago - Stars: 70 - Forks: 5
funnydman/nasm-assembly-examples
Some of my notes, books, code listings for asembler studying. Enjoy!
Language: Assembly - Size: 305 KB - Last synced at: 4 months ago - Pushed at: over 2 years ago - Stars: 64 - Forks: 14
l1mey112/stas 📦
A stack based compiled systems programming language.
Language: Assembly - Size: 4.42 MB - Last synced at: 2 months ago - Pushed at: over 2 years ago - Stars: 61 - Forks: 2
mish24/Assembly-step-by-step
Codes written while learning NASM, numbering the code according the level of complexity.
Language: Assembly - Size: 28.3 KB - Last synced at: about 2 years ago - Pushed at: about 4 years ago - Stars: 60 - Forks: 22
icecoobe/oslab
Practice on assembly language via Nasm, mostly in real-mode, preparation for os development
Language: Assembly - Size: 1.05 MB - Last synced at: 6 months ago - Pushed at: 6 months ago - Stars: 59 - Forks: 19
ratfactor/nasmjf 📦
NASM port of JONESFORTH!
Language: Assembly - Size: 372 KB - Last synced at: 2 months ago - Pushed at: about 2 years ago - Stars: 58 - Forks: 7
Sakib2263/64-Bit-NASM-Assembly-Code-Examples
64 bit nasm code examples
Language: Assembly - Size: 55.7 KB - Last synced at: 9 months ago - Pushed at: over 5 years ago - Stars: 57 - Forks: 17
nabe-abk/free386
This is 386|DOS-Extender compatible with "Phar Lap RUN386.EXE" by fully assembly language.
Language: Assembly - Size: 1.79 MB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 54 - Forks: 5
barrettotte/HTTP-ASM64
The most basic HTTP Server written in x86 Assembly
Language: Assembly - Size: 179 KB - Last synced at: 9 months ago - Pushed at: about 7 years ago - Stars: 53 - Forks: 3
mahanfr/Nmet
A general purpose procedural and compiled programming language
Language: Rust - Size: 1.74 MB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 49 - Forks: 3
Stellaris-code/LudOS
A toy monolithic kernel written in C++
Language: C++ - Size: 265 MB - Last synced at: over 1 year ago - Pushed at: over 6 years ago - Stars: 48 - Forks: 5
AntoineViau/tweetx86
Pure client-side combination of Nasm, DosBox and WebAssembly to show off yout x86 skills in a tweet (or more)
Language: C++ - Size: 2.19 MB - Last synced at: over 1 year ago - Pushed at: over 7 years ago - Stars: 47 - Forks: 4
szapp/Ninja
Extension framework for the video game series Gothic to allow true modular modifications
Language: Assembly - Size: 396 KB - Last synced at: 6 months ago - Pushed at: 8 months ago - Stars: 44 - Forks: 0
Joshua-Riek/x86-bootloader
A BIOS bootloader for bare-metal x86 programs, written in 8086 assembly
Language: Assembly - Size: 144 KB - Last synced at: 3 days ago - Pushed at: almost 3 years ago - Stars: 42 - Forks: 10
aweeraman/odyssey
An experimental operating system for x86 and ARM
Language: C - Size: 10.5 MB - Last synced at: about 2 years ago - Pushed at: about 4 years ago - Stars: 42 - Forks: 6
GandelXIV/pidi-os
A minimalistic operating system
Language: C - Size: 221 KB - Last synced at: about 1 month ago - Pushed at: about 3 years ago - Stars: 40 - Forks: 5
kt97679/itsy-linux
Linux port of itsy forth by John Metcalf
Language: Assembly - Size: 29.3 KB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 38 - Forks: 11
LoopZ/V8Power
Putting the power of an 8-cylinder engine under the hood of DOS batch files.
Language: Assembly - Size: 1.25 MB - Last synced at: 25 days ago - Pushed at: 27 days ago - Stars: 37 - Forks: 6
BrianOtto/nasm-uefi
A UEFI Boot Loader Built in NASM
Language: HTML - Size: 1.28 MB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 36 - Forks: 6
PyvesB/javassembly
:floppy_disk: Calling Assembly from Java: simple example using the JNI and NASM.
Language: Assembly - Size: 25.4 KB - Last synced at: 6 months ago - Pushed at: over 6 years ago - Stars: 35 - Forks: 11
xms0g/tinysexp
Lisp compiler for x86-64 [WIP]
Language: C++ - Size: 444 KB - Last synced at: 5 months ago - Pushed at: 6 months ago - Stars: 34 - Forks: 1
vorotynsky/Kroha
A small language makes assembly less painful.
Language: Haskell - Size: 205 KB - Last synced at: almost 3 years ago - Pushed at: over 3 years ago - Stars: 31 - Forks: 0
Pigrecos/D_CodeGen
Binary Code Generator Written in Pascal
Language: Pascal - Size: 3.78 MB - Last synced at: almost 3 years ago - Pushed at: almost 6 years ago - Stars: 31 - Forks: 11
moodyhunter/MOS
My Operating System
Language: C++ - Size: 9.47 MB - Last synced at: 11 days ago - Pushed at: 13 days ago - Stars: 30 - Forks: 3
ilammy/setup-nasm
GitHub Action to install NASM
Language: JavaScript - Size: 10.5 MB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 29 - Forks: 7
nstarke/bootfuzz
A MBR Fuzzer
Language: Assembly - Size: 150 KB - Last synced at: 9 months ago - Pushed at: over 1 year ago - Stars: 29 - Forks: 3
therealdreg/nasm_linux_x86_64_pure_sharedlib
NASM Linux x86_64 pure (no deps) shared library (.so), POC for Reflective ELF SO injection
Language: Shell - Size: 28.3 KB - Last synced at: 9 months ago - Pushed at: over 2 years ago - Stars: 29 - Forks: 6
Inspirate789/BMSTU-MDPL
:floppy_disk:Лекции и лабораторные работы по курсу "Машинно-зависимые языки программирования" в МГТУ им. Н. Э. Баумана
Language: Assembly - Size: 18.2 MB - Last synced at: 5 months ago - Pushed at: over 3 years ago - Stars: 29 - Forks: 2
skx/bfcc
BrainFuck Compiler Challenge
Language: Go - Size: 72.3 KB - Last synced at: 9 months ago - Pushed at: about 5 years ago - Stars: 29 - Forks: 0
wangrongwei/UNIX386
A Multitask Scheduler and Toy Kernel: MTSTK
Language: C - Size: 1.48 MB - Last synced at: 2 months ago - Pushed at: about 5 years ago - Stars: 27 - Forks: 10
z3nnix/NovariaOS
Experimental operating system
Language: C - Size: 6.42 MB - Last synced at: 2 days ago - Pushed at: 3 days ago - Stars: 25 - Forks: 5
PyvesB/asm-game-of-life
:video_game: Assembly implementation of Conway's Game of Life, using NASM assembler for Linux x86-64.
Language: Assembly - Size: 26.4 KB - Last synced at: 9 months ago - Pushed at: about 6 years ago - Stars: 25 - Forks: 2
Proximyst/beeOS 📦
an os for bees
Language: Rust - Size: 52.7 KB - Last synced at: 2 months ago - Pushed at: about 6 years ago - Stars: 25 - Forks: 0
bistcuite/unox-os
Unox is an educational unix-like operating system. #JustForFun
Language: C - Size: 97.7 KB - Last synced at: 5 months ago - Pushed at: over 3 years ago - Stars: 24 - Forks: 2
repnz/snax86
A snake game written in x86 Assembly language for windows console
Language: Assembly - Size: 97.7 KB - Last synced at: almost 3 years ago - Pushed at: about 7 years ago - Stars: 24 - Forks: 3
dessertlab/Shellcode_IA32
Shellcode_IA32 is a dataset consisting of challenging but common assembly instructions, collected from real shellcodes, with their natural language descriptions. The dataset can be used for neural machine translation tasks to automatically generate software exploits from natural language.
Size: 378 KB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 23 - Forks: 1
AleksaMCode/AMx64
AMx64 is a simulated 64-bit environment that can interpret nasm-like asm code. It allows a usage of different 64-bit registers and 64-bit addressable memory. It also has a build-in debugger called amdb.
Language: C# - Size: 1.35 MB - Last synced at: 4 months ago - Pushed at: about 2 years ago - Stars: 22 - Forks: 1
ratfactor/meow5 📦
An extremely concatenative programming language
Language: Assembly - Size: 222 KB - Last synced at: 2 months ago - Pushed at: about 2 years ago - Stars: 22 - Forks: 1
reg1reg1/Shellcode
Assembly language files and Shellcode
Language: Assembly - Size: 552 KB - Last synced at: almost 3 years ago - Pushed at: over 4 years ago - Stars: 21 - Forks: 3
m4n3dw0lf/Assembly-x64
My Collection of x64 Assembly programs with NASM
Language: Assembly - Size: 22.5 KB - Last synced at: 9 months ago - Pushed at: about 7 years ago - Stars: 21 - Forks: 6
CuB3y0nd/assembly
王爽《汇编语言》(第 4 版)检测点及实验 + 李忠《x86 汇编语言:从实模式到保护模式》(第二版)检测点及章节习题 + pwndbg 速查手册。
Language: Assembly - Size: 178 KB - Last synced at: 3 days ago - Pushed at: about 1 year ago - Stars: 20 - Forks: 5
0xdea/Ao64A
NASM macOS translation of the source code listings distributed with the Art of 64-bit Assembly Language book.
Language: Assembly - Size: 166 KB - Last synced at: about 1 month ago - Pushed at: about 2 months ago - Stars: 19 - Forks: 4
prasad89/x86-assembly-programs
This repository showcases x86 assembly programs developed using NASM and GCC, as part of coursework undertaken at the Pune University Computer Science Department (PUCSD). Additionally, the repository includes informative notes in PDF format, providing valuable insights into the concepts explored during the course
Language: Assembly - Size: 12.6 MB - Last synced at: 8 months ago - Pushed at: almost 2 years ago - Stars: 19 - Forks: 0
Joshua-Riek/x86-kernel
A hobby kernel developed from scratch using i8086 assembly
Language: Assembly - Size: 379 KB - Last synced at: 3 days ago - Pushed at: almost 3 years ago - Stars: 19 - Forks: 3
spycrab/8086-accuracy
A torture test for 8086 (PC) emulators
Language: Assembly - Size: 22.5 KB - Last synced at: 4 months ago - Pushed at: over 7 years ago - Stars: 19 - Forks: 1
ptsource/Developer-Platform
:eight_spoked_asterisk: PTSource Developer Platform is a professional IDE, Source Code Editor and Compiler, tools, templates and libs for professionals and students with build environments for Windows x86 and x64, MCS51, GBZ80, Z80, HC08 and Atari 2600.
Language: HTML - Size: 108 MB - Last synced at: 3 days ago - Pushed at: 6 days ago - Stars: 18 - Forks: 2
andystanton/cmake-nasm-test
Building a nasm hello world app with cmake
Language: CMake - Size: 13.7 KB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 18 - Forks: 2
leonhad/asm-samples
Examples in Assembly with ARM, MASM, TASM and Visual Studio
Language: C - Size: 474 KB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 18 - Forks: 4
crgimenes/shutdown
shutdown command for MS-DOS 16bits
Language: C - Size: 14.6 KB - Last synced at: 6 months ago - Pushed at: almost 3 years ago - Stars: 18 - Forks: 2
turkishrational/retrounix
Retro UNIX v1 (8086 port/derivation of Original UNIX v1 for PDP-11) and Retro UNIX 386 v1.? OS project
Language: Assembly - Size: 60.2 MB - Last synced at: 9 months ago - Pushed at: about 1 year ago - Stars: 17 - Forks: 0
danieljs777/fastoverflowtk
This Buffer Overflow Toolkit works through FTP, SMTP, POP, HTTP protocols as well file outputs for playlists exploiting customized variables/commands. Payloads can be generated through MSFVENOM or you can use your own ASM files.
Language: Python - Size: 434 KB - Last synced at: about 1 year ago - Pushed at: about 4 years ago - Stars: 17 - Forks: 7
nuts7/reverse_shell_nasm
Language: Assembly - Size: 17.6 KB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 16 - Forks: 0
DosWorld/rtools
RDOFF2 16/32 bit object code linker for MS-DOS (Link into COM, MZ, ADAM, LX, PE32 formats).
Language: Pascal - Size: 690 KB - Last synced at: 4 months ago - Pushed at: about 3 years ago - Stars: 16 - Forks: 0
ldilley/tinytcp64
:telephone: x86-64 TCP server written in assembly for FreeBSD and Linux
Language: Assembly - Size: 17.6 KB - Last synced at: 3 months ago - Pushed at: almost 4 years ago - Stars: 16 - Forks: 2
tsubota-kouga/mikanOS
this is tiny os
Language: Nim - Size: 192 KB - Last synced at: almost 3 years ago - Pushed at: about 6 years ago - Stars: 16 - Forks: 0
PikkaPikkachu/Assembly-with-MacOS
Collection of Assembly Programs in 8086
Language: Assembly - Size: 1.75 MB - Last synced at: almost 3 years ago - Pushed at: over 7 years ago - Stars: 16 - Forks: 4
turkishrational/retrodos
MSDOS 1.25-2.11-3.3-5.0-6.0-6.22 and PCDOS 7.1 (derived, redeveloped) KERNEL (and COMMAND.COM) source code in NASM syntax
Language: Assembly - Size: 2.5 GB - Last synced at: 5 months ago - Pushed at: 5 months ago - Stars: 15 - Forks: 0
Liberxue/VChdlocker 📦
VC and Compilation (NASM) written hard disk locks, the main principle is in the computer post motherboard memory into the hard disk Time to remove the Windows startup and partition table hard disk MBR or encryption, do not use for illegal extortion thank you can bypass the domestic Tencent housekeeper 360 anti-virus software, etc.
Language: C++ - Size: 18.6 KB - Last synced at: over 1 year ago - Pushed at: over 8 years ago - Stars: 15 - Forks: 7
ammarfaizi2/fresh-tea-asm
Fresh Tea ASM is a machine code executor and JIT compiler for PHP, written in C/C++.
Language: C++ - Size: 116 KB - Last synced at: 9 months ago - Pushed at: over 5 years ago - Stars: 14 - Forks: 1
kunalvarudkar/x86-Assembly-Language-and-Shellcoding-on-Linux
SLAE x86 from Pentester Academy
Language: Assembly - Size: 9.27 MB - Last synced at: 5 months ago - Pushed at: about 6 years ago - Stars: 14 - Forks: 7
matematikaadit/jombloforth
Minimal FORTH interpreter for 64-bit Linux systems. Based on jonesforth.
Language: Assembly - Size: 177 KB - Last synced at: almost 3 years ago - Pushed at: almost 7 years ago - Stars: 14 - Forks: 5
AlanDoesCS/WaffleOS
An open source operating system written in NASM and C, with the goal of demystifying how operating systems work.
Language: C - Size: 1.15 MB - Last synced at: 3 months ago - Pushed at: 5 months ago - Stars: 13 - Forks: 0
kotleni/HelloOS
Hello OS kernel. (home project)
Language: C - Size: 244 KB - Last synced at: about 1 month ago - Pushed at: about 1 year ago - Stars: 13 - Forks: 1
DosWorld/objview
OBJ/OMF, RDF/RDOFF investigation tool.
Language: Pascal - Size: 263 KB - Last synced at: 9 months ago - Pushed at: about 3 years ago - Stars: 13 - Forks: 2
Langriklol/pluto
Simple OS
Language: C++ - Size: 284 KB - Last synced at: 2 months ago - Pushed at: over 6 years ago - Stars: 13 - Forks: 1
gbowne1/ClassicOS
An x86 32 biit Operating System for 386, 486, Pentium class (P-60 to 233MHz, Pentium II, P3, P4, etc)
Language: C - Size: 94.4 MB - Last synced at: 4 days ago - Pushed at: 6 days ago - Stars: 12 - Forks: 1
harismuneer/Stop-Watch_x86-Assembly
⏱️ A fully featured stop watch made in 8086 Assembly Language, having two modes: Split Timing and Lap Timing
Language: Assembly - Size: 389 KB - Last synced at: 9 months ago - Pushed at: 11 months ago - Stars: 12 - Forks: 8
CorruptedByCPU/Zero 📦
64 bit bootloader for Cyjon operating system.
Language: Assembly - Size: 110 KB - Last synced at: over 2 years ago - Pushed at: over 4 years ago - Stars: 12 - Forks: 1
focgko836107/Auroraxru
python
Size: 125 KB - Last synced at: 4 months ago - Pushed at: 4 months ago - Stars: 11 - Forks: 0
najmiter/Chitter
An (assembly) syntax highlighter
Language: JavaScript - Size: 132 KB - Last synced at: 4 months ago - Pushed at: about 1 year ago - Stars: 11 - Forks: 5
fzf404/MiniSystem 📦
💾 Nasm 汇编写操作系统
Language: Assembly - Size: 61.5 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 11 - Forks: 2
nurked/2048-asm
2048 written in x64 assembly for educational purposes (OS: Windows)
Language: Assembly - Size: 60.5 KB - Last synced at: over 2 years ago - Pushed at: about 4 years ago - Stars: 11 - Forks: 3
bugaevc/asmwall
NASM handbook
Language: HTML - Size: 179 KB - Last synced at: 9 months ago - Pushed at: over 4 years ago - Stars: 11 - Forks: 2
trexxet/tgbl
Text & Graphics BIOS library
Language: Assembly - Size: 53.7 KB - Last synced at: about 2 years ago - Pushed at: over 4 years ago - Stars: 11 - Forks: 2
leosncz/MinimalistOperatingSystem
A "little", "minimalist", x86 Operating System.
Language: C - Size: 7.45 MB - Last synced at: almost 3 years ago - Pushed at: almost 5 years ago - Stars: 11 - Forks: 4
ihab940/klopa115x
arangodb
Size: 193 KB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 10 - Forks: 0
GreenteaOS/Teapot
Development environment of the @GreenteaOS
Language: C - Size: 178 MB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 10 - Forks: 4
0xvpr/SCCT-Trainer
A Splinter Cell Chaos Theory Multi-Hack built with x86 Assembly.
Language: Assembly - Size: 153 MB - Last synced at: 4 months ago - Pushed at: 4 months ago - Stars: 10 - Forks: 1
471D38UNNUX/Hello-World-in-Assembly-and-C
Hello World in Assembly and C
Language: Assembly - Size: 209 KB - Last synced at: 6 months ago - Pushed at: 6 months ago - Stars: 10 - Forks: 0
PaybackOS/PaybackOS
A custom OS built for 64bit devices
Language: C - Size: 821 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 10 - Forks: 2
naclsn/tree-sitter-nasm
NASM grammar with tree-sitter
Language: C - Size: 3.32 MB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 10 - Forks: 2
j4cobgarby/mustard
A fairly basic kernel written in NASM and C
Language: C - Size: 1.97 MB - Last synced at: 6 months ago - Pushed at: over 2 years ago - Stars: 10 - Forks: 3
lem0nSec/Alcatraz
An example of Windows self-replicating malware.
Language: Assembly - Size: 752 KB - Last synced at: 9 months ago - Pushed at: almost 3 years ago - Stars: 10 - Forks: 2