-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathbncsutil.map
More file actions
68 lines (60 loc) · 1.4 KB
/
Copy pathbncsutil.map
File metadata and controls
68 lines (60 loc) · 1.4 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
{
global:
/* bsha1 */
calcHashBuf;
/* checkrevision */
checkRevision;
checkRevisionFlat;
extractMPQNumber;
getExeInfo;
get_mpq_seed;
set_mpq_seed;
/* decodekey (C wrappers) */
kd_calculateHash;
kd_create;
kd_free;
kd_getHash;
kd_init;
kd_isValid;
kd_longVal2;
kd_product;
kd_quick;
kd_val1;
kd_val2;
kd_val2Length;
/* libinfo */
bncsutil_getVersion;
bncsutil_getVersionString;
/* nls */
nls_account_change_proof;
nls_account_create;
nls_account_logon;
nls_check_M2;
nls_check_signature;
nls_free;
nls_get_A;
nls_get_K;
nls_get_M1;
nls_get_S;
nls_get_v;
nls_init;
nls_init_l;
nls_reinit;
nls_reinit_l;
/* oldauth */
doubleHashPassword;
hashPassword;
/* pe */
cm_pe_fixed_version;
cm_pe_load;
cm_pe_load_resources;
cm_pe_unload;
cm_pe_unload_resources;
/* CDKeyDecoder C++ class (methods, vtable, typeinfo) */
_ZN12CDKeyDecoder*;
_ZTI12CDKeyDecoder;
_ZTS12CDKeyDecoder;
_ZTV12CDKeyDecoder;
local:
*;
};