Skip to content

Interactive opcode injection(an assembly "interpreter" of sorts)

License

Notifications You must be signed in to change notification settings

marto1/asm-interactive

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Description

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.

Install

Demo

demo

TODOs

  • 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)

About

Interactive opcode injection(an assembly "interpreter" of sorts)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published