jon.recoil.org

Module Iplt.Entry

An entry in the intermediate PLT.

type t
val index : Iplt.Entry.t -> int

Returns the index of this entry (0-based).

val original_symbol : Iplt.Entry.t -> string

Returns the original external symbol this PLT entry calls.

val iplt_symbol : Iplt.Entry.t -> string

Returns the synthetic symbol for this PLT entry.

val igot_symbol : Iplt.Entry.t -> string

Returns the IGOT symbol this entry jumps through.

val offset : Iplt.Entry.t -> int

Returns the byte offset of the entry within the IPLT section.