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 vuosi sitten
tests Adds dummy logger + tests and starts the compile 1 vuosi sitten
AUTHORS Autotools + check 1 vuosi sitten
ChangeLog Autotools + check 1 vuosi sitten
Makefile.am Adds dummy logger + tests and starts the compile 1 vuosi sitten
NEWS Autotools + check 1 vuosi sitten
README Initial commit 1 vuosi sitten
asmsh.c Initial commit 1 vuosi sitten
asmsh.s Initial commit 1 vuosi sitten
child.s Initial commit 1 vuosi sitten
compile.c Adds dummy logger + tests and starts the compile 1 vuosi sitten
compile.h Adds dummy logger + tests and starts the compile 1 vuosi sitten
config.h.in Adds dummy logger + tests and starts the compile 1 vuosi sitten
configure.ac Adds dummy logger + tests and starts the compile 1 vuosi sitten
logger.c Adds dummy logger + tests and starts the compile 1 vuosi sitten
logger.h Adds dummy logger + tests and starts the compile 1 vuosi sitten
mmap_parse.c Adds dummy logger + tests and starts the compile 1 vuosi sitten
mmap_parse.h Adds dummy logger + tests and starts the compile 1 vuosi sitten
regen.sh Adds dummy logger + tests and starts the compile 1 vuosi sitten

README

asmsh

An assembly shell.

Interactively run assembly into a terminal emulator.

Uses ptrace syscall to achieve this.