Thursday, March 3, 2011

signsrch - signature scanner

Thanks to bugoff on reddit and cyphunk on my post on bfcrypt, I've discovered a really awesome signature scanner called signsrch. It's too bad it isn't more well known, as it is probably the best one. It works under Windows, Linux and Mac OS, source code available and published under the GPLv2.

Get it and compile it:

$ wget http://aluigi.org/mytoolz/signsrch.zip

$ unzip signsrch.zip

$ cd signsrch/src/

$ make

Now it's ready to use:

$ signsrch

Signsrch 0.1.6a
by Luigi Auriemma
e-mail: aluigi@autistici.org
web: aluigi.org
optimized search function from Andrew http://www.team5150.com/~andrew/
disassembler engine from Oleh Yuschuk


Usage: signsrch [options] [file1] ... [fileN]

Options:
-l list the available signatures in the database
-L NUM show the data of the signature NUM
-s FILE use the signature file FILE (signsrch.sig)
-p list the running processes and their modules
-P PID use the process/module identified by its pid or part of name/path
-d FILE dump the process memory (like -P) in FILE
-e consider the input file as an executable (PE/ELF), can be useful
because will show the rva addresses instead of the file offsets
-F as above but returns the address of the first instruction that points
to the found signature, for example where is used the AES Td0 table,
something like an automatic "Find references" of Ollydbg
-E disable the automatic executable parsing used with -P
-b disable the scanning of the big endian versions of the signatures

use - for stdin
URL for the updated signsrch.sig: http://aluigi.org/mytoolz/signsrch.sig.zip

And the (really really) long list of the 2278 signatures supported:

$ signsrch -l

Signsrch 0.1.6a
by Luigi Auriemma
e-mail: aluigi@autistici.org
web: aluigi.org
optimized search function from Andrew http://www.team5150.com/~andrew/
disassembler engine from Oleh Yuschuk

- load signatures
- open file signsrch.sig
- 1801396 bytes allocated for the signatures
- 2278 signatures in the database

num description [bits.endian.size]
-------------------------------------
1 CRC32 poly 0x1800063 [32.le rev.1024]
2 CRC32 poly 0x1800063 [32.be rev.1024]
3 CRC32 poly 0x1db71064 [32.le rev.1024]
4 CRC32 poly 0x1db71064 [32.be rev.1024]
5 CRC32 poly 0x3b6e20c8 [32.le rev.1024]
6 CRC32 poly 0x3b6e20c8 [32.be rev.1024]
7 CRC32 poly 0x26d930ac [32.le rev.1024]
8 CRC32 poly 0x26d930ac [32.be rev.1024]
9 CRC32 poly 0x76dc4190 [32.le rev.1024]
10 CRC32 poly 0x76dc4190 [32.be rev.1024]
11 CRC32 poly 0x6b6b51f4 [32.le rev.1024]
12 CRC32 poly 0x6b6b51f4 [32.be rev.1024]
13 CRC32 poly 0x4db26158 [32.le rev.1024]
14 CRC32 poly 0x4db26158 [32.be rev.1024]
15 CRC32 poly 0x5005713c [32.le rev.1024]
16 CRC32 poly 0x5005713c [32.be rev.1024]
17 CRC32 poly 0xf00f9344 [32.le rev.1024]
18 CRC32 poly 0xf00f9344 [32.be rev.1024]
19 CRC32 poly 0xd6d6a3e8 [32.le rev.1024]
20 CRC32 poly 0xd6d6a3e8 [32.be rev.1024]
21 CRC32 poly 0xcb61b38c [32.le rev.1024]
22 CRC32 poly 0xcb61b38c [32.be rev.1024]
23 CRC32 poly 0x9b64c2b0 [32.le rev.1024]
24 CRC32 poly 0x9b64c2b0 [32.be rev.1024]
25 CRC32 poly 0x86d3d2d4 [32.le rev.1024]
26 CRC32 poly 0x86d3d2d4 [32.be rev.1024]
27 CRC32 poly 0xa00ae278 [32.le rev.1024]
28 CRC32 poly 0xa00ae278 [32.be rev.1024]
29 CRC32 poly 0xbdbdf21c [32.le rev.1024]
30 CRC32 poly 0xbdbdf21c [32.be rev.1024]
31 Adler CRC32 (0x191b3141) [32.le.1024]
32 Adler CRC32 (0x191b3141) [32.be.1024]
33 Adler CRC32 (0x01c26a37) [32.le.1024]
34 Adler CRC32 (0x01c26a37) [32.be.1024]
35 Adler CRC32 (0xb8bc6765) [32.le.1024]
36 Adler CRC32 (0xb8bc6765) [32.be.1024]
37 CRC-1 poly 0x1 [..256]
38 CRC-5-CCITT poly 0x0b [..256]
39 CRC-5-CCITT poly 0x15 [..256]
40 CRC-5-USB poly 0x05 [..256]
41 CRC-5-USB poly 0x14 [..256]
42 CRC-5-USB poly 0x09 [..256]
43 CRC-7 poly 0x48 [..256]
44 CRC-7 poly 0x11 [..256]
45 CRC-8-ATM poly 0x07 [..256]
46 CRC-8-ATM poly 0xe0 [..256]
47 CRC-8-ATM poly 0xc1 [..256]
48 CRC-8-CCITT poly 0x87 [..256]
49 CRC-8-CCITT poly 0xe1 [..256]
50 CRC-8-Dallas/Maxim poly 0x31 [..256]
51 CRC-8-Dallas/Maxim poly 0x8c [..256]
52 CRC-8 poly 0xd3 [..256]
53 CRC-10 poly 0x233 [16.le rev.512]
54 CRC-10 poly 0x233 [16.be rev.512]
55 CRC-10 poly 0x331 [16.le rev.512]
56 CRC-10 poly 0x331 [16.be rev.512]
57 CRC-12 poly 0x80f [16.le rev.512]
58 CRC-12 poly 0x80f [16.be rev.512]
59 CRC-12 poly 0xf01 [16.le rev.512]
60 CRC-12 poly 0xf01 [16.be rev.512]
61 CRC-12 poly 0xe03 [16.le rev.512]
62 CRC-12 poly 0xe03 [16.be rev.512]
63 CRC-15-CAN poly 0x4599 [16.le rev.512]
64 CRC-15-CAN poly 0x4599 [16.be rev.512]
65 CRC-15-CAN poly 0x4cd1 [16.le rev.512]
66 CRC-15-CAN poly 0x4cd1 [16.be rev.512]
67 CRC-16-CCITT poly 0x1021 [16.le rev.512]
68 CRC-16-CCITT poly 0x1021 [16.be rev.512]
69 CRC-16-CCITT poly 0x8408 [16.le rev.512]
70 CRC-16-CCITT poly 0x8408 [16.be rev.512]
71 CRC-16-CCITT poly 0x0811 [16.le rev.512]
72 CRC-16-CCITT poly 0x0811 [16.be rev.512]
73 CRC-16-IBM poly 0x8005 [16.le rev.512]
74 CRC-16-IBM poly 0x8005 [16.be rev.512]
75 CRC-16-IBM poly 0xa001 [16.le rev.512]
76 CRC-16-IBM poly 0xa001 [16.be rev.512]
77 CRC-16-IBM poly 0x4003 [16.le rev.512]
78 CRC-16-IBM poly 0x4003 [16.be rev.512]
79 CRC16 poly 0xb005 [16.le rev.512]
80 CRC16 poly 0xb005 [16.be rev.512]
81 CRC-24-Radix-64 poly 0x864CFB [32.le rev.1024]
82 CRC-24-Radix-64 poly 0x864CFB [32.be rev.1024]
83 CRC-32-IEEE 802.3 poly 0x04C11DB7 [32.le rev.1024]
84 CRC-32-IEEE 802.3 poly 0x04C11DB7 [32.be rev.1024]
85 CRC-32-IEEE 802.3 poly 0xEDB88320 [32.le rev.1024]
86 CRC-32-IEEE 802.3 poly 0xEDB88320 [32.be rev.1024]
87 CRC-32-IEEE 802.3 poly 0xDB710641 [32.le rev.1024]
88 CRC-32-IEEE 802.3 poly 0xDB710641 [32.be rev.1024]
89 CRC-32C (Castagnoli) poly 0x1EDC6F41 [32.le rev.1024]
90 CRC-32C (Castagnoli) poly 0x1EDC6F41 [32.be rev.1024]
91 CRC-32C (Castagnoli) poly 0x82F63B78 [32.le rev.1024]
92 CRC-32C (Castagnoli) poly 0x82F63B78 [32.be rev.1024]
93 CRC-32C (Castagnoli) poly 0x05EC76F1 [32.le rev.1024]
94 CRC-32C (Castagnoli) poly 0x05EC76F1 [32.be rev.1024]
95 CRC-64-ISO poly 0x000000000000001B [64.le rev.2048]
96 CRC-64-ISO poly 0x000000000000001B [64.be rev.2048]
97 CRC-64-ISO poly 0xD800000000000000 [64.le rev.2048]
98 CRC-64-ISO poly 0xD800000000000000 [64.be rev.2048]
99 CRC-64-ISO poly 0xB000000000000001 [64.le rev.2048]
100 CRC-64-ISO poly 0xB000000000000001 [64.be rev.2048]
101 CRC-64-ECMA-182 poly 0x42F0E1EBA9EA3693 [64.le rev.2048]
102 CRC-64-ECMA-182 poly 0x42F0E1EBA9EA3693 [64.be rev.2048]
103 CRC-64-ECMA-182 poly 0xC96C5795D7870F42 [64.le rev.2048]
104 CRC-64-ECMA-182 poly 0xC96C5795D7870F42 [64.be rev.2048]
105 CRC-64-ECMA-182 poly 0x92D8AF2BAF0E1E85 [64.le rev.2048]
106 CRC-64-ECMA-182 poly 0x92D8AF2BAF0E1E85 [64.be rev.2048]
107 G726 16kbit/s 2bits per sample table [32.le.56]
108 G726 16kbit/s 2bits per sample table [32.be.56]
109 G726 24kbit/s 3bits per sample table [32.le.112]
110 G726 24kbit/s 3bits per sample table [32.be.112]
111 G726 32kbit/s 4bits per sample table [32.le.224]
112 G726 32kbit/s 4bits per sample table [32.be.224]
113 G726 40kbit/s 5bits per sample table [32.le.448]
114 G726 40kbit/s 5bits per sample table [32.be.448]
115 ADPCM index table (step variation) [32.le.64]
116 ADPCM index table (step variation) [32.be.64]
117 ima_adpcm step table [16.le.178]
118 ima_adpcm step table [16.be.178]
119 ima_adpcm step table [32.le.356]
120 ima_adpcm step table [32.be.356]
121 MS ADPCM AdaptationTable [32.le.64]
122 MS ADPCM AdaptationTable [32.be.64]
123 PSX VAG CD-ROM XA ADPCM table [32.le.40]
124 PSX VAG CD-ROM XA ADPCM table [32.be.40]
125 Electronic Arts ADPCM table [32.le.80]
126 Electronic Arts ADPCM table [32.be.80]
127 Creative ADPCM table [32.le.32]
128 Creative ADPCM table [32.be.32]
129 Macromedia Flash SWF ADPCM table [32.le.256]
130 Macromedia Flash SWF ADPCM table [32.be.256]
131 Yamaha ADPCM index table [32.le.64]
132 Yamaha ADPCM index table [32.be.64]
133 Yamaha ADPCM diff lookup table [32.le.64]
134 Yamaha ADPCM diff lookup table [32.be.64]
135 libavutil ff_log2_tab [..256]
136 ACSS decryption sbox [..256]
137 ACSS decryption sbox [32.le.1024]
138 ACSS decryption sbox [32.be.1024]
139 ACSS encryption sbox [..256]
140 ACSS encryption sbox [32.le.1024]
141 ACSS encryption sbox [32.be.1024]
142 ACSS reverse sbox [..256]
143 ACSS reverse sbox [32.le.1024]
144 ACSS reverse sbox [32.be.1024]
145 SHA256 Hash constant words K (0x428a2f98) [32.le.256]
146 SHA256 Hash constant words K (0x428a2f98) [32.be.256]
147 SHA256 Initial hash value H (0x6a09e667UL) [32.le.32&]
148 SHA256 Initial hash value H (0x6a09e667UL) [32.be.32&]
149 Hash constant words K for SHA-384 and SHA-512 [64.le.640]
150 Hash constant words K for SHA-384 and SHA-512 [64.be.640]
151 Initial hash value H for SHA-384 and SHA-512 [64.le.64&]
152 Initial hash value H for SHA-384 and SHA-512 [64.be.64&]
153 Initial hash value H for SHA-512 [64.le.64&]
154 Initial hash value H for SHA-512 [64.be.64&]
155 Standard huffman HuffFreq table (0.14473691) [float.le.1024]
156 Standard huffman HuffFreq table (0.14473691) [float.be.1024]
157 Standard huffman HuffFreq table (0.14473691) [double.le.2048]
158 Standard huffman HuffFreq table (0.14473691) [double.be.2048]
159 Zdaemon huffman HuffFreq table (0.46947443) [float.le.1024]
160 Zdaemon huffman HuffFreq table (0.46947443) [float.be.1024]
161 Zdaemon huffman HuffFreq table (0.46947443) [double.le.2048]
162 Zdaemon huffman HuffFreq table (0.46947443) [double.be.2048]
163 AES Rijndael Logtable [..256]
164 AES Rijndael Alogtable [..256]
165 AES Rijndael S / ARIA S1 [..256]
166 AES Rijndael Si / ARIA X1 [..256]
167 Rijndael Te0 (0xc66363a5U) [32.le.1024]
168 Rijndael Te0 (0xc66363a5U) [32.be.1024]
169 Rijndael Te1 (0xa5c66363U) [32.le.1024]
170 Rijndael Te1 (0xa5c66363U) [32.be.1024]
171 Rijndael Te2 (0x63a5c663U) [32.le.1024]
172 Rijndael Te2 (0x63a5c663U) [32.be.1024]
173 Rijndael Te3 (0x6363a5c6U) [32.le.1024]
174 Rijndael Te3 (0x6363a5c6U) [32.be.1024]
175 Rijndael Te4 (0x63636363U) [32.le.1024]
176 Rijndael Td0 (0x51f4a750U) [32.le.1024]
177 Rijndael Td0 (0x51f4a750U) [32.be.1024]
178 Rijndael Td1 (0x5051f4a7U) [32.le.1024]
179 Rijndael Td1 (0x5051f4a7U) [32.be.1024]
180 Rijndael Td2 (0xa75051f4U) [32.le.1024]
181 Rijndael Td2 (0xa75051f4U) [32.be.1024]
182 Rijndael Td3 (0xf4a75051U) [32.le.1024]
183 Rijndael Td3 (0xf4a75051U) [32.be.1024]
184 Rijndael Td4 (0x52525252U) [32.le.1024]
185 Rijndael rcon [32.le.40]
186 Rijndael rcon [32.be.40]
187 Scard DEFAUT0 [..8]
188 SSH RSA id-sha1 OBJ.ID. oiw(14) secsig(3) algorithms(2) 26 [..15]
189 OpenSSL dh512_p [..64]
190 Blowfish bfp table [32.le.72]
191 Blowfish bfp table [32.be.72]
192 Blowfish ks0 table [32.le.1024]
193 Blowfish ks0 table [32.be.1024]
194 Blowfish ks1 table [32.le.1024]
195 Blowfish ks1 table [32.be.1024]
196 Blowfish ks2 table [32.le.1024]
197 Blowfish ks2 table [32.be.1024]
198 Blowfish ks3 table [32.le.1024]
199 Blowfish ks3 table [32.be.1024]
200 "First Oakley Default Group" (768-bit) from RFC2409 [..96]
201 "Second Oakley Default Group" (1024-bit) from RFC2409 [..128]
202 "1536-bit MODP Group" from RFC3526, Section 2. [..192]
203 "2048-bit MODP Group" from RFC3526, Section 3. [..256]
204 "3072-bit MODP Group" from RFC3526, Section 4. [..384]
205 "4096-bit MODP Group" from RFC3526, Section 5. [..512]
206 "6144-bit MODP Group" from RFC3526, Section 6 [..768]
207 "8192-bit MODP Group" from RFC3526, Section 7. [..1024]
208 camellia [32.le.48&]
209 camellia [32.be.48&]
210 camellia_sp1110 [32.le.1024]
211 camellia_sp1110 [32.be.1024]
212 camellia_sp0222 [32.le.1024]
213 camellia_sp0222 [32.be.1024]
214 camellia_sp3033 [32.le.1024]
215 camellia_sp3033 [32.be.1024]
216 camellia_sp4404 [32.le.1024]
217 camellia_sp4404 [32.be.1024]
218 Fcrypt DES con_salt [..128]
219 DES [32.le.20&]
220 DES [32.be.20&]
221 DES odd_parity [..256]
222 DES semi weak keys [..96]
223 DES skb [32.le.2048]
224 DES skb [32.be.2048]
225 DES SPR SPtrans [32.le.2048]
226 DES SPR SPtrans [32.be.2048]
227 OpenSSL dh/p1024.c [..128]
228 OpenSSL dh/p192.c [..24]
229 OpenSSL DSAgen [..19]
230 bijective ebcdic-to-ascii table [..256]
231 bijective ebcdic-to-ascii table [32.le.1024]
232 bijective ebcdic-to-ascii table [32.be.1024]
233 ascii-to-ebcdic table [..256]
234 ascii-to-ebcdic table [32.le.1024]
235 ascii-to-ebcdic table [32.be.1024]
236 Bijective EBCDIC (character set IBM-1047) to US-ASCII table [..256]
237 Bijective EBCDIC (character set IBM-1047) to US-ASCII table [32.le.1024]
238 Bijective EBCDIC (character set IBM-1047) to US-ASCII table [32.be.1024]
239 US-ASCII to EBCDIC (character set IBM-1047) table [..256]
240 US-ASCII to EBCDIC (character set IBM-1047) table [32.le.1024]
241 US-ASCII to EBCDIC (character set IBM-1047) table [32.be.1024]
242 EC curve _EC_NIST_PRIME_192_SEED [..20]
243 EC curve _EC_NIST_PRIME_224_SEED [..20]
244 EC curve _EC_NIST_PRIME_384_SEED [..20]
245 EC curve _EC_NIST_PRIME_521_SEED [..20]
246 EC curve _EC_X9_62_PRIME_192V2_SEED [..20]
247 EC curve _EC_X9_62_PRIME_192V3_SEED [..20]
248 EC curve _EC_X9_62_PRIME_239V1_SEED [..20]
249 EC curve _EC_X9_62_PRIME_239V2_SEED [..20]
250 EC curve _EC_X9_62_PRIME_239V3_SEED [..20]
251 EC curve _EC_X9_62_PRIME_256V1_SEED [..20]
252 EC curve _EC_SECG_PRIME_112R1_SEED [..20]
253 EC curve _EC_SECG_PRIME_112R2_SEED [..20]
254 EC curve _EC_SECG_PRIME_128R1_SEED [..20]
255 EC curve _EC_SECG_PRIME_128R2_SEED [..20]
256 EC curve _EC_SECG_PRIME_160R1_SEED [..20]
257 EC curve _EC_SECG_PRIME_160R2_SEED [..20]
258 EC curve _EC_SECG_CHAR2_113R1_SEED [..20]
259 EC curve _EC_SECG_CHAR2_113R2_SEED [..20]
260 EC curve _EC_SECG_CHAR2_131R1_SEED [..20]
261 EC curve _EC_SECG_CHAR2_131R2_SEED [..20]
262 EC curve _EC_SECG_CHAR2_163R1_SEED [..20]
263 EC curve _EC_NIST_CHAR2_163B_SEED [..20]
264 EC curve _EC_SECG_CHAR2_193R1_SEED [..20]
265 EC curve _EC_SECG_CHAR2_193R2_SEED [..20]
266 EC curve _EC_NIST_CHAR2_233B_SEED [..20]
267 EC curve _EC_NIST_CHAR2_283B_SEED [..20]
268 EC curve _EC_NIST_CHAR2_409B_SEED [..20]
269 EC curve _EC_NIST_CHAR2_571B_SEED [..20]
270 EC curve _EC_X9_62_CHAR2_163V1_SEED [..20]
271 EC curve _EC_X9_62_CHAR2_163V2_SEED [..20]
272 EC curve _EC_X9_62_CHAR2_163V3_SEED [..20]
273 EC curve _EC_X9_62_CHAR2_191V1_SEED [..20]
274 EC curve _EC_X9_62_CHAR2_191V2_SEED [..20]
275 EC curve _EC_X9_62_CHAR2_191V3_SEED [..20]
276 EC curve _EC_X9_62_CHAR2_239V1_SEED [..20]
277 EC curve _EC_X9_62_CHAR2_239V2_SEED [..20]
278 EC curve _EC_X9_62_CHAR2_239V3_SEED [..20]
279 EC curve _EC_X9_62_CHAR2_359V1_SEED [..20]
280 ASCII to BIN table [..128]
281 ASCII to BIN table [32.le.512]
282 ASCII to BIN table [32.be.512]
283 MD2 MD2_INT S [..256]
284 MD2 MD2_INT S [32.le.1024]
285 MD2 MD2_INT S [32.be.1024]
286 openbsd_hw.c do_digest md5zero [..16]
287 MD4 digest [32.le.24&]
288 MD4 digest [32.be.24&]
289 MD5 digest [32.le.272&]
290 MD5 digest [32.be.272&]
291 OpenSSL obj_dat.h lvalues [..5106]
292 RC2 skey key_table [..256]
293 RC2 tab ebits to num [..256]
294 RC2 tab num to ebits [..256]
295 RC5 RC5_64_P and RC5_64_Q [64.le.16&]
296 RC5 RC5_64_P and RC5_64_Q [64.be.16&]
297 RIPEMD [32.le.60&]
298 RIPEMD [32.be.60&]
299 SHA224 [32.le.288&]
300 SHA224 [32.be.288&]
301 SHA256 [32.le.288&]
302 SHA256 [32.be.288&]
303 SHA384 [64.le.704&]
304 SHA384 [64.be.704&]
305 SHA512 [64.le.704&]
306 SHA512 [64.be.704&]
307 SHA1 / SHA0 / RIPEMD-160 initialization [32.le.20&]
308 SHA1 / SHA0 / RIPEMD-160 initialization [32.be.20&]
309 padding used in hashing algorithms (0x80 0 ... 0) [..64]
310 SSL3 pad 1 and 2 [..96]
311 SSL3 #define [32.le.176&]
312 SSL3 #define [32.be.176&]
313 SSL2 #define [32.le.52&]
314 SSL2 #define [32.be.52&]
315 Tiger [64.le.8192]
316 Tiger [64.be.8192]
317 Whirlpool obsolete C0 table [64.le.2048]
318 Whirlpool obsolete C0 table [64.be.2048]
319 Whirlpool C0 table [64.le.2048]
320 Whirlpool C0 table [64.be.2048]
321 Whirlpool rc [64.le.88]
322 Whirlpool rc [64.be.88]
323 Gost hash sbox 1 [32.le.1024]
324 Gost hash sbox 1 [32.be.1024]
325 Haval hash pass2 [32.le.128&]
326 Haval hash pass2 [32.be.128&]
327 War Times CRC algorithm [32.le.16]
328 War Times CRC algorithm [32.be.16]
329 Playgate decoding/encoding algorithm [..256]
330 Teamsound join password algorithm [..256]
331 Ultima Online login encryption algorithm [16.le.444]
332 Ultima Online login encryption algorithm [16.be.444]
333 Ultima Online login encryption algorithm [32.le.888]
334 Ultima Online login encryption algorithm [32.be.888]
335 Empires Dawn of the modern World: packets algorithm [..256]
336 Gamespy GSMSALG [..256]
337 GS SDK challenge-response algorithm default key [..32]
338 GS SDK challenge-response algorithm (Soldier of Anarchy) key [..32]
339 All Seeing Eye UDP packets decoding/encoding algorithm [32.le.1024]
340 All Seeing Eye UDP packets decoding/encoding algorithm [32.be.1024]
341 All Seeing Eye 'v' ping (aka scanner) algorithm [32.le.2048]
342 All Seeing Eye 'v' ping (aka scanner) algorithm [32.be.2048]
343 Half-Life packets decoding/encoding function key [..16]
344 Speed Challenge network encryption/decryption algorithm X4d4638 [..37]
345 Speed Challenge network encryption/decryption algorithm X4d4660 [..41]
346 Speed Challenge network encryption/decryption algorithm X4d468c [..47]
347 Speed Challenge network encryption/decryption algorithm X4d46bc [..53]
348 Speed Challenge network encryption/decryption algorithm X4d46f4 [..43]
349 Speed Challenge network encryption/decryption algorithm X4d4720 [..49]
350 Speed Challenge network encryption/decryption algorithm X4d4754 [..51]
351 Speed Challenge network encryption/decryption algorithm X4d4788 [..55]
352 Speed Challenge files decoder [..41]
353 UBI.COM gschat encoding/decoding algorithm [32.le.8336]
354 UBI.COM gschat encoding/decoding algorithm [32.be.8336]
355 Ventrilo encryption/decryption algorithm [..11]
356 Virtools .crypted files decrypter key [..16]
357 Zlib dist_code [..512]
358 Zlib length_code [..256]
359 Zlib base_length [..29]
360 Zlib base_length [32.le.116]
361 Zlib base_length [32.be.116]
362 Zlib base_dist [32.le.120]
363 Zlib base_dist [32.be.120]
364 BICOM bialib sufftree.cpp dini [32.le.640]
365 BICOM bialib sufftree.cpp dini [32.be.640]
366 Tabulated escapes for exponential symbol distribution [..16]
367 PPMZ2 counts [32.le.1024]
368 PPMZ2 counts [32.be.1024]
369 LZRW1 test [32.le.20&]
370 LZRW1 test [32.be.20&]
371 LZ Huffman (lzhuf/lha) decoding table [..256]
372 LZ Huffman (lzhuf/lha) encoding table [..64]
373 possible mask reset used in arithmetic compression [..9]
374 State table used in PAQ7 compression [..67]
375 Squash table used in PAQ7 compression [32.le.132]
376 Squash table used in PAQ7 compression [32.be.132]
377 State table used in PAQ8 compression [..1012]
378 zz (zigzag coef u,v) used in PAQ8 compression [..128]
379 State table used in PAQ4, PAQ6 and PAQC compression [..4078]
380 State table used in PAQ1, PAQ2, PAQ3 and PAQ5 compression [..3902]
381 Bzip2 signature [..6]
382 Bzip2 BZ2_rNums [32.le.2048]
383 Bzip2 BZ2_rNums [32.be.2048]
384 Jpeg dct 14 bit aanscales [16.le.128]
385 Jpeg dct 14 bit aanscales [16.be.128]
386 Jpeg dct AA&N scale factor [float.le.32]
387 Jpeg dct AA&N scale factor [float.be.32]
388 Jpeg dct AA&N scale factor [double.le.64]
389 Jpeg dct AA&N scale factor [double.be.64]
390 Little CMS inter PCS conversions [float.le.56&]
391 Little CMS inter PCS conversions [float.be.56&]
392 Little CMS inter PCS conversions [double.le.112&]
393 Little CMS inter PCS conversions [double.be.112&]
394 Little CMS isotempdata [float.le.496]
395 Little CMS isotempdata [float.be.496]
396 Little CMS isotempdata [double.le.992]
397 Little CMS isotempdata [double.be.992]
398 LD-CELP G.728 cb_shape [float.le.2560]
399 LD-CELP G.728 cb_shape [float.be.2560]
400 LD-CELP G.728 cb_shape [double.le.5120]
401 LD-CELP G.728 cb_shape [double.be.5120]
402 LD-CELP G.728 cb_gain [float.le.32]
403 LD-CELP G.728 cb_gain [float.be.32]
404 LD-CELP G.728 cb_gain [double.le.64]
405 LD-CELP G.728 cb_gain [double.be.64]
406 LD-CELP G.728 cb_gain2 [float.le.32]
407 LD-CELP G.728 cb_gain2 [float.be.32]
408 LD-CELP G.728 cb_gain2 [double.le.64]
409 LD-CELP G.728 cb_gain2 [double.be.64]
410 LD-CELP G.728 cb_gain_mid [float.le.32]
411 LD-CELP G.728 cb_gain_mid [float.be.32]
412 LD-CELP G.728 cb_gain_mid [double.le.64]
413 LD-CELP G.728 cb_gain_mid [double.be.64]
414 LD-CELP G.728 cb_gain_sq [float.le.32]
415 LD-CELP G.728 cb_gain_sq [float.be.32]
416 LD-CELP G.728 cb_gain_sq [double.le.64]
417 LD-CELP G.728 cb_gain_sq [double.be.64]
418 LD-CELP G.728 hw_gain [float.le.136]
419 LD-CELP G.728 hw_gain [float.be.136]
420 LD-CELP G.728 hw_gain [double.le.272]
421 LD-CELP G.728 hw_gain [double.be.272]
422 LD-CELP G.728 hw_percw [float.le.240]
423 LD-CELP G.728 hw_percw [float.be.240]
424 LD-CELP G.728 hw_percw [double.le.480]
425 LD-CELP G.728 hw_percw [double.be.480]
426 LD-CELP G.728 hw_synth [float.le.420]
427 LD-CELP G.728 hw_synth [float.be.420]
428 LD-CELP G.728 hw_synth [double.le.840]
429 LD-CELP G.728 hw_synth [double.be.840]
430 LD-CELP G.728 shzscale and shpscale [float.le.88]
431 LD-CELP G.728 shzscale and shpscale [float.be.88]
432 LD-CELP G.728 shzscale and shpscale [double.le.176]
433 LD-CELP G.728 shzscale and shpscale [double.be.176]
434 G.711 u- to A-law conversions (81 82) [..128]
435 G.711 u- to A-law conversions (80 82) [..128]
436 G.711 A- to u-law conversions (79 79) [..128]
437 G.711 A- to u-law conversions (80 80) [..128]
438 G.721 qtab [16.le.14]
439 G.721 qtab [16.be.14]
440 G.721 _dqlntab [16.le.32]
441 G.721 _dqlntab [16.be.32]
442 G.721 _witab [16.le.32]
443 G.721 _witab [16.be.32]
444 G.721 _fitab [16.le.32]
445 G.721 _fitab [16.be.32]
446 G.723_24 _dqlntab [16.le.16]
447 G.723_24 _dqlntab [16.be.16]
448 G.723_24 _witab [16.le.16]
449 G.723_24 _witab [16.be.16]
450 G.723_24 _fitab [16.le.16]
451 G.723_24 _fitab [16.be.16]
452 G.723_40 _dqlntab [16.le.64]
453 G.723_40 _dqlntab [16.be.64]
454 G.723_40 _witab [16.le.64]
455 G.723_40 _witab [16.be.64]
456 G.723_40 _fitab [16.le.64]
457 G.723_40 _fitab [16.be.64]
458 G.723_40 qtab_723_40 [16.le.30]
459 G.723_40 qtab_723_40 [16.be.30]
460 ulaw table [16.le.512]
461 ulaw table [16.be.512]
462 ulaw table [32.le.1024]
463 ulaw table [32.be.1024]
464 GSM toast ulaw u2s [16.le.512]
465 GSM toast ulaw u2s [16.be.512]
466 GSM toast ulaw s2u [..8192]
467 GSM toast alaw a2s [16.le.512]
468 GSM toast alaw a2s [16.be.512]
469 GSM toast alaw s2a [..4096]
470 GSM table gsm_A [16.le.16]
471 GSM table gsm_A [16.be.16]
472 GSM table gsm_B [16.le.16]
473 GSM table gsm_B [16.be.16]
474 GSM table gsm_MIC [16.le.16]
475 GSM table gsm_MIC [16.be.16]
476 GSM table gsm_MAC [16.le.16]
477 GSM table gsm_MAC [16.be.16]
478 GSM table gsm_INVA [16.le.16]
479 GSM table gsm_INVA [16.be.16]
480 GSM table gsm_H [16.le.22]
481 GSM table gsm_H [16.be.22]
482 GSM table gsm_NRFAC [16.le.16]
483 GSM table gsm_NRFAC [16.be.16]
484 GSM table gsm_FAC [16.le.16]
485 GSM table gsm_FAC [16.be.16]
486 HAM84 DAC tab [32.le.512]
487 HAM84 DAC tab [32.be.512]
488 lpc decode detau table [32.le.512]
489 lpc decode detau table [32.be.512]
490 lpc encode rmst table [32.le.256]
491 lpc encode rmst table [32.be.256]
492 bsynz kexc table [32.le.100]
493 bsynz kexc table [32.be.100]
494 SA LPC-10 Voice Coder TAU [32.le.240]
495 SA LPC-10 Voice Coder TAU [32.be.240]
496 31 Point Equiripple FIR Low-Pass Filter [float.le.64]
497 31 Point Equiripple FIR Low-Pass Filter [float.be.64]
498 31 Point Equiripple FIR Low-Pass Filter [double.le.128]
499 31 Point Equiripple FIR Low-Pass Filter [double.be.128]
500 len_table (from h264) [32.le.1024]
501 len_table (from h264) [32.be.1024]
502 BGMC Cumulative frequency table 0 [16.le.262]
503 BGMC Cumulative frequency table 0 [16.be.262]
504 BGMC Cumulative frequency table 1 [16.le.258]
505 BGMC Cumulative frequency table 1 [16.be.258]
506 BGMC Cumulative frequency table 2 [16.le.258]
507 BGMC Cumulative frequency table 2 [16.be.258]
508 BGMC Cumulative frequency table 3 [16.le.386]
509 BGMC Cumulative frequency table 3 [16.be.386]
510 BGMC Cumulative frequency table 4 [16.le.388]
511 BGMC Cumulative frequency table 4 [16.be.388]
512 BGMC Cumulative frequency table 5 [16.le.390]
513 BGMC Cumulative frequency table 5 [16.be.390]
514 BGMC Cumulative frequency table 6 [16.le.388]
515 BGMC Cumulative frequency table 6 [16.be.388]
516 BGMC Cumulative frequency table 7 [16.le.388]
517 BGMC Cumulative frequency table 7 [16.be.388]
518 BGMC Cumulative frequency table 8 [16.le.386]
519 BGMC Cumulative frequency table 8 [16.be.386]
520 BGMC Cumulative frequency table 9 [16.le.388]
521 BGMC Cumulative frequency table 9 [16.be.388]
522 BGMC Cumulative frequency table 10 [16.le.388]
523 BGMC Cumulative frequency table 10 [16.be.388]
524 BGMC Cumulative frequency table 11 [16.le.514]
525 BGMC Cumulative frequency table 11 [16.be.514]
526 BGMC Cumulative frequency table 12 [16.le.516]
527 BGMC Cumulative frequency table 12 [16.be.516]
528 BGMC Cumulative frequency table 13 [16.le.516]
529 BGMC Cumulative frequency table 13 [16.be.516]
530 BGMC Cumulative frequency table 14 [16.le.516]
531 BGMC Cumulative frequency table 14 [16.be.516]
532 BGMC Cumulative frequency table 15 [16.le.516]
533 BGMC Cumulative frequency table 15 [16.be.516]
534 lms_order_table [16.le.64]
535 lms_order_table [16.be.64]
536 pc12_tbl reconstruction levels for 1st and 2nd coefficients [32.le.512]
537 pc12_tbl reconstruction levels for 1st and 2nd coefficients [32.be.512]
538 MPEG-4 mcc gmmtable [16.le.64]
539 MPEG-4 mcc gmmtable [16.be.64]
540 FFT and FHT routines costab [float.le.32]
541 FFT and FHT routines costab [float.be.32]
542 FFT and FHT routines costab [double.le.64]
543 FFT and FHT routines costab [double.be.64]
544 FFT and FHT routines rv_tbl [16.le.256]
545 FFT and FHT routines rv_tbl [16.be.256]
546 ReplayGainAnalysis ABYule [float.le.756]
547 ReplayGainAnalysis ABYule [float.be.756]
548 ReplayGainAnalysis ABYule [double.le.1512]
549 ReplayGainAnalysis ABYule [double.be.1512]
550 Windows CryptAcquireContext [..21]
551 Windows CryptCreateHash [..16]
552 Windows CryptImportKey [..15]
553 Windows CryptHashData [..14]
554 Windows CryptVerifySignature [..21]
555 Windows CryptDeriveKey [..15]
556 Windows CryptDecrypt [..13]
557 __popcount_tab (compression?) [..256]
558 select_tab (compression?) [..256]
559 t264 deblock_threshold_tc0 [..156]
560 T264_cabac_range_lps [32.le.1024]
561 T264_cabac_range_lps [32.be.1024]
562 T264_cabac_probability [..512]
563 T264_cabac_probability 2 [..512]
564 TEA encryption/decryption (0xc6ef3720 0x9e3779b9) [32.le.8&]
565 TEA encryption/decryption (0xc6ef3720 0x9e3779b9) [32.be.8&]
566 TEA encryption/decryption (0xc6ef3720 0x61c88647) [32.le.8&]
567 TEA encryption/decryption (0xc6ef3720 0x61c88647) [32.be.8&]
568 classical random incrementer 0x343FD 0x269EC3 [32.le.8&]
569 classical random incrementer 0x343FD 0x269EC3 [32.be.8&]
570 Huffman book1 [32.le.972]
571 Huffman book1 [32.be.972]
572 Huffman book2 [32.le.972]
573 Huffman book2 [32.be.972]
574 Huffman book3 [32.le.972]
575 Huffman book3 [32.be.972]
576 Huffman book4 [32.le.972]
577 Huffman book4 [32.be.972]
578 Huffman book5 [32.le.972]
579 Huffman book5 [32.be.972]
580 Huffman book6 [32.le.972]
581 Huffman book6 [32.be.972]
582 Huffman book7 [32.le.768]
583 Huffman book7 [32.be.768]
584 Huffman book8 [32.le.768]
585 Huffman book8 [32.be.768]
586 Huffman book9 [32.le.2028]
587 Huffman book9 [32.be.2028]
588 Huffman book10 [32.le.2028]
589 Huffman book10 [32.be.2028]
590 Huffman book11 [32.le.3468]
591 Huffman book11 [32.be.3468]
592 Huffman booksc1 [32.le.1452]
593 Huffman booksc1 [32.be.1452]
594 Huffman bookRvlc [32.le.180]
595 Huffman bookRvlc [32.be.180]
596 Huffman bookEscape [32.le.648]
597 Huffman bookEscape [32.be.648]
598 AAC escAssignment[MAX_ELEMENTS][NR_OF_ASSIGNMENT_SCHEMES] [16.le.306]
599 AAC escAssignment[MAX_ELEMENTS][NR_OF_ASSIGNMENT_SCHEMES] [16.be.306]
600 Dolby window dol_long [float.le.4096]
601 Dolby window dol_long [float.be.4096]
602 Dolby window dol_long [double.le.8192]
603 Dolby window dol_long [double.be.8192]
604 Dolby window dol_short [float.le.512]
605 Dolby window dol_short [float.be.512]
606 Dolby window dol_short [double.le.1024]
607 Dolby window dol_short [double.be.1024]
608 sfb_96_1024 [16.le.82]
609 sfb_96_1024 [16.be.82]
610 sfb_96_128 and sfb_64_128 [16.le.24]
611 sfb_96_128 and sfb_64_128 [16.be.24]
612 sfb_64_1024 [16.le.94]
613 sfb_64_1024 [16.be.94]
614 sfb_48_1024 [16.le.98]
615 sfb_48_1024 [16.be.98]
616 sfb_48_960 and sfb_32_960 [16.le.100]
617 sfb_48_960 and sfb_32_960 [16.be.100]
618 sfb_48_512 [16.le.72]
619 sfb_48_512 [16.be.72]
620 sfb_48_480 [16.le.70]
621 sfb_48_480 [16.be.70]
622 sfb_48_128 [16.le.28]
623 sfb_48_128 [16.be.28]
624 sfb_48_120 [16.le.28]
625 sfb_48_120 [16.be.28]
626 sfb_32_1024 [16.le.102]
627 sfb_32_1024 [16.be.102]
628 sfb_32_512 [16.le.74]
629 sfb_32_512 [16.be.74]
630 sfb_32_480 [16.le.74]
631 sfb_32_480 [16.be.74]
632 sfb_32_120 [16.le.30]
633 sfb_32_120 [16.be.30]
634 sfb_24_1024 [16.le.94]
635 sfb_24_1024 [16.be.94]
636 sfb_24_960 [16.le.94]
637 sfb_24_960 [16.be.94]
638 sfb_24_512 [16.le.62]
639 sfb_24_512 [16.be.62]
640 sfb_24_480 [16.le.60]
641 sfb_24_480 [16.be.60]
642 sfb_24_128 [16.le.30]
643 sfb_24_128 [16.be.30]
644 sfb_24_120 [16.le.32]
645 sfb_24_120 [16.be.32]
646 sfb_16_1024 [16.le.86]
647 sfb_16_1024 [16.be.86]
648 sfb_16_960 [16.le.84]
649 sfb_16_960 [16.be.84]
650 sfb_16_128 [16.le.30]
651 sfb_16_128 [16.be.30]
652 sfb_16_120 [16.le.30]
653 sfb_16_120 [16.be.30]
654 sfb_8_1024 [16.le.80]
655 sfb_8_1024 [16.be.80]
656 sfb_8_960 [16.le.80]
657 sfb_8_960 [16.be.80]
658 sfb_8_128 [16.le.30]
659 sfb_8_128 [16.be.30]
660 sfb_8_120 [16.le.30]
661 sfb_8_120 [16.be.30]
662 tns_max_bands_tbl [32.le.256]
663 tns_max_bands_tbl [32.be.256]
664 tns_max_bands_tbl_low_delay [32.le.128]
665 tns_max_bands_tbl_low_delay [32.be.128]
666 pred_max_bands_tbl [32.le.64]
667 pred_max_bands_tbl [32.be.64]
668 Dolby window dol_short_ssr [float.le.128]
669 Dolby window dol_short_ssr [float.be.128]
670 Dolby window dol_short_ssr [double.le.256]
671 Dolby window dol_short_ssr [double.be.256]
672 Dolby window dol_short_ssr [float.le.1024]
673 Dolby window dol_short_ssr [float.be.1024]
674 Dolby window dol_short_ssr [double.le.2048]
675 Dolby window dol_short_ssr [double.be.2048]
676 gc_pqf_common.c a_half [float.le.192]
677 gc_pqf_common.c a_half [float.be.192]
678 gc_pqf_common.c a_half [double.le.384]
679 gc_pqf_common.c a_half [double.be.384]
680 epTool punctbl [32.le.300]
681 epTool punctbl [32.be.300]
682 epTool bgptbl [32.le.28]
683 epTool bgptbl [32.be.28]
684 generic sampling rate table (96000 -> 8000) [32.le.48]
685 generic sampling rate table (96000 -> 8000) [32.be.48]
686 MPEG4 fir48_4_120 [float.le.484]
687 MPEG4 fir48_4_120 [float.be.484]
688 MPEG4 fir48_4_120 [double.le.968]
689 MPEG4 fir48_4_120 [double.be.968]
690 celptb1 [32.le.1536]
691 celptb1 [32.be.1536]
692 celptb2 [32.le.320]
693 celptb2 [32.be.320]
694 phi init_freq [32.le.908]
695 phi init_freq [32.be.908]
696 base64 decoding table [..128]
697 base64 decoding table [32.le.512]
698 base64 decoding table [32.be.512]
699 UnRARlib CRCCrypt Code InitSubstTable [..256]
700 liba52 hthtab [32.le.600]
701 liba52 hthtab [32.be.600]
702 liba52 baptab [..305]
703 liba52 bndtab [32.le.120]
704 liba52 bndtab [32.be.120]
705 liba52 latab [..256]
706 liba52 pm128 [32.le.512]
707 liba52 pm128 [32.be.512]
708 liba52 bit_reverse_512 [..128]
709 liba52 fftorder [..128]
710 liba52 dither_lut [16.le.512]
711 liba52 dither_lut [16.be.512]
712 liba52 scale_factor float [float.le.100]
713 liba52 scale_factor float [float.be.100]
714 liba52 scale_factor float [double.le.200]
715 liba52 scale_factor float [double.be.200]
716 libaf alaw_decode [16.le.256]
717 libaf alaw_decode [16.be.256]
718 libaf alaw_encode [..2049]
719 libaf ulaw_decode [16.le.256]
720 libaf ulaw_decode [16.be.256]
721 libaf ulaw_encode [..8193]
722 libaf center front (-5 degrees) [float.le.512]
723 libaf center front (-5 degrees) [float.be.512]
724 libaf center front (-5 degrees) [double.le.1024]
725 libaf center front (-5 degrees) [double.be.1024]
726 libaf front same side (30 degree) [float.le.512]
727 libaf front same side (30 degree) [float.be.512]
728 libaf front same side (30 degree) [double.le.1024]
729 libaf front same side (30 degree) [double.be.1024]
730 libaf front opposite side (-30 degree) [float.le.512]
731 libaf front opposite side (-30 degree) [float.be.512]
732 libaf front opposite side (-30 degree) [double.le.1024]
733 libaf front opposite side (-30 degree) [double.be.1024]
734 libaf rear same side (135 degree) [float.le.512]
735 libaf rear same side (135 degree) [float.be.512]
736 libaf rear same side (135 degree) [double.le.1024]
737 libaf rear same side (135 degree) [double.be.1024]
738 libaf rear opposite side (-135 degree) [float.le.512]
739 libaf rear opposite side (-135 degree) [float.be.512]
740 libaf rear opposite side (-135 degree) [double.le.1024]
741 libaf rear opposite side (-135 degree) [double.be.1024]
742 libaf center rear (180 degree) [float.le.512]
743 libaf center rear (180 degree) [float.be.512]
744 libaf center rear (180 degree) [double.le.1024]
745 libaf center rear (180 degree) [double.be.1024]
746 libavcodec 4XM mv [..512]
747 scaled down product of jpeg quantizer and AAN premul table [..64]
748 libavcodec ASUS V1/V2 codec asv2_level_tab [..126]
749 libavcodec H.26L/H.264/AVC/JVT/14496-10 lps_range [..256]
750 libavcodec H.26L/H.264/AVC/JVT/14496-10 ff_h264_norm_shift [..512]
751 libavcodec H.26L/H.264/AVC/JVT/14496-10 ff_h264_norm_shift_old [..128]
752 libavcodec Chinese AVS video (AVS1-P2, JiZhun) cbp_tab [..128]
753 libavcodec Chinese AVS video (AVS1-P2, JiZhun) dequant_mul [16.le.128]
754 libavcodec Chinese AVS video (AVS1-P2, JiZhun) dequant_mul [16.be.128]
755 libavcodec Chinese AVS video (AVS1-P2, JiZhun) intra_2dvlc [..1512]
756 libavcodec Chinese AVS video (AVS1-P2, JiZhun) inter_2dvlc [..1512]
757 libavcodec Chinese AVS video (AVS1-P2, JiZhun) chroma_2dvlc [..1080]
758 libavcodec COOK quant_centroid_tab [float.le.392]
759 libavcodec COOK quant_centroid_tab [float.be.392]
760 libavcodec COOK quant_centroid_tab [double.le.784]
761 libavcodec COOK quant_centroid_tab [double.be.784]
762 libavcodec COOK envelope_quant_index_huffbits [..312]
763 libavcodec COOK envelope_quant_index_huffcodes [16.le.624]
764 libavcodec COOK envelope_quant_index_huffcodes [16.be.624]
765 libavcodec COOK cvh_huffbits0 [..191]
766 libavcodec COOK cvh_huffcodes0 [16.le.382]
767 libavcodec COOK cvh_huffcodes0 [16.be.382]
768 libavcodec COOK cvh_huffbits1 [..97]
769 libavcodec COOK cvh_huffcodes1 [16.le.194]
770 libavcodec COOK cvh_huffcodes1 [16.be.194]
771 libavcodec COOK cvh_huffbits2 [..48]
772 libavcodec COOK cvh_huffcodes2 [16.le.96]
773 libavcodec COOK cvh_huffcodes2 [16.be.96]
774 libavcodec COOK cvh_huffbits3 [..607]
775 libavcodec COOK cvh_huffcodes3 [16.le.1214]
776 libavcodec COOK cvh_huffcodes3 [16.be.1214]
777 libavcodec COOK cvh_huffbits4 [..246]
778 libavcodec COOK cvh_huffcodes4 [16.le.492]
779 libavcodec COOK cvh_huffcodes4 [16.be.492]
780 libavcodec COOK cvh_huffbits5 [..230]
781 libavcodec COOK cvh_huffcodes5 [16.le.460]
782 libavcodec COOK cvh_huffcodes5 [16.be.460]
783 libavcodec COOK cvh_huffbits6 [..32]
784 libavcodec COOK cvh_huffcodes6 [16.le.64]
785 libavcodec COOK cvh_huffcodes6 [16.be.64]
786 libavcodec COOK ccpl_huffcodes5 [16.le.62]
787 libavcodec COOK ccpl_huffcodes5 [16.be.62]
788 libavcodec COOK ccpl_huffcodes6 [16.le.126]
789 libavcodec COOK ccpl_huffcodes6 [16.be.126]
790 libavcodec COOK ccpl_huffbits6 [..63]
791 libavcodec COOK cplscale3 [float.le.28]
792 libavcodec COOK cplscale3 [float.be.28]
793 libavcodec COOK cplscale3 [double.le.56]
794 libavcodec COOK cplscale3 [double.be.56]
795 libavcodec COOK cplscale4 [float.le.60]
796 libavcodec COOK cplscale4 [float.be.60]
797 libavcodec COOK cplscale4 [double.le.120]
798 libavcodec COOK cplscale4 [double.be.120]
799 libavcodec COOK cplscale5 [float.le.124]
800 libavcodec COOK cplscale5 [float.be.124]
801 libavcodec COOK cplscale5 [double.le.248]
802 libavcodec COOK cplscale5 [double.be.248]
803 libavcodec COOK cplscale6 [float.le.252]
804 libavcodec COOK cplscale6 [float.be.252]
805 libavcodec COOK cplscale6 [double.le.504]
806 libavcodec COOK cplscale6 [double.be.504]
807 libavcodec dpcm sol_table_old [32.le.64]
808 libavcodec dpcm sol_table_old [32.be.64]
809 libavcodec dpcm sol_table_new [32.le.64]
810 libavcodec dpcm sol_table_new [32.be.64]
811 libavcodec dpcm sol_table_16 [32.le.512]
812 libavcodec dpcm sol_table_16 [32.be.512]
813 libavcodec CIN Audio/Video cinaudio_delta16_table [16.le.512]
814 libavcodec CIN Audio/Video cinaudio_delta16_table [16.be.512]
815 libavcodec ff_zigzag_direct [..64]
816 libavcodec ff_zigzag248_direct [..64]
817 libavcodec ff_alternate_horizontal_scan [..64]
818 libavcodec ff_alternate_vertical_scan [..64]
819 libavcodec inverse table [32.le.1024]
820 libavcodec inverse table [32.be.1024]
821 libavcodec DV dv_vlc_bits [16.le.818]
822 libavcodec DV dv_vlc_bits [16.be.818]
823 libavcodec DV dv_vlc_len [..409]
824 libavcodec DV dv_vlc_run [..409]
825 libavcodec DV dv_vlc_level [..409]
826 libavcodec DV dv_88_areas [..64]
827 libavcodec DV dv_248_areas [..64]
828 libavcodec DV dv_quant_shifts [..88]
829 libavcodec DV dv_place_420 [16.le.3240]
830 libavcodec DV dv_place_420 [16.be.3240]
831 libavcodec DV dv_place_411P [16.le.3240]
832 libavcodec DV dv_place_411P [16.be.3240]
833 libavcodec DV dv_place_411 [16.le.2700]
834 libavcodec DV dv_place_411 [16.be.2700]
835 libavcodec DV dv_place_422_525 [16.le.5400]
836 libavcodec DV dv_place_422_525 [16.be.5400]
837 libavcodec DV dv_place_422_625 [16.le.6480]
838 libavcodec DV dv_place_422_625 [16.be.6480]
839 libavcodec DV dv_weight_88 [32.le.256]
840 libavcodec DV dv_weight_88 [32.be.256]
841 libavcodec DV dv_weight_248 [32.le.256]
842 libavcodec DV dv_weight_248 [32.be.256]
843 libavcodec DV dv_iweight_88 [32.le.256]
844 libavcodec DV dv_iweight_88 [32.be.256]
845 libavcodec DV dv_iweight_248 [32.le.256]
846 libavcodec DV dv_iweight_248 [32.be.256]
847 libavcodec DV dv_audio_shuffle525 [16.le.180]
848 libavcodec DV dv_audio_shuffle525 [16.be.180]
849 libavcodec DV dv_audio_shuffle625 [16.le.216]
850 libavcodec DV dv_audio_shuffle625 [16.be.216]
851 libavcodec ASF asf_header [..16]
852 libavcodec DV muxer/demuxer dv_aaux_packs_dist [32.le.432]
853 libavcodec DV muxer/demuxer dv_aaux_packs_dist [32.be.432]
854 libavutil ff_sqrt_tab [..128]
855 Generic bitmask table [32.le.128]
856 Generic bitmask table [32.be.128]
857 libfaad2 cfft_tab_512 [float.le.4096]
858 libfaad2 cfft_tab_512 [float.be.4096]
859 libfaad2 cfft_tab_512 [double.le.8192]
860 libfaad2 cfft_tab_512 [double.be.8192]
861 libfaad2 cfft_tab_480 [float.le.3840]
862 libfaad2 cfft_tab_480 [float.be.3840]
863 libfaad2 cfft_tab_480 [double.le.7680]
864 libfaad2 cfft_tab_480 [double.be.7680]
865 libfaad2 cfft_tab_64 [float.le.512]
866 libfaad2 cfft_tab_64 [float.be.512]
867 libfaad2 cfft_tab_64 [double.le.1024]
868 libfaad2 cfft_tab_64 [double.be.1024]
869 libfaad2 cfft_tab_60 [float.le.480]
870 libfaad2 cfft_tab_60 [float.be.480]
871 libfaad2 cfft_tab_60 [double.le.960]
872 libfaad2 cfft_tab_60 [double.be.960]
873 libfaad2 cfft_tab_256 [float.le.2048]
874 libfaad2 cfft_tab_256 [float.be.2048]
875 libfaad2 cfft_tab_256 [double.le.4096]
876 libfaad2 cfft_tab_256 [double.be.4096]
877 libfaad2 cfft_tab_240 [float.le.1920]
878 libfaad2 cfft_tab_240 [float.be.1920]
879 libfaad2 cfft_tab_240 [double.le.3840]
880 libfaad2 cfft_tab_240 [double.be.3840]
881 libfaad2 cfft_tab_128 [float.le.1024]
882 libfaad2 cfft_tab_128 [float.be.1024]
883 libfaad2 cfft_tab_128 [double.le.2048]
884 libfaad2 cfft_tab_128 [double.be.2048]
885 libfaad2 pow2_tab [float.le.260]
886 libfaad2 pow2_tab [float.be.260]
887 libfaad2 pow2_tab [double.le.520]
888 libfaad2 pow2_tab [double.be.520]
889 libfaad2 log2_tab [float.le.260]
890 libfaad2 log2_tab [float.be.260]
891 libfaad2 log2_tab [double.le.520]
892 libfaad2 log2_tab [double.be.520]
893 libfaad2 drc_pow2_table [float.le.188]
894 libfaad2 drc_pow2_table [float.be.188]
895 libfaad2 drc_pow2_table [double.le.376]
896 libfaad2 drc_pow2_table [double.be.376]
897 libfaad2 f_huffman_sa [..28]
898 libfaad2 t_huffman_sa [..28]
899 libfaad2 f_huffman_pan [..56]
900 libfaad2 t_huffman_pan [..56]
901 libfaad2 sa_quant [float.le.64]
902 libfaad2 sa_quant [float.be.64]
903 libfaad2 sa_quant [double.le.128]
904 libfaad2 sa_quant [double.be.128]
905 libfaad2 pan_quant [float.le.160]
906 libfaad2 pan_quant [float.be.160]
907 libfaad2 pan_quant [double.le.320]
908 libfaad2 pan_quant [double.be.320]
909 libfaad2 pan_pow_2_pos [float.le.160]
910 libfaad2 pan_pow_2_pos [float.be.160]
911 libfaad2 pan_pow_2_pos [double.le.320]
912 libfaad2 pan_pow_2_pos [double.be.320]
913 libfaad2 pan_pow_2_neg [float.le.160]
914 libfaad2 pan_pow_2_neg [float.be.160]
915 libfaad2 pan_pow_2_neg [double.le.320]
916 libfaad2 pan_pow_2_neg [double.be.320]
917 libfaad2 pan_pow_2_30_pos [float.le.160]
918 libfaad2 pan_pow_2_30_pos [float.be.160]
919 libfaad2 pan_pow_2_30_pos [double.le.320]
920 libfaad2 pan_pow_2_30_pos [double.be.320]
921 libfaad2 pan_pow_2_30_neg [float.le.160]
922 libfaad2 pan_pow_2_30_neg [float.be.160]
923 libfaad2 pan_pow_2_30_neg [double.le.320]
924 libfaad2 pan_pow_2_30_neg [double.be.320]
925 libfaad2 g_decayslope [float.le.180]
926 libfaad2 g_decayslope [float.be.180]
927 libfaad2 g_decayslope [double.le.360]
928 libfaad2 g_decayslope [double.be.360]
929 libfaad2 sa_sqrt_1_minus [float.le.64]
930 libfaad2 sa_sqrt_1_minus [float.be.64]
931 libfaad2 sa_sqrt_1_minus [double.le.128]
932 libfaad2 sa_sqrt_1_minus [double.be.128]
933 libfaad2 sa_freq_scale [..18]
934 libfaad2 pan_inv_freq [..64]
935 libfaad2 sa_inv_freq [..46]
936 libfaad2 Q_Fract_allpass_Qmf [float.le.1536]
937 libfaad2 Q_Fract_allpass_Qmf [float.be.1536]
938 libfaad2 Q_Fract_allpass_Qmf [double.le.3072]
939 libfaad2 Q_Fract_allpass_Qmf [double.be.3072]
940 libfaad2 Phi_Fract_Qmf [float.le.512]
941 libfaad2 Phi_Fract_Qmf [float.be.512]
942 libfaad2 Phi_Fract_Qmf [double.le.1024]
943 libfaad2 Phi_Fract_Qmf [double.be.1024]
944 libfaad2 mnt_table [float.le.512]
945 libfaad2 mnt_table [float.be.512]
946 libfaad2 mnt_table [double.le.1024]
947 libfaad2 mnt_table [double.be.1024]
948 libfaad2 exp_table [float.le.504]
949 libfaad2 exp_table [float.be.504]
950 libfaad2 exp_table [double.le.1008]
951 libfaad2 exp_table [double.be.1008]
952 libfaad2 pow05_table [float.le.28]
953 libfaad2 pow05_table [float.be.28]
954 libfaad2 pow05_table [double.le.56]
955 libfaad2 pow05_table [double.be.56]
956 libfaad2 codebook [float.le.32]
957 libfaad2 codebook [float.be.32]
958 libfaad2 codebook [double.le.64]
959 libfaad2 codebook [double.be.64]
960 libfaad2 f_huff_iid_def [..56]
961 libfaad2 t_huff_iid_def [..56]
962 libfaad2 f_huff_iid_fine [..120]
963 libfaad2 t_huff_iid_fine [..120]
964 libfaad2 f_huff_icc [..28]
965 libfaad2 t_huff_icc [..28]
966 libfaad2 f_huff_ipd [..14]
967 libfaad2 t_huff_ipd [..14]
968 libfaad2 f_huff_opd [..14]
969 libmpcodecs DTS_BITRATES [32.le.120]
970 libmpcodecs DTS_BITRATES [32.be.120]
971 asf_stream_header_guid [..16]
972 asf_file_header_guid [..16]
973 asf_content_desc_guid [..16]
974 asf_stream_group_guid [..16]
975 asf_data_chunk_guid [..16]
976 asf_ext_stream_embed_stream_header [..16]
977 asf_ext_stream_audio [..16]
978 asf_ext_stream_header [..16]
979 libmpdemux sipr_swaps [..76]
980 libmpdemux Matroska cook_fl2bps [32.le.136]
981 libmpdemux Matroska cook_fl2bps [32.be.136]
982 libmpdemux tivo Series1AudioWithPTS [32.le.24]
983 libmpdemux tivo Series1AudioWithPTS [32.be.24]
984 libmpdemux vivo h263_format [16.le.28]
985 libmpdemux vivo h263_format [16.be.28]
986 libmpdvdkit2 css pp_perm_challenge [..30]
987 libmpdvdkit2 css pp_perm_variant [..64]
988 libmpdvdkit2 css p_variants [..32]
989 libmpdvdkit2 css p_secret [..5]
990 libmpdvdkit2 css alternate DVD player keys [..155]
991 libmpdvdkit2 p_css_tab2 [..256]
992 libmpdvdkit2 p_css_tab3 [..512]
993 libmpdvdkit2 p_css_tab5 [..256]
994 libmpdvdkit2 p_crypt_tab0 [..256]
995 libmpdvdkit2 p_crypt_tab1 [..256]
996 libmpdvdkit2 p_crypt_tab2 [..256]
997 libmpdvdkit2 p_crypt_tab3 [..288]
998 libmpeg2 default_intra_quantizer_matrix [..64]
999 YUV to RGB dither_2x2_4 [..16]
1000 YUV to RGB dither_2x2_8 [..16]
1001 YUV to RGB dither_8x8_32 [..64]
1002 YUV to RGB dither_8x8_64 [..64]
1003 YUV to RGB dither_8x8_73 [..64]
1004 YUV to RGB dither_8x8_128 [..64]
1005 YUV to RGB dither_8x8_220 [..64]
1006 YUV to RGB dither_8x8_220 2 [..64]
1007 YUV to RGB dither_8x8_220 3 [..64]
1008 YUV to RGB dither_8x8_220 4 [..64]
1009 YUV to RGB Inverse_Table_6_9 [32.le.128]
1010 YUV to RGB Inverse_Table_6_9 [32.be.128]
1011 OSD fonts [..8322]
1012 MMX codes [32.le.124]
1013 MMX codes [32.be.124]
1014 mp3lib huffman tab1 [16.le.14]
1015 mp3lib huffman tab1 [16.be.14]
1016 mp3lib huffman tab2 [16.le.34]
1017 mp3lib huffman tab2 [16.be.34]
1018 mp3lib huffman tab3 [16.le.34]
1019 mp3lib huffman tab3 [16.be.34]
1020 mp3lib huffman tab5 [16.le.62]
1021 mp3lib huffman tab5 [16.be.62]
1022 mp3lib huffman tab6 [16.le.62]
1023 mp3lib huffman tab6 [16.be.62]
1024 mp3lib huffman tab7 [16.le.142]
1025 mp3lib huffman tab7 [16.be.142]
1026 mp3lib huffman tab8 [16.le.142]
1027 mp3lib huffman tab8 [16.be.142]
1028 mp3lib huffman tab9 [16.le.142]
1029 mp3lib huffman tab9 [16.be.142]
1030 mp3lib huffman tab10 [16.le.254]
1031 mp3lib huffman tab10 [16.be.254]
1032 mp3lib huffman tab11 [16.le.254]
1033 mp3lib huffman tab11 [16.be.254]
1034 mp3lib huffman tab12 [16.le.254]
1035 mp3lib huffman tab12 [16.be.254]
1036 mp3lib huffman tab13 [16.le.1022]
1037 mp3lib huffman tab13 [16.be.1022]
1038 mp3lib huffman tab15 [16.le.1022]
1039 mp3lib huffman tab15 [16.be.1022]
1040 mp3lib huffman tab16 [16.le.1022]
1041 mp3lib huffman tab16 [16.be.1022]
1042 mp3lib huffman tab24 [16.le.1022]
1043 mp3lib huffman tab24 [16.be.1022]
1044 mp3lib huffman tab_c0 [16.le.62]
1045 mp3lib huffman tab_c0 [16.be.62]
1046 mp3lib huffman tab_c1 [16.le.62]
1047 mp3lib huffman tab_c1 [16.be.62]
1048 mp3lib bandInfo [..2592]
1049 mp3lib intwinbase [32.le.1028]
1050 mp3lib intwinbase [32.be.1028]
1051 mp3lib intwinbase_MMX [32.le.1028]
1052 mp3lib intwinbase_MMX [32.be.1028]
1053 libdjvu IW44 norm of all wavelets [float.le.64]
1054 libdjvu IW44 norm of all wavelets [float.be.64]
1055 libdjvu IW44 norm of all wavelets [double.le.128]
1056 libdjvu IW44 norm of all wavelets [double.be.128]
1057 libdjvu GPixmap dither table [16.le.512]
1058 libdjvu GPixmap dither table [16.be.512]
1059 libdjvu MMR wcodes [16.le.630]
1060 libdjvu MMR wcodes [16.be.630]
1061 libdjvu MMR bcodes [16.le.630]
1062 libdjvu MMR bcodes [16.be.630]
1063 Borland alternate ebcdic_to_ascii [..256]
1064 Borland ascii_to_ebcdic [..256]
1065 Borland ebcdic_to_ascii [..256]
1066 Borland Jfif CrRTable [32.le.1024]
1067 Borland Jfif CrRTable [32.be.1024]
1068 Borland Jfif CbGTable [32.le.1024]
1069 Borland Jfif CbGTable [32.be.1024]
1070 Borland Jfif CrGTable [32.le.1024]
1071 Borland Jfif CrGTable [32.be.1024]
1072 Borland Jfif CbBTable [32.le.1024]
1073 Borland Jfif CbBTable [32.be.1024]
1074 ARGB default palette [32.le.1024]
1075 ARGB default palette [32.be.1024]
1076 Nsis archive signature [32.le.64]
1077 Nsis archive signature [32.be.64]
1078 Rar29 InitBinEsc [16.le.16]
1079 Rar29 InitBinEsc [16.be.16]
1080 EPWIC p_from_kurt_func [float.le.164]
1081 EPWIC p_from_kurt_func [float.be.164]
1082 EPWIC p_from_kurt_func [double.le.328]
1083 EPWIC p_from_kurt_func [double.be.328]
1084 EPWIC s_from_var_func [float.le.244]
1085 EPWIC s_from_var_func [float.be.244]
1086 EPWIC s_from_var_func [double.le.488]
1087 EPWIC s_from_var_func [double.be.488]
1088 Rar20Crypto SetOldKeys [32.le.16&]
1089 Rar20Crypto SetOldKeys [32.be.16&]
1090 Zip Crypto [32.le.16&]
1091 Zip Crypto [32.be.16&]
1092 EPWIC Sum to sqrt 2 lo_filter [float.le.36]
1093 EPWIC Sum to sqrt 2 lo_filter [float.be.36]
1094 EPWIC Sum to sqrt 2 lo_filter [double.le.72]
1095 EPWIC Sum to sqrt 2 lo_filter [double.be.72]
1096 EPWIC Sum to sqrt 2 hi_filter [float.le.36]
1097 EPWIC Sum to sqrt 2 hi_filter [float.be.36]
1098 EPWIC Sum to sqrt 2 hi_filter [double.le.72]
1099 EPWIC Sum to sqrt 2 hi_filter [double.be.72]
1100 EPWIC Sum to 1 lo_filter [float.le.36]
1101 EPWIC Sum to 1 lo_filter [float.be.36]
1102 EPWIC Sum to 1 lo_filter [double.le.72]
1103 EPWIC Sum to 1 lo_filter [double.be.72]
1104 EPWIC Sum to 1 hi_filter [float.le.36]
1105 EPWIC Sum to 1 hi_filter [float.be.36]
1106 EPWIC Sum to 1 hi_filter [double.le.72]
1107 EPWIC Sum to 1 hi_filter [double.be.72]
1108 EPWIC 15 tap lo_filter [float.le.60]
1109 EPWIC 15 tap lo_filter [float.be.60]
1110 EPWIC 15 tap lo_filter [double.le.120]
1111 EPWIC 15 tap lo_filter [double.be.120]
1112 EPWIC 15 tap hi_filter [float.le.60]
1113 EPWIC 15 tap hi_filter [float.be.60]
1114 EPWIC 15 tap hi_filter [double.le.120]
1115 EPWIC 15 tap hi_filter [double.be.120]
1116 EPWIC old 15 tap filter [float.le.60]
1117 EPWIC old 15 tap filter [float.be.60]
1118 EPWIC old 15 tap filter [double.le.120]
1119 EPWIC old 15 tap filter [double.be.120]
1120 EPWIC old 11 tap filter [float.le.44]
1121 EPWIC old 11 tap filter [float.be.44]
1122 EPWIC old 11 tap filter [double.le.88]
1123 EPWIC old 11 tap filter [double.be.88]
1124 cellb_yytable [16.le.512]
1125 cellb_yytable [16.be.512]
1126 huffyuv left_yuv [..152]
1127 huffyuv grad_yuv [..179]
1128 huffyuv med_yuv [..188]
1129 huffyuv left_rgb [..112]
1130 huffyuv left_decorrelate_rgb [..177]
1131 huffyuv grad_decorrelate_rgb [..218]
1132 huffyuv classic_add_chroma [..256]
1133 OpenJPEG dwt_norms [float.le.148]
1134 OpenJPEG dwt_norms [float.be.148]
1135 OpenJPEG dwt_norms [double.le.296]
1136 OpenJPEG dwt_norms [double.be.296]
1137 OpenJPEG dwt_norms_real [float.le.148]
1138 OpenJPEG dwt_norms_real [float.be.148]
1139 OpenJPEG dwt_norms_real [double.le.296]
1140 OpenJPEG dwt_norms_real [double.be.296]
1141 Open H323 pwlib bv dct_basis [32.le.4096]
1142 Open H323 pwlib bv dct_basis [32.be.4096]
1143 Speex lsp tables nb cdbk_nb [..640]
1144 Speex exc_5_256_table [..1280]
1145 Speex high_lsp_cdbk [..512]
1146 Speex high_lsp_cdbk2 [..512]
1147 iLBC State quantization table frgqTbl [float.le.256]
1148 iLBC State quantization table frgqTbl [float.be.256]
1149 iLBC State quantization table frgqTbl [double.le.512]
1150 iLBC State quantization table frgqTbl [double.be.512]
1151 LZO 1x_999 compress level [32.le.216]
1152 LZO 1x_999 compress level [32.be.216]
1153 UPX miniacc [64.le.48&]
1154 UPX miniacc [64.be.48&]
1155 Melp fsvq_cb [float.le.10240]
1156 Melp fsvq_cb [float.be.10240]
1157 Melp fsvq_cb [double.le.20480]
1158 Melp fsvq_cb [double.be.20480]
1159 TIFF mkg3states TermB [16.le.260]
1160 TIFF mkg3states TermB [16.be.260]
1161 DES initial permutation IP [..64]
1162 DES final permutation IP [..64]
1163 DES permuted choice table (key) [..56]
1164 DES permuted choice key (table) [..48]
1165 DES S-boxes [..512]
1166 MPEG dct_coeff_tbl_0 [16.le.512]
1167 MPEG dct_coeff_tbl_0 [16.be.512]
1168 libntlm DES key_swap [32.le.64]
1169 libntlm DES key_swap [32.be.64]
1170 libntlm DES weak_keys [..512]
1171 libntlm DES weak_keys_chksum [..20]
1172 libtheora FrequencyCounts_VP3 [32.le.10240]
1173 libtheora FrequencyCounts_VP3 [32.be.10240]
1174 libtheora old FrequencyCounts_VP3 [32.le.10240]
1175 libtheora old FrequencyCounts_VP3 [32.be.10240]
1176 Vorbis FLOOR1_fromdB_LOOKUP [float.le.1024]
1177 Vorbis FLOOR1_fromdB_LOOKUP [float.be.1024]
1178 Vorbis FLOOR1_fromdB_LOOKUP [double.le.2048]
1179 Vorbis FLOOR1_fromdB_LOOKUP [double.be.2048]
1180 libskba asn1 yytranslate [..302]
1181 libskba asn1 yycheck [32.le.808]
1182 libskba asn1 yycheck [32.be.808]
1183 twofish q0 [..256]
1184 twofish q1 [..256]
1185 twofish poly_to_exp [..255]
1186 twofish exp_to_poly [..492]
1187 twofish calc_sb_tbl [..512]
1188 small prime numbers used in libgcrypt [16.le.1336]
1189 small prime numbers used in libgcrypt [16.be.1336]
1190 Serpent crypto SBox [..512]
1191 Serpent crypto SBoxInverse [..512]
1192 Serpent crypto IPTable [32.le.512]
1193 Serpent crypto IPTable [32.be.512]
1194 Serpent crypto FPTable [32.le.512]
1195 Serpent crypto FPTable [32.be.512]
1196 ElGamal public key encryption [32.le.152]
1197 ElGamal public key encryption [32.be.152]
1198 FFT and FHT routines rv_tbl [..128]
1199 ReplayGainAnalysis ABButter [float.le.180]
1200 ReplayGainAnalysis ABButter [float.be.180]
1201 ReplayGainAnalysis ABButter [double.le.360]
1202 ReplayGainAnalysis ABButter [double.be.360]
1203 id3tag genre_alpha_map [32.le.592]
1204 id3tag genre_alpha_map [32.be.592]
1205 Lame freq_map [32.le.136]
1206 Lame freq_map [32.be.136]
1207 Lame MP3 window subband -> mdct routine win [float.le.576]
1208 Lame MP3 window subband -> mdct routine win [float.be.576]
1209 Lame MP3 window subband -> mdct routine win [double.le.1152]
1210 Lame MP3 window subband -> mdct routine win [double.be.1152]
1211 Lame abr_switch_map [..952]
1212 psymodel table1 [float.le.100]
1213 psymodel table1 [float.be.100]
1214 psymodel table1 [double.le.200]
1215 psymodel table1 [double.be.200]
1216 psymodel table2 [float.le.40]
1217 psymodel table2 [float.be.40]
1218 psymodel table2 [double.le.80]
1219 psymodel table2 [double.be.80]
1220 psymodel table3 [float.le.56]
1221 psymodel table3 [float.be.56]
1222 psymodel table3 [double.le.112]
1223 psymodel table3 [double.be.112]
1224 in_cube AFC decoder (ngc_afc_decoder) [16.le.64]
1225 in_cube AFC decoder (ngc_afc_decoder) [16.be.64]
1226 power2 table [16.le.30]
1227 power2 table [16.be.30]
1228 rfc3548 Base 64 Encoding with URL and Filename Safe Alphabet [..62]
1229 rfc3548 Base 64 Encoding with URL and Filename Safe Alphabet [32.le.248]
1230 rfc3548 Base 64 Encoding with URL and Filename Safe Alphabet [32.be.248]
1231 rfc3548 Base 32 Encoding [..32]
1232 rfc3548 Base 32 Encoding [32.le.128]
1233 rfc3548 Base 32 Encoding [32.be.128]
1234 UUEncodeTable [..64]
1235 UUEncodeTable [32.le.256]
1236 UUEncodeTable [32.be.256]
1237 B64EncodeTable [..64]
1238 B64EncodeTable [32.le.256]
1239 B64EncodeTable [32.be.256]
1240 XXEncodeTable [..64]
1241 XXEncodeTable [32.le.256]
1242 XXEncodeTable [32.be.256]
1243 BHEncodeTable [..64]
1244 BHEncodeTable [32.le.256]
1245 BHEncodeTable [32.be.256]
1246 Anubis T0 [32.le.1024]
1247 Anubis T0 [32.be.1024]
1248 Anubis T1 [32.le.1024]
1249 Anubis T1 [32.be.1024]
1250 Anubis T4 [32.le.1024]
1251 Anubis T5 [32.le.1024]
1252 Anubis T5 [32.be.1024]
1253 Anubis RC [32.le.76]
1254 Anubis RC [32.be.76]
1255 Whirlpool sbox [..256]
1256 Anubis / Khazad sbox [..256]
1257 Whirlpool C2 [64.le.2048]
1258 Whirlpool C2 [64.be.2048]
1259 Whirlpool C3 [64.le.2048]
1260 Whirlpool C3 [64.be.2048]
1261 Whirlpool rc [64.le.80]
1262 Whirlpool rc [64.be.80]
1263 Wake crypto algorithm [32.le.32]
1264 Wake crypto algorithm [32.be.32]
1265 Tiger crypto algorithm init [64.le.24&]
1266 Tiger crypto algorithm init [64.be.24&]
1267 Twofish q [..512]
1268 Twofish mds [32.le.4096]
1269 Twofish mds [32.be.4096]
1270 Square / Sharkbox crypto algorithm S encoding [..256]
1271 Square / Sharkbox crypto algorithm S decoding [..256]
1272 Square crypto algorithm T encoding [32.le.4096]
1273 Square crypto algorithm T encoding [32.be.4096]
1274 Square crypto algorithm T decoding [32.le.4096]
1275 Square crypto algorithm T decoding [32.be.4096]
1276 Skipjack crypto algorithm ftable [..256]
1277 Sharkbox crypto algorithm Enc cbox [64.le.16384]
1278 Sharkbox crypto algorithm Enc cbox [64.be.16384]
1279 Sharkbox crypto algorithm Dec cbox [64.le.16384]
1280 Sharkbox crypto algorithm Dec cbox [64.be.16384]
1281 Sharkbox crypto algorithm iG [..64]
1282 Safer log_tab [..256]
1283 RIPEMD k values [32.le.32&]
1284 RIPEMD k values [32.be.32&]
1285 RIPEMD-320 values [32.le.40&]
1286 RIPEMD-320 values [32.be.40&]
1287 RIPEMD-128 InitState [32.le.16&]
1288 RIPEMD-128 InitState [32.be.16&]
1289 RIPEMD-256 InitState [32.le.32&]
1290 RIPEMD-256 InitState [32.be.32&]
1291 RC5 and RC6 magic values (0xb7e15163L 0x9e3779b9L) [32.le.8&]
1292 RC5 and RC6 magic values (0xb7e15163L 0x9e3779b9L) [32.be.8&]
1293 RC5 and RC6 magic values (0xb7e15163L 0x61C88647) [32.le.8&]
1294 RC5 and RC6 magic values (0xb7e15163L 0x61C88647) [32.be.8&]
1295 MD5MAC [32.le.48]
1296 MD5MAC [32.be.48]
1297 MARS Sbox [32.le.2048]
1298 MARS Sbox [32.be.2048]
1299 Haval init [32.le.32&]
1300 Haval init [32.be.32&]
1301 Haval mc3 [32.le.128]
1302 Haval mc3 [32.be.128]
1303 Haval mc4 [32.le.128]
1304 Haval mc4 [32.be.128]
1305 Haval mc5 [32.le.128]
1306 Haval mc5 [32.be.128]
1307 Gost sBox [..128]
1308 Gost original sBox [..128]
1309 Generic squared map [..16]
1310 Generic squared map [16.le.32]
1311 Generic squared map [16.be.32]
1312 Generic squared map [32.le.64]
1313 Generic squared map [32.be.64]
1314 RawDES sbox1 [32.le.256]
1315 RawDES sbox1 [32.be.256]
1316 RawDES sbox2 [32.le.256]
1317 RawDES sbox2 [32.be.256]
1318 RawDES sbox3 [32.le.256]
1319 RawDES sbox3 [32.be.256]
1320 RawDES sbox4 [32.le.256]
1321 RawDES sbox4 [32.be.256]
1322 RawDES sbox5 [32.le.256]
1323 RawDES sbox5 [32.be.256]
1324 RawDES sbox6 [32.le.256]
1325 RawDES sbox6 [32.be.256]
1326 RawDES sbox7 [32.le.256]
1327 RawDES sbox7 [32.be.256]
1328 RawDES sbox8 [32.le.256]
1329 RawDES sbox8 [32.be.256]
1330 CAST-256 t_m [32.le.768]
1331 CAST-256 t_m [32.be.768]
1332 CAST-256 t_r [..192]
1333 CAST-256 t_r [32.le.768]
1334 CAST-256 t_r [32.be.768]
1335 Camellia s1 [..256]
1336 Camellia s2 [..256]
1337 Camellia s3 [..256]
1338 Camellia s4 [..256]
1339 3way [32.le.36&]
1340 3way [32.be.36&]
1341 Baseking RCE [..12]
1342 Baseking RCE [32.le.48]
1343 Baseking RCE [32.be.48]
1344 Baseking RCD [..12]
1345 Baseking RCD [32.le.48]
1346 Baseking RCD [32.be.48]
1347 CAST128 sbox5 [32.le.1024]
1348 CAST128 sbox5 [32.be.1024]
1349 CAST128 sbox6 [32.le.1024]
1350 CAST128 sbox6 [32.be.1024]
1351 CAST128 sbox7 [32.le.1024]
1352 CAST128 sbox7 [32.be.1024]
1353 CAST128 sbox8 [32.le.1024]
1354 CAST128 sbox8 [32.be.1024]
1355 CAST128 / CAST256 sbox1 [32.le.1024]
1356 CAST128 / CAST256 sbox1 [32.be.1024]
1357 CAST128 / CAST256 sbox2 [32.le.1024]
1358 CAST128 / CAST256 sbox2 [32.be.1024]
1359 CAST128 / CAST256 sbox3 [32.le.1024]
1360 CAST128 / CAST256 sbox3 [32.be.1024]
1361 CAST128 / CAST256 sbox4 [32.le.1024]
1362 CAST128 / CAST256 sbox4 [32.be.1024]
1363 DESX pc1 [..56]
1364 DESX pc2 [..48]
1365 khazad_U0 [32.le.1024]
1366 khazad_V0 [32.le.1024]
1367 khazad_U1 [32.le.1024]
1368 khazad_V1 [32.le.1024]
1369 khazad_U2 [32.le.1024]
1370 khazad_V2 [32.le.1024]
1371 khazad_U3 [32.le.1024]
1372 khazad_V3 [32.le.1024]
1373 khazad_c [32.le.72]
1374 khazad_c [32.be.72]
1375 MMB crypt algorithm [32.le.36&]
1376 MMB crypt algorithm [32.be.36&]
1377 newdes_rotor [..256]
1378 Nush 64 / Nessie C_64 [16.le.72]
1379 Nush 64 / Nessie C_64 [16.be.72]
1380 Nush 64 / Nessie S_64 [16.le.72]
1381 Nush 64 / Nessie S_64 [16.be.72]
1382 Q128 ftab [32.le.4096]
1383 Q128 ftab [32.be.4096]
1384 SAFER+ expf [..256]
1385 SAFER+ logf [..512]
1386 seed_SS0 [32.le.1024]
1387 seed_SS0 [32.be.1024]
1388 seed_SS1 [32.le.1024]
1389 seed_SS1 [32.be.1024]
1390 seed_SS2 [32.le.1024]
1391 seed_SS2 [32.be.1024]
1392 seed_SS3 [32.le.1024]
1393 seed_SS3 [32.be.1024]
1394 Ruby MARK 5 [32.le.16&]
1395 Ruby MARK 5 [32.be.16&]
1396 MD5_DS [32.le.36]
1397 MD5_DS [32.be.36]
1398 RIPEMD128_DS [32.le.24]
1399 RIPEMD128_DS [32.be.24]
1400 RIPEMD160_DS [32.le.32]
1401 RIPEMD160_DS [32.be.32]
1402 RIPEMD256_DS [32.le.8]
1403 RIPEMD256_DS [32.be.8]
1404 WHIRILPOOL_DS [64.le.64]
1405 WHIRILPOOL_DS [64.be.64]
1406 SHA1_DS [32.le.24]
1407 SHA1_DS [32.be.24]
1408 SHA1_DS2 [32.le.20]
1409 SHA1_DS2 [32.be.20]
1410 SHA224_DS [32.le.32]
1411 SHA224_DS [32.be.32]
1412 SHA256_DS2 [32.le.68]
1413 SHA256_DS2 [32.be.68]
1414 SHA512_DS [32.le.36]
1415 SHA512_DS [32.be.36]
1416 SHA512_DS2 [32.le.68]
1417 SHA512_DS2 [32.be.68]
1418 SHA384_DS [32.le.68]
1419 SHA384_DS [32.be.68]
1420 MD4_DS [32.le.28]
1421 MD4_DS [32.be.28]
1422 MD5_UNIDS [32.le.84]
1423 MD5_UNIDS [32.be.84]
1424 CRC32_DS [32.le.68]
1425 CRC32_DS [32.be.68]
1426 CRC16_DS, classical crc16 table [16.le.66]
1427 CRC16_DS, classical crc16 table [16.be.66]
1428 CRC32b_DS, classical crc32 table [32.le.76]
1429 CRC32b_DS, classical crc32 table [32.be.76]
1430 TIGER_DS [32.le.36]
1431 TIGER_DS [32.be.36]
1432 ECC_DS [..22]
1433 CAST_DS [32.le.32]
1434 CAST_DS [32.be.32]
1435 CAST2_DS [32.le.32]
1436 CAST2_DS [32.be.32]
1437 SHA1_UNIDS [32.le.84]
1438 SHA1_UNIDS [32.be.84]
1439 RC56_DS [32.le.12]
1440 RC56_DS [32.be.12]
1441 RC56_DS1 [32.le.12]
1442 RC56_DS1 [32.be.12]
1443 RC5_DS [32.le.68]
1444 RC5_DS [32.be.68]
1445 RC6_DS [32.le.76]
1446 RC6_DS [32.be.76]
1447 BF2_DS [32.le.36]
1448 BF2_DS [32.be.36]
1449 HAVAL_DS [32.le.36]
1450 HAVAL_DS [32.be.36]
1451 HAVAL1_DS [32.le.32]
1452 HAVAL1_DS [32.be.32]
1453 HAVAL2_DS [32.le.32]
1454 HAVAL2_DS [32.be.32]
1455 BF_DS [32.le.32]
1456 BF_DS [32.be.32]
1457 DESL_DS [32.le.64]
1458 DESL_DS [32.be.64]
1459 DESC_DS [..65]
1460 DESC1_DS [..129]
1461 DESL1_DS [32.le.512]
1462 DESL1_DS [32.be.512]
1463 DES2_DS [32.le.128]
1464 DES2_DS [32.be.128]
1465 DES3_DS [..64]
1466 RIJNDAEL_DS [..9]
1467 RIJNDAEL1_DS [..33]
1468 RIJNDAEL2_DS [..33]
1469 RC2L_DS [32.le.1024]
1470 RC2L_DS [32.be.1024]
1471 GOST_DS [..17]
1472 GOST4_DS [..128]
1473 TWOFISH_DS [..9]
1474 TWOFISH1_DS [..40]
1475 MARS_DS [32.le.64]
1476 MARS_DS [32.be.64]
1477 MARS1_DS [32.le.28]
1478 MARS1_DS [32.be.28]
1479 ICE1_DS [..16]
1480 MISTY_DS [..32]
1481 TEA_DS [32.le.8]
1482 TEA_DS [32.be.8]
1483 TEA1_DS [32.le.4]
1484 TEA1_DS [32.be.4]
1485 SAFER_DS [..64]
1486 SAFER1_DS [..64]
1487 GOST1_DS [32.le.256]
1488 GOST1_DS [32.be.256]
1489 GOST2_DS [..128]
1490 GOST3_DS [..128]
1491 ENIGMA_DS [32.le.8]
1492 ENIGMA_DS [32.be.8]
1493 SKIPJACK_DS [..128]
1494 RUBY_DS [32.le.8]
1495 RUBY_DS [32.be.8]
1496 NEWDES_DS [..128]
1497 E2_DS [..128]
1498 BIGCREATE_DS [..26]
1499 BIGDESTROY_DS [..18]
1500 CRYPTON [32.le.16&]
1501 CRYPTON [32.be.16&]
1502 HPC [32.le.24&]
1503 HPC [32.be.24&]
1504 LOKI [32.le.8&]
1505 LOKI [32.be.8&]
1506 REDOC3 [..35]
1507 S1 [..22]
1508 SEAL [32.le.16&]
1509 SEAL [32.be.16&]
1510 SQUARE [32.le.68]
1511 SQUARE [32.be.68]
1512 SHARK [32.le.64]
1513 SHARK [32.be.64]
1514 Q128 [32.le.64]
1515 Q128 [32.be.64]
1516 FROG [..251]
1517 BIGLIB [..17]
1518 BIGLIB1 [..39]
1519 DFC_DS [32.le.64]
1520 DFC_DS [32.be.64]
1521 MMB_DS [32.le.32]
1522 MMB_DS [32.be.32]
1523 zinflate_lengthStarts [32.le.116]
1524 zinflate_lengthStarts [32.be.116]
1525 zinflate_lengthExtraBits [32.le.116]
1526 zinflate_lengthExtraBits [32.be.116]
1527 zinflate_distanceStarts [32.le.120]
1528 zinflate_distanceStarts [32.be.120]
1529 zinflate_distanceExtraBits [32.le.120]
1530 zinflate_distanceExtraBits [32.be.120]
1531 zdeflate_lengthCodes [32.le.1024]
1532 zdeflate_lengthCodes [32.be.1024]
1533 Whirlpool_C0 [64.le.2048]
1534 Whirlpool_C0 [64.be.2048]
1535 Whirlpool_C1 [64.le.2048]
1536 Whirlpool_C1 [64.be.2048]
1537 Whirlpool_C2 [64.le.2048]
1538 Whirlpool_C2 [64.be.2048]
1539 Whirlpool_C3 [64.le.2048]
1540 Whirlpool_C3 [64.be.2048]
1541 PKCS_DigestDecoration_MD2 [..18]
1542 PKCS_DigestDecoration_MD5 [..18]
1543 PKCS_DigestDecoration_RIPEMD160 [..15]
1544 PKCS_DigestDecoration_Tiger [..19]
1545 PKCS_DigestDecoration_SHA256 [..19]
1546 PKCS_DigestDecoration_SHA384 [..19]
1547 PKCS_DigestDecoration_SHA512 [..19]
1548 HAVAL_wi2 [32.le.128]
1549 HAVAL_wi2 [32.be.128]
1550 HAVAL_wi3 [32.le.128]
1551 HAVAL_wi3 [32.be.128]
1552 HAVAL_wi4 [32.le.128]
1553 HAVAL_wi4 [32.be.128]
1554 HAVAL_wi5 [32.le.128]
1555 HAVAL_wi5 [32.be.128]
1556 DES_fp [..64]
1557 DES_ei [..48]
1558 DES_p32i [..32]
1559 CAST_S [32.le.8192]
1560 CAST_S [32.be.8192]
1561 Blowfish_s_init [32.le.4096]
1562 Blowfish_s_init [32.be.4096]
1563 Blowfish_s_init [..256]
1564 Phelix [32.le.48&]
1565 Phelix [32.be.48&]
1566 Kasumi S7 [16.le.256]
1567 Kasumi S7 [16.be.256]
1568 Kasumi S9 [16.le.1024]
1569 Kasumi S9 [16.be.1024]
1570 Loki97 permutation map [..64]
1571 MacGuffin sbits [..48]
1572 MacGuffin sbits [32.le.192]
1573 MacGuffin sbits [32.be.192]
1574 MacGuffin sbits [16.le.24]
1575 MacGuffin sbits [16.be.24]
1576 MacGuffin outputmasks [16.le.640]
1577 MacGuffin outputmasks [16.be.640]
1578 Iraqi block cipher chaos1 [..256]
1579 Iraqi block cipher fixed_key [..32]
1580 Iraqi block cipher permut [..256]
1581 Boucher randgen1 [32.le.24&]
1582 Boucher randgen1 [32.be.24&]
1583 Boucher randgen4 [32.le.24&]
1584 Boucher randgen4 [32.be.24&]
1585 Boucher randgen5 [32.le.24&]
1586 Boucher randgen5 [32.be.24&]
1587 Crypton p_box [..48]
1588 Crypton kp [32.le.16]
1589 Crypton kp [32.be.16]
1590 Crypton kq [32.le.16]
1591 Crypton kq [32.be.16]
1592 Crypton [32.le.36&]
1593 Crypton [32.be.36&]
1594 DEAL [32.le.52&]
1595 DEAL [32.be.52&]
1596 Crypton v1 [32.le.36&]
1597 Crypton v1 [32.be.36&]
1598 Crypton v1 p0 [..16]
1599 Crypton v1 p1 [..16]
1600 Crypton v1 ip0 [..16]
1601 Crypton v1 ip1 [..16]
1602 DFC rt64 [32.le.256]
1603 DFC rt64 [32.be.256]
1604 DFC values [32.le.92&]
1605 DFC values [32.be.92&]
1606 E2 sbox [..256]
1607 E2 values [32.le.44&]
1608 E2 values [32.be.44&]
1609 3 rotor German Enigma [..26]
1610 LOKI97 values [32.le.24&]
1611 LOKI97 values [32.be.24&]
1612 LOKI97 values [64.le.48&]
1613 LOKI97 values [64.be.48&]
1614 Frog seed [..256]
1615 GSM A38 table_0 [..512]
1616 GSM A38 table_1 [..256]
1617 GSM A38 table_2 [..128]
1618 GSM A38 table_3 [..64]
1619 GSM A38 table_4 [..32]
1620 Lucifer (smith) s0 [..16]
1621 Lucifer (smith) s0 [32.le.64]
1622 Lucifer (smith) s0 [32.be.64]
1623 Lucifer (smith) s1 [..16]
1624 Lucifer (smith) s1 [32.le.64]
1625 Lucifer (smith) s1 [32.be.64]
1626 Lucifer (outerbridge) DFLTKY [..16]
1627 Lucifer (outerbridge) Dps [..64]
1628 Lucifer (outerbridge) TCB0 [..256]
1629 Lucifer (outerbridge) TCB1 [..256]
1630 GSM A5/1 goodAtoB [..15]
1631 GSM A5/1 goodBtoA [..15]
1632 GSM A5/2 goodAtoB [..15]
1633 GSM A5/2 goodBtoA [..15]
1634 MBC1 iv_tbl [32.le.256]
1635 MBC1 iv_tbl [32.be.256]
1636 Noekeon Nessie round [..17]
1637 Noekeon Nessie round [32.le.68]
1638 Noekeon Nessie round [32.be.68]
1639 Misty md5const [32.le.256]
1640 Misty md5const [32.be.256]
1641 MBC2 [32.le.248&]
1642 MBC2 [32.be.248&]
1643 Magenta tab and large tab0 [..256]
1644 Magenta tab and large tab0 [32.le.1024]
1645 Magenta tab and large tab0 [32.be.1024]
1646 Huffman LZH p_len [..64]
1647 Huffman LZH d_len [..256]
1648 Pkep init [..64]
1649 Pkep prime512 [..64]
1650 redoc3 prime [32.le.140]
1651 redoc3 prime [32.be.140]
1652 redoc2 key_x [..10]
1653 redoc2 key_y [..10]
1654 Misty s7 [..128]
1655 Misty s7 [32.le.512]
1656 Misty s7 [32.be.512]
1657 Misty s9 [16.le.1024]
1658 Misty s9 [16.be.1024]
1659 Misty s9 [32.le.2048]
1660 Misty s9 [32.be.2048]
1661 SecuDE bdk [..128]
1662 SecuDE random_mult [32.le.32]
1663 SecuDE random_mult [32.be.32]
1664 SecuDE random_add [32.le.32]
1665 SecuDE random_add [32.be.32]
1666 STARMOD transport_key [..64]
1667 Turing sbox [..256]
1668 Turing multab [32.le.1024]
1669 Turing multab [32.be.1024]
1670 Turing Qbox [32.le.1024]
1671 Turing Qbox [32.be.1024]
1672 t-class 32 hi0xC2DB2AA3 [32.le.4096]
1673 t-class 32 hi0xC2DB2AA3 [32.be.4096]
1674 t-class 32 mid0xC2DB2AA3 [32.le.8192]
1675 t-class 32 mid0xC2DB2AA3 [32.be.8192]
1676 t-class 32 lo0xC2DB2AA3 [32.le.8192]
1677 t-class 32 lo0xC2DB2AA3 [32.be.8192]
1678 t-class 32 sbox [32.le.1024]
1679 t-class 32 sbox [32.be.1024]
1680 t-class 16 sbox [16.le.512]
1681 t-class 16 sbox [16.be.512]
1682 t-class 16 hi0xE382 [16.le.512]
1683 t-class 16 hi0xE382 [16.be.512]
1684 t-class 16 lo0xE382 [16.le.512]
1685 t-class 16 lo0xE382 [16.be.512]
1686 t-class 16 hi0x673C [16.le.512]
1687 t-class 16 hi0x673C [16.be.512]
1688 t-class 16 lo0x673C [16.le.512]
1689 t-class 16 lo0x673C [16.be.512]
1690 Sober mul99 / t-class 8 mul0x63 [..256]
1691 Sober mul206 / t-class 8 mul0xCE [..256]
1692 S1 clear and cipher family [..16]
1693 ICE ice_smod [32.le.64]
1694 ICE ice_smod [32.be.64]
1695 ICE ice_sxor [32.le.64]
1696 ICE ice_sxor [32.be.64]
1697 ICE ice_pbox [32.le.128]
1698 ICE ice_pbox [32.be.128]
1699 Zodiac sbox1 [..256]
1700 Zodiac sbox2 [..72]
1701 SMS4 sbox [..256]
1702 Zodiac SS1 [16.le.512]
1703 Zodiac SS1 [16.be.512]
1704 Zodiac SS2 [32.le.1024]
1705 Zodiac SS2 [32.be.1024]
1706 Zodiac SS3 [32.le.1024]
1707 Zodiac SS3 [32.be.1024]
1708 DVB scrambling algorithm sbox [..256]
1709 DVB scrambling algorithm permutation [..64]
1710 RealAudio ATRC huffcode6 [..31]
1711 RealAudio ATRC huffcode7 [..63]
1712 Smacker palmap [..64]
1713 Smacker sizetable [32.le.256]
1714 Smacker sizetable [32.be.256]
1715 VC1 transform_matrix_8x8 [..64]
1716 VC1 transform_matrix_8x8 [32.le.256]
1717 VC1 transform_matrix_8x8 [32.be.256]
1718 VC1 transform_matrix_4x4 [..16]
1719 VC1 transform_matrix_4x4 [32.le.64]
1720 VC1 transform_matrix_4x4 [32.be.64]
1721 VC1 non_uniform_implicit_quantizers [..32]
1722 VC1 non_uniform_implicit_quantizers [32.le.128]
1723 VC1 non_uniform_implicit_quantizers [32.be.128]
1724 VC1 1 <= PQuant <= 7 [..36]
1725 VC1 1 <= PQuant <= 7 [32.le.144]
1726 VC1 1 <= PQuant <= 7 [32.be.144]
1727 VC1 8 <= PQuant <= 31 [..24]
1728 VC1 8 <= PQuant <= 31 [32.le.96]
1729 VC1 8 <= PQuant <= 31 [32.be.96]
1730 Electronic Arts TQI base_table2 [..64]
1731 Electronic Arts TQI base_table2 [32.le.256]
1732 Electronic Arts TQI base_table2 [32.be.256]
1733 Sine table [..256]
1734 Sine table [32.le.1024]
1735 Sine table [32.be.1024]
1736 PSCHF - Pukall Stream Cipher Hash Function [..16]
1737 Snefru S box 0 [32.le.1024]
1738 Snefru S box 0 [32.be.1024]
1739 Snefru S box 1 [32.le.1024]
1740 Snefru S box 1 [32.be.1024]
1741 Snefru S box 2 [32.le.1024]
1742 Snefru S box 2 [32.be.1024]
1743 Snefru S box 3 [32.le.1024]
1744 Snefru S box 3 [32.be.1024]
1745 Snefru S box 4 [32.le.1024]
1746 Snefru S box 4 [32.be.1024]
1747 Snefru S box 5 [32.le.1024]
1748 Snefru S box 5 [32.be.1024]
1749 Snefru S box 6 [32.le.1024]
1750 Snefru S box 6 [32.be.1024]
1751 Snefru S box 7 [32.le.1024]
1752 Snefru S box 7 [32.be.1024]
1753 m_huffman.c (from doomsday) [float.le.1024]
1754 m_huffman.c (from doomsday) [float.be.1024]
1755 m_huffman.c (from doomsday) [double.le.2048]
1756 m_huffman.c (from doomsday) [double.be.2048]
1757 anti-debug: INT 41h Debugger Notification [..9]
1758 anti-debug: INT 3's with SoftICE's I3HERE [..20]
1759 anti-debug: BCHK BoundsChecker interface [..13]
1760 anti-debug: ICECream detection (Windows 95). [..26]
1761 anti-debug: Detect SoftICE VxD or SoftICE GFX VxD [..25]
1762 anti-debug: Detect WinICE handler using INT 68h (V86) since SoftICE hooks [..8]
1763 anti-debug: another INT 68h handler [..28]
1764 anti-debug: Detect and crash SoftICE with an illegal form of the instruction CMPXCHG8B [..4]
1765 anti-debug: WINICE.BR [..9]
1766 anti-debug: SOFTICE1 [..8]
1767 anti-debug: IsDebuggerPresent [..17]
1768 anti-debug: SOFTWARE\\NuMega [..16]
1769 anti-debug: SYSTEM\\CurrentControlSet\\Services\\IceExt [..41]
1770 anti-debug: CheckForSoftICEBP [..18]
1771 anti-debug: W32Dasm bug [..7]
1772 anti-debug: Detection from SafeDisc, this is the content of secdrv.sys [..10]
1773 anti-debug: Detect single-stepping and turn off the monitor (1) [..13]
1774 anti-debug: Detect single-stepping and turn off the monitor (2) [..13]
1775 anti-debug: Exit the program if its being debugged by checking execution timing [..19]
1776 anti-debug: UnhandledExceptionFilter protection [..11]
1777 anti-debug: anti-VMWare [..21]
1778 anti-debug: PEB!IsDebugged [..12]
1779 anti-debug: PEB!IsDebugged (2) [..11]
1780 anti-debug: PEB!NtGlobalFlags [..14]
1781 anti-debug: Heap flags [..14]
1782 anti-debug: Vista anti-debug (no name) [..29]
1783 anti-debug: NtSetInformationThread (partial) [..9]
1784 anti-debug: kernel32!CloseHandle and NtClose [..20]
1785 anti-debug: Timestamp counters [..44]
1786 anti-debug: Popf and the trap flag [..9]
1787 anti-debug: Stack Segment register [..4]
1788 anti-debug: Debug registers manipulation (1) [..28]
1789 anti-debug: Debug registers manipulation (2) [..55]
1790 anti-debug: IsIceSIDT [..26]
1791 anti-debug: Rose's TRAP #1 [..46]
1792 anti-debug: Rose's TRAP #3 [..10]
1793 anti-debug: Rose's TRAP #4 (1) [..14]
1794 anti-debug: Rose's UAC [..24]
1795 anti-debug: Softice \\.\SICE [..9]
1796 anti-debug: Softice \\.\NTICE [..10]
1797 anti-debug: Softice \\.\SIWVID [..11]
1798 anti-debug: Softice C:\siw95\nmtrans.dll [..21]
1799 anti-debug: Softice C:\ntice\nmtrans.dll [..21]
1800 anti-debug: Softice NmSymIsSoftICELoaded [..21]
1801 anti-debug: SEH handler trick [..23]
1802 anti-debug: SEH handler trick (alternate way) [..24]
1803 anti-debug: Obfuscated RDTSC [..24]
1804 anti-debug: OllyDbg Instruction Prefix Detection [..30]
1805 anti-debug: PeID GenOEP Spoofing [..48]
1806 anti-debug: PeID OEP Signature Spoofing [..20]
1807 anti-debug: ProcDump PE Header Corruption [..35]
1808 anti-debug: RDG OEP Signature Spoofing [..6]
1809 anti-debug: RDTSC Instruction Debugger Latency Detection [..15]
1810 bitmask [32.le.128]
1811 bitmask [32.be.128]
1812 Quake 3 msg_hData (huffman) [32.le.1024]
1813 Quake 3 msg_hData (huffman) [32.be.1024]
1814 Torque Huffman frequency table [32.le.1024]
1815 Torque Huffman frequency table [32.be.1024]
1816 SOSEMANUK mul_a [32.le.1024]
1817 SOSEMANUK mul_a [32.be.1024]
1818 SOSEMANUK mul_ia [32.le.1024]
1819 SOSEMANUK mul_ia [32.be.1024]
1820 ISI rFactor encryption algorithm [64.le.48]
1821 ISI rFactor encryption algorithm [64.be.48]
1822 LZMA compression [..24]
1823 ARIA encryption KRK [32.le.48]
1824 ARIA encryption KRK [32.be.48]
1825 ARIA encryption S2 [..256]
1826 ARIA encryption X2 [..256]
1827 ABC encryption window1 [32.le.132]
1828 ABC encryption window1 [32.be.132]
1829 CIPHERUNICORN [..1024]
1830 RNG (original numbers) [32.le.8&]
1831 RNG (original numbers) [32.be.8&]
1832 RNG [32.le.8&]
1833 RNG [32.be.8&]
1834 SALSA [32.le.24&]
1835 SALSA [32.be.24&]
1836 3-way [32.le.12&]
1837 3-way [32.be.12&]
1838 VMAC [64.le.40&]
1839 VMAC [64.be.40&]
1840 RRC2 - Ron Rivest Cipher Nr. 2 Beale [16.le.512]
1841 RRC2 - Ron Rivest Cipher Nr. 2 Beale [16.be.512]
1842 RRC2 - Ron Rivest Cipher Nr. 2 Beale [32.le.1024]
1843 RRC2 - Ron Rivest Cipher Nr. 2 Beale [32.be.1024]
1844 RRC2 - Ron Rivest Cipher Nr. 2 Pad [..256]
1845 SNOW SBox_0 [32.le.1024]
1846 SNOW SBox_0 [32.be.1024]
1847 SNOW SBox_1 [32.le.1024]
1848 SNOW SBox_1 [32.be.1024]
1849 SNOW SBox_2 [32.le.1024]
1850 SNOW SBox_2 [32.be.1024]
1851 SNOW SBox_3 [32.le.1024]
1852 SNOW SBox_3 [32.be.1024]
1853 Ultima Online uodemo.dat algorithm [32.le.992]
1854 Ultima Online uodemo.dat algorithm [32.be.992]
1855 Ultima Online uodemo.dat algorithm key [32.le.32]
1856 Ultima Online uodemo.dat algorithm key [32.be.32]
1857 Ventrilo UDP status packet encryption ventrilo_udp_encdata_head [..256]
1858 Ventrilo UDP status packet encryption ventrilo_udp_encdata_data [..256]
1859 Black Hole Entertainment ORK encryption [32.le.12&]
1860 Black Hole Entertainment ORK encryption [32.be.12&]
1861 LZSS (N 4096, F 18, T 2) [32.le.16&]
1862 LZSS (N 4096, F 18, T 2) [32.be.16&]
1863 Simbin Race WTCC files encryption version 0 and 1 [..20]
1864 Simbin Race WTCC files encryption version 2 [..16]
1865 Simbin Race WTCC files encryption version 5 [..16]
1866 GameGuard files encryption public key [..84]
1867 CP850andASCIItable [..126]
1868 PSX VAG_f decoder [float.le.24]
1869 PSX VAG_f decoder [float.be.24]
1870 PSX VAG_f decoder [double.le.48]
1871 PSX VAG_f decoder [double.be.48]
1872 SDX2 - 2:1 Squareroot-delta-exact compression [16.le.512]
1873 SDX2 - 2:1 Squareroot-delta-exact compression [16.be.512]
1874 SDX2 - 2:1 Squareroot-delta-exact compression [32.le.1024]
1875 SDX2 - 2:1 Squareroot-delta-exact compression [32.be.1024]
1876 Westwood Studios ADPCM (WSTable2bit and WSTable4bit) [..20]
1877 swscale rgb2yuv_table [float.le.288]
1878 swscale rgb2yuv_table [float.be.288]
1879 swscale rgb2yuv_table [double.le.576]
1880 swscale rgb2yuv_table [double.be.576]
1881 swscale perm_rgb [..64]
1882 base64 map [..80]
1883 ff_sqrt_tab [..256]
1884 libavformat CODEC_ID_AMR_WB packet_size [..16]
1885 libavformat CODEC_ID_AMR_NB packet_size [..16]
1886 libavformat dv_aaux_packs_dist [..108]
1887 libavformat gif_clut [..648]
1888 libavformat fps_umf2avr AVRational map [32.le.40]
1889 libavformat fps_umf2avr AVRational map [32.be.40]
1890 libavformat ff_mxf_data_definition_uls [..54]
1891 libavformat mxf_mpeg2_codec_uls [..128]
1892 libavformat ff_qt_default_palette_256 [..1024]
1893 libavformat wc3_pal_lookup [..256]
1894 libavcodec 8svx fibonacci [16.le.32]
1895 libavcodec 8svx fibonacci [16.be.32]
1896 libavcodec swb_offset_1024_32 [16.le.104]
1897 libavcodec swb_offset_1024_32 [16.be.104]
1898 libavcodec ff_aac_scalefactor_code [32.le.484]
1899 libavcodec ff_aac_scalefactor_code [32.be.484]
1900 libavcodec aac codes11 [16.le.578]
1901 libavcodec aac codes11 [16.be.578]
1902 libavcodec aac codebook_vector10 [float.le.2312]
1903 libavcodec aac codebook_vector10 [float.be.2312]
1904 libavcodec aac codebook_vector10 [double.le.4624]
1905 libavcodec aac codebook_vector10 [double.be.4624]
1906 libavcodec AAN ff_inv_aanscales [16.le.128]
1907 libavcodec AAN ff_inv_aanscales [16.be.128]
1908 libavcodec AC3 quantization_tab [..16]
1909 libavcodec AC3 ac3_default_coeffs [..80]
1910 libavcodec AC3 ff_ac3_ungroup_3_in_5_bits_tab [..96]
1911 libavcodec AC3 ff_eac3_hebap_tab [..64]
1912 libavcodec AC3 ff_eac3_bits_vs_hebap [..20]
1913 libavcodec AC3 ff_eac3_gaq_remap_1 [16.le.24]
1914 libavcodec AC3 ff_eac3_gaq_remap_1 [16.be.24]
1915 libavcodec AC3 ff_eac3_gaq_remap_2_4_a [16.le.36]
1916 libavcodec AC3 ff_eac3_gaq_remap_2_4_a [16.be.36]
1917 libavcodec AC3 ff_eac3_gaq_remap_2_4_b [..18]
1918 libavcodec AC3 vq_hebap1 [16.le.48]
1919 libavcodec AC3 vq_hebap1 [16.be.48]
1920 libavcodec AC3 vq_hebap2 [16.le.96]
1921 libavcodec AC3 vq_hebap2 [16.be.96]
1922 libavcodec AC3 vq_hebap3 [16.le.192]
1923 libavcodec AC3 vq_hebap3 [16.be.192]
1924 libavcodec AC3 vq_hebap4 [16.le.372]
1925 libavcodec AC3 vq_hebap4 [16.be.372]
1926 libavcodec AC3 vq_hebap5 [16.le.1536]
1927 libavcodec AC3 vq_hebap5 [16.be.1536]
1928 libavcodec AC3 vq_hebap6 [16.le.3072]
1929 libavcodec AC3 vq_hebap6 [16.be.3072]
1930 libavcodec AC3 vq_hebap7 [16.le.6144]
1931 libavcodec AC3 vq_hebap7 [16.be.6144]
1932 libavcodec AC3 ff_ac3_frame_size_tab [16.le.228]
1933 libavcodec AC3 ff_ac3_frame_size_tab [16.be.228]
1934 libavcodec AC3 ff_ac3_window [16.le.512]
1935 libavcodec AC3 ff_ac3_window [16.be.512]
1936 libavcodec AC3 ff_ac3_log_add_tab [..260]
1937 libavcodec AC3 ff_ac3_hearing_threshold_tab [16.le.300]
1938 libavcodec AC3 ff_ac3_hearing_threshold_tab [16.be.300]
1939 libavcodec AC3 ff_ac3_critical_band_size_tab [..50]
1940 libavcodec ff_acelp_interp_filter [16.le.122]
1941 libavcodec ff_acelp_interp_filter [16.be.122]
1942 libavcodec ff_fc_2pulses_9bits_track1 [..16]
1943 libavcodec ff_fc_2pulses_9bits_track1_gray [..16]
1944 libavcodec ff_fc_2pulses_9bits_track2_gray [..32]
1945 libavcodec ff_fc_4pulses_8bits_track_4 [..32]
1946 libavcodec ape_filter_orders [16.le.30]
1947 libavcodec ape_filter_orders [16.be.30]
1948 libavcodec ape_filter_fracbits [..15]
1949 libavcodec asus v1/v2 asv2_level_tab [..208]
1950 libavcodec asus v1/v2 scantab [..64]
1951 libavcodec asus v1/v2 ccp_tab [..34]
1952 libavcodec asus v1/v2 dc_ccp_tab [..16]
1953 libavcodec asus v1/v2 ac_ccp_tab [..32]
1954 libavcodec atrac huffcode6 [..31]
1955 libavcodec atrac huffcode7 [..63]
1956 libavcodec atrac subbandTab [16.le.66]
1957 libavcodec atrac subbandTab [16.be.66]
1958 libavcodec atrac qmf_48tap_half [float.le.96]
1959 libavcodec atrac qmf_48tap_half [float.be.96]
1960 libavcodec atrac qmf_48tap_half [double.le.192]
1961 libavcodec atrac qmf_48tap_half [double.be.192]
1962 libavcodec atrac ff_cavs_intra_dec [..162]
1963 libavcodec celp_math base_cos G729_BITEXACT [16.le.128]
1964 libavcodec celp_math base_cos G729_BITEXACT [16.be.128]
1965 libavcodec celp_math slope_cos G729_BITEXACT [16.le.128]
1966 libavcodec celp_math slope_cos G729_BITEXACT [16.be.128]
1967 libavcodec celp_math tab_exp2 G729_BITEXACT [16.le.66]
1968 libavcodec celp_math tab_exp2 G729_BITEXACT [16.be.66]
1969 libavcodec celp_math tab_log2 G729_BITEXACT [16.le.66]
1970 libavcodec celp_math tab_log2 G729_BITEXACT [16.be.66]
1971 libavcodec celp_math base_cos [16.le.130]
1972 libavcodec celp_math base_cos [16.be.130]
1973 libavcodec celp_math exp2a [16.le.64]
1974 libavcodec celp_math exp2a [16.be.64]
1975 libavcodec celp_math exp2b [16.le.64]
1976 libavcodec celp_math exp2b [16.be.64]
1977 libavcodec celp_math tab_log2 [16.le.66]
1978 libavcodec celp_math tab_log2 [16.be.66]
1979 libavcodec dca_channel_reorder_lfe [..128]
1980 libavcodec dca_channel_reorder_nolfe [..128]
1981 libavcodec dca adpcm_vb [16.le.32768]
1982 libavcodec dca adpcm_vb [16.be.32768]
1983 libavcodec dca scale_factor_quant6 [32.le.256]
1984 libavcodec dca scale_factor_quant6 [32.be.256]
1985 libavcodec dca scale_factor_quant7 [32.le.512]
1986 libavcodec dca scale_factor_quant7 [32.be.512]
1987 libavcodec dca lossy_quant_d [float.le.128]
1988 libavcodec dca lossy_quant_d [float.be.128]
1989 libavcodec dca lossy_quant_d [double.le.256]
1990 libavcodec dca lossy_quant_d [double.be.256]
1991 libavcodec dca lossless_quant [32.le.128]
1992 libavcodec dca lossless_quant [32.be.128]
1993 libavcodec dca lossless_quant_d [float.le.128]
1994 libavcodec dca lossless_quant_d [float.be.128]
1995 libavcodec dca lossless_quant_d [double.le.256]
1996 libavcodec dca lossless_quant_d [double.be.256]
1997 libavcodec dca high_freq_vq [..32768]
1998 libavcodec dca dca_downmix_coeffs [float.le.260]
1999 libavcodec dca dca_downmix_coeffs [float.be.260]
2000 libavcodec dca dca_downmix_coeffs [double.le.520]
2001 libavcodec dca dca_downmix_coeffs [double.be.520]
2002 libavcodec dca dca_default_coeffs [..100]
2003 libavcodec dcahuff scales_codes [16.le.1290]
2004 libavcodec dcahuff scales_codes [16.be.1290]
2005 libavcodec dcahuff scales_bits [..645]
2006 libavcodec dnxhd_1252_ac_codes [16.le.522]
2007 libavcodec dnxhd_1252_ac_codes [16.be.522]
2008 libavcodec dpcm interplay_delta_table [32.le.1024]
2009 libavcodec dpcm interplay_delta_table [32.be.1024]
2010 libavcodec dv remap [..130]
2011 libavcodec fax ccitt_syms [16.le.208]
2012 libavcodec fax ccitt_syms [16.be.208]
2013 libavcodec fax ccitt_codes_bits [..208]
2014 libavcodec fax ccitt_codes_lens [..208]
2015 libavcodec G729 cb_lsp_1st [16.le.2560]
2016 libavcodec G729 cb_lsp_1st [16.be.2560]
2017 libavcodec G729 cb_lsp_2nd [16.le.640]
2018 libavcodec G729 cb_lsp_2nd [16.be.640]
2019 libavcodec G729 cb_gain_1st_8k [16.le.32]
2020 libavcodec G729 cb_gain_1st_8k [16.be.32]
2021 libavcodec G729 cb_gain_2nd_8k [16.le.64]
2022 libavcodec G729 cb_gain_2nd_8k [16.be.64]
2023 libavcodec G729 cb_ma_predictor [16.le.160]
2024 libavcodec G729 cb_ma_predictor [16.be.160]
2025 libavcodec ff_ue_golomb_vlc_code [..512]
2026 libavcodec ff_se_golomb_vlc_code [..512]
2027 libavcodec ff_interleaved_ue_golomb_vlc_code [..256]
2028 libavcodec ff_interleaved_se_golomb_vlc_code [..256]
2029 libavcodec ff_interleaved_dirac_golomb_vlc_code [..256]
2030 libavcodec h261_cbp_tab [..126]
2031 libavcodec h261_tcoeff_vlc [16.le.260]
2032 libavcodec h261_tcoeff_vlc [16.be.260]
2033 libavcodec h263 inter_vlc [16.le.412]
2034 libavcodec h263 inter_vlc [16.be.412]
2035 libavcodec h263 intra_vlc_aic [16.le.412]
2036 libavcodec h263 intra_vlc_aic [16.be.412]
2037 libavcodec h264 tc0_table [..624]
2038 libavcodec h264 cabac_context_init_I [..920]
2039 libavcodec h264 cabac_context_init_PB [..2760]
2040 libavcodec h264 quant_coeff [32.le.3328]
2041 libavcodec h264 quant_coeff [32.be.3328]
2042 libavcodec huffyuv classic_shift_luma [..43]
2043 libavcodec huffyuv classic_shift_chroma [..60]
2044 libavcodec huffyuv classic_add_luma [..256]
2045 libavcodec imc_weights1 [float.le.124]
2046 libavcodec imc_weights1 [float.be.124]
2047 libavcodec imc_weights1 [double.le.248]
2048 libavcodec imc_weights1 [double.be.248]
2049 libavcodec imc_weights2 [float.le.124]
2050 libavcodec imc_weights2 [float.be.124]
2051 libavcodec imc_weights2 [double.le.248]
2052 libavcodec imc_weights2 [double.be.248]
2053 libavcodec imc_quantizer1 [float.le.128]
2054 libavcodec imc_quantizer1 [float.be.128]
2055 libavcodec imc_quantizer1 [double.le.256]
2056 libavcodec imc_quantizer1 [double.be.256]
2057 libavcodec imc_quantizer2 [float.le.448]
2058 libavcodec imc_quantizer2 [float.be.448]
2059 libavcodec imc_quantizer2 [double.le.896]
2060 libavcodec imc_quantizer2 [double.be.896]
2061 libavcodec imc_exp_tab [float.le.128]
2062 libavcodec imc_exp_tab [float.be.128]
2063 libavcodec imc_exp_tab [double.le.256]
2064 libavcodec imc_exp_tab [double.be.256]
2065 libavcodec imc_huffman_lens [..288]
2066 libavcodec imc_huffman_bits [16.le.576]
2067 libavcodec imc_huffman_bits [16.be.576]
2068 libavcodec indeo ir2_codes le [16.le.572]
2069 libavcodec indeo ir2_codes le [16.be.572]
2070 libavcodec indeo ir2_codes [16.le.572]
2071 libavcodec indeo ir2_codes [16.be.572]
2072 libavcodec indeo ir2_luma_table [..256]
2073 libavcodec indeo3 corrector_type_0 [..24]
2074 libavcodec indeo3 correction [32.le.24576]
2075 libavcodec indeo3 correction [32.be.24576]
2076 libavcodec indeo3 correctionloworder [32.le.24576]
2077 libavcodec indeo3 correctionloworder [32.be.24576]
2078 libavcodec indeo3 correctionhighorder [32.le.24576]
2079 libavcodec indeo3 correctionhighorder [32.be.24576]
2080 libavcodec intrax8 crazy_mix_runlevel [..32]
2081 libavcodec intrax8 zero_prediction_weights [16.le.256]
2082 libavcodec intrax8 zero_prediction_weights [16.be.256]
2083 libavcodec ff_dirac_schro_video_format_info [16.le.136]
2084 libavcodec ff_dirac_schro_video_format_info [16.be.136]
2085 libavcodec libmp3lame sBitRates [16.le.180]
2086 libavcodec libmp3lame sBitRates [16.be.180]
2087 libavcodec libmp3lame sBitRates [32.le.360]
2088 libavcodec libmp3lame sBitRates [32.be.360]
2089 libavcodec MACEtab2 [16.le.1024]
2090 libavcodec MACEtab2 [16.be.1024]
2091 libavcodec MACEtab4 [16.le.512]
2092 libavcodec MACEtab4 [16.be.512]
2093 libavcodec mimic vlcdec_lookup [..577]
2094 libavcodec ff_mjpeg_val_ac_luminance [..162]
2095 libavcodec ff_mjpeg_val_ac_chrominance [..162]
2096 libavcodec ff_mlp_huffman_tables [..106]
2097 libavcodec mpc7_quant_vlc [16.le.3584]
2098 libavcodec mpc7_quant_vlc [16.be.3584]
2099 libavcodec mpc8_cnk [32.le.2048]
2100 libavcodec mpc8_cnk [32.be.2048]
2101 libavcodec mpc8_cnk_lost [32.le.2108]
2102 libavcodec mpc8_cnk_lost [32.be.2108]
2103 libavcodec mpc_CC [float.le.72]
2104 libavcodec mpc_CC [float.be.72]
2105 libavcodec mpc_CC [double.le.144]
2106 libavcodec mpc_CC [double.be.144]
2107 libavcodec mpc_SCF [float.le.512]
2108 libavcodec mpc_SCF [float.be.512]
2109 libavcodec mpc_SCF [double.le.1024]
2110 libavcodec mpc_SCF [double.be.1024]
2111 libavcodec mpeg4 inter_rvlc [16.le.680]
2112 libavcodec mpeg4 inter_rvlc [16.be.680]
2113 libavcodec mpeg4 intra_rvlc [16.le.680]
2114 libavcodec mpeg4 intra_rvlc [16.be.680]
2115 libavcodec mpeg1_vlc [16.le.452]
2116 libavcodec mpeg1_vlc [16.be.452]
2117 libavcodec mpeg2_vlc [16.le.452]
2118 libavcodec mpeg2_vlc [16.be.452]
2119 libavcodec ff_mpa_enwindow [32.le.1028]
2120 libavcodec ff_mpa_enwindow [32.be.1028]
2121 libavcodec msmpeg4 table1_mv_code [16.le.2200]
2122 libavcodec msmpeg4 table1_mv_code [16.be.2200]
2123 libavcodec msmpeg4 table0_mv_code [16.le.2200]
2124 libavcodec msmpeg4 table0_mv_code [16.be.2200]
2125 libavcodec ff_nelly_dequantization_table [float.le.508]
2126 libavcodec ff_nelly_dequantization_table [float.be.508]
2127 libavcodec ff_nelly_dequantization_table [double.le.1016]
2128 libavcodec ff_nelly_dequantization_table [double.be.1016]
2129 libavcodec ff_nelly_init_table [16.le.128]
2130 libavcodec ff_nelly_init_table [16.be.128]
2131 libavcodec ff_nelly_delta_table [16.le.64]
2132 libavcodec ff_nelly_delta_table [16.be.64]
2133 libavcodec nuppelvideo fallback_lquant [..64]
2134 libavcodec qcelp_rate_full_codebook [16.le.256]
2135 libavcodec qcelp_rate_full_codebook [16.be.256]
2136 libavcodec qcelp_lspvq1 [16.le.256]
2137 libavcodec qcelp_lspvq1 [16.be.256]
2138 libavcodec qcelp_lspvq2 [16.le.512]
2139 libavcodec qcelp_lspvq2 [16.be.512]
2140 libavcodec qcelp_lspvq3 [16.le.512]
2141 libavcodec qcelp_lspvq3 [16.be.512]
2142 libavcodec qcelp_lspvq4 [16.le.256]
2143 libavcodec qcelp_lspvq4 [16.be.256]
2144 libavcodec qcelp_lspvq5 [16.le.256]
2145 libavcodec qcelp_lspvq5 [16.be.256]
2146 libavcodec qdm2 fft_tone_sample_table [float.le.1280]
2147 libavcodec qdm2 fft_tone_sample_table [float.be.1280]
2148 libavcodec qdm2 fft_tone_sample_table [double.le.2560]
2149 libavcodec qdm2 fft_tone_sample_table [double.be.2560]
2150 libavcodec qdm2 fft_tone_level_table [float.le.512]
2151 libavcodec qdm2 fft_tone_level_table [float.be.512]
2152 libavcodec qdm2 fft_tone_level_table [double.le.1024]
2153 libavcodec qdm2 fft_tone_level_table [double.be.1024]
2154 libavcodec qdm2 fft_tone_envelope_table [float.le.496]
2155 libavcodec qdm2 fft_tone_envelope_table [float.be.496]
2156 libavcodec qdm2 fft_tone_envelope_table [double.le.992]
2157 libavcodec qdm2 fft_tone_envelope_table [double.be.992]
2158 libavcodec qdm2 sb_noise_attenuation [float.le.128]
2159 libavcodec qdm2 sb_noise_attenuation [float.be.128]
2160 libavcodec qdm2 sb_noise_attenuation [double.le.256]
2161 libavcodec qdm2 sb_noise_attenuation [double.be.256]
2162 libavcodec real audio 144 cb1_base [16.le.256]
2163 libavcodec real audio 144 cb1_base [16.be.256]
2164 libavcodec real audio 144 cb2_base [16.le.256]
2165 libavcodec real audio 144 cb2_base [16.be.256]
2166 libavcodec real audio 288 codetable [16.le.1280]
2167 libavcodec real audio 288 codetable [16.be.1280]
2168 libavcodec real audio 288 syn_window [float.le.444]
2169 libavcodec real audio 288 syn_window [float.be.444]
2170 libavcodec real audio 288 syn_window [double.le.888]
2171 libavcodec real audio 288 syn_window [double.be.888]
2172 libavcodec real audio 288 gain_window [float.le.152]
2173 libavcodec real audio 288 gain_window [float.be.152]
2174 libavcodec real audio 288 gain_window [double.le.304]
2175 libavcodec real audio 288 gain_window [double.be.304]
2176 libavcodec real audio 288 syn_bw_tab [float.le.144]
2177 libavcodec real audio 288 syn_bw_tab [float.be.144]
2178 libavcodec real audio 288 syn_bw_tab [double.le.288]
2179 libavcodec real audio 288 syn_bw_tab [double.be.288]
2180 libavcodec rv10 rv_lum_code [16.le.512]
2181 libavcodec rv10 rv_lum_code [16.be.512]
2182 libavcodec rv10 rv_chrom_code [16.le.512]
2183 libavcodec rv10 rv_chrom_code [16.be.512]
2184 libavcodec rv30_itype_from_context [..900]
2185 libavcodec rv30 modulo_three_table [..432]
2186 libavcodec rv34_table_intra_cbp [..640]
2187 libavcodec rv40_aic_table_index [16.le.40]
2188 libavcodec rv40_aic_table_index [16.be.40]
2189 libavcodec rv40 aic_mode2_vlc_codes [16.le.3240]
2190 libavcodec rv40 aic_mode2_vlc_codes [16.be.3240]
2191 libavcodec sp5x_data_dqt [..134]
2192 libavcodec sp5x_data_dht [..420]
2193 libavcodec ff_svq1_frame_size_table [16.le.32]
2194 libavcodec ff_svq1_frame_size_table [16.be.32]
2195 libavcodec svq3_dequant_coeff [32.le.128]
2196 libavcodec svq3_dequant_coeff [32.be.128]
2197 libavcodec truemotion pc_tbl2 [..808]
2198 libavcodec truemotion pc_tbl3 [..768]
2199 libavcodec truemotion pc_tbl4 [..785]
2200 libavcodec truespeech ts_cb_0 [16.le.64]
2201 libavcodec truespeech ts_cb_0 [16.be.64]
2202 libavcodec truespeech ts_cb_1 [16.le.64]
2203 libavcodec truespeech ts_cb_1 [16.be.64]
2204 libavcodec truespeech ts_cb_2 [16.le.32]
2205 libavcodec truespeech ts_cb_2 [16.be.32]
2206 libavcodec truespeech ts_cb_3 [16.le.32]
2207 libavcodec truespeech ts_cb_3 [16.be.32]
2208 libavcodec truespeech ts_cb_4 [16.le.32]
2209 libavcodec truespeech ts_cb_4 [16.be.32]
2210 libavcodec truespeech ts_cb_5 [16.le.16]
2211 libavcodec truespeech ts_cb_5 [16.be.16]
2212 libavcodec truespeech ts_cb_6 [16.le.16]
2213 libavcodec truespeech ts_cb_6 [16.be.16]
2214 libavcodec truespeech ts_cb_7 [16.le.16]
2215 libavcodec truespeech ts_cb_7 [16.be.16]
2216 libavcodec truespeech ts_140 [16.le.240]
2217 libavcodec truespeech ts_140 [16.be.240]
2218 libavcodec truespeech ts_230 [16.le.16]
2219 libavcodec truespeech ts_230 [16.be.16]
2220 libavcodec truespeech ts_240 [16.le.100]
2221 libavcodec truespeech ts_240 [16.be.100]
2222 libavcodec truespeech ts_562 [16.le.128]
2223 libavcodec truespeech ts_562 [16.be.128]
2224 libavcodec truespeech ts_5E2 [16.le.16]
2225 libavcodec truespeech ts_5E2 [16.be.16]
2226 libavcodec truespeech ts_5F2 [16.le.16]
2227 libavcodec truespeech ts_5F2 [16.be.16]
2228 libavcodec ultimotion ulti_lumas [..64]
2229 libavcodec ultimotion ulti_chromas [..16]
2230 libavcodec ultimotion ulti_codebook [..16384]
2231 libavcodec Beam software vb_patterns [16.le.128]
2232 libavcodec Beam software vb_patterns [16.be.128]
2233 libavcodec VC-1 and WMV3 dcpred [16.le.64]
2234 libavcodec VC-1 and WMV3 dcpred [16.be.64]
2235 libavcodec VC-1 vc1_ac_tables [32.le.1488]
2236 libavcodec VC-1 vc1_ac_tables [32.be.1488]
2237 libavcodec vmdaudio_table [16.le.256]
2238 libavcodec vmdaudio_table [16.be.256]
2239 libavcodec On2 Vp3 predictor_transform [32.le.256]
2240 libavcodec On2 Vp3 predictor_transform [32.be.256]
2241 libavcodec vp5_ract_pct [..396]
2242 libavcodec vp6_ract_pct [..396]
2243 libavcodec wp_exp2_table [..256]
2244 libavcodec wp_log2_table [..256]
2245 libavcodec ff_wma_lsp_codebook [float.le.544]
2246 libavcodec ff_wma_lsp_codebook [float.be.544]
2247 libavcodec ff_wma_lsp_codebook [double.le.1088]
2248 libavcodec ff_wma_lsp_codebook [double.be.1088]
2249 libavcodec wnv1 code_tab [16.le.64]
2250 libavcodec wnv1 code_tab [16.be.64]
2251 libavcodec VideoXL xl_table [16.le.64]
2252 libavcodec VideoXL xl_table [16.be.64]
2253 PADDINGXXPADDING [..16]
2254 unlzx table_one [..32]
2255 unlzx table_two [32.le.128]
2256 unlzx table_two [32.be.128]
2257 unlzx table_three [16.le.32]
2258 unlzx table_three [16.be.32]
2259 unlzx table_three [32.le.64]
2260 unlzx table_three [32.be.64]
2261 Thandor game audio codec (? needs verification) [32.le.512]
2262 Thandor game audio codec (? needs verification) [32.be.512]
2263 PKWare Data Compression Library (DCL) (blast.c litlen) [..98]
2264 MD5 constants [32.le.16&]
2265 MD5 constants [32.be.16&]
2266 Crysis game type table [..256]
2267 lzari [32.le.12&]
2268 lzari [32.be.12&]
2269 DMC compression [32.le.16&]
2270 DMC compression [32.be.16&]
2271 compression algorithm seen in the game DreamKiller [32.le.12&]
2272 compression algorithm seen in the game DreamKiller [32.be.12&]
2273 function where is handled the ZipCrypto password [32.le.12&]
2274 function where is handled the ZipCrypto password [32.be.12&]
2275 XTEA::DELTAS [32.le.256]
2276 XTEA::DELTAS [32.be.256]
2277 Erlang [32.le.60&]
2278 Erlang [32.be.60&]

2 comments: