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