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

README

asmsh

An assembly shell.

Interactively run assembly into a terminal emulator.

Uses ptrace syscall to achieve this.