A shell that runs x86_64 assembly
Find a file
2023-03-07 12:17:42 +01:00
tests Prepare shell environment implmentation 2023-03-07 11:51:20 +01:00
.gitignore Add gitignore 2023-03-07 11:51:27 +01:00
asm_env.c Adds license notice 2023-03-07 12:17:42 +01:00
asm_env.h Adds license notice 2023-03-07 12:17:42 +01:00
asmsh.c Adds license notice 2023-03-07 12:17:42 +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 Adds license notice 2023-03-07 12:17:42 +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 First sheel implementation using GNU readline 2023-03-03 17:38:49 +01:00
configure.ac Bugfixing compilation failure + enhancement in error display 2023-03-05 12:12:35 +01:00
COPYING.gz Adds license notice 2023-03-07 12:17:42 +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 Prepare shell environment implmentation 2023-03-07 11:51:20 +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 license notice 2023-03-07 12:17:42 +01:00
shell.h Adds license notice 2023-03-07 12:17:42 +01:00
shell_cmds.c Adds license notice 2023-03-07 12:17:42 +01:00
shell_cmds.h Adds license notice 2023-03-07 12:17:42 +01:00
shell_sym.c Adds license notice 2023-03-07 12:17:42 +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.