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

README

asmsh

An assembly shell.

Interactively run assembly into a terminal emulator.

Uses ptrace syscall to achieve this.