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 1924ecfb3d Moved sources to src folder fixing make dist 1 year ago
docs Moved sources to src folder fixing make dist 1 year ago
src Moved sources to src folder fixing make dist 1 year ago
tests Moved sources to src folder fixing make dist 1 year ago
.gitignore Add gitignore 2 years ago
AUTHORS Adds license notice 2 years ago
COPYING.gz Adds license notice 2 years ago
ChangeLog Autotools + check 2 years ago
Makefile.am Moved sources to src folder fixing make dist 1 year ago
NEWS Autotools + check 2 years ago
README Initial commit 2 years ago
configure.ac Moved sources to src folder fixing make dist 1 year ago
regen.sh Adds doxygen documentation generation to autotools 1 year ago

README

asmsh

An assembly shell.

Interactively run assembly into a terminal emulator.

Uses ptrace syscall to achieve this.