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 0d4b246520 Implementing history load/store před 1 rokem
tests Implementing history load/store před 1 rokem
.gitignore Add gitignore před 1 rokem
AUTHORS Adds license notice před 1 rokem
COPYING.gz Adds license notice před 1 rokem
ChangeLog Autotools + check před 1 rokem
Makefile.am Implementing history load/store před 1 rokem
NEWS Autotools + check před 1 rokem
README Initial commit před 1 rokem
asm_env.c Adds license notice před 1 rokem
asm_env.h Adds license notice před 1 rokem
asmsh.c Implementing history load/store před 1 rokem
asmsh.s Initial commit před 1 rokem
child.s Adds license notice před 1 rokem
compile.c Bugfix compilation too late pipes closing před 1 rokem
compile.h Adds license notice před 1 rokem
completion.c Adds license notice před 1 rokem
completion.h Adds license notice před 1 rokem
config.h.in First sheel implementation using GNU readline před 1 rokem
configure.ac Bugfixing compilation failure + enhancement in error display před 1 rokem
history.c Implementing history load/store před 1 rokem
history.h Implementing history load/store před 1 rokem
logger.c Adds license notice před 1 rokem
logger.h Adds license notice před 1 rokem
mmap_parse.c Adds license notice před 1 rokem
mmap_parse.h Adds license notice před 1 rokem
regen.sh Adds license notice před 1 rokem
shell.c Adds tests on shell & shell commands před 1 rokem
shell.h Bugfix env update in shell & delete the bytecode print when exec před 1 rokem
shell_cmds.c Implement new .bytecode command před 1 rokem
shell_cmds.h Implement new .bytecode command před 1 rokem
shell_sym.c Implement new .bytecode command před 1 rokem
shell_sym.h Adds license notice před 1 rokem

README

asmsh

An assembly shell.

Interactively run assembly into a terminal emulator.

Uses ptrace syscall to achieve this.