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