Method
FwupdPluginFirmwareadd_patch
Declaration [src]
void
fu_firmware_add_patch (
FuFirmware* self,
gsize offset,
GBytes* blob
)
Description [src]
Adds a byte patch at a specific offset. If a patch already exists at the specified address then it is replaced.
If the address
is larger than the size of the image then an error is returned.
Available since: | 1.7.4 |