A shell that runs x86_64 assembly
| tests | ||
| .gitignore | ||
| asm_env.c | ||
| asm_env.h | ||
| asmsh.c | ||
| asmsh.s | ||
| AUTHORS | ||
| ChangeLog | ||
| child.s | ||
| compile.c | ||
| compile.h | ||
| completion.c | ||
| completion.h | ||
| config.h.in | ||
| configure.ac | ||
| COPYING.gz | ||
| history.c | ||
| history.h | ||
| logger.c | ||
| logger.h | ||
| Makefile.am | ||
| mmap_parse.c | ||
| mmap_parse.h | ||
| NEWS | ||
| README | ||
| regen.sh | ||
| shell.c | ||
| shell.h | ||
| shell_cmds.c | ||
| shell_cmds.h | ||
| shell_sym.c | ||
| shell_sym.h | ||
asmsh An assembly shell. Interactively run assembly into a terminal emulator. Uses ptrace syscall to achieve this.