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