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

README

asmsh

An assembly shell.

Interactively run assembly into a terminal emulator.

Uses ptrace syscall to achieve this.