Package ghidra.util.search.memory
Class CodeUnitSearchInfo
java.lang.Object
ghidra.util.search.memory.CodeUnitSearchInfo
-
Constructor Summary
ConstructorDescriptionCodeUnitSearchInfo
(boolean searchInstructions, boolean searchDefinedData, boolean searchUndefinedData) -
Method Summary
Modifier and TypeMethodDescriptionboolean
boolean
boolean
boolean
-
Constructor Details
-
CodeUnitSearchInfo
public CodeUnitSearchInfo(boolean searchInstructions, boolean searchDefinedData, boolean searchUndefinedData)
-
-
Method Details
-
isSearchInstructions
public boolean isSearchInstructions() -
isSearchDefinedData
public boolean isSearchDefinedData() -
isSearchUndefinedData
public boolean isSearchUndefinedData() -
searchAll
public boolean searchAll()
-