BinFilePointer
|
A pointer to binary, which is used to exclusively point to a portion of a
binary, e.g., a section. It holds both the virtual address as well as the
file offset. Both Offset and MaxOffset are inclusive.
|
ELFBinFile
|
This class represents an ELF binary file.
|
FileFactory
|
|
FileType (Module)
|
|
FileType (Type)
|
FileType represents categories for binary files.
|
FormatDetector
|
Binary file format detector.
|
IBinFile
|
IBinFile describes a binary file in a format-agnostic way.
|
IBinMetadata
|
Basic metadata of a binary file.
|
IBinOrganization
|
Organization of a binary file, such as sections, segments, and functions.
|
IBinProperty
|
Basic properties of a binary file.
|
IBinSymbolTable
|
Symbol table of a binary file.
|
IContentAddressable
|
Can be used to access the binary content of a file via a virtual address or
a file offset.
|
ILinkageTable
|
Linkage table in a binary file.
|
InvalidAddrReadException
|
Raised when accessing an invalid address of a binary file.
|
InvalidFileFormatException
|
Raised when an unexpected file format is detected.
|
IRelocationTable
|
Relocation table in a binary file.
|
LinkageTable
|
Linkage table, which basically refers to a PLT or an IAT.
|
LinkageTableEntry
|
Linkage table entry object.
|
MachBinFile
|
This class represents a Mach-O binary file.
|
PEBinFile
|
This class represents a PE binary file.
|
Permission (Module)
|
|
Permission (Type)
|
File permission. Each permission corresponds to a bit, and thus, multiple
permissions can be OR-ed.
|
RawBinFile
|
This class represents a raw binary file (containing only binary code and
data without file format).
|
Section
|
A section object defined in a file-format-agnostic way. A Section in B2R2
should be located inside a segment.
|
SectionKind
|
|
SectionNotFoundException
|
Raised when a section is not found.
|
Segment
|
A segment is a block of code/data that is loaded in the real memory at
runtime. A segment can contain multiple sections in it.
|
Symbol
|
A symbol object defined in a file-format-agnostic way.
|
SymbolKind
|
|
SymbolVisibility
|
Does the symbol need to be visible by external modules?
|
WasmBinFile
|
This class represents a Web Assembly (Wasm Module) binary file.
|