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 e3d0baa414 Implements a small breakpoint lib vor 1 Jahr
docs Adds doxygen documentation generation to autotools vor 1 Jahr
tests Implements a small breakpoint lib 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 Implements a small breakpoint lib vor 1 Jahr
NEWS Autotools + check vor 1 Jahr
README Initial commit vor 1 Jahr
asm_env.c Makes the log function & macros variadic vor 1 Jahr
asm_env.h Enhancement in documentation vor 1 Jahr
asmsh.c Makes the log function & macros variadic vor 1 Jahr
asmsh.h Adds a .step command 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 Bugfix in as stderr logging 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_cmds.c Adds a .step command vor 1 Jahr
shell_cmds.h Adds a .step command vor 1 Jahr
shell_sym.c Implement new .bytecode command vor 1 Jahr
shell_sym.h Adds license notice 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.