A shell that runs x86_64 assembly
c
x86-64
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
Yann Weber ff6aa5c8e0 Implements (untested not debuged) child embeding il y a 1 an
tests Implementing history load/store il y a 1 an
.gitignore Add gitignore il y a 1 an
AUTHORS Adds license notice il y a 1 an
COPYING.gz Adds license notice il y a 1 an
ChangeLog Autotools + check il y a 1 an
Makefile.am Implementing history load/store il y a 1 an
NEWS Autotools + check il y a 1 an
README Initial commit il y a 1 an
asm_env.c Implements (untested not debuged) child embeding il y a 1 an
asm_env.h Implements (untested not debuged) child embeding il y a 1 an
asmsh.c Implementing history load/store il y a 1 an
asmsh.s Initial commit il y a 1 an
child.s Adds license notice il y a 1 an
compile.c Bugfix compilation too late pipes closing il y a 1 an
compile.h Adds license notice il y a 1 an
completion.c Adds license notice il y a 1 an
completion.h Adds license notice il y a 1 an
config.h.in Implements (untested not debuged) child embeding il y a 1 an
configure.ac Implements (untested not debuged) child embeding il y a 1 an
history.c Implementing history load/store il y a 1 an
history.h Implementing history load/store il y a 1 an
logger.c Adds license notice il y a 1 an
logger.h Adds license notice il y a 1 an
mmap_parse.c Adds license notice il y a 1 an
mmap_parse.h Adds license notice il y a 1 an
regen.sh Adds license notice il y a 1 an
shell.c Adds tests on shell & shell commands il y a 1 an
shell.h Bugfix env update in shell & delete the bytecode print when exec il y a 1 an
shell_cmds.c Implement new .bytecode command il y a 1 an
shell_cmds.h Implement new .bytecode command il y a 1 an
shell_sym.c Implement new .bytecode command il y a 1 an
shell_sym.h Adds license notice il y a 1 an

README

asmsh

An assembly shell.

Interactively run assembly into a terminal emulator.

Uses ptrace syscall to achieve this.