A shell that runs x86_64 assembly
c
x86-64
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Yann Weber 444b88926b Autotools + check 2 years ago
tests Autotools + check 2 years ago
AUTHORS Autotools + check 2 years ago
ChangeLog Autotools + check 2 years ago
Makefile.am Autotools + check 2 years ago
NEWS Autotools + check 2 years ago
README Initial commit 2 years ago
asmsh.c Initial commit 2 years ago
asmsh.s Initial commit 2 years ago
child.s Initial commit 2 years ago
config.h.in Autotools + check 2 years ago
configure.ac Autotools + check 2 years ago
mmap_parse.c Initial commit 2 years ago
mmap_parse.h Initial commit 2 years ago
regen.sh Autotools + check 2 years ago

README

asmsh

An assembly shell.

Interactively run assembly into a terminal emulator.

Uses ptrace syscall to achieve this.