A shell that runs x86_64 assembly
c
x86-64
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Yann Weber 949ca0000e Adds dummy logger + tests and starts the compile 1 yıl önce
tests Adds dummy logger + tests and starts the compile 1 yıl önce
AUTHORS Autotools + check 1 yıl önce
ChangeLog Autotools + check 1 yıl önce
Makefile.am Adds dummy logger + tests and starts the compile 1 yıl önce
NEWS Autotools + check 1 yıl önce
README Initial commit 1 yıl önce
asmsh.c Initial commit 1 yıl önce
asmsh.s Initial commit 1 yıl önce
child.s Initial commit 1 yıl önce
compile.c Adds dummy logger + tests and starts the compile 1 yıl önce
compile.h Adds dummy logger + tests and starts the compile 1 yıl önce
config.h.in Adds dummy logger + tests and starts the compile 1 yıl önce
configure.ac Adds dummy logger + tests and starts the compile 1 yıl önce
logger.c Adds dummy logger + tests and starts the compile 1 yıl önce
logger.h Adds dummy logger + tests and starts the compile 1 yıl önce
mmap_parse.c Adds dummy logger + tests and starts the compile 1 yıl önce
mmap_parse.h Adds dummy logger + tests and starts the compile 1 yıl önce
regen.sh Adds dummy logger + tests and starts the compile 1 yıl önce

README

asmsh

An assembly shell.

Interactively run assembly into a terminal emulator.

Uses ptrace syscall to achieve this.