A shell that runs x86_64 assembly
c
x86-64
Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
Yann Weber 0d4b246520 Implementing history load/store 1 ano atrás
tests Implementing history load/store 1 ano atrás
.gitignore Add gitignore 1 ano atrás
AUTHORS Adds license notice 1 ano atrás
COPYING.gz Adds license notice 1 ano atrás
ChangeLog Autotools + check 1 ano atrás
Makefile.am Implementing history load/store 1 ano atrás
NEWS Autotools + check 1 ano atrás
README Initial commit 1 ano atrás
asm_env.c Adds license notice 1 ano atrás
asm_env.h Adds license notice 1 ano atrás
asmsh.c Implementing history load/store 1 ano atrás
asmsh.s Initial commit 1 ano atrás
child.s Adds license notice 1 ano atrás
compile.c Bugfix compilation too late pipes closing 1 ano atrás
compile.h Adds license notice 1 ano atrás
completion.c Adds license notice 1 ano atrás
completion.h Adds license notice 1 ano atrás
config.h.in First sheel implementation using GNU readline 1 ano atrás
configure.ac Bugfixing compilation failure + enhancement in error display 1 ano atrás
history.c Implementing history load/store 1 ano atrás
history.h Implementing history load/store 1 ano atrás
logger.c Adds license notice 1 ano atrás
logger.h Adds license notice 1 ano atrás
mmap_parse.c Adds license notice 1 ano atrás
mmap_parse.h Adds license notice 1 ano atrás
regen.sh Adds license notice 1 ano atrás
shell.c Adds tests on shell & shell commands 1 ano atrás
shell.h Bugfix env update in shell & delete the bytecode print when exec 1 ano atrás
shell_cmds.c Implement new .bytecode command 1 ano atrás
shell_cmds.h Implement new .bytecode command 1 ano atrás
shell_sym.c Implement new .bytecode command 1 ano atrás
shell_sym.h Adds license notice 1 ano atrás

README

asmsh

An assembly shell.

Interactively run assembly into a terminal emulator.

Uses ptrace syscall to achieve this.