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

README

asmsh

An assembly shell.

Interactively run assembly into a terminal emulator.

Uses ptrace syscall to achieve this.