-
Notifications
You must be signed in to change notification settings - Fork 7k
Open
Labels
Description
Describe the bug
After patching reflection data in an obfuscated go binary, as 90% of them are, and trying to run analysis again, nothing happens and the aforementioned message is in the log.
To Reproduce
Steps to reproduce the behavior:
- Run analysis
- Wait
- Save
- Patch the go version metadata to be non garbage.
- Try to run go symbol analysis again.
- See nothing happen.
Expected behavior
It should run analysis, preferably the first time but I'll take what I can get.
Environment (please complete the following information):
- Ghidra Version: 12.1_DEV
Additional context
I've removed the TransientProgramProperties and it is still refusing to run the analysis to fixup the duff functions.