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 година
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.