Uses of Package
com.pnfsoftware.jeb.util.io
Packages that use com.pnfsoftware.jeb.util.io
Package
Description
Types used to implement and access data identifiers, parsers, code analyzers, disassemblers,
decompilers, and debuggers.
This package and sub-packages contain all types used by Android code analysis plugins.
Types used to create and access
gendec
's IR (Intermediate Representation).Types used to represent a virtual memory used when analyzing native code.
Types used to define and represent processors' instructions, operands, and registers.
Architecture-specific information for processors, such as as common registers bank definitions.
Types used during the generation of native code disassembly.
Classes and interfaces to access and define native types and related objects, used by JEB's
native code analysis pipeline (including
gendec
).Types used by debugger plugins.
Standard implementations of debugger related interfaces.
Types specific to code objects, such as Windows PE, Linux ELF, or Apple Mach-O.
Types for I/O operations, such as file writing/reading, file monitors, directory browsing.
JEB's custom serialization facility (PNF-ORPD).
-
Classes in com.pnfsoftware.jeb.util.io used by com.pnfsoftware.jeb.core.units
-
Classes in com.pnfsoftware.jeb.util.io used by com.pnfsoftware.jeb.core.units.code.android
-
Classes in com.pnfsoftware.jeb.util.io used by com.pnfsoftware.jeb.core.units.code.asm.decompiler.ir
-
Classes in com.pnfsoftware.jeb.util.io used by com.pnfsoftware.jeb.core.units.code.asm.memory
-
Classes in com.pnfsoftware.jeb.util.io used by com.pnfsoftware.jeb.core.units.code.asm.processor
-
-
Classes in com.pnfsoftware.jeb.util.io used by com.pnfsoftware.jeb.core.units.code.asm.render
-
Classes in com.pnfsoftware.jeb.util.io used by com.pnfsoftware.jeb.core.units.code.asm.type
-
Classes in com.pnfsoftware.jeb.util.io used by com.pnfsoftware.jeb.core.units.code.debug
-
Classes in com.pnfsoftware.jeb.util.io used by com.pnfsoftware.jeb.core.units.code.debug.impl
-
Classes in com.pnfsoftware.jeb.util.io used by com.pnfsoftware.jeb.core.units.codeobject
-
Classes in com.pnfsoftware.jeb.util.io used by com.pnfsoftware.jeb.util.ioClassDescriptionPrimitive reader for little-endian byte arrays.An enumeration version of
ByteOrder
.File monitors can be used to create and retrieve lock on a file for exclusive operations. -
Classes in com.pnfsoftware.jeb.util.io used by com.pnfsoftware.jeb.util.serialization