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 e3d0baa414 Implements a small breakpoint lib 1 jaar geleden
docs Adds doxygen documentation generation to autotools 1 jaar geleden
tests Implements a small breakpoint lib 1 jaar geleden
.gitignore Add gitignore 1 jaar geleden
AUTHORS Adds license notice 1 jaar geleden
COPYING.gz Adds license notice 1 jaar geleden
ChangeLog Autotools + check 1 jaar geleden
Makefile.am Implements a small breakpoint lib 1 jaar geleden
NEWS Autotools + check 1 jaar geleden
README Initial commit 1 jaar geleden
asm_env.c Makes the log function & macros variadic 1 jaar geleden
asm_env.h Enhancement in documentation 1 jaar geleden
asmsh.c Makes the log function & macros variadic 1 jaar geleden
asmsh.h Adds a .step command 1 jaar geleden
asmsh.s Initial commit 1 jaar geleden
breakpoints.c Implements a small breakpoint lib 1 jaar geleden
breakpoints.h Implements a small breakpoint lib 1 jaar geleden
child.s Adds license notice 1 jaar geleden
compile.c Bugfix in as stderr logging 1 jaar geleden
compile.h Commenting + man generation 1 jaar geleden
completion.c Bugfix command completion 1 jaar geleden
completion.h Add command completion 1 jaar geleden
config.h.in Implements (untested not debuged) child embeding 1 jaar geleden
configure.ac Adds doxygen documentation generation to autotools 1 jaar geleden
history.c Suppress more warning and add a lint target 1 jaar geleden
history.h Implementing history load/store 1 jaar geleden
logger.c Bugfix in as stderr logging 1 jaar geleden
logger.h Bugfix in as stderr logging 1 jaar geleden
mmap_parse.c Suppress all compilation warnings 1 jaar geleden
mmap_parse.h Suppress more warning and add a lint target 1 jaar geleden
regen.sh Adds doxygen documentation generation to autotools 1 jaar geleden
shell.c Commenting + man generation 1 jaar geleden
shell.h Bugfix env update in shell & delete the bytecode print when exec 1 jaar geleden
shell_cmds.c Adds a .step command 1 jaar geleden
shell_cmds.h Adds a .step command 1 jaar geleden
shell_sym.c Implement new .bytecode command 1 jaar geleden
shell_sym.h Adds license notice 1 jaar geleden
syscalls.h First implementation of a .syscalls command 1 jaar geleden

README

asmsh

An assembly shell.

Interactively run assembly into a terminal emulator.

Uses ptrace syscall to achieve this.