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 a51d69eeff Add a test on child executable embeding hace 1 año
tests Add a test on child executable embeding hace 1 año
.gitignore Add gitignore hace 1 año
AUTHORS Adds license notice hace 1 año
COPYING.gz Adds license notice hace 1 año
ChangeLog Autotools + check hace 1 año
Makefile.am Enhancement in automake Makefile.am hace 1 año
NEWS Autotools + check hace 1 año
README Initial commit hace 1 año
asm_env.c Better error handling hace 1 año
asm_env.h Suppress more warning and add a lint target hace 1 año
asmsh.c Suppress more warning and add a lint target hace 1 año
asmsh.s Initial commit hace 1 año
child.s Adds license notice hace 1 año
compile.c Suppress more warning and add a lint target hace 1 año
compile.h Adds license notice hace 1 año
completion.c Add command completion hace 1 año
completion.h Add command completion hace 1 año
config.h.in Implements (untested not debuged) child embeding hace 1 año
configure.ac Suppress more warning and add a lint target hace 1 año
history.c Suppress more warning and add a lint target hace 1 año
history.h Implementing history load/store hace 1 año
logger.c Suppress more warning and add a lint target hace 1 año
logger.h Adds license notice hace 1 año
mmap_parse.c Suppress all compilation warnings hace 1 año
mmap_parse.h Suppress more warning and add a lint target hace 1 año
regen.sh Adds license notice hace 1 año
shell.c Add a test on child executable embeding hace 1 año
shell.h Bugfix env update in shell & delete the bytecode print when exec hace 1 año
shell_cmds.c Suppress more warning and add a lint target hace 1 año
shell_cmds.h Suppress all compilation warnings hace 1 año
shell_sym.c Implement new .bytecode command hace 1 año
shell_sym.h Adds license notice hace 1 año

README

asmsh

An assembly shell.

Interactively run assembly into a terminal emulator.

Uses ptrace syscall to achieve this.