A shell that runs x86_64 assembly
c
x86-64
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
Yann Weber 35a420d301 Makes the log function & macros variadic 1年前
tests Porting bugfix from test on VM 1年前
.gitignore Add gitignore 1年前
AUTHORS Adds license notice 1年前
COPYING.gz Adds license notice 1年前
ChangeLog Autotools + check 1年前
Makefile.am Porting bugfix from test on VM 1年前
NEWS Autotools + check 1年前
README Initial commit 1年前
asm_env.c Makes the log function & macros variadic 1年前
asm_env.h Suppress more warning and add a lint target 1年前
asmsh.c Makes the log function & macros variadic 1年前
asmsh.s Initial commit 1年前
child.s Adds license notice 1年前
compile.c Enhancement/bugfix in shell & child synchronization 1年前
compile.h Adds license notice 1年前
completion.c Bugfix command completion 1年前
completion.h Add command completion 1年前
config.h.in Implements (untested not debuged) child embeding 1年前
configure.ac Suppress more warning and add a lint target 1年前
history.c Suppress more warning and add a lint target 1年前
history.h Implementing history load/store 1年前
logger.c Makes the log function & macros variadic 1年前
logger.h Makes the log function & macros variadic 1年前
mmap_parse.c Suppress all compilation warnings 1年前
mmap_parse.h Suppress more warning and add a lint target 1年前
regen.sh Adds license notice 1年前
shell.c Enhancement/bugfix in shell & child synchronization 1年前
shell.h Bugfix env update in shell & delete the bytecode print when exec 1年前
shell_cmds.c Porting a bugfix from VM + shell_cmds refactoring 1年前
shell_cmds.h Porting a bugfix from VM + shell_cmds refactoring 1年前
shell_sym.c Implement new .bytecode command 1年前
shell_sym.h Adds license notice 1年前
syscalls.h First implementation of a .syscalls command 1年前

README

asmsh

An assembly shell.

Interactively run assembly into a terminal emulator.

Uses ptrace syscall to achieve this.