A shell that runs x86_64 assembly
c
x86-64
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
Yann Weber b639e6a5d6 Fixing child memory write il y a 1 an
tests Fixing child memory write il y a 1 an
AUTHORS Autotools + check il y a 1 an
ChangeLog Autotools + check il y a 1 an
Makefile.am Add write to mem functions + test il y a 1 an
NEWS Autotools + check il y a 1 an
README Initial commit il y a 1 an
asm_env.c Fixing child memory write il y a 1 an
asm_env.h Fixing child memory write il y a 1 an
asmsh.c Initial commit il y a 1 an
asmsh.s Initial commit il y a 1 an
child.s Fixing child memory write il y a 1 an
compile.c Add write to mem functions + test il y a 1 an
compile.h Adds dummy logger + tests and starts the compile il y a 1 an
config.h.in Adds dummy logger + tests and starts the compile il y a 1 an
configure.ac Add write to mem functions + test il y a 1 an
logger.c Adds dummy logger + tests and starts the compile il y a 1 an
logger.h Adds dummy logger + tests and starts the compile il y a 1 an
mmap_parse.c Implement a first minimal asm_env from asmsh example il y a 1 an
mmap_parse.h Implement a first minimal asm_env from asmsh example il y a 1 an
regen.sh Implement a first minimal asm_env from asmsh example il y a 1 an

README

asmsh

An assembly shell.

Interactively run assembly into a terminal emulator.

Uses ptrace syscall to achieve this.