public class

Func

extends Object
java.lang.Object
   ↳ com.pnfsoftware.jeb.core.units.code.asm.sig.codeless.Func

Class Overview

Definition of a function for codeless signatures; these can be known library functions or unknown functions.

Summary

Public Methods
static Func createFrom(String rtnName, ModuleId moduleId)
static Func createUnknownFrom(String rtnName)
boolean equals(Object obj)
Long getEntryPoint()
Long getHighestAddress()
Long getLowestAddress()
ModuleId getModuleId()
String getName()
Func getTrampolineTarget()
int hashCode()
boolean isMapped()
void setAddresses(long entryPoint, long lowestAddr, long highestAddr)
void setTrampolineTarget(Func trampolineTarget)
String toString()
[Expand]
Inherited Methods
From class java.lang.Object

Public Methods

public static Func createFrom (String rtnName, ModuleId moduleId)

public static Func createUnknownFrom (String rtnName)

public boolean equals (Object obj)

public Long getEntryPoint ()

public Long getHighestAddress ()

public Long getLowestAddress ()

public ModuleId getModuleId ()

public String getName ()

public Func getTrampolineTarget ()

public int hashCode ()

public boolean isMapped ()

public void setAddresses (long entryPoint, long lowestAddr, long highestAddr)

public void setTrampolineTarget (Func trampolineTarget)

public String toString ()