summaryrefslogtreecommitdiff
path: root/docs/about/open-source.md
blob: 44ceb33c1fedd7d60588c7b0df67e7a450df75a3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
# Binary Ninja

## Third Party Open Source

Vector 35 is grateful for the following open source packages that are used in Binary Ninja directly or indirectly:

* Documentation
    - [breathe-rtd-theme] ([breathe-rtd-theme license] - MIT)
    - [breathe] ([breathe license] - BSD)
    - [doxygen] ([doxygen license] - GPLv2)
    - [mkdocs-material] ([mkdocs-material License] - BSD)
    - [mkdocs] ([mkdocs license] - BSD)
    - [sphinx] ([sphinx license] - BSD and others)

The previous tools are used in the generation of our documentation, but are not distributed themselves and are merely listed here in acknowledgement for the value they provide.

* UI
    - [dejavusanscode] ([dejavusanscode license] - multiple open licenses)
    - [opensans] ([opensans license] - Apache 2.0)
    - [qt] ([qt license] - LGPLv3 / note, please see our [qt build instructions below](open-source.md#building-qt))
    - [libxcb] ([libxcb license] - MIT)
    - [sourcecodepro] ([sourcecodepro license] - SIL open font license)
    - [rlcompleter] ([python license] - Python Software Foundation License 2)
    - [QCheckboxCombo] ([QCheckboxCombo License] - MIT)
    - [NotoColorEmoji] ([NotoColorEmoji License] - SIL open font license)

* Core
    - [abseil-cpp] ([abseil-cpp license] - Apache 2.0)
    - [jsoncpp] ([jsoncpp] - Public Domain / MIT)
    - [llvm] ([llvm license] - BSD-style)
    - [lzf] ([lzf license] - BSD)
    - [python] ([python license] - Python Software Foundation License 2 -- a Python 3.10 built without GPL components is currently shipped with Windows builds only, other platforms leverage existing Python installs)
    - [sqlite] ([sqlite license] - public domain)
    - [zlib] ([zlib license] - zlib license)
    - [rapidjson] ([rapidjson license] - MIT)
    - [jemalloc] ([jemalloc license] - 2-clause BSD)
    - [curl] ([curl license] - MIT)
    - [xxHash] ([xxHash License] - 2-clause BSD)
    - [botan] ([botan license] - 2-clause BSD)
    - [fmt] ([fmt license] - MIT)
    - [dtl] ([dtl license] - BSD)
    - [JSON for Modern C++] ([JSON for Modern C++ license] - MIT)
    - [zstd] ([zstd license] - BSD)

* Core (Rust)
    - [Rust] ([Rust license] - Apache 2.0 / MIT)
    - [pdb-patched] ([pdb-patched license] - Apache 2.0 / MIT -- This repository contains the changes we've made to the PDB crate)
    - [adler] ([adler license] - APACHE 2.0 / MIT / BSD Zero Clause)
    - [aead] ([aead license] - APACHE 2.0 / MIT)
    - [aes] ([aes license] - APACHE 2.0 / MIT)
    - [aes-gcm] ([aes-gcm license] - APACHE 2.0 / MIT)
    - [ahash] ([ahash license] - APACHE 2.0 / MIT)
    - [aho-corasick] ([aho-corasick license] - MIT / Unlicense)
    - [anyhow] ([anyhow license] - APACHE 2.0 / MIT)
    - [array-init] ([array-init license] - APACHE 2.0 / MIT)
    - [arrayvec] ([arrayvec license] - APACHE 2.0 / MIT)
    - [async-compression] ([async-compression license] - APACHE 2.0 / MIT)
    - [autocfg] ([autocfg license] - APACHE 2.0 / MIT)
    - [base64] ([base64 license] - APACHE 2.0 / MIT)
    - [bindgen] ([bindgen license] - BSD 3-Clause)
    - [binrw] ([binrw license] - MIT)
    - [binrw_derive] ([binrw_derive license] - MIT)
    - [bitflags] ([bitflags license] - APACHE 2.0 / MIT)
    - [block-buffer] ([block-buffer license] - APACHE 2.0 / MIT)
    - [byteorder] ([byteorder license] - MIT / Unlicense)
    - [bytes] ([bytes license] - MIT)
    - [cab] ([cab license] - MIT)
    - [cc] ([cc license] - APACHE 2.0 / MIT)
    - [cexpr] ([cexpr license] - APACHE 2.0 / MIT)
    - [cfg-if] ([cfg-if license] - APACHE 2.0 / MIT)
    - [cipher] ([cipher license] - APACHE 2.0 / MIT)
    - [clang-sys] ([clang-sys license] - APACHE 2.0)
    - [core-foundation-sys] ([core-foundation-sys license] - APACHE 2.0 / MIT)
    - [core-foundation] ([core-foundation license] - APACHE 2.0 / MIT)
    - [cpp-demangle] ([cpp-demangle license] - APACHE 2.0 / MIT)
    - [cpufeatures] ([cpufeatures license] - APACHE 2.0 / MIT)
    - [crc] ([crc license] - APACHE 2.0 / MIT)
    - [crc-catalog] ([crc-catalog license] - APACHE 2.0 / MIT)
    - [crc32fast] ([crc32fast license] - APACHE 2.0 / MIT)
    - [crypto-common] ([crypto-common license] - APACHE 2.0 / MIT)
    - [ctr] ([ctr license] - APACHE 2.0 / MIT)
    - [cty] ([cty license] - APACHE 2.0 / MIT)
    - [curl-sys] ([curl-sys license] - MIT)
    - [curl] ([curl license] - MIT)
    - [data-encoding] ([data-encoding license] - MIT)
    - [deranged] ([deranged license] - MIT)
    - [derive_more] ([derive_more license] - MIT)
    - [digest] ([digest license] - APACHE 2.0 / MIT)
    - [either] ([either license] - APACHE 2.0 / MIT)
    - [encoding_rs] ([encoding_rs license] - APACHE 2.0 / MIT / BSD 3-Clause)
    - [equivalent] ([equivalent license] - APACHE 2.0 / MIT)
    - [errno] ([errno license] - APACHE 2.0 / MIT)
    - [fallible-iterator] ([fallible-iterator license] - APACHE 2.0 / MIT)
    - [flate2] ([flate2 license] - APACHE 2.0 / MIT)
    - [fnv] ([fnv license] - APACHE 2.0 / MIT)
    - [form_urlencoded] ([form_urlencoded license] - APACHE 2.0 / MIT)
    - [futures] ([futures license] - APACHE 2.0 / MIT)
    - [futures-channel] ([futures-channel license] - APACHE 2.0 / MIT)
    - [futures-core] ([futures-core license] - APACHE 2.0 / MIT)
    - [futures-executor] ([futures-executor license] - APACHE 2.0 / MIT)
    - [futures-io] ([futures-io license] - APACHE 2.0 / MIT)
    - [futures-macro] ([futures-macro license] - APACHE 2.0 / MIT)
    - [futures-sink] ([futures-sink license] - APACHE 2.0 / MIT)
    - [futures-task] ([futures-task license] - APACHE 2.0 / MIT)
    - [futures-util] ([futures-util license] - APACHE 2.0 / MIT)
    - [generic-array] ([generic-array license] - MIT)
    - [getopts] ([getopts license] - APACHE 2.0 / MIT)
    - [getrandom] ([getrandom license] - APACHE 2.0 / MIT)
    - [ghash] ([ghash license] - APACHE 2.0 / MIT)
    - [gimli] ([gimli license] - APACHE 2.0 / MIT)
    - [glob] ([glob license] - APACHE 2.0 / MIT)
    - [h2] ([h2 license] - MIT)
    - [hashbrown] ([hashbrown license] - APACHE 2.0 / MIT)
    - [home] ([home license] - APACHE 2.0 / MIT)
    - [http] ([http license] - APACHE 2.0 / MIT)
    - [http-body] ([http-body license] - MIT)
    - [httparse] ([httparse license] - APACHE 2.0 / MIT)
    - [httpdate] ([httpdate license] - APACHE 2.0 / MIT)
    - [hyper] ([hyper license] - MIT)
    - [hyper-rustls] ([hyper-rustls license] - APACHE 2.0 / MIT / ISC)
    - [idna] ([idna license] - APACHE 2.0 / MIT)
    - [indexmap] ([indexmap license] - APACHE 2.0 / MIT)
    - [input_buffer] ([input_buffer license] - APACHE 2.0 / MIT)
    - [ipnet] ([ipnet license] - APACHE 2.0 / MIT)
    - [iset] ([iset license] - MIT)
    - [itertools] ([itertools license] - APACHE 2.0 / MIT)
    - [itoa] ([itoa license] - APACHE 2.0 / MIT)
    - [keyring] ([keyring license] - APACHE 2.0 / MIT)
    - [lazy_static] ([lazy_static license] - APACHE 2.0 / MIT)
    - [lazycell] ([lazycell license] - APACHE 2.0 / MIT)
    - [lexical-core] ([lexical-core license] - APACHE 2.0 / MIT)
    - [libc] ([libc license] - APACHE 2.0 / MIT)
    - [libloading] ([libloading license] - ISC)
    - [libz-sys] ([libz-sys license] - APACHE 2.0 / MIT)
    - [log] ([log license] - APACHE 2.0 / MIT)
    - [lzma-rs] ([lzma-rs license] - MIT)
    - [lzxd] ([lzxd license] - APACHE 2.0 / MIT)
    - [machine-uid] ([machine-uid license] - MIT)
    - [markdown] ([markdown license] - MIT)
    - [matches] ([matches license] - MIT)
    - [memchr] ([memchr license] - MIT / Unlicense)
    - [mime] ([mime license] - MIT)
    - [mime_guess] ([mime_guess license] - MIT)
    - [minimal-lexical] ([minimal-lexical license] - APACHE 2.0 / MIT)
    - [miniz_oxide] ([miniz_oxide license] - APACHE 2.0 / MIT / ZLIB)
    - [mio] ([mio license] - MIT)
    - [nom] ([nom license] - MIT)
    - [num-bigint] ([num-bigint license] - APACHE 2.0 / MIT)
    - [num-integer] ([num-integer license] - APACHE 2.0 / MIT)
    - [num-traits] ([num-traits license] - APACHE 2.0 / MIT)
    - [num_cpus] ([num_cpus license] - APACHE 2.0 / MIT)
    - [num_threads] ([num_threads license] - APACHE 2.0 / MIT)
    - [object] ([object license] - APACHE 2.0 / MIT)
    - [once_cell] ([once_cell license] - APACHE 2.0 / MIT)
    - [opaque-debug] ([opaque-debug license] - APACHE 2.0 / MIT)
    - [owo-colors] ([owo-colors license] - MIT)
    - [pdb] ([pdb license] - APACHE 2.0 / MIT)
    - [peeking_take_while] ([peeking_take_while license] - APACHE 2.0 / MIT)
    - [pem] ([pem license] - MIT)
    - [percent-encoding] ([percent-encoding license] - APACHE 2.0 / MIT)
    - [pin-project] ([pin-project license] - APACHE 2.0 / MIT)
    - [pin-project-internal] ([pin-project-internal license] - APACHE 2.0 / MIT)
    - [pin-project-lite] ([pin-project-lite license] - APACHE 2.0 / MIT)
    - [pin-utils] ([pin-utils license] - APACHE 2.0 / MIT)
    - [pkg-config] ([pkg-config license] - APACHE 2.0 / MIT)
    - [polyval] ([polyval license] - APACHE 2.0 / MIT)
    - [powerfmt] ([powerfmt license] - MIT)
    - [ppv-lite86] ([ppv-lite86 license] - APACHE 2.0 / MIT)
    - [prettyplease] ([prettyplease license] - APACHE 2.0 / MIT)
    - [proc-macro-hack] ([proc-macro-hack license] - APACHE 2.0 / MIT)
    - [proc-macro-nested] ([proc-macro-nested license] - APACHE 2.0 / MIT)
    - [proc-macro2] ([proc-macro2 license] - APACHE 2.0 / MIT)
    - [pulldown-cmark] ([pulldown-cmark license] - MIT)
    - [quote] ([quote license] - APACHE 2.0 / MIT)
    - [rand] ([rand license] - APACHE 2.0 / MIT)
    - [rand_chacha] ([rand_chacha license] - APACHE 2.0 / MIT)
    - [rand_core] ([rand_core license] - APACHE 2.0 / MIT)
    - [rational] ([rational license] - MIT)
    - [regex] ([regex license] - APACHE 2.0 / MIT)
    - [regex-automata] ([regex-automata license] - APACHE 2.0 / MIT)
    - [regex-syntax] ([regex-syntax license] - APACHE 2.0 / MIT)
    - [reqwest] ([reqwest license] - APACHE 2.0 / MIT)
    - [ring] ([ring license] - ISC / MIT)
    - [rot13] ([rot13 license] - APACHE 2.0 / MIT)
    - [rustc-hash] ([rustc-hash license] - APACHE 2.0 / MIT)
    - [rustix] ([rustix license] - APACHE 2.0 / MIT)
    - [rustls] ([rustls license] - APACHE 2.0 / MIT / ISC)
    - [rustls-native-certs] ([rustls-native-certs license] - APACHE 2.0 / MIT / ISC)
    - [rustls-pemfile] ([rustls-pemfile license] - APACHE 2.0 / MIT / ISC)
    - [rustls-webpki] ([rustls-webpki license] - MIT)
    - [ruzstd] ([ruzstd license] - MIT)
    - [ryu] ([ryu license] - Apache 2.0 / BSL 1)
    - [scroll] ([scroll license] - MIT)
    - [sct] ([sct license] - APACHE 2.0 / MIT / ISC)
    - [search] ([search license] - MIT)
    - [secrets] ([secrets license] - APACHE 2.0 / MIT)
    - [security-framework-sys] ([security-framework-sys license] - APACHE 2.0 / MIT)
    - [security-framework] ([security-framework license] - APACHE 2.0 / MIT)
    - [serde] ([serde license] - APACHE 2.0 / MIT)
    - [serde_derive] ([serde_derive license] - APACHE 2.0 / MIT)
    - [serde_json] ([serde_json license] - APACHE 2.0 / MIT)
    - [serde_urlencoded] ([serde_urlencoded license] - APACHE 2.0 / MIT)
    - [sha-1] ([sha-1 license] - APACHE 2.0 / MIT)
    - [shlex] ([shlex license] - APACHE 2.0 / MIT)
    - [slab] ([slab license] - MIT)
    - [socket2] ([socket2 license] - APACHE 2.0 / MIT)
    - [spin] ([spin license] - MIT)
    - [stable_deref_trait] ([stable_deref_trait license] - APACHE 2.0 / MIT)
    - [static_assertions] ([static_assertions license] - APACHE 2.0 / MIT)
    - [subtle] ([subtle license] - BSD 3-Clause)
    - [syn] ([syn license] - APACHE 2.0 / MIT)
    - [sync_wrapper] ([sync_wrapper license] - APACHE 2.0)
    - [system-configuration] ([system-configuration license] - APACHE 2.0 / MIT)
    - [thiserror] ([thiserror license] - APACHE 2.0 / MIT)
    - [thiserror-impl] ([thiserror-impl license] - APACHE 2.0 / MIT)
    - [time] ([time license] - APACHE 2.0 / MIT)
    - [time-core] ([time-core license] - MIT)
    - [tinyvec] ([tinyvec license] - APACHE 2.0 / MIT / ZLIB)
    - [tinyvec_macros] ([tinyvec_macros license] - APACHE 2.0 / MIT / ZLIB)
    - [tokio] ([tokio license] - MIT)
    - [tokio-macros] ([tokio-macros license] - MIT)
    - [tokio-rustls] ([tokio-rustls license] - APACHE 2.0 / MIT)
    - [tokio-tungstenite] ([tokio-tungstenite license] - MIT)
    - [tokio-util] ([tokio-util license] - MIT)
    - [tower-service] ([tower-service license] - MIT)
    - [tracing] ([tracing license] - MIT)
    - [tracing-core] ([tracing-core license] - MIT)
    - [try-lock] ([try-lock license] - MIT)
    - [tungstenite] ([tungstenite license] - APACHE 2.0 / MIT)
    - [twox-hash] ([twox-hash license] - MIT)
    - [typenum] ([typenum license] - APACHE 2.0 / MIT)
    - [unicase] ([unicase license] - APACHE 2.0 / MIT)
    - [unicode-bidi] ([unicode-bidi license] - APACHE 2.0 / MIT)
    - [unicode-ident] ([unicode-ident license] - APACHE 2.0 / MIT / Unicode)
    - [unicode-normalization] ([unicode-normalization license] - APACHE 2.0 / MIT)
    - [unicode-width] ([unicode-width license] - APACHE 2.0 / MIT)
    - [unicode-xid] ([unicode-xid license] - APACHE 2.0 / MIT)
    - [universal-hash] ([universal-hash license] - APACHE 2.0 / MIT)
    - [untrusted] ([untrusted license] - ISC)
    - [url] ([url license] - APACHE 2.0 / MIT)
    - [utf-8] ([utf-8 license] - APACHE 2.0 / MIT)
    - [uuid] ([uuid license] - APACHE 2.0 / MIT)
    - [vcpkg] ([vcpkg license] - APACHE 2.0 / MIT)
    - [version_check] ([version_check license] - APACHE 2.0 / MIT)
    - [want] ([want license] - MIT)
    - [webpki] ([webpki license] - ISC)
    - [webpki-roots] ([webpki-roots license] - MPL 2.0)
    - [websocket] ([websocket license] - MIT)
    - [which] ([which license] - MIT)
    - [x509-signature] ([x509-signature license] - APACHE 2.0 / MIT)
    - [zerocopy] ([zerocopy license] - APACHE 2.0 / MIT)

* Other
    - [yasm] ([yasm license] - 2-clause BSD) used for assembling x86 and x64
    - [xed] ([xed license] - Apache License 2.0) used for disassembling x86, x64, and x16
    - [capstone] ([capstone license] - 3-clause BSD) used in the [PPC architecture module] as an example of how to wrap an external disassembler
    - [flatbuffer] ([flatbuffer license] - Apache License 2.0) used in the binary format for the function fingerprint libraries
    - [deprecation] ([deprecation license] - Apache License 2.0) used in the Python API for marking deprecated functions/properties/classes

## First Party Open Source

* Several components of Binary Ninja developed by Vector 35 directly are released under open source licenses, noted as below:
    - [API / Documentation] ([api license] - MIT) APIs (Python, C, C++) and Documentation (User, API, etc)</li>
    - [Rust API] ([rust api license] - Apache License 2.0)
    - LIB Files ([api license] - MIT) .lib files included with the native windows builds of Binary Ninja are released under the same MIT license as the API itself, distinct from the standard EULA
    - [Views] ([views license] - Apache License 2.0) Binary views included with the product
    - [Architectures] ([architectures license] - Apache License 2.0) Architecture support included with the product
    - [DWARF Import] - ([dwarf import license] - Apache License 2.0)
    - [DWARF Export] - ([dwarf export license] - Apache License 2.0)

## Building Qt

Binary Ninja uses [Qt 6.6] under an LGPLv3 license which requires that we host the original sources used to build Qt for our application along with instructions on how that source may be re-built and can replace the version of Qt shipped with Binary Ninja.

Please note that we offer no support for running Binary Ninja with modified Qt libraries.

1. Follow the installation requirements on the [Building Qt 6 from Git] page.
2. Download the Qt 6.6.1 [tarball] from binary.ninja. The Qt code has a [patch] applied but is ABI compatible with the official Qt release.
3. Next, build Qt with the [qt-build] repository. Alternatively, build Qt using the aforementioned instructions.
4. On macOS, you will need to disable the code-signing signature since it would otherwise prevent changes to binaries or shared libraries.
5. Finally, replace the built libraries:
     - On macOS, replace the `QtCore.framework`, `QtDBus.framework`, `QtGui.framework`, `QtNetwork.framework`, `QtPrintSupport.framework`, `QtWidgets.framework` folders inside of `/Applications/Binary Ninja.app/Contents/Frameworks`
     - On Windows, replace the `Qt6Core.dll`, `Qt6Gui.dll`, `Qt6Network.dll`, and `Qt6Widgets.dll` files in `C:\Program Files\Vector35\BinaryNinja\`.
     - On Linux, replace the `libQt6Core.so.6`, `libQt6DBus.so.6`, `libQt6Gui.so.6`, `libQt6Network.so.6`, `libQt6Widgets.so.6`, `libQt6XcbQpa.so.6` files wherever Binary Ninja was extracted.

[Building Qt 6 from Git]: https://wiki.qt.io/Building_Qt_6_from_Git
[Qt 6.6]: https://www.qt.io/qt-licensing-terms/
[abseil-cpp]: https://github.com/abseil/abseil-cpp
[abseil-cpp license]: https://github.com/abseil/abseil-cpp/blob/master/LICENSE
[capstone]: https://github.com/aquynh/capstone
[capstone license]: https://github.com/aquynh/capstone/blob/master/LICENSE.TXT
[breathe license]: https://github.com/michaeljones/breathe/blob/master/LICENSE
[breathe-rtd-theme license]: https://github.com/snide/sphinx_rtd_theme/blob/master/LICENSE
[breathe-rtd-theme]: https://github.com/snide/sphinx_rtd_theme/
[breathe]: https://github.com/michaeljones/breathe
[dejavusanscode license]: https://github.com/SSNikolaevich/DejaVuSansCode/blob/master/LICENSE
[dejavusanscode]: https://github.com/SSNikolaevich/DejaVuSansCode
[doxygen license]: https://github.com/doxygen/doxygen/blob/master/LICENSE
[doxygen]: http://www.stack.nl/~dimitri/doxygen/
[flatbuffer]: https://github.com/google/flatbuffers
[flatbuffer license]: https://github.com/google/flatbuffers/blob/master/LICENSE
[jsoncpp]: https://github.com/open-source-parsers/jsoncpp
[jsoncpp license]: https://github.com/open-source-parsers/jsoncpp/blob/master/LICENSE
[llvm]: http://llvm.org/releases/3.8.1/
[llvm license]: http://llvm.org/releases/3.8.1/LICENSE.TXT
[lzf license]: http://oldhome.schmorp.de/marc/liblzf.html
[lzf]: http://oldhome.schmorp.de/marc/liblzf.html
[mkdocs license]: https://github.com/mkdocs/mkdocs/blob/master/LICENSE
[mkdocs-material license]: https://github.com/squidfunk/mkdocs-material/blob/master/LICENSE
[mkdocs-material]: https://github.com/squidfunk/mkdocs-material
[mkdocs]: http://www.mkdocs.org/
[opensans license]: http://www.apache.org/licenses/LICENSE-2.0.html
[opensans]: https://www.google.com/fonts/specimen/Open+Sans
[PPC architecture module]: https://github.com/Vector35/ppc-capstone
[python]: https://github.com/python/cpython
[python license]: https://github.com/python/cpython/blob/master/LICENSE
[qt license]: https://www.qt.io/qt-licensing-terms/
[qt]: https://www.qt.io/download/
[rapidjson]: http://rapidjson.org/
[rapidjson license]: https://github.com/Tencent/rapidjson/blob/master/license.txt
[rlcompleter]: https://github.com/python/cpython/blob/master/Lib/rlcompleter.py
[sourcecodepro license]:  https://github.com/adobe-fonts/source-code-pro/blob/master/LICENSE.md
[sourcecodepro]: https://github.com/adobe-fonts/source-code-pro
[NotoColorEmoji license]:  https://github.com/googlefonts/noto-emoji/blob/main/fonts/LICENSE
[NotoColorEmoji]: https://github.com/googlefonts/noto-emoji
[sphinx license]: https://github.com/sphinx-doc/sphinx/blob/master/LICENSE.rst
[sphinx]: http://www.sphinx-doc.org/en/stable/index.html
[sqlite license]: https://www.sqlite.org/copyright.html
[sqlite]: https://www.sqlite.org/index.html
[tarball]: https://binary.ninja/qt6.6.1.tar.xz
[patch]: https://binary.ninja/qt6.6.1.patch
[qt-build]: https://github.com/Vector35/qt-build
[yasm license]: https://github.com/yasm/yasm/blob/master/BSD.txt
[yasm]: http://yasm.tortall.net/
[xed]: http://www.github.com/intelxed/xed/
[xed license]: http://www.github.com/intelxed/xed/blob/master/LICENSE
[zlib license]: http://www.zlib.net/zlib_license.html
[zlib]: http://www.zlib.net/
[jemalloc]: https://github.com/jemalloc/jemalloc
[jemalloc license]: https://github.com/jemalloc/jemalloc/blob/master/COPYING
[libxcb]: https://gitlab.freedesktop.org/xorg/lib/libxcb
[libxcb license]: https://gitlab.freedesktop.org/xorg/lib/libxcb/-/blob/master/COPYING
[curl license]: https://github.com/curl/curl/blob/master/COPYING
[curl]: https://github.com/curl/curl
[QCheckboxCombo]: https://github.com/CuriousCrow/QCheckboxCombo
[QCheckboxCombo License]: https://github.com/CuriousCrow/QCheckboxCombo/blob/master/LICENSE
[xxHash]: https://github.com/Cyan4973/xxHash
[xxHash license]: https://github.com/Cyan4973/xxHash/blob/release/LICENSE
[botan]: https://github.com/randombit/botan
[botan license]: https://github.com/randombit/botan/blob/master/license.txt
[dtl]: https://github.com/cubicdaiya/dtl/
[dtl license]: https://github.com/cubicdaiya/dtl/COPYING
[JSON for Modern C++]: https://github.com/nlohmann/json/
[JSON for Modern C++ license]: https://github.com/nlohmann/json/blob/develop/LICENSE.MIT
[zstd]: https://github.com/facebook/zstd/
[zstd license]: https://github.com/facebook/zstd/LICENSE
[deprecation]: https://github.com/briancurtin/deprecation
[deprecation license]: https://github.com/briancurtin/deprecation/blob/master/LICENSE
[API / Documentation]: https://github.com/vector35/binaryninja-api
[api license]: https://github.com/Vector35/binaryninja-api/blob/dev/LICENSE.txt
[Rust API]: https://github.com/Vector35/binaryninja-api/tree/dev/rust
[rust api license]: https://github.com/Vector35/binaryninja-api/blob/dev/rust/LICENSE
[Views]: https://github.com/Vector35/?q=view-&type=all&language=&sort=
[views license]: https://github.com/Vector35/view-pe/blob/main/LICENSE
[Architectures]: https://github.com/Vector35/?q=arch-&type=all&language=&sort=
[architectures license]: https://github.com/Vector35/arch-armv7/blob/master/LICENSE
[DWARF Import]: https://github.com/Vector35/binaryninja-api/tree/dev/rust/examples/dwarf/dwarf_import
[dwarf import license]: https://github.com/Vector35/binaryninja-api/blob/dev/rust/LICENSE
[DWARF Export]: https://github.com/Vector35/binaryninja-api/tree/dev/rust/examples/dwarf/dwarf_export
[dwarf export license]: https://github.com/Vector35/binaryninja-api/blob/dev/rust/LICENSE

[Rust]: https://www.rust-lang.org/
[Rust license]: https://github.com/rust-lang/rust/blob/master/LICENSE-MIT
[pdb-patched]: https://github.com/Vector35/pdb-rs
[pdb-patched license]: https://github.com/Vector35/pdb-rs/blob/master/LICENSE-APACHE

[adler]: https://github.com/jonas-schievink/adler.git
[adler license]: https://github.com/jonas-schievink/adler/blob/master/LICENSE-MIT
[aead]: https://github.com/RustCrypto/traits/tree/master/aead
[aead license]: https://github.com/RustCrypto/traits/blob/master/aead/LICENSE-MIT
[aes]: https://github.com/RustCrypto/block-ciphers/tree/master/aes
[aes license]: https://github.com/RustCrypto/block-ciphers/blob/master/aes/LICENSE-MIT
[aes-gcm]: https://github.com/RustCrypto/AEADs/tree/master/aes-gcm
[aes-gcm license]: https://github.com/RustCrypto/AEADs/blob/master/aes-gcm/LICENSE-MIT
[ahash]: https://github.com/tkaitchuck/ahash
[ahash license]: https://github.com/tkaitchuck/aHash/blob/master/LICENSE-MIT
[aho-corasick]: https://github.com/BurntSushi/aho-corasick
[aho-corasick license]: https://github.com/BurntSushi/aho-corasick/blob/master/LICENSE-MIT
[anyhow]: https://github.com/dtolnay/anyhow
[anyhow license]: https://github.com/dtolnay/anyhow/blob/master/LICENSE-MIT
[array-init]: https://github.com/Manishearth/array-init/
[array-init license]: https://github.com/Manishearth/array-init/blob/master/LICENSE-MIT
[arrayvec]: https://github.com/bluss/arrayvec
[arrayvec license]: https://github.com/bluss/arrayvec/blob/master/LICENSE-MIT
[async-compression]: https://github.com/Nullus157/async-compression
[async-compression license]: https://github.com/Nullus157/async-compression/blob/main/LICENSE-MIT
[autocfg]: https://github.com/cuviper/autocfg
[autocfg license]: https://github.com/cuviper/autocfg/blob/master/LICENSE-MIT
[base64]: https://github.com/marshallpierce/rust-base64
[base64 license]: https://github.com/marshallpierce/rust-base64/blob/master/LICENSE-MIT
[bindgen]: https://github.com/rust-lang/rust-bindgen
[bindgen license]: https://github.com/rust-lang/rust-bindgen/blob/main/LICENSE
[binrw]: https://github.com/jam1garner/binrw
[binrw license]: https://github.com/jam1garner/binrw/blob/master/LICENSE
[binrw_derive]: https://github.com/jam1garner/binrw
[binrw_derive license]: https://github.com/jam1garner/binrw/blob/master/LICENSE
[bitflags]: https://github.com/bitflags/bitflags
[bitflags license]: https://github.com/bitflags/bitflags/blob/main/LICENSE-MIT
[block-buffer]: https://github.com/RustCrypto/utils/tree/master/block-buffer
[block-buffer license]: https://github.com/RustCrypto/utils/blob/master/block-buffer/LICENSE-MIT
[byteorder]: https://github.com/BurntSushi/byteorder
[byteorder license]: https://github.com/BurntSushi/byteorder/blob/master/LICENSE-MIT
[bytes]: https://github.com/tokio-rs/bytes
[bytes license]: https://github.com/tokio-rs/bytes/blob/master/LICENSE
[cab]: https://github.com/mdsteele/rust-cab
[cab license]: https://github.com/mdsteele/rust-cab/blob/master/LICENSE
[cc]: https://github.com/rust-lang/cc-rs
[cc license]: https://github.com/rust-lang/cc-rs/blob/main/LICENSE-MIT
[cexpr]: https://github.com/jethrogb/rust-cexpr
[cexpr license]: https://github.com/jethrogb/rust-cexpr/blob/master/LICENSE-MIT
[cfg-if]: https://github.com/alexcrichton/cfg-if
[cfg-if license]: https://github.com/rust-lang/cfg-if/blob/main/LICENSE-MIT
[cipher]: https://github.com/RustCrypto/traits/tree/master/cipher
[cipher license]: https://github.com/RustCrypto/traits/blob/master/cipher/LICENSE-MIT
[clang-sys]: https://github.com/KyleMayes/clang-sys
[clang-sys license]: https://github.com/KyleMayes/clang-sys/blob/master/LICENSE.txt
[core-foundation-sys]: https://github.com/servo/core-foundation-rs
[core-foundation-sys license]: https://github.com/servo/core-foundation-rs/blob/master/LICENSE-MIT
[core-foundation]: https://github.com/servo/core-foundation-rs
[core-foundation license]: https://github.com/servo/core-foundation-rs/blob/master/LICENSE-MIT
[cpp-demangle]: https://github.com/gimli-rs/cpp_demangle
[cpp-demangle license]: https://github.com/gimli-rs/cpp_demangle/blob/master/LICENSE-MIT
[cpufeatures]: https://github.com/RustCrypto/utils/tree/master/cpufeatures
[cpufeatures license]: https://github.com/RustCrypto/utils/blob/master/cpufeatures/LICENSE-MIT
[crc]: https://github.com/mrhooray/crc-rs
[crc license]: https://github.com/mrhooray/crc-rs/blob/master/LICENSE-MIT
[crc-catalog]: https://github.com/akhilles/crc-catalog
[crc-catalog license]: https://github.com/akhilles/crc-catalog/blob/master/LICENSES/MIT.txt
[crc32fast]: https://github.com/srijs/rust-crc32fast
[crc32fast license]: https://github.com/srijs/rust-crc32fast/blob/master/LICENSE-MIT
[crypto-common]: https://github.com/RustCrypto/traits/tree/master/crypto-common
[crypto-common license]: https://github.com/RustCrypto/traits/blob/master/crypto-common/LICENSE-MIT
[ctr]: https://github.com/RustCrypto/block-modes/tree/master/ctr
[ctr license]: https://github.com/RustCrypto/block-modes/blob/master/ctr/LICENSE-MIT
[cty]: https://github.com/japaric/cty
[cty license]: https://github.com/japaric/cty/blob/master/LICENSE-MIT
[curl-sys]: https://github.com/alexcrichton/curl-rust
[curl-sys license]: https://github.com/alexcrichton/curl-rust/blob/main/LICENSE
[curl]: https://github.com/alexcrichton/curl-rust
[curl license]: https://github.com/alexcrichton/curl-rust/blob/main/LICENSE
[data-encoding]: https://github.com/ia0/data-encoding
[data-encoding license]: https://github.com/ia0/data-encoding/blob/main/LICENSE
[deranged]: https://github.com/jhpratt/deranged
[deranged license]: https://github.com/jhpratt/deranged/blob/main/LICENSE-MIT
[derive_more]: https://github.com/JelteF/derive_more
[derive_more license]: https://github.com/JelteF/derive_more/blob/master/LICENSE
[digest]: https://github.com/RustCrypto/traits/tree/master/digest
[digest license]: https://github.com/RustCrypto/traits/blob/master/digest/LICENSE-MIT
[either]: https://github.com/bluss/either
[either license]: https://github.com/bluss/either/blob/master/LICENSE-MIT
[encoding_rs]: https://github.com/hsivonen/encoding_rs
[encoding_rs license]: https://github.com/hsivonen/encoding_rs/blob/master/LICENSE-MIT
[equivalent]: https://github.com/cuviper/equivalent
[equivalent license]: https://github.com/indexmap-rs/equivalent/blob/master/LICENSE-MIT
[errno]: https://github.com/lambda-fairy/rust-errno
[errno license]: https://github.com/lambda-fairy/rust-errno/blob/main/LICENSE-MIT
[fallible-iterator]: https://github.com/sfackler/rust-fallible-iterator
[fallible-iterator license]: https://github.com/sfackler/rust-fallible-iterator/blob/master/LICENSE-MIT
[flate2]: https://github.com/rust-lang/flate2-rs
[flate2 license]: https://github.com/rust-lang/flate2-rs/blob/main/LICENSE-MIT
[fmt]: https://github.com/fmtlib/fmt
[fmt license]: https://github.com/fmtlib/fmt/blob/master/LICENSE
[fnv]: https://github.com/servo/rust-fnv
[fnv license]: https://github.com/servo/rust-fnv/blob/master/LICENSE-MIT
[form_urlencoded]: https://github.com/servo/rust-url
[form_urlencoded license]: https://github.com/servo/rust-url/blob/master/LICENSE-MIT
[futures]: https://github.com/rust-lang/futures-rs
[futures license]: https://github.com/rust-lang/futures-rs/blob/master/LICENSE-MIT
[futures-channel]: https://github.com/rust-lang/futures-rs/tree/master/futures-channel
[futures-channel license]: https://github.com/rust-lang/futures-rs/blob/master/LICENSE-MIT
[futures-core]: https://github.com/rust-lang/futures-rs/tree/master/futures-core
[futures-core license]: https://github.com/rust-lang/futures-rs/blob/master/LICENSE-MIT
[futures-executor]: https://github.com/rust-lang/futures-rs/tree/master/futures-executor
[futures-executor license]: https://github.com/rust-lang/futures-rs/blob/master/LICENSE-MIT
[futures-io]: https://github.com/rust-lang/futures-rs/tree/master/futures-io
[futures-io license]: https://github.com/rust-lang/futures-rs/blob/master/LICENSE-MIT
[futures-macro]: https://github.com/rust-lang/futures-rs/tree/master/futures-macro
[futures-macro license]: https://github.com/rust-lang/futures-rs/blob/master/LICENSE-MIT
[futures-sink]: https://github.com/rust-lang/futures-rs/tree/master/futures-sink
[futures-sink license]: https://github.com/rust-lang/futures-rs/blob/master/LICENSE-MIT
[futures-task]: https://github.com/rust-lang/futures-rs/tree/master/futures-task
[futures-task license]: https://github.com/rust-lang/futures-rs/blob/master/LICENSE-MIT
[futures-util]: https://github.com/rust-lang/futures-rs/tree/master/futures-util
[futures-util license]: https://github.com/rust-lang/futures-rs/blob/master/LICENSE-MIT
[generic-array]: https://github.com/fizyk20/generic-array.git
[generic-array license]: https://github.com/fizyk20/generic-array/blob/master/LICENSE
[getopts]: https://github.com/rust-lang/getopts
[getopts license]: https://github.com/rust-lang/getopts/blob/master/LICENSE-MIT
[getrandom]: https://github.com/rust-random/getrandom
[getrandom license]: https://github.com/rust-random/getrandom/blob/master/LICENSE-MIT
[ghash]: https://github.com/RustCrypto/universal-hashes/tree/master/ghash
[ghash license]: https://github.com/RustCrypto/universal-hashes/blob/master/ghash/LICENSE-MIT
[gimli]: https://github.com/gimli-rs/gimli
[gimli license]: https://github.com/gimli-rs/gimli/blob/master/LICENSE-MIT
[glob]: https://github.com/rust-lang/glob
[glob license]: https://github.com/rust-lang/glob/blob/master/LICENSE-MIT
[h2]: https://github.com/hyperium/h2
[h2 license]: https://github.com/hyperium/h2/blob/master/LICENSE
[hashbrown]: https://github.com/rust-lang/hashbrown
[hashbrown license]: https://github.com/rust-lang/hashbrown/blob/master/LICENSE-MIT
[home]: https://github.com/rust-lang/cargo/tree/master/crates/home
[home license]: https://github.com/rust-lang/cargo/blob/master/LICENSE-MIT
[http]: https://github.com/hyperium/http
[http license]: https://github.com/hyperium/http/blob/master/LICENSE-MIT
[http-body]: https://github.com/hyperium/http-body
[http-body license]: https://github.com/hyperium/http-body/blob/master/LICENSE
[httparse]: https://github.com/seanmonstar/httparse
[httparse license]: https://github.com/seanmonstar/httparse/blob/master/LICENSE-MIT
[httpdate]: https://github.com/pyfisch/httpdate
[httpdate license]: https://github.com/pyfisch/httpdate/blob/main/LICENSE-MIT
[hyper]: https://github.com/hyperium/hyper
[hyper license]: https://github.com/hyperium/hyper/blob/master/LICENSE
[hyper-rustls]: https://github.com/rustls/hyper-rustls
[hyper-rustls license]: https://github.com/rustls/hyper-rustls/blob/main/LICENSE-MIT
[idna]: https://github.com/servo/rust-url/
[idna license]: https://github.com/servo/rust-url/blob/master/LICENSE-MIT
[indexmap]: https://github.com/bluss/indexmap
[indexmap license]: https://github.com/bluss/indexmap/blob/master/LICENSE-MIT
[input_buffer]: https://github.com/snapview/input_buffer
[input_buffer license]: https://github.com/snapview/input_buffer/blob/master/LICENSE-MIT
[ipnet]: https://github.com/krisprice/ipnet
[ipnet license]: https://github.com/krisprice/ipnet/blob/master/LICENSE-MIT
[iset]: https://github.com/tprodanov/iset
[iset license]: https://github.com/tprodanov/iset/blob/master/LICENSE
[itertools]: https://github.com/rust-itertools/itertools
[itertools license]: https://github.com/rust-itertools/itertools/blob/master/LICENSE-MIT
[itoa]: https://github.com/dtolnay/itoa
[itoa license]: https://github.com/dtolnay/itoa/blob/master/LICENSE-MIT
[keyring]: https://github.com/hwchen/keyring-rs.git
[keyring license]: https://github.com/hwchen/keyring-rs/blob/master/LICENSE-MIT
[lazy_static]: https://github.com/rust-lang-nursery/lazy-static.rs
[lazy_static license]: https://github.com/rust-lang-nursery/lazy-static.rs/blob/master/LICENSE-MIT
[lazycell]: https://github.com/indiv0/lazycell
[lazycell license]: https://github.com/indiv0/lazycell/blob/master/LICENSE-MIT
[lexical-core]: https://github.com/Alexhuszagh/rust-lexical/tree/main/lexical-core
[lexical-core license]: https://github.com/Alexhuszagh/rust-lexical/blob/main/LICENSE-MIT
[libc]: https://github.com/rust-lang/libc
[libc license]: https://github.com/rust-lang/libc/blob/main/LICENSE-MIT
[libloading]: https://github.com/nagisa/rust_libloading/
[libloading license]: https://github.com/nagisa/rust_libloading/blob/master/LICENSE
[libz-sys]: https://github.com/rust-lang/libz-sys
[libz-sys license]: https://github.com/rust-lang/libz-sys/blob/main/LICENSE-MIT
[log]: https://github.com/rust-lang/log
[log license]: https://github.com/rust-lang/log/blob/master/LICENSE-MIT
[lzma-rs]: https://github.com/gendx/lzma-rs
[lzma-rs license]: https://github.com/gendx/lzma-rs/blob/master/LICENSE
[lzxd]: https://github.com/Lonami/lzxd
[lzxd license]: https://github.com/Lonami/lzxd/blob/master/LICENSE-MIT
[machine-uid]: https://github.com/Hanaasagi/machine-uid
[machine-uid license]: https://github.com/Hanaasagi/machine-uid/blob/master/LICENSE
[markdown]: https://github.com/wooorm/markdown-rs
[markdown license]: https://github.com/wooorm/markdown-rs/blob/main/license
[matches]: https://github.com/SimonSapin/rust-std-candidates
[matches license]: https://github.com/SimonSapin/rust-std-candidates/blob/master/LICENSE
[memchr]: https://github.com/BurntSushi/memchr
[memchr license]: https://github.com/BurntSushi/memchr/blob/master/LICENSE-MIT
[mime]: https://github.com/hyperium/mime
[mime license]: https://github.com/hyperium/mime/blob/master/LICENSE
[mime_guess]: https://github.com/abonander/mime_guess
[mime_guess license]: https://github.com/abonander/mime_guess/blob/master/LICENSE
[minimal-lexical]: https://github.com/Alexhuszagh/minimal-lexical
[minimal-lexical license]: https://github.com/Alexhuszagh/minimal-lexical/blob/main/LICENSE-MIT
[miniz_oxide]: https://github.com/Frommi/miniz_oxide/tree/master/miniz_oxide
[miniz_oxide license]: https://github.com/Frommi/miniz_oxide/blob/master/miniz_oxide/LICENSE-MIT.md
[mio]: https://github.com/tokio-rs/mio
[mio license]: https://github.com/tokio-rs/mio/blob/master/LICENSE
[nom]: https://github.com/Geal/nom
[nom license]: https://github.com/rust-bakery/nom/blob/main/LICENSE
[num-bigint]: https://github.com/rust-num/num-bigint
[num-bigint license]: https://github.com/rust-num/num-bigint/blob/master/LICENSE-MIT
[num-integer]: https://github.com/rust-num/num-integer
[num-integer license]: https://github.com/rust-num/num-integer/blob/master/LICENSE-MIT
[num-traits]: https://github.com/rust-num/num-traits
[num-traits license]: https://github.com/rust-num/num-traits/blob/master/LICENSE-MIT
[num_cpus]: https://github.com/seanmonstar/num_cpus
[num_cpus license]: https://github.com/seanmonstar/num_cpus/blob/master/LICENSE-MIT
[num_threads]: https://github.com/jhpratt/num_threads
[num_threads license]: https://github.com/jhpratt/num_threads/blob/main/LICENSE-MIT
[object]: https://github.com/gimli-rs/object
[object license]: https://github.com/gimli-rs/object/blob/master/LICENSE-MIT
[once_cell]: https://github.com/matklad/once_cell
[once_cell license]: https://github.com/matklad/once_cell/blob/master/LICENSE-MIT
[opaque-debug]: https://github.com/RustCrypto/utils/tree/master/opaque-debug
[opaque-debug license]: https://github.com/RustCrypto/utils/blob/master/opaque-debug/LICENSE-MIT
[owo-colors]: https://github.com/jam1garner/owo-colors
[owo-colors license]: https://github.com/jam1garner/owo-colors/blob/master/LICENSE
[pdb]: https://github.com/willglynn/pdb
[pdb license]: https://github.com/willglynn/pdb/blob/master/LICENSE-MIT
[peeking_take_while]: https://github.com/fitzgen/peeking_take_while
[peeking_take_while license]: https://github.com/fitzgen/peeking_take_while/blob/master/LICENSE-MIT
[pem]: https://github.com/jcreekmore/pem-rs.git
[pem license]: https://github.com/jcreekmore/pem-rs/blob/master/LICENSE.md
[percent-encoding]: https://github.com/servo/rust-url/
[percent-encoding license]: https://github.com/servo/rust-url/blob/master/LICENSE-MIT
[pin-project]: https://github.com/taiki-e/pin-project
[pin-project license]: https://github.com/taiki-e/pin-project/blob/main/LICENSE-MIT
[pin-project-internal]: https://github.com/taiki-e/pin-project/tree/main/pin-project-internal
[pin-project-internal license]: https://github.com/taiki-e/pin-project/tree/main/pin-project-internal/LICENSE-MIT
[pin-project-lite]: https://github.com/taiki-e/pin-project-lite
[pin-project-lite license]: https://github.com/taiki-e/pin-project-lite/blob/main/LICENSE-MIT
[pin-utils]: https://github.com/rust-lang-nursery/pin-utils
[pin-utils license]: https://github.com/rust-lang/pin-utils/blob/master/LICENSE-MIT
[pkg-config]: https://github.com/rust-lang/pkg-config-rs
[pkg-config license]: https://github.com/rust-lang/pkg-config-rs/blob/master/LICENSE-MIT
[polyval]: https://github.com/RustCrypto/universal-hashes/tree/master/polyval
[polyval license]: https://github.com/RustCrypto/universal-hashes/blob/master/polyval/LICENSE-MIT
[powerfmt]: https://github.com/jhpratt/powerfmt
[powerfmt license]: https://github.com/jhpratt/powerfmt/blob/main/LICENSE-MIT
[ppv-lite86]: https://github.com/cryptocorrosion/cryptocorrosion
[ppv-lite86 license]: https://github.com/cryptocorrosion/cryptocorrosion/blob/master/LICENSE-MIT
[prettyplease]: https://github.com/dtolnay/prettyplease
[prettyplease license]: https://github.com/dtolnay/prettyplease/blob/master/LICENSE-MIT
[proc-macro-hack]: https://github.com/dtolnay/proc-macro-hack
[proc-macro-hack license]: https://github.com/dtolnay/proc-macro-hack/blob/master/LICENSE-MIT
[proc-macro-nested]: https://github.com/dtolnay/proc-macro-hack
[proc-macro-nested license]: https://github.com/dtolnay/proc-macro-hack/blob/master/LICENSE-MIT
[proc-macro2]: https://github.com/dtolnay/proc-macro2
[proc-macro2 license]: https://github.com/dtolnay/proc-macro2/blob/master/LICENSE-MIT
[pulldown-cmark]: https://github.com/raphlinus/pulldown-cmark
[pulldown-cmark license]: https://github.com/raphlinus/pulldown-cmark/blob/master/LICENSE
[quote]: https://github.com/dtolnay/quote
[quote license]: https://github.com/dtolnay/quote/blob/master/LICENSE-MIT
[rand]: https://github.com/rust-random/rand
[rand license]: https://github.com/rust-random/rand/blob/master/LICENSE-MIT
[rand_chacha]: https://github.com/rust-random/rand
[rand_chacha license]: https://github.com/rust-random/rand/blob/master/LICENSE-MIT
[rand_core]: https://github.com/rust-random/rand
[rand_core license]: https://github.com/rust-random/rand/blob/master/LICENSE-MIT
[rational]: https://github.com/ijagberg/rational
[rational license]: https://github.com/ijagberg/rational/blob/main/LICENSE
[regex]: https://github.com/rust-lang/regex
[regex license]: https://github.com/rust-lang/regex/blob/master/LICENSE-MIT
[regex-automata]: https://github.com/rust-lang/regex/tree/master/regex-automata
[regex-automata license]: https://github.com/rust-lang/regex/blob/master/LICENSE-MIT
[regex-syntax]: https://github.com/rust-lang/regex/tree/master/regex-syntax
[regex-syntax license]: https://github.com/rust-lang/regex/blob/master/LICENSE-MIT
[reqwest]: https://github.com/seanmonstar/reqwest
[reqwest license]: https://github.com/seanmonstar/reqwest/blob/master/LICENSE-MIT
[ring]: https://github.com/briansmith/ring
[ring license]: https://github.com/briansmith/ring/blob/main/LICENSE
[rot13]: https://github.com/marekventur/rust-rot13
[rot13 license]: https://github.com/marekventur/rust-rot13/blob/master/LICENSE-MIT
[rustc-hash]: https://github.com/rust-lang-nursery/rustc-hash
[rustc-hash license]: https://github.com/rust-lang/rustc-hash/blob/master/LICENSE-MIT
[rustix]: https://github.com/bytecodealliance/rustix
[rustix license]: https://github.com/bytecodealliance/rustix/blob/main/LICENSE-MIT
[rustls]: https://github.com/rustls/rustls
[rustls license]: https://github.com/rustls/rustls/blob/main/LICENSE
[rustls-native-certs]: https://github.com/ctz/rustls-native-certs
[rustls-native-certs license]: https://github.com/rustls/rustls-native-certs/blob/main/LICENSE
[rustls-pemfile]: https://github.com/rustls/pemfile
[rustls-pemfile license]: https://github.com/rustls/pemfile/blob/main/LICENSE
[rustls-webpki]: https://github.com/rustls/webpki
[rustls-webpki license]: https://github.com/rustls/webpki/blob/main/LICENSE
[ruzstd]: https://github.com/KillingSpark/zstd-rs
[ruzstd license]: https://github.com/KillingSpark/zstd-rs/blob/master/LICENSE
[ryu]: https://github.com/dtolnay/ryu
[ryu license]: https://github.com/dtolnay/ryu/blob/master/LICENSE-APACHE
[scroll]: https://github.com/m4b/scroll
[scroll license]: https://github.com/m4b/scroll/blob/master/LICENSE
[sct]: https://github.com/ctz/sct.rs
[sct license]: https://github.com/rustls/sct.rs/blob/main/LICENSE-MIT
[search]: https://github.com/ValuONE/search
[search license]: http://opensource.org/licenses/mit-license.php
[secrets]: https://github.com/stouset/secrets
[secrets license]: https://github.com/stouset/secrets/blob/master/LICENSE-MIT
[security-framework-sys]: https://github.com/kornelski/rust-security-framework
[security-framework-sys license]: https://github.com/kornelski/rust-security-framework/blob/main/LICENSE-MIT
[security-framework]: https://github.com/kornelski/rust-security-framework
[security-framework license]: https://github.com/kornelski/rust-security-framework/blob/main/LICENSE-MIT
[serde]: https://github.com/serde-rs/serde
[serde license]: https://github.com/serde-rs/serde/blob/master/LICENSE-MIT
[serde_derive]: https://github.com/serde-rs/serde
[serde_derive license]: https://github.com/serde-rs/serde/blob/master/LICENSE-MIT
[serde_json]: https://github.com/serde-rs/json
[serde_json license]: https://github.com/serde-rs/json/blob/master/LICENSE-MIT
[serde_urlencoded]: https://github.com/nox/serde_urlencoded
[serde_urlencoded license]: https://github.com/nox/serde_urlencoded/blob/master/LICENSE-MIT
[sha-1]: https://github.com/RustCrypto/hashes/tree/master/sha1
[sha-1 license]: https://github.com/RustCrypto/hashes/blob/master/sha1/LICENSE-MIT
[shlex]: https://github.com/comex/rust-shlex
[shlex license]: https://github.com/comex/rust-shlex/blob/master/LICENSE-MIT
[slab]: https://github.com/tokio-rs/slab
[slab license]: https://github.com/tokio-rs/slab/blob/master/LICENSE
[socket2]: https://github.com/rust-lang/socket2
[socket2 license]: https://github.com/rust-lang/socket2/blob/master/LICENSE-MIT
[spin]: https://github.com/mvdnes/spin-rs
[spin license]: https://github.com/mvdnes/spin-rs/blob/master/LICENSE
[stable_deref_trait]: https://github.com/storyyeller/stable_deref_trait
[stable_deref_trait license]: https://github.com/Storyyeller/stable_deref_trait/blob/master/LICENSE-MIT
[static_assertions]: https://github.com/nvzqz/static-assertions-rs
[static_assertions license]: https://github.com/nvzqz/static-assertions/blob/master/LICENSE-MIT
[subtle]: https://github.com/dalek-cryptography/subtle
[subtle license]: https://github.com/dalek-cryptography/subtle/blob/main/LICENSE
[syn]: https://github.com/dtolnay/syn
[syn license]: https://github.com/dtolnay/syn/blob/master/LICENSE-MIT
[sync_wrapper]: https://github.com/Actyx/sync_wrapper
[sync_wrapper license]: https://github.com/Actyx/sync_wrapper/blob/master/LICENSE
[system-configuration]: https://github.com/mullvad/system-configuration-rs
[system-configuration license]: https://github.com/mullvad/system-configuration-rs/blob/main/system-configuration/LICENSE-MIT
[thiserror]: https://github.com/dtolnay/thiserror
[thiserror license]: https://github.com/dtolnay/thiserror/blob/master/LICENSE-MIT
[thiserror-impl]: https://github.com/dtolnay/thiserror/tree/master/impl
[thiserror-impl license]: https://github.com/dtolnay/thiserror/blob/master/LICENSE-MIT
[time]: https://github.com/time-rs/time
[time license]: https://github.com/time-rs/time/blob/main/LICENSE-MIT
[time-core]: https://github.com/time-rs/time
[time-core license]: https://github.com/time-rs/time/blob/main/LICENSE-MIT
[tinyvec]: https://github.com/Lokathor/tinyvec
[tinyvec license]: https://github.com/Lokathor/tinyvec/blob/main/LICENSE-MIT.md
[tinyvec_macros]: https://github.com/Soveu/tinyvec_macros
[tinyvec_macros license]: https://github.com/Soveu/tinyvec_macros/blob/master/LICENSE-MIT.md
[tokio]: https://github.com/tokio-rs/tokio
[tokio license]: https://github.com/tokio-rs/tokio/blob/master/LICENSE
[tokio-macros]: https://github.com/tokio-rs/tokio/tree/master/tokio-macros
[tokio-macros license]: https://github.com/tokio-rs/tokio/tree/master/tokio-macros/LICENSE
[tokio-rustls]: https://github.com/rustls/tokio-rustls
[tokio-rustls license]: https://github.com/rustls/tokio-rustls/blob/main/LICENSE-MIT
[tokio-tungstenite]: https://github.com/snapview/tokio-tungstenite
[tokio-tungstenite license]: https://github.com/snapview/tokio-tungstenite/blob/master/LICENSE
[tokio-util]: https://github.com/tokio-rs/tokio/tree/master/tokio-util
[tokio-util license]: https://github.com/tokio-rs/tokio/tree/master/tokio-util/LICENSE
[tower-service]: https://github.com/tower-rs/tower
[tower-service license]: https://github.com/tower-rs/tower/blob/master/LICENSE
[tracing]: https://github.com/tokio-rs/tracing
[tracing license]: https://github.com/tokio-rs/tracing/blob/master/LICENSE
[tracing-core]: https://github.com/tokio-rs/tracing/tree/master/tracing-core
[tracing-core license]: https://github.com/tokio-rs/tracing/tree/master/tracing-core/LICENSE
[try-lock]: https://github.com/seanmonstar/try-lock
[try-lock license]: https://github.com/seanmonstar/try-lock/blob/master/LICENSE
[tungstenite]: https://github.com/snapview/tungstenite-rs
[tungstenite license]: https://github.com/snapview/tungstenite-rs/blob/master/LICENSE-MIT
[twox-hash]: https://github.com/shepmaster/twox-hash
[twox-hash license]: https://github.com/shepmaster/twox-hash/blob/main/LICENSE.txt
[typenum]: https://github.com/paholg/typenum
[typenum license]: https://github.com/paholg/typenum/blob/main/LICENSE-MIT
[unicase]: https://github.com/seanmonstar/unicase
[unicase license]: https://github.com/seanmonstar/unicase/blob/master/LICENSE-MIT
[unicode-bidi]: https://github.com/servo/unicode-bidi
[unicode-bidi license]: https://github.com/servo/unicode-bidi/blob/master/LICENSE-MIT
[unicode-ident]: https://github.com/dtolnay/unicode-ident
[unicode-ident license]: https://github.com/dtolnay/unicode-ident/blob/master/LICENSE-MIT
[unicode-normalization]: https://github.com/unicode-rs/unicode-normalization
[unicode-normalization license]: https://github.com/unicode-rs/unicode-normalization/blob/master/LICENSE-MIT
[unicode-width]: https://github.com/unicode-rs/unicode-width
[unicode-width license]: https://github.com/unicode-rs/unicode-width/blob/master/LICENSE-MIT
[unicode-xid]: https://github.com/unicode-rs/unicode-xid
[unicode-xid license]: https://github.com/unicode-rs/unicode-xid/blob/master/LICENSE-MIT
[universal-hash]: https://github.com/RustCrypto/traits/blob/master/universal-hash
[universal-hash license]: https://github.com/RustCrypto/traits/blob/master/universal-hash/LICENSE-MIT
[untrusted]: https://github.com/briansmith/untrusted
[untrusted license]: https://github.com/briansmith/untrusted/blob/main/LICENSE.txt
[url]: https://github.com/servo/rust-url
[url license]: https://github.com/servo/rust-url/blob/master/LICENSE-MIT
[utf-8]: https://github.com/SimonSapin/rust-utf8
[utf-8 license]: https://github.com/SimonSapin/rust-utf8/blob/master/LICENSE-MIT
[uuid]: https://github.com/uuid-rs/uuid
[uuid license]: https://github.com/uuid-rs/uuid/blob/main/LICENSE-MIT
[vcpkg]: https://github.com/mcgoo/vcpkg-rs
[vcpkg license]: https://github.com/mcgoo/vcpkg-rs/blob/master/LICENSE-MIT
[version_check]: https://github.com/SergioBenitez/version_check
[version_check license]: https://github.com/SergioBenitez/version_check/blob/master/LICENSE-MIT
[want]: https://github.com/seanmonstar/want
[want license]: https://github.com/seanmonstar/want/blob/master/LICENSE
[webpki]: https://github.com/briansmith/webpki
[webpki license]: https://github.com/briansmith/webpki/blob/main/LICENSE
[webpki-roots]: https://github.com/rustls/webpki-roots
[webpki-roots license]: https://github.com/rustls/webpki-roots/blob/main/webpki-roots/LICENSE
[websocket]: https://github.com/websockets-rs/rust-websocket
[websocket license]: https://github.com/websockets-rs/rust-websocket/blob/master/LICENSE
[which]: https://github.com/harryfei/which-rs.git
[which license]: https://github.com/harryfei/which-rs/blob/master/LICENSE.txt
[x509-signature]: https://github.com/paritytech/x509-signature
[x509-signature license]: https://github.com/paritytech/x509-signature/blob/master/LICENSE-MIT
[zerocopy]: https://github.com/google/zerocopy
[zerocopy license]: https://github.com/google/zerocopy/blob/main/LICENSE-MIT