-
Hi Team,
Thank you for this amazing project! I was able to generate a call graph with the dependencies' calls as mentioned. I wanted to check if this project includes a feature to examine the call …
-
### Analyzer
**Diagnostic ID**: [CA2000](https://docs.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2000)
### Describe the improvement
This is more like a case to consider rat…
-
Fuzz-introspector relies on extracting control-flow graphs to determine reachability of the code under analysis. In addition to this, fuzz-introspector extracts more data than what is in a pure CFG an…
-
**Description**
```
function returnNil() {
}
function bar() returns string|error {
check from int _ in [1, 3, 5]
do {
returnNil();
return "inside the Do cla…
-
When enforcing `assigns` contracts CBMC expects the presence of a function `free`, whether or not any heap allocation is used. The current workaround is to include `let _ = Box::new(())` in the harnes…
-
For a definition and basic properties see:
- [Avoiding Geometric Intersection Operations in Reachability Analysis of Hybrid Systems. Althoff, Krogh](https://dl.acm.org/citation.cfm?id=2185643).
-
## Set representations
- ~~[PolynomialZonotopes.jl](https://github.com/JuliaReach/PolynomialZonotopes.jl) in JuliaReach~~ Polynomial Zonotope in LazySets
- new SparsePolynomialZonotope in LazySe…
-
I'm trying to reproduce some results from the Titan paper and I'm using the external script for reachability analysis (https://github.com/5hadowblad3/Beacon_artifact/blob/986979a3660288c7b35de3bcf785d…
-
### Papers:
- [Taylor Model Flowpipe Construction
for Non-linear Hybrid Systems. Chen, Abraham, Sankaranarayanan](https://www.cs.colorado.edu/~xich8622/papers/rtss12.pdf)
- [Implementation of Tay…
-
Does Batfish support reachability verification of encapsulated data packets, such as reachability verification of data packets forwarded to the tunnel endpoint through a VXLAN tunnel?