blob: 0306d857389b74053fceca7d08ccc14a874deeef [file] [log] [blame]
Zach Riggle4576c482017-08-25 15:53:45 -04001name: "capstone"
Thiébaud Weksteen93070522020-11-23 10:18:11 +01002description: "Capstone is a disassembly framework with the target of becoming the ultimate disasm engine for binary analysis and reversing in the security community. "
Zach Riggle4576c482017-08-25 15:53:45 -04003third_party {
4 url {
5 type: HOMEPAGE
6 value: "https://github.com/aquynh/capstone"
7 }
8 url {
9 type: GIT
10 value: "https://github.com/aquynh/capstone"
11 }
Haibo Huang4857b502020-12-08 07:38:49 -080012 version: "8984920722733400e93f695a0c37a80158341103"
Bob Badour59703282022-03-03 14:36:03 -080013 license_note: "would be NOTICE save for arch/X86/qsort.h"
Bob Badour4f7c3c02021-01-28 08:47:11 -080014 license_type: RECIPROCAL
Thiébaud Weksteen93070522020-11-23 10:18:11 +010015 last_upgrade_date {
16 year: 2020
Haibo Huang4857b502020-12-08 07:38:49 -080017 month: 12
18 day: 8
Thiébaud Weksteen93070522020-11-23 10:18:11 +010019 }
Maria Uretsky79b69462021-12-08 00:50:31 +000020 security {
21 tag: "NVD-CPE2.3:cpe:/a:capstone-engine:capstone"
22 }
Zach Riggle4576c482017-08-25 15:53:45 -040023}