ghidra/GhidraBuild/patch
2025-04-08 06:08:12 -04:00
..
certification.local.manifest GT-2734 forgot to add README.txt 2019-04-04 15:48:22 -04:00
README.txt GP-0: Fixing typo in patch directory README 2025-04-08 06:08:12 -04:00

This directory exists so that Ghidra releases can be patched, or overridden. 
Classes or jar files placed in this directory will found and loaded 
*before* the classes that exist in the release jar files. One exception 
is that classes in the Utility module can not be patched in this way.

The jar files will be sorted by name before being prepended to the classpath 
in order to have predictable class loading between Ghidra runs.  This patch 
directory will be the very first patch entry on the classpath such that any 
individual classes will be found before classes in any of the patch jar files.

The class files in this directory must be in the standard java package 
directory structure.