Class Func
java.lang.Object
com.pnfsoftware.jeb.core.units.code.asm.sig.codeless.Func
Definition of a function for codeless signatures; these can be known library functions or unknown
functions.
-
Method Summary
Modifier and TypeMethodDescriptionstatic Func
createFrom
(String rtnName, ModuleId moduleId) static Func
createUnknownFrom
(String rtnName) boolean
getName()
int
hashCode()
boolean
isMapped()
void
setAddresses
(long entryPoint, long lowestAddr, long highestAddr) void
setTrampolineTarget
(Func trampolineTarget) toString()
-
Method Details
-
createFrom
-
createUnknownFrom
-
getName
-
getModuleId
-
setAddresses
public void setAddresses(long entryPoint, long lowestAddr, long highestAddr) -
isMapped
public boolean isMapped() -
getTrampolineTarget
-
setTrampolineTarget
-
getEntryPoint
-
getLowestAddress
-
getHighestAddress
-
hashCode
public int hashCode() -
equals
-
toString
-