You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 14, 2023. It is now read-only.
The "util.parser" class is among the generated sources that GRASSMARLIN uses. The source files that are generated from Antlr and Jaxb are not part of the repository, they have to be built. The "gensrc-Fingerptinting" target in build-ant.xml will do this. To reiterate the header comment in the build-ant.xml file, the provided ant script is not intended to be used as provided, it exists as a reference - it might work, but some of the targets specifically reference files and resources that are not part of the distributed GRASSMARLIN source (copies of the JDK and jnetpcap binaries, for example). It should, however, contain enough information to help you get your own development environment up and running.
Also ensure that you are using JDK 1.8.66 or newer; earlier versions will generally result in a compilation error where there is an attempt to access a private method.
The error information:
GM3\src\core\fingerprint\PayloadFunctions.java:11: error: package util.parser doesn't exit.
import util.parser.CalcLexer;
GM3\src\core\fingerprint\PayloadFunctions.java:11: error: package util.parser doesn't exit.
import util.parser.CalcParser;
Thanks for your help!
The text was updated successfully, but these errors were encountered: