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 35a420d301 Makes the log function & macros variadic 1 ano atrás
tests Porting bugfix from test on VM 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 Porting bugfix from test on VM 1 ano atrás
NEWS Autotools + check 1 ano atrás
README Initial commit 1 ano atrás
asm_env.c Makes the log function & macros variadic 1 ano atrás
asm_env.h Suppress more warning and add a lint target 1 ano atrás
asmsh.c Makes the log function & macros variadic 1 ano atrás
asmsh.s Initial commit 1 ano atrás
child.s Adds license notice 1 ano atrás
compile.c Enhancement/bugfix in shell & child synchronization 1 ano atrás
compile.h Adds license notice 1 ano atrás
completion.c Bugfix command completion 1 ano atrás
completion.h Add command completion 1 ano atrás
config.h.in Implements (untested not debuged) child embeding 1 ano atrás
configure.ac Suppress more warning and add a lint target 1 ano atrás
history.c Suppress more warning and add a lint target 1 ano atrás
history.h Implementing history load/store 1 ano atrás
logger.c Makes the log function & macros variadic 1 ano atrás
logger.h Makes the log function & macros variadic 1 ano atrás
mmap_parse.c Suppress all compilation warnings 1 ano atrás
mmap_parse.h Suppress more warning and add a lint target 1 ano atrás
regen.sh Adds license notice 1 ano atrás
shell.c Enhancement/bugfix in shell & child synchronization 1 ano atrás
shell.h Bugfix env update in shell & delete the bytecode print when exec 1 ano atrás
shell_cmds.c Porting a bugfix from VM + shell_cmds refactoring 1 ano atrás
shell_cmds.h Porting a bugfix from VM + shell_cmds refactoring 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
syscalls.h First implementation of a .syscalls command 1 ano atrás

README

asmsh

An assembly shell.

Interactively run assembly into a terminal emulator.

Uses ptrace syscall to achieve this.