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

README

asmsh

An assembly shell.

Interactively run assembly into a terminal emulator.

Uses ptrace syscall to achieve this.