A shell that runs x86_64 assembly
c
x86-64
Ви не можете вибрати більше 25 тем 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 рік тому
tests Adds dummy logger + tests and starts the compile 1 рік тому
AUTHORS Autotools + check 1 рік тому
ChangeLog Autotools + check 1 рік тому
Makefile.am Adds dummy logger + tests and starts the compile 1 рік тому
NEWS Autotools + check 1 рік тому
README Initial commit 1 рік тому
asmsh.c Initial commit 1 рік тому
asmsh.s Initial commit 1 рік тому
child.s Initial commit 1 рік тому
compile.c Adds dummy logger + tests and starts the compile 1 рік тому
compile.h Adds dummy logger + tests and starts the compile 1 рік тому
config.h.in Adds dummy logger + tests and starts the compile 1 рік тому
configure.ac Adds dummy logger + tests and starts the compile 1 рік тому
logger.c Adds dummy logger + tests and starts the compile 1 рік тому
logger.h Adds dummy logger + tests and starts the compile 1 рік тому
mmap_parse.c Adds dummy logger + tests and starts the compile 1 рік тому
mmap_parse.h Adds dummy logger + tests and starts the compile 1 рік тому
regen.sh Adds dummy logger + tests and starts the compile 1 рік тому

README

asmsh

An assembly shell.

Interactively run assembly into a terminal emulator.

Uses ptrace syscall to achieve this.