B2R2


FileFormat Module

A helper module for FileFormat type.

Functions and values

Function or value Description

isELF fmt

Full Usage: isELF fmt

Parameters:
Returns: bool

Check whether the given format is ELF.

fmt : FileFormat
Returns: bool

ofString str

Full Usage: ofString str

Parameters:
    str : string

Returns: FileFormat
str : string
Returns: FileFormat

toString fmt

Full Usage: toString fmt

Parameters:
Returns: string
fmt : FileFormat
Returns: string