floomm / ghidrion

2 stars 0 forks source link

Recheck for hookable functions after Ghidra's analysis is done #45

Open riesentoaster opened 1 year ago

riesentoaster commented 1 year ago

Currently, the list of hookable functions is calculated when the program is loaded. This list is incomplete until Ghidra's analysis tools ran. The list should be updated whenever that happens.

I don't know of a way to listen to that happening within a ProgramPlugin — which Ghidrion is an instance of.