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 d8c833080f Bugfix compilation too late pipes closing před 1 rokem
tests Move last env to sym files 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 Move last env to sym files 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 Adds license notice 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
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 license notice před 1 rokem
shell.h Adds license notice před 1 rokem
shell_cmds.c Adds license notice před 1 rokem
shell_cmds.h Adds license notice před 1 rokem
shell_sym.c Adds license notice 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.