A shell that runs x86_64 assembly
c
x86-64
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
Yann Weber 32ffdfbd8a Simplify the symtable implementation 1年前
docs Adds doxygen documentation generation to autotools 1年前
tests Simplify the symtable implementation 1年前
.gitignore Add gitignore 1年前
AUTHORS Adds license notice 1年前
COPYING.gz Adds license notice 1年前
ChangeLog Autotools + check 1年前
Makefile.am Preparing dist 1年前
NEWS Autotools + check 1年前
README Initial commit 1年前
asm_env.c Implements a .run function that runs until breakpoint 1年前
asm_env.h Implements a .run function that runs until breakpoint 1年前
asmsh.c Makes the log function & macros variadic 1年前
asmsh.h Adds an example of loop 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 Make the asmsh_log_perror() macro non variadic again ;) 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_cmd_breakpoint.c Implements a .breakpoint command 1年前
shell_cmds.c Adds an example of loop 1年前
shell_cmds.h Implements a .run function that runs until breakpoint 1年前
shell_sym.c Simplify the symtable implementation 1年前
shell_sym.h Simplify the symtable implementation 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.