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 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.