A shell that runs x86_64 assembly
c
x86-64
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
Yann Weber 949ca0000e Adds dummy logger + tests and starts the compile 1年前
tests Adds dummy logger + tests and starts the compile 1年前
AUTHORS Autotools + check 1年前
ChangeLog Autotools + check 1年前
Makefile.am Adds dummy logger + tests and starts the compile 1年前
NEWS Autotools + check 1年前
README Initial commit 1年前
asmsh.c Initial commit 1年前
asmsh.s Initial commit 1年前
child.s Initial commit 1年前
compile.c Adds dummy logger + tests and starts the compile 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 Adds dummy logger + tests and starts the compile 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 Adds dummy logger + tests and starts the compile 1年前
mmap_parse.h Adds dummy logger + tests and starts the compile 1年前
regen.sh Adds dummy logger + tests and starts the compile 1年前

README

asmsh

An assembly shell.

Interactively run assembly into a terminal emulator.

Uses ptrace syscall to achieve this.