-
Notifications
You must be signed in to change notification settings - Fork 8
Description
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR :
[INFO] -------------------------------------------------------------
[ERROR] ./GitHub/PokemonGoDecoderForBurp/src/main/java/burp/BurpExtender.java:[8,20] cannot find symbol
symbol: class DecoderTab
location: package burp.decoder
Searching the source, I see "DecoderTab" is referenced here:
src\main\java\burp\BurpExtender.java:8:import burp.decoder.DecoderTab;
src\main\java\burp\BurpExtender.java:30: DecoderTab tab = new DecoderTab(callbacks, controller, new BurpBodyExtractor(helpers));
However, the file or class definition for "DecoderTab" is doesn't appear to exist in the GitHub repoo:
.\GitHub\PokemonGoDecoderForBurp>dir DecoderTab* /s /b
File Not Found