Rizin
unix-like reverse engineering framework and cli tools
Main Page
Related Pages
Modules
Namespaces
Namespace List
Namespace Members
All
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
x
z
Functions
_
a
b
c
d
e
f
g
h
i
l
m
n
p
r
s
t
u
v
w
Variables
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
x
z
Enumerations
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
_
a
b
c
d
e
f
g
h
i
l
m
o
p
r
s
t
u
v
w
x
z
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerations
Enumerator
b
d
e
h
i
k
n
p
r
s
w
Properties
Events
Related Functions
Files
File List
File Members
All
$
.
[
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
[
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Variables
$
.
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Enumerations
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
x
y
z
Enumerator
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Macros
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Events
Friends
Macros
Modules
Pages
mztools.h
Go to the documentation of this file.
1
/*
2
Additional tools for Minizip
3
Code: Xavier Roche '2004
4
License: Same as ZLIB (www.gzip.org)
5
*/
6
7
#ifndef _zip_tools_H
8
#define _zip_tools_H
9
10
#ifdef __cplusplus
11
extern
"C"
{
12
#endif
13
14
#ifndef _ZLIB_H
15
#include "
zlib.h
"
16
#endif
17
18
#include "
unzip.h
"
19
20
/* Repair a ZIP file (missing central directory)
21
file: file to recover
22
fileOut: output file after recovery
23
fileOutTmp: temporary file name used for recovery
24
*/
25
extern
int
ZEXPORT
unzRepair
(
const
char
*
file
,
26
const
char
* fileOut,
27
const
char
* fileOutTmp,
28
uLong
* nRecovered,
29
uLong
* bytesRecovered);
30
31
32
#ifdef __cplusplus
33
}
34
#endif
35
36
37
#endif
unzRepair
int ZEXPORT unzRepair(const char *file, const char *fileOut, const char *fileOutTmp, uLong *nRecovered, uLong *bytesRecovered)
file
Definition:
gzappend.c:170
unzip.h
uLong
unsigned long uLong
Definition:
zconf.h:394
ZEXPORT
#define ZEXPORT
Definition:
zconf.h:380
zlib.h
subprojects
zlib-1.2.12
contrib
minizip
mztools.h
Generated by
1.9.1