-
Recently I wrote a plugin to request LLM services. The GUI tools work well, but I cannot find my analyzer inside the list of I found a plugin ghidra-findcrypt which implement its analyzer. But I still don't know how to get my anaylzer registered to the Here is my anaylzer: https://github.com/Forsworns/GhidrAI/blob/main/src/main/java/ghidrai/GhidraiAnaylzer.java |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
ExtensionPoints MUST follow naming rules for automatic discovery. Rename I looked at the name several times very carefully and did not see the typo the first couple times even when I was looking for it. |
Beta Was this translation helpful? Give feedback.
ExtensionPoints MUST follow naming rules for automatic discovery. Rename
GhidraiAnaylzer
toGhidraiAnalyzer
.I looked at the name several times very carefully and did not see the typo the first couple times even when I was looking for it.