Header menu logo B2R2

IBinMetadata Type

Represents an interface for accessing binary file metadata, such as its path, and file format.

Instance members

Instance member Description

this.BaseAddress

Full Usage: this.BaseAddress

Returns: Addr
Modifiers: abstract

The base address of the associated binary at which it is prefered to be loaded in memory.

Returns: Addr

this.EntryPoint

Full Usage: this.EntryPoint

Returns: Addr option
Modifiers: abstract

The entry point of this binary (the start address that this binary runs at). Note that some binaries (e.g., PE DLL files) do not have a specific entry point, and EntryPoint will return None in such a case.

Returns: Addr option

this.Format

Full Usage: this.Format

Returns: FileFormat
Modifiers: abstract

The format of this file: ELF, PE, Mach-O, or etc.

Returns: FileFormat

this.ISA

Full Usage: this.ISA

Returns: ISA
Modifiers: abstract

The ISA that this file expects to run on.

Returns: ISA

this.Path

Full Usage: this.Path

Returns: string
Modifiers: abstract

The file path where this file is located.

Returns: string

Type something to start searching.