Uses of Interface
com.pnfsoftware.jeb.core.units.codeobject.IELFSectionEntry
Packages that use IELFSectionEntry
Package
Description
Types specific to code objects, such as Windows PE, Linux ELF, or Apple Mach-O.
-
Uses of IELFSectionEntry in com.pnfsoftware.jeb.core.units.codeobject
Methods in com.pnfsoftware.jeb.core.units.codeobject that return IELFSectionEntryMethods in com.pnfsoftware.jeb.core.units.codeobject that return types with arguments of type IELFSectionEntryMethods in com.pnfsoftware.jeb.core.units.codeobject with parameters of type IELFSectionEntryModifier and TypeMethodDescriptionIELFSectionProcessor.process
(IELFUnit elf, IELFSectionEntry sectionHeader, ByteBuffer sectionData) Process a section.