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 ff6aa5c8e0 Implements (untested not debuged) child embeding 1 år sedan
tests Implementing history load/store 1 år sedan
.gitignore Add gitignore 1 år sedan
AUTHORS Adds license notice 1 år sedan
COPYING.gz Adds license notice 1 år sedan
ChangeLog Autotools + check 1 år sedan
Makefile.am Implementing history load/store 1 år sedan
NEWS Autotools + check 1 år sedan
README Initial commit 1 år sedan
asm_env.c Implements (untested not debuged) child embeding 1 år sedan
asm_env.h Implements (untested not debuged) child embeding 1 år sedan
asmsh.c Implementing history load/store 1 år sedan
asmsh.s Initial commit 1 år sedan
child.s Adds license notice 1 år sedan
compile.c Bugfix compilation too late pipes closing 1 år sedan
compile.h Adds license notice 1 år sedan
completion.c Adds license notice 1 år sedan
completion.h Adds license notice 1 år sedan
config.h.in Implements (untested not debuged) child embeding 1 år sedan
configure.ac Implements (untested not debuged) child embeding 1 år sedan
history.c Implementing history load/store 1 år sedan
history.h Implementing history load/store 1 år sedan
logger.c Adds license notice 1 år sedan
logger.h Adds license notice 1 år sedan
mmap_parse.c Adds license notice 1 år sedan
mmap_parse.h Adds license notice 1 år sedan
regen.sh Adds license notice 1 år sedan
shell.c Adds tests on shell & shell commands 1 år sedan
shell.h Bugfix env update in shell & delete the bytecode print when exec 1 år sedan
shell_cmds.c Implement new .bytecode command 1 år sedan
shell_cmds.h Implement new .bytecode command 1 år sedan
shell_sym.c Implement new .bytecode command 1 år sedan
shell_sym.h Adds license notice 1 år sedan

README

asmsh

An assembly shell.

Interactively run assembly into a terminal emulator.

Uses ptrace syscall to achieve this.