mandiant / Ghidrathon

The FLARE team's open-source extension to add Python 3 scripting to Ghidra.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

fix build warning for Ghidra 10.2 + JDK 17+

mike-hunhoff opened this issue · comments

...\GhidrathonPlugin.java:53: warning: [removal] ProgramPlugin(PluginTool,boolean,boolean,boolean) in ProgramPlugin has been deprecated and marked for removal
                super(tool, true, true, true);
                ^
1 warning