A shell that runs x86_64 assembly
c
x86-64
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
Yann Weber 0d4b246520 Implementing history load/store 1年前
tests Implementing history load/store 1年前
.gitignore Add gitignore 1年前
AUTHORS Adds license notice 1年前
COPYING.gz Adds license notice 1年前
ChangeLog Autotools + check 1年前
Makefile.am Implementing history load/store 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 Implementing history load/store 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年前
history.c Implementing history load/store 1年前
history.h Implementing history load/store 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 tests on shell & shell commands 1年前
shell.h Bugfix env update in shell & delete the bytecode print when exec 1年前
shell_cmds.c Implement new .bytecode command 1年前
shell_cmds.h Implement new .bytecode command 1年前
shell_sym.c Implement new .bytecode command 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.