|
Rizin
unix-like reverse engineering framework and cli tools
|
#include "zipint.h"Go to the source code of this file.
Functions | |
| zip_source_t * | zip_source_file_create (const char *fname, zip_uint64_t start, zip_int64_t length, zip_error_t *error) |
| zip_source_t* zip_source_file_create | ( | const char * | fname, |
| zip_uint64_t | start, | ||
| zip_int64_t | length, | ||
| zip_error_t * | error | ||
| ) |
Definition at line 42 of file liboverride.c.
References error(), create_tags_rz::fname, length, NULL, ops_stdio_named, start, ZIP_ER_INVAL, zip_error_set(), and zip_source_file_common_new().
Referenced by open_file(), read_from_file(), and zip_open().