GDB interactive opcode injection.
Goal is to make an interactive assembly "interpreter" relying on gdb. The gdb dashboard gives a nice overview of register/flag changes etc. so it makes it suitable for learning machine instructions.
- TODO Inject without inject file
- TODO Add option to use location in memory instead of r15 for loop
- TODO Detailed installation instructions
- TODO Multiline command
- TODO --raw flag to pass machine code directly
- TODO Port to other architectures
- TODO Self contained(no nasm and/or gdb)