A shell that runs x86_64 assembly
c
x86-64
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
Yann Weber 0d4b246520 Implementing history load/store 1 год назад
tests Implementing history load/store 1 год назад
.gitignore Add gitignore 1 год назад
AUTHORS Adds license notice 1 год назад
COPYING.gz Adds license notice 1 год назад
ChangeLog Autotools + check 1 год назад
Makefile.am Implementing history load/store 1 год назад
NEWS Autotools + check 1 год назад
README Initial commit 1 год назад
asm_env.c Adds license notice 1 год назад
asm_env.h Adds license notice 1 год назад
asmsh.c Implementing history load/store 1 год назад
asmsh.s Initial commit 1 год назад
child.s Adds license notice 1 год назад
compile.c Bugfix compilation too late pipes closing 1 год назад
compile.h Adds license notice 1 год назад
completion.c Adds license notice 1 год назад
completion.h Adds license notice 1 год назад
config.h.in First sheel implementation using GNU readline 1 год назад
configure.ac Bugfixing compilation failure + enhancement in error display 1 год назад
history.c Implementing history load/store 1 год назад
history.h Implementing history load/store 1 год назад
logger.c Adds license notice 1 год назад
logger.h Adds license notice 1 год назад
mmap_parse.c Adds license notice 1 год назад
mmap_parse.h Adds license notice 1 год назад
regen.sh Adds license notice 1 год назад
shell.c Adds tests on shell & shell commands 1 год назад
shell.h Bugfix env update in shell & delete the bytecode print when exec 1 год назад
shell_cmds.c Implement new .bytecode command 1 год назад
shell_cmds.h Implement new .bytecode command 1 год назад
shell_sym.c Implement new .bytecode command 1 год назад
shell_sym.h Adds license notice 1 год назад

README

asmsh

An assembly shell.

Interactively run assembly into a terminal emulator.

Uses ptrace syscall to achieve this.