Example Usage
$ ./run.sh 
Usage: QtRE run.sh [-h] -p qtre_path -c config_path [-g ghidra_path] [--analyze-connect] [--analyze-meta]
Example: ./run.sh -p QtRE-1.0.0.jar -c env.json --analyze-connect --analyze-meta
Argument descriptions: 
  -h, --help: Display this help message.
  -p, --qtre-path: Path to the compiled QtRE Jar executable.
  -c, --config-path: Path to the json configuration file.
  -g, --ghidra-path: Path to Ghidra jar library (default: ./lib/ghidra.jar).
  --analyze-connect: Enable analysis on Qt Connect.
  --analyze-meta: Enable analysis on Qt Metadata.