-
Notifications
You must be signed in to change notification settings - Fork 34
Expand file tree
/
Copy pathCITATION.cff
More file actions
51 lines (46 loc) · 1.53 KB
/
CITATION.cff
File metadata and controls
51 lines (46 loc) · 1.53 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
# This CITATION.cff file was generated with cffinit.
# Visit https://bit.ly/cffinit to generate yours today!
cff-version: 1.2.0
title: Multiplier
message: >-
If you use this software, please cite it using the
metadata from this file.
type: software
authors:
- given-names: Peter
family-names: Goodman
email: peter.goodman@gmail.com
affiliation: Trail of Bits
- given-names: Akshay
family-names: Kumar
email: iit.akshay@gmail.com
affiliation: Trail of Bits
repository-code: 'https://github.com/trailofbits/multiplier'
abstract: >-
Multiplier provides precise and comprehensive code
understanding capabilities. It does so by saving build
artifacts into a database, and then making them
persistently accessible using a C++ or Python API.
Multiplier emphasizes the ability to unique identify all
entities in a build process, including individual tokens,
AST nodes, and intermediate representations. With
Multiplier, an analyst can identify code patterns of
interest over one of the representations, and then
accurately relay results back to humans in a readable
form, or to follow-on scripts via entity IDs.
Multiplier's APIs are extensive, and often provide as-good
or better-than compiler-level quality information, but
linked at a whole-program granularity. We like to say that
with its APIs, you can get everywhere from anywhere.
keywords:
- c
- c++
- clang
- compiler
- index
- analysis
- intermediate representation
- ast
- abstract syntax tree
- parsing
license: Apache-2.0