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: 3725a30acc1f9f3f651fcc901c3cd48e85488256 (
plain
)
1
2
3
4
5
all: nasm sh.asm -f elf64 -o sh.o ld sh.o -o sh clean: rm -f sh.o sh