#include <stdint.h>
Go to the source code of this file.
|
int | bspatch_mem (const uint8_t *oldfile_bin, const int64_t oldfile_size, const uint8_t *patchfile_bin, const int64_t patchfile_size, uint8_t *newfile_bin) |
|
int64_t | bspatch_mem_get_newsize (const uint8_t *patchfile_bin, const int64_t patchfile_size) |
|
◆ bspatch_mem()
int bspatch_mem |
( |
const uint8_t * |
oldfile_bin, |
|
|
const int64_t |
oldfile_size, |
|
|
const uint8_t * |
patchfile_bin, |
|
|
const int64_t |
patchfile_size, |
|
|
uint8_t * |
newfile_bin |
|
) |
| |
◆ bspatch_mem_get_newsize()
int64_t bspatch_mem_get_newsize |
( |
const uint8_t * |
patchfile_bin, |
|
|
const int64_t |
patchfile_size |
|
) |
| |