A shell that runs x86_64 assembly
Find a file
2023-03-08 19:49:32 +01:00
tests Implementing history load/store 2023-03-08 19:49:04 +01:00
.gitignore Add gitignore 2023-03-07 11:51:27 +01:00
asm_env.c Implements (untested not debuged) child embeding 2023-03-08 19:49:32 +01:00
asm_env.h Implements (untested not debuged) child embeding 2023-03-08 19:49:32 +01:00
asmsh.c Implementing history load/store 2023-03-08 19:49:04 +01:00
asmsh.s Initial commit 2023-02-10 14:12:58 +01:00
AUTHORS Adds license notice 2023-03-07 12:17:42 +01:00
ChangeLog Autotools + check 2023-02-10 17:25:46 +01:00
child.s Adds license notice 2023-03-07 12:17:42 +01:00
compile.c Bugfix compilation too late pipes closing 2023-03-07 15:17:04 +01:00
compile.h Adds license notice 2023-03-07 12:17:42 +01:00
completion.c Adds license notice 2023-03-07 12:17:42 +01:00
completion.h Adds license notice 2023-03-07 12:17:42 +01:00
config.h.in Implements (untested not debuged) child embeding 2023-03-08 19:49:32 +01:00
configure.ac Implements (untested not debuged) child embeding 2023-03-08 19:49:32 +01:00
COPYING.gz Adds license notice 2023-03-07 12:17:42 +01:00
history.c Implementing history load/store 2023-03-08 19:49:04 +01:00
history.h Implementing history load/store 2023-03-08 19:49:04 +01:00
logger.c Adds license notice 2023-03-07 12:17:42 +01:00
logger.h Adds license notice 2023-03-07 12:17:42 +01:00
Makefile.am Implementing history load/store 2023-03-08 19:49:04 +01:00
mmap_parse.c Adds license notice 2023-03-07 12:17:42 +01:00
mmap_parse.h Adds license notice 2023-03-07 12:17:42 +01:00
NEWS Autotools + check 2023-02-10 17:25:46 +01:00
README Initial commit 2023-02-10 14:12:58 +01:00
regen.sh Adds license notice 2023-03-07 12:17:42 +01:00
shell.c Adds tests on shell & shell commands 2023-03-07 16:32:53 +01:00
shell.h Bugfix env update in shell & delete the bytecode print when exec 2023-03-07 15:17:41 +01:00
shell_cmds.c Implement new .bytecode command 2023-03-07 15:59:11 +01:00
shell_cmds.h Implement new .bytecode command 2023-03-07 15:59:11 +01:00
shell_sym.c Implement new .bytecode command 2023-03-07 15:59:11 +01:00
shell_sym.h Adds license notice 2023-03-07 12:17:42 +01:00

asmsh

An assembly shell.

Interactively run assembly into a terminal emulator.

Uses ptrace syscall to achieve this.