A shell that runs x86_64 assembly
Find a file
2023-03-07 11:51:27 +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 First instruction completion implementation 2023-03-04 18:37:55 +01:00
asm_env.h Simplifying fetch of childs map information using registers 2023-03-03 14:43:56 +01:00
asmsh.c Starts implementing asmsh commands 2023-03-05 17:59:55 +01:00
asmsh.s Initial commit 2023-02-10 14:12:58 +01:00
AUTHORS Autotools + check 2023-02-10 17:25:46 +01:00
ChangeLog Autotools + check 2023-02-10 17:25:46 +01:00
child.s Simplifying fetch of childs map information using registers 2023-03-03 14:43:56 +01:00
compile.c Starts implementing asmsh commands 2023-03-05 17:59:55 +01:00
compile.h Bugfixing compilation failure + enhancement in error display 2023-03-05 12:12:35 +01:00
completion.c Implemented argument completion 2023-03-05 10:20:30 +01:00
completion.h Implemented argument completion 2023-03-05 10:20:30 +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
logger.c Extracted shell functionnality from main 2023-03-05 13:36:03 +01:00
logger.h Bugfixing compilation failure + enhancement in error display 2023-03-05 12:12:35 +01:00
Makefile.am Prepare shell environment implmentation 2023-03-07 11:51:20 +01:00
mmap_parse.c Implement a first minimal asm_env from asmsh example 2023-02-18 15:30:26 +01:00
mmap_parse.h Implement a first minimal asm_env from asmsh example 2023-02-18 15:30:26 +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 Bugfixing compilation failure + enhancement in error display 2023-03-05 12:12:35 +01:00
shell.c Starts implementing asmsh commands 2023-03-05 17:59:55 +01:00
shell.h Prepare shell environment implmentation 2023-03-07 11:51:20 +01:00
shell_cmds.c Starts implementing asmsh commands 2023-03-05 17:59:55 +01:00
shell_cmds.h Starts implementing asmsh commands 2023-03-05 17:59:55 +01:00
shell_sym.c Prepare shell environment implmentation 2023-03-07 11:51:20 +01:00
shell_sym.h Prepare shell environment implmentation 2023-03-07 11:51:20 +01:00

asmsh

An assembly shell.

Interactively run assembly into a terminal emulator.

Uses ptrace syscall to achieve this.