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 anno fa
docs Adds doxygen documentation generation to autotools 1 anno fa
tests Simplify the symtable implementation 1 anno fa
.gitignore Add gitignore 1 anno fa
AUTHORS Adds license notice 1 anno fa
COPYING.gz Adds license notice 1 anno fa
ChangeLog Autotools + check 1 anno fa
Makefile.am Preparing dist 1 anno fa
NEWS Autotools + check 1 anno fa
README Initial commit 1 anno fa
asm_env.c Implements a .run function that runs until breakpoint 1 anno fa
asm_env.h Implements a .run function that runs until breakpoint 1 anno fa
asmsh.c Makes the log function & macros variadic 1 anno fa
asmsh.h Adds an example of loop 1 anno fa
asmsh.s Initial commit 1 anno fa
breakpoints.c Implements a small breakpoint lib 1 anno fa
breakpoints.h Implements a small breakpoint lib 1 anno fa
child.s Adds license notice 1 anno fa
compile.c Bugfix in as stderr logging 1 anno fa
compile.h Commenting + man generation 1 anno fa
completion.c Bugfix command completion 1 anno fa
completion.h Add command completion 1 anno fa
config.h.in Implements (untested not debuged) child embeding 1 anno fa
configure.ac Adds doxygen documentation generation to autotools 1 anno fa
history.c Suppress more warning and add a lint target 1 anno fa
history.h Implementing history load/store 1 anno fa
logger.c Bugfix in as stderr logging 1 anno fa
logger.h Make the asmsh_log_perror() macro non variadic again ;) 1 anno fa
mmap_parse.c Suppress all compilation warnings 1 anno fa
mmap_parse.h Suppress more warning and add a lint target 1 anno fa
regen.sh Adds doxygen documentation generation to autotools 1 anno fa
shell.c Commenting + man generation 1 anno fa
shell.h Bugfix env update in shell & delete the bytecode print when exec 1 anno fa
shell_cmd_breakpoint.c Implements a .breakpoint command 1 anno fa
shell_cmds.c Adds an example of loop 1 anno fa
shell_cmds.h Implements a .run function that runs until breakpoint 1 anno fa
shell_sym.c Simplify the symtable implementation 1 anno fa
shell_sym.h Simplify the symtable implementation 1 anno fa
syscalls.h First implementation of a .syscalls command 1 anno fa

README

asmsh

An assembly shell.

Interactively run assembly into a terminal emulator.

Uses ptrace syscall to achieve this.