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

README

asmsh

An assembly shell.

Interactively run assembly into a terminal emulator.

Uses ptrace syscall to achieve this.