You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,7 @@ Currently, PhASAR is maintained by
25
25
PhASAR requires at least C++-17.
26
26
27
27
However, building in C++20 mode is supported. You may enable this setting the cmake variable `CMAKE_CXX_STANDARD` to `20`.
28
-
Although phasar currently does not make use of C++-20 features (except for some `concept`s behind an #ifdef border), your client application that just *uses* phasar as a library may want to use C++20 ealier.
28
+
Although phasar currently does not make use of C++-20 features (except for some `concept`s behind an #ifdef border), your client application that just *uses* phasar as a library may want to use C++20 earlier.
PhASAR is a LLVM-based static analysis framework written in C++. It allows users to specify arbitrary data-flow problems which are then solved in a fully-automated manner on the specified LLVM IR target code. Computing points-to information, call-graph(s), etc. is done by the framework, thus you can focus on what matters.
6
6
7
-
\b Copyright \n
8
-
Copyright 2017 Philipp Schubert. All rights reserved.
7
+
This page contains the generated code documentation of PhASAR.
8
+
You can find the original source on GitHub: <https://github.com/secure-software-engineering/phasar>. The README should already give you a good first overview.
9
9
10
-
\b License \n
11
-
See LICENSE.txt
10
+
For further information, please checkout PhASAR's [Wiki](https://github.com/secure-software-engineering/phasar/wiki).
11
+
12
+
@subsubsection SSEG Secure Software Engineering Group
13
+
14
+
PhASAR is primarily developed and maintained by the [Secure Software Engineering Group](https://www.hni.uni-paderborn.de/sse) at Heinz Nixdorf Institute (University of Paderborn) and [Fraunhofer IEM](https://www.iem.fraunhofer.de/).
12
15
13
-
TODO: add detailed description.
16
+
PhASAR was initially developed by Philipp Dominik Schubert (<a href="https://github.com/pdschubert">@pdschubert</a>)(<[email protected]>).
- Lucas Briese (<a href="https://github.com/jusito">@jusito</a>)
22
+
- Martin Mory (<a href="https://github.com/MMory">@MMory</a>)([email protected])
23
+
- *others*
24
+
25
+
\b License \n
26
+
PhASAR is made available under the permissive MIT License. See <a href="https://github.com/secure-software-engineering/phasar/blob/development/LICENSE.txt">LICENSE.txt</a>
0 commit comments