A shell that runs x86_64 assembly
c
x86-64
Ви не можете вибрати більше 25 тем Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Yann Weber e3d0baa414 Implements a small breakpoint lib 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 small breakpoint lib 1 рік тому
NEWS Autotools + check 1 рік тому
README Initial commit 1 рік тому
asm_env.c Makes the log function & macros variadic 1 рік тому
asm_env.h Enhancement in documentation 1 рік тому
asmsh.c Makes the log function & macros variadic 1 рік тому
asmsh.h Adds a .step 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 Bugfix in as stderr logging 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_cmds.c Adds a .step command 1 рік тому
shell_cmds.h Adds a .step 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.