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 0d4b246520 Implementing history load/store 1 rok temu
tests Implementing history load/store 1 rok temu
.gitignore Add gitignore 1 rok temu
AUTHORS Adds license notice 1 rok temu
COPYING.gz Adds license notice 1 rok temu
ChangeLog Autotools + check 1 rok temu
Makefile.am Implementing history load/store 1 rok temu
NEWS Autotools + check 1 rok temu
README Initial commit 1 rok temu
asm_env.c Adds license notice 1 rok temu
asm_env.h Adds license notice 1 rok temu
asmsh.c Implementing history load/store 1 rok temu
asmsh.s Initial commit 1 rok temu
child.s Adds license notice 1 rok temu
compile.c Bugfix compilation too late pipes closing 1 rok temu
compile.h Adds license notice 1 rok temu
completion.c Adds license notice 1 rok temu
completion.h Adds license notice 1 rok temu
config.h.in First sheel implementation using GNU readline 1 rok temu
configure.ac Bugfixing compilation failure + enhancement in error display 1 rok temu
history.c Implementing history load/store 1 rok temu
history.h Implementing history load/store 1 rok temu
logger.c Adds license notice 1 rok temu
logger.h Adds license notice 1 rok temu
mmap_parse.c Adds license notice 1 rok temu
mmap_parse.h Adds license notice 1 rok temu
regen.sh Adds license notice 1 rok temu
shell.c Adds tests on shell & shell commands 1 rok temu
shell.h Bugfix env update in shell & delete the bytecode print when exec 1 rok temu
shell_cmds.c Implement new .bytecode command 1 rok temu
shell_cmds.h Implement new .bytecode command 1 rok temu
shell_sym.c Implement new .bytecode command 1 rok temu
shell_sym.h Adds license notice 1 rok temu

README

asmsh

An assembly shell.

Interactively run assembly into a terminal emulator.

Uses ptrace syscall to achieve this.