A shell that runs x86_64 assembly
c
x86-64
Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.
Yann Weber b639e6a5d6 Fixing child memory write 1 gadu atpakaļ
tests Fixing child memory write 1 gadu atpakaļ
AUTHORS Autotools + check 1 gadu atpakaļ
ChangeLog Autotools + check 1 gadu atpakaļ
Makefile.am Add write to mem functions + test 1 gadu atpakaļ
NEWS Autotools + check 1 gadu atpakaļ
README Initial commit 1 gadu atpakaļ
asm_env.c Fixing child memory write 1 gadu atpakaļ
asm_env.h Fixing child memory write 1 gadu atpakaļ
asmsh.c Initial commit 1 gadu atpakaļ
asmsh.s Initial commit 1 gadu atpakaļ
child.s Fixing child memory write 1 gadu atpakaļ
compile.c Add write to mem functions + test 1 gadu atpakaļ
compile.h Adds dummy logger + tests and starts the compile 1 gadu atpakaļ
config.h.in Adds dummy logger + tests and starts the compile 1 gadu atpakaļ
configure.ac Add write to mem functions + test 1 gadu atpakaļ
logger.c Adds dummy logger + tests and starts the compile 1 gadu atpakaļ
logger.h Adds dummy logger + tests and starts the compile 1 gadu atpakaļ
mmap_parse.c Implement a first minimal asm_env from asmsh example 1 gadu atpakaļ
mmap_parse.h Implement a first minimal asm_env from asmsh example 1 gadu atpakaļ
regen.sh Implement a first minimal asm_env from asmsh example 1 gadu atpakaļ

README

asmsh

An assembly shell.

Interactively run assembly into a terminal emulator.

Uses ptrace syscall to achieve this.