A shell that runs x86_64 assembly
c
x86-64
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
Yann Weber a51d69eeff Add a test on child executable embeding 1年前
tests Add a test on child executable embeding 1年前
.gitignore Add gitignore 1年前
AUTHORS Adds license notice 1年前
COPYING.gz Adds license notice 1年前
ChangeLog Autotools + check 1年前
Makefile.am Enhancement in automake Makefile.am 1年前
NEWS Autotools + check 1年前
README Initial commit 1年前
asm_env.c Better error handling 1年前
asm_env.h Suppress more warning and add a lint target 1年前
asmsh.c Suppress more warning and add a lint target 1年前
asmsh.s Initial commit 1年前
child.s Adds license notice 1年前
compile.c Suppress more warning and add a lint target 1年前
compile.h Adds license notice 1年前
completion.c Add command completion 1年前
completion.h Add command completion 1年前
config.h.in Implements (untested not debuged) child embeding 1年前
configure.ac Suppress more warning and add a lint target 1年前
history.c Suppress more warning and add a lint target 1年前
history.h Implementing history load/store 1年前
logger.c Suppress more warning and add a lint target 1年前
logger.h Adds license notice 1年前
mmap_parse.c Suppress all compilation warnings 1年前
mmap_parse.h Suppress more warning and add a lint target 1年前
regen.sh Adds license notice 1年前
shell.c Add a test on child executable embeding 1年前
shell.h Bugfix env update in shell & delete the bytecode print when exec 1年前
shell_cmds.c Suppress more warning and add a lint target 1年前
shell_cmds.h Suppress all compilation warnings 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.