index
:
cflems/dbsh.git
master
weaponized
Small, minimal shell written in assembly.
Carson Fleming
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
makefile
blob: 04a37e85a56f4e77c8330383738b8f285f0c2515 (
plain
)
1
2
3
4
5
all: nasm sh.s -f elf64 -o sh.o ld sh.o -o sh clean: rm -f sh.o sh