Uses of Enum Class
com.pnfsoftware.jeb.core.units.codeobject.ELF.WellKnownSection
Packages that use ELF.WellKnownSection
Package
Description
Types specific to code objects, such as Windows PE, Linux ELF, or Apple Mach-O.
-
Uses of ELF.WellKnownSection in com.pnfsoftware.jeb.core.units.codeobject
Methods in com.pnfsoftware.jeb.core.units.codeobject that return ELF.WellKnownSectionModifier and TypeMethodDescriptionstatic ELF.WellKnownSection
ELF.getSection
(int type, String name) Retrieve the well-known ELF section or null if unknownstatic ELF.WellKnownSection
Returns the enum constant of this class with the specified name.static ELF.WellKnownSection[]
ELF.WellKnownSection.values()
Returns an array containing the constants of this enum class, in the order they are declared.