Skip to content

Instantly share code, notes, and snippets.

@tin-z
Created March 13, 2022 21:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tin-z/e303eb05686944587f2017f65927446e to your computer and use it in GitHub Desktop.
Save tin-z/e303eb05686944587f2017f65927446e to your computer and use it in GitHub Desktop.
Roadmap to learn variant analysis in software vulnerability research

roadmap to variant analysis


CodeQl

Refs


Joern

  • Joern prereq

    • OpenJDK 1.8+
    • scala <=2.13.5 :)
    • before executing joern give at least 4GB of memory space to JVM export _JAVA_OPTS="-Xmx4G"
  • Joern issue #1: wrong ClassLoader

    • Change java version, refer to:
ClassLoader version,Java version
49,Java 5
50,Java 6
# ...
# and so on
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment