-
-
Notifications
You must be signed in to change notification settings - Fork 717
/
Copy pathcredits
107 lines (73 loc) · 2.59 KB
/
credits
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
Soot Credits
Soot Maintainers: Patrick Lam, Feng Qian, Ondrej Lhotak
-------------------- Soot Contributors ------------------------
(in alphabetical order)
Marc Berndl
- Soot framework optimization
- annotation
Phong Co (phong@hasc.com)
- Jimple scalar optimizations
David Eng (flynn@sable.mcgill.ca)
- XML output
Etienne Gagnon (gagnon@sable.mcgill.ca)
- Jimple typing algorithm
Laurie Hendren (hendren@sable.mcgill.ca)
- project advisor
John Jorgensen (jjorge1@sable.mcgill.ca)
- bug fixes
- documentation
Felix Kwok (wkwok@sable.mcgill.ca)
- VTA re-implementation
Patrick Lam (plam@sable.mcgill.ca)
- general Soot hacker
- Grimp
- Baf implementation
- Aggregation
- second implementation of inlining and devirtualization
Jennifer Lhotak (jlhotak@sable.mcgill.ca)
- Eclipse Plugin
Ondrej Lhotak (olhota@sable.mcgill.ca)
- General bug-fixes, soot hacker
- Spark
- call graph re-implementation
Florian Loitsch (florian@loitsch.net)
- PRE re-implementation
Jerome Miecznikowski (jerome@sable.mcgill.ca)
- Dava decompiler
Patrice Pominville (patrice@sable.mcgill.ca)
- Soot infrastructure
- Baf implementation & optimizations
- Jimple parser
- annotation
Feng Qian (fqian@sable.mcgill.ca)
- array bounds check and annotation
- contributed to documentation writing
- prepared 1.2.0 release
- Dot interface, CFGViewer
- prepared 1.2.2, 1.2.3 release
Vijay Sundaresan (vijay@sable.mcgill.ca)
- first implementation of inlining and devirtualization
Navindra Umanee (navindra@cs.mcgill.ca)
- Shimple infrastructure
Raja Vallee-Rai (rvalleerai@sable.mcgill.ca)
- general Soot hacker
- API freak
Clark Verbrugge (clump@cs.mcgill.ca)
- coffi hacker
- original Jimple hacker
-------------------- Funding Acknowledgements ------------------
Funding support provided by:
- IBM's Centre for Advanced Studies
http://cas.ibm.com
- Le Fonds pour la Formation de Chercheurs et l'Aide a la
Recherche (Fonds FCAR)
http://www.fcar.qc.ca
- Natural Sciences and Engineering Research Council of
Canada (NSERC)
http://www.nserc.ca
- Richard H. Tomlinson Fellowship
------------------------- Special Thanks -----------------------
To:
- Jonathan Meyer for providing the free software community
with Jasmin, a Java bytecode assembler.
- Our users for their patience and continuing support!