Class

FwupdPluginPefileFirmware

[]

Description [src]

class FwupdPlugin.PefileFirmware : FwupdPlugin.Firmware {
  parent_instance: FuFirmware
}

A PE file consists of a Microsoft MS-DOS stub, the PE signature, the COFF file header, and an optional header, followed by section data.

Documented: https://learn.microsoft.com/en-gb/windows/win32/debug/pe-format.

[]

Constructors

fu_pefile_firmware_new

Creates a new FuPefileFirmware.

since: 1.8.10

[]

Instance methods

Methods inherited from FuFirmware (52)
Methods inherited from GObject (43)
[]

Properties

Properties inherited from FuFirmware (1)
[]

Signals

Signals inherited from GObject (1)

Class structure