Package ghidra.app.services
Interface TraceRmiLauncherService
public interface TraceRmiLauncherService
The service for launching Trace RMI targets in the GUI.
-
Method Summary
Modifier and TypeMethodDescriptionGet all offers for the given programgetSavedOffers(Program program) Get offers with a saved configuration, ordered by most-recently-saved
-
Method Details
-
getOffers
Get all offers for the given program- Parameters:
program- the program- Returns:
- the offers
-
getSavedOffers
Get offers with a saved configuration, ordered by most-recently-saved- Parameters:
program- the program- Returns:
- the offers
-