debugger
debugger copied to clipboard
Ability to run code before/during startup of process being debugged
Effectively something similar to a gdbinit where you can use the binja debugger api and works across debugger backends.
I imagine this would be implemented via registering callbacks much like the current UI callback system.