A shell that runs x86_64 assembly
c
x86-64
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
Yann Weber b639e6a5d6 Fixing child memory write 1年前
tests Fixing child memory write 1年前
AUTHORS Autotools + check 1年前
ChangeLog Autotools + check 1年前
Makefile.am Add write to mem functions + test 1年前
NEWS Autotools + check 1年前
README Initial commit 1年前
asm_env.c Fixing child memory write 1年前
asm_env.h Fixing child memory write 1年前
asmsh.c Initial commit 1年前
asmsh.s Initial commit 1年前
child.s Fixing child memory write 1年前
compile.c Add write to mem functions + test 1年前
compile.h Adds dummy logger + tests and starts the compile 1年前
config.h.in Adds dummy logger + tests and starts the compile 1年前
configure.ac Add write to mem functions + test 1年前
logger.c Adds dummy logger + tests and starts the compile 1年前
logger.h Adds dummy logger + tests and starts the compile 1年前
mmap_parse.c Implement a first minimal asm_env from asmsh example 1年前
mmap_parse.h Implement a first minimal asm_env from asmsh example 1年前
regen.sh Implement a first minimal asm_env from asmsh example 1年前

README

asmsh

An assembly shell.

Interactively run assembly into a terminal emulator.

Uses ptrace syscall to achieve this.