Header menu logo B2R2

IBinProperty Type

Represents an interface for accessing the basic properties of a binary file.

Instance members

Instance member Description

this.IsBaseRelative

Full Usage: this.IsBaseRelative

Returns: bool
Modifiers: abstract

Is this binary loaded at a non-fixed base, i.e., are its addresses base-relative rather than absolute? Unlike IsPIE, this is true for every format except fixed-base executables, covering shared libraries and relocatable objects.

Returns: bool

this.IsNXEnabled

Full Usage: this.IsNXEnabled

Returns: bool
Modifiers: abstract

Is NX enabled for this binary? (DEP enabled or not)

Returns: bool

this.IsPIE

Full Usage: this.IsPIE

Returns: bool
Modifiers: abstract

Is this a position-independent executable (PIE)? Unlike IsBaseRelative, this covers only executables, excluding shared libraries.

Returns: bool

Type something to start searching.