Ghidra question:
I'm working on one main binary and I'm needing to repeatedly import binary patches over it.
The problem is that the way ghidra lets you do this (that I know of) are to manually select each instruction and enter new assembly, or to go into the binary edit and change the bytes one by one.
Is there some easy way to import a binary patch that I'm missing?
I think there's a way to import a whole new binary over the existing one you were reversing, so I guess I could patch it outside of ghidra and then do a full reimport, which hopefully shouldn't lose any of my labels and such