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

README

asmsh

An assembly shell.

Interactively run assembly into a terminal emulator.

Uses ptrace syscall to achieve this.