A shell that runs x86_64 assembly
c
x86-64
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
Yann Weber e3d0baa414 Implements a small breakpoint lib 1年前
docs Adds doxygen documentation generation to autotools 1年前
tests Implements a small breakpoint lib 1年前
.gitignore Add gitignore 1年前
AUTHORS Adds license notice 1年前
COPYING.gz Adds license notice 1年前
ChangeLog Autotools + check 1年前
Makefile.am Implements a small breakpoint lib 1年前
NEWS Autotools + check 1年前
README Initial commit 1年前
asm_env.c Makes the log function & macros variadic 1年前
asm_env.h Enhancement in documentation 1年前
asmsh.c Makes the log function & macros variadic 1年前
asmsh.h Adds a .step command 1年前
asmsh.s Initial commit 1年前
breakpoints.c Implements a small breakpoint lib 1年前
breakpoints.h Implements a small breakpoint lib 1年前
child.s Adds license notice 1年前
compile.c Bugfix in as stderr logging 1年前
compile.h Commenting + man generation 1年前
completion.c Bugfix command completion 1年前
completion.h Add command completion 1年前
config.h.in Implements (untested not debuged) child embeding 1年前
configure.ac Adds doxygen documentation generation to autotools 1年前
history.c Suppress more warning and add a lint target 1年前
history.h Implementing history load/store 1年前
logger.c Bugfix in as stderr logging 1年前
logger.h Bugfix in as stderr logging 1年前
mmap_parse.c Suppress all compilation warnings 1年前
mmap_parse.h Suppress more warning and add a lint target 1年前
regen.sh Adds doxygen documentation generation to autotools 1年前
shell.c Commenting + man generation 1年前
shell.h Bugfix env update in shell & delete the bytecode print when exec 1年前
shell_cmds.c Adds a .step command 1年前
shell_cmds.h Adds a .step command 1年前
shell_sym.c Implement new .bytecode command 1年前
shell_sym.h Adds license notice 1年前
syscalls.h First implementation of a .syscalls command 1年前

README

asmsh

An assembly shell.

Interactively run assembly into a terminal emulator.

Uses ptrace syscall to achieve this.