UpdateResource(handle, type, name, data, language)
Updates a resource in a PE file.
Parameters
handle : PyHANDLE
The update-file handle.type : PyResourceId
The type of resource to updatename : PyResourceId
The id/name of the resource to updatedata : string
The data to place into the resource.language=NEUTRAL : int
Language to use, defaults to LANG_NEUTRAL.