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 a51d69eeff Add a test on child executable embeding 1 yıl önce
tests Add a test on child executable embeding 1 yıl önce
.gitignore Add gitignore 1 yıl önce
AUTHORS Adds license notice 1 yıl önce
COPYING.gz Adds license notice 1 yıl önce
ChangeLog Autotools + check 1 yıl önce
Makefile.am Enhancement in automake Makefile.am 1 yıl önce
NEWS Autotools + check 1 yıl önce
README Initial commit 1 yıl önce
asm_env.c Better error handling 1 yıl önce
asm_env.h Suppress more warning and add a lint target 1 yıl önce
asmsh.c Suppress more warning and add a lint target 1 yıl önce
asmsh.s Initial commit 1 yıl önce
child.s Adds license notice 1 yıl önce
compile.c Suppress more warning and add a lint target 1 yıl önce
compile.h Adds license notice 1 yıl önce
completion.c Add command completion 1 yıl önce
completion.h Add command completion 1 yıl önce
config.h.in Implements (untested not debuged) child embeding 1 yıl önce
configure.ac Suppress more warning and add a lint target 1 yıl önce
history.c Suppress more warning and add a lint target 1 yıl önce
history.h Implementing history load/store 1 yıl önce
logger.c Suppress more warning and add a lint target 1 yıl önce
logger.h Adds license notice 1 yıl önce
mmap_parse.c Suppress all compilation warnings 1 yıl önce
mmap_parse.h Suppress more warning and add a lint target 1 yıl önce
regen.sh Adds license notice 1 yıl önce
shell.c Add a test on child executable embeding 1 yıl önce
shell.h Bugfix env update in shell & delete the bytecode print when exec 1 yıl önce
shell_cmds.c Suppress more warning and add a lint target 1 yıl önce
shell_cmds.h Suppress all compilation warnings 1 yıl önce
shell_sym.c Implement new .bytecode command 1 yıl önce
shell_sym.h Adds license notice 1 yıl önce

README

asmsh

An assembly shell.

Interactively run assembly into a terminal emulator.

Uses ptrace syscall to achieve this.