Skip to content

πŸ’€ Idk why but for some reason I decided to write assembly.

Notifications You must be signed in to change notification settings

THEGOLDENPRO/hello-world-debloated-af

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

2 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

hello world debloated as fuck!

Idk why but for some reason I decided to write assembly. πŸ’€

.global _start
.intel_syntax noprefix
// Debloated as fuck! ~ Goldy
_start:
mov rax, 1
mov rdi, 1
lea rsi, [hello_world]
mov rdx, 12
syscall
mov rax, 60
mov rdi, 0
syscall
hello_world:
.asciz "hewwo wowwd\n"

How to run. (Linux x86 only)

git clone https://github.com/THEGOLDENPRO/hello-world-debloated-af/
cd ./hello-world-debloated-af
make
make run

About

πŸ’€ Idk why but for some reason I decided to write assembly.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published