Module ips

Source
Expand description

Bindings to libips.h to work with IPS patches.

Structs§

ipsstudy

Enums§

ipserror

Functions§

ips_apply
Applies the IPS patch in patch to in_ and stores it to out.
ips_apply_study
Apply a patch using a previously made study to avoid recreating a study.
ips_create
Creates an IPS patch that converts source to target and stores it in patch.
ips_free
Frees the memory returned in the output parameters of the above.
ips_study
Detect most patching errors without applying it to a ROM.