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 1 anno fa
tests Move last env to sym files 1 anno fa
.gitignore Add gitignore 1 anno fa
AUTHORS Adds license notice 1 anno fa
COPYING.gz Adds license notice 1 anno fa
ChangeLog Autotools + check 1 anno fa
Makefile.am Move last env to sym files 1 anno fa
NEWS Autotools + check 1 anno fa
README Initial commit 1 anno fa
asm_env.c Adds license notice 1 anno fa
asm_env.h Adds license notice 1 anno fa
asmsh.c Adds license notice 1 anno fa
asmsh.s Initial commit 1 anno fa
child.s Adds license notice 1 anno fa
compile.c Bugfix compilation too late pipes closing 1 anno fa
compile.h Adds license notice 1 anno fa
completion.c Adds license notice 1 anno fa
completion.h Adds license notice 1 anno fa
config.h.in First sheel implementation using GNU readline 1 anno fa
configure.ac Bugfixing compilation failure + enhancement in error display 1 anno fa
logger.c Adds license notice 1 anno fa
logger.h Adds license notice 1 anno fa
mmap_parse.c Adds license notice 1 anno fa
mmap_parse.h Adds license notice 1 anno fa
regen.sh Adds license notice 1 anno fa
shell.c Adds license notice 1 anno fa
shell.h Adds license notice 1 anno fa
shell_cmds.c Adds license notice 1 anno fa
shell_cmds.h Adds license notice 1 anno fa
shell_sym.c Adds license notice 1 anno fa
shell_sym.h Adds license notice 1 anno fa

README

asmsh

An assembly shell.

Interactively run assembly into a terminal emulator.

Uses ptrace syscall to achieve this.