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

README

asmsh

An assembly shell.

Interactively run assembly into a terminal emulator.

Uses ptrace syscall to achieve this.