All Projects → m4n3dw0lf → Assembly-x64

m4n3dw0lf / Assembly-x64

Licence: GPL-3.0 License
My Collection of x64 Assembly programs with NASM

Programming Languages

assembly
5116 projects

Projects that are alternatives of or similar to Assembly-x64

Ninja
Patching extension for the video games Gothic and Gothic 2.
Stars: ✭ 17 (+0%)
Mutual labels:  nasm
ts-c99-compiler
ANSI C 16bit Compiler + NASM Assembler + Intel 8086 / 80186 + X87 emulator written entirely in TypeScript
Stars: ✭ 78 (+358.82%)
Mutual labels:  nasm
V8Power
Putting the power of an 8-cylinder engine under the hood of DOS batch files.
Stars: ✭ 30 (+76.47%)
Mutual labels:  nasm
snax86
A snake game written in x86 Assembly language for windows console
Stars: ✭ 21 (+23.53%)
Mutual labels:  nasm
mbr-boot-manager
💾 Master Boot Record with a boot menu written in Assembly
Stars: ✭ 57 (+235.29%)
Mutual labels:  nasm
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.
Stars: ✭ 16 (-5.88%)
Mutual labels:  nasm
reverse shell nasm
No description or website provided.
Stars: ✭ 15 (-11.76%)
Mutual labels:  nasm
cmake-nasm-test
Building a nasm hello world app with cmake
Stars: ✭ 18 (+5.88%)
Mutual labels:  nasm
Kroha
A small language makes assembly less painful.
Stars: ✭ 30 (+76.47%)
Mutual labels:  nasm
asm tutorial
Code samples for the Understanding Windows x64 Assembly tutorial.
Stars: ✭ 131 (+670.59%)
Mutual labels:  nasm
pidi-os
A minimalistic operating system
Stars: ✭ 35 (+105.88%)
Mutual labels:  nasm
Sasm
SASM - simple crossplatform IDE for NASM, MASM, GAS and FASM assembly languages
Stars: ✭ 5,557 (+32588.24%)
Mutual labels:  nasm
Asm Dude
Visual Studio extension for assembly syntax highlighting and code completion in assembly files and the disassembly window
Stars: ✭ 3,898 (+22829.41%)
Mutual labels:  nasm
LudOS
A toy monolithic kernel written in C++
Stars: ✭ 38 (+123.53%)
Mutual labels:  nasm

Assembly-Collection

My Collection of x64 Assembly programs with NASM

  • Assembly with:
$ nasm -f elf64 <program>.s -o <program>.o
  • Link with:
$ ld <program>.o -o <program>
  • Run with:
$ ./<program>
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].