Package ghidra.app.util
Interface AddressFactoryService
-
public interface AddressFactoryService
Simple interface for getting an address factory. This is used to delay the opening of a program until it is needed.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AddressFactory
getAddressFactory()
-
-
-
Method Detail
-
getAddressFactory
AddressFactory getAddressFactory()
-
-