A shell that runs x86_64 assembly
c
x86-64
Du kannst nicht mehr als 25 Themen auswählen Themen müssen mit entweder einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
Yann Weber 0d4b246520 Implementing history load/store vor 1 Jahr
tests Implementing history load/store vor 1 Jahr
.gitignore Add gitignore vor 1 Jahr
AUTHORS Adds license notice vor 1 Jahr
COPYING.gz Adds license notice vor 1 Jahr
ChangeLog Autotools + check vor 1 Jahr
Makefile.am Implementing history load/store vor 1 Jahr
NEWS Autotools + check vor 1 Jahr
README Initial commit vor 1 Jahr
asm_env.c Adds license notice vor 1 Jahr
asm_env.h Adds license notice vor 1 Jahr
asmsh.c Implementing history load/store vor 1 Jahr
asmsh.s Initial commit vor 1 Jahr
child.s Adds license notice vor 1 Jahr
compile.c Bugfix compilation too late pipes closing vor 1 Jahr
compile.h Adds license notice vor 1 Jahr
completion.c Adds license notice vor 1 Jahr
completion.h Adds license notice vor 1 Jahr
config.h.in First sheel implementation using GNU readline vor 1 Jahr
configure.ac Bugfixing compilation failure + enhancement in error display vor 1 Jahr
history.c Implementing history load/store vor 1 Jahr
history.h Implementing history load/store vor 1 Jahr
logger.c Adds license notice vor 1 Jahr
logger.h Adds license notice vor 1 Jahr
mmap_parse.c Adds license notice vor 1 Jahr
mmap_parse.h Adds license notice vor 1 Jahr
regen.sh Adds license notice vor 1 Jahr
shell.c Adds tests on shell & shell commands vor 1 Jahr
shell.h Bugfix env update in shell & delete the bytecode print when exec vor 1 Jahr
shell_cmds.c Implement new .bytecode command vor 1 Jahr
shell_cmds.h Implement new .bytecode command vor 1 Jahr
shell_sym.c Implement new .bytecode command vor 1 Jahr
shell_sym.h Adds license notice vor 1 Jahr

README

asmsh

An assembly shell.

Interactively run assembly into a terminal emulator.

Uses ptrace syscall to achieve this.