Class GhidraProject

java.lang.Object
ghidra.base.project.GhidraProject

public class GhidraProject extends Object
Helper class for using Ghidra in a "batch" mode. This class provides methods for importing, opening, saving, and analyzing program.

Note: Before using this class you must initialize the Ghidra system. See Application.initializeApplication(utility.application.ApplicationLayout, ghidra.framework.ApplicationConfiguration) for more information.