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

README

asmsh

An assembly shell.

Interactively run assembly into a terminal emulator.

Uses ptrace syscall to achieve this.