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

README

asmsh

An assembly shell.

Interactively run assembly into a terminal emulator.

Uses ptrace syscall to achieve this.