Header menu logo B2R2

IBinFile Type

IBinFile describes a binary file in a format-agnostic way.

Instance members

Instance member Description

this.Length

Full Usage: this.Length

Returns: int
Modifiers: abstract

The size of the associated binary file.

Returns: int

this.RawBytes

Full Usage: this.RawBytes

Returns: byte[]
Modifiers: abstract

The raw file content as a byte array.

Returns: byte[]

this.Reader

Full Usage: this.Reader

Returns: IBinReader
Modifiers: abstract

Return a reader for this binary file.

Returns: IBinReader

Type something to start searching.