ghidra/GhidraBuild/patch
2020-02-19 18:50:52 -05:00
..
certification.local.manifest GT-2734 forgot to add README.txt 2019-04-04 15:48:22 -04:00
README.txt GT-3547 - Patch dir fix - review fixes 2020-02-19 18:50:52 -05:00

Compiled Java class files, either inside of a jar file or in a directory structure may be inserted
into this directory.   This directory and the contained jar files will be prepended to
the classpath, allowing them to override any existing classes in any module (except those from
the Utility module).

The jar files will be sorted by name before being added to the classpath in order to present
predictable class loading between Ghidra runs.  This directory will be prepended on the classpath
before any jar files, given the classes in this directory precedence over the jar files.

The class files in this directory must be in a directory structure that matches their respective
packages.