Header menu logo B2R2

FileFormat Module

A helper module for FileFormat type.

Functions and values

Function or value Description

FileFormat.isELF fmt

Full Usage: FileFormat.isELF fmt

Parameters:
Returns: bool

Check whether the given format is ELF.

fmt : FileFormat
Returns: bool

FileFormat.isMach fmt

Full Usage: FileFormat.isMach fmt

Parameters:
Returns: bool

Check whether the given format is Mach-O.

fmt : FileFormat
Returns: bool

FileFormat.isPE fmt

Full Usage: FileFormat.isPE fmt

Parameters:
Returns: bool

Check whether the given format is PE.

fmt : FileFormat
Returns: bool

FileFormat.ofString str

Full Usage: FileFormat.ofString str

Parameters:
    str : string

Returns: FileFormat

Transform a string into a FileFormat.

str : string
Returns: FileFormat

FileFormat.toString fmt

Full Usage: FileFormat.toString fmt

Parameters:
Returns: string

Transform a FileFormat into a string.

fmt : FileFormat
Returns: string

Type something to start searching.