Package utility.application
Class AppCleaner
java.lang.Object
utility.application.AppCleaner
- All Implemented Interfaces:
GhidraLaunchable
Interactive utility to discover and delete artifacts that Ghidra lays down on the filesystem
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
launch
(GhidraApplicationLayout layout, String[] args) Launches theAppCleaner
-
Constructor Details
-
AppCleaner
public AppCleaner()
-
-
Method Details
-
launch
Launches theAppCleaner
- Specified by:
launch
in interfaceGhidraLaunchable
- Parameters:
layout
- The application layout to use for the launchargs
- One argument is expected: the name of the application to clean. All other arguments are ignored.- Throws:
Exception
- if there was a problem with the launch
-