A shell that runs x86_64 assembly
c
x86-64
Du kannst nicht mehr als 25 Themen auswählen Themen müssen mit entweder einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
Yann Weber 32ffdfbd8a Simplify the symtable implementation vor 1 Jahr
docs Adds doxygen documentation generation to autotools vor 1 Jahr
tests Simplify the symtable implementation vor 1 Jahr
.gitignore Add gitignore vor 1 Jahr
AUTHORS Adds license notice vor 1 Jahr
COPYING.gz Adds license notice vor 1 Jahr
ChangeLog Autotools + check vor 1 Jahr
Makefile.am Preparing dist vor 1 Jahr
NEWS Autotools + check vor 1 Jahr
README Initial commit vor 1 Jahr
asm_env.c Implements a .run function that runs until breakpoint vor 1 Jahr
asm_env.h Implements a .run function that runs until breakpoint vor 1 Jahr
asmsh.c Makes the log function & macros variadic vor 1 Jahr
asmsh.h Adds an example of loop vor 1 Jahr
asmsh.s Initial commit vor 1 Jahr
breakpoints.c Implements a small breakpoint lib vor 1 Jahr
breakpoints.h Implements a small breakpoint lib vor 1 Jahr
child.s Adds license notice vor 1 Jahr
compile.c Bugfix in as stderr logging vor 1 Jahr
compile.h Commenting + man generation vor 1 Jahr
completion.c Bugfix command completion vor 1 Jahr
completion.h Add command completion vor 1 Jahr
config.h.in Implements (untested not debuged) child embeding vor 1 Jahr
configure.ac Adds doxygen documentation generation to autotools vor 1 Jahr
history.c Suppress more warning and add a lint target vor 1 Jahr
history.h Implementing history load/store vor 1 Jahr
logger.c Bugfix in as stderr logging vor 1 Jahr
logger.h Make the asmsh_log_perror() macro non variadic again ;) vor 1 Jahr
mmap_parse.c Suppress all compilation warnings vor 1 Jahr
mmap_parse.h Suppress more warning and add a lint target vor 1 Jahr
regen.sh Adds doxygen documentation generation to autotools vor 1 Jahr
shell.c Commenting + man generation vor 1 Jahr
shell.h Bugfix env update in shell & delete the bytecode print when exec vor 1 Jahr
shell_cmd_breakpoint.c Implements a .breakpoint command vor 1 Jahr
shell_cmds.c Adds an example of loop vor 1 Jahr
shell_cmds.h Implements a .run function that runs until breakpoint vor 1 Jahr
shell_sym.c Simplify the symtable implementation vor 1 Jahr
shell_sym.h Simplify the symtable implementation vor 1 Jahr
syscalls.h First implementation of a .syscalls command vor 1 Jahr

README

asmsh

An assembly shell.

Interactively run assembly into a terminal emulator.

Uses ptrace syscall to achieve this.