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.