-
# Dynamic Program Analysis
Dynamic program analysis is the analysis of computer software that is performed by executing programs on a real or virtual processor. For dynamic program analysis to be eff…
-
I have this simple Test class, where I'm trying to mimic a path problem.
with `Message1` as source and `Console.WriteLine(Message1)` as sink.
```csharp
class Test
{
private const s…
-
JIRA Issue: [KIEKER-821] trace-analysis tool dropping traces when using multiple plots/prints
Original Reporter: Nis Wechselberg
***
When analyzing the attached trace with all availible plot/print o…
-
Hello and thanks for this great framework! I would like to map the results of a flow sensitive analysis back to it's original source code and have been wondering, how to best approach this task. Ideal…
-
Write a list of network analysis functions that don't use the C core (such as `subgraph_centrality()`).
@krlmlr Can you guys help with this, so we can evaluate which of these should be moved to the…
-
- Rather than using our post-processing DSL, allow protocol authors to use plain Python code plus numpy operations on the n-d arrays, thereby avoiding all interpretative overhead and allowing more fle…
-
When I try to load the obtained .cpuprofile file into DevTools I only get an error message in the console:
> `Malformed timeline data: [formatjs Error: MISSING_VALUE] The intl string context variab…
-
There are many pipelines for which the flow analysis does not provide a convenient or predictable ordering of steps. Because some steps have side effects not manifest in the pipeline, it may be necess…
-
great work @jedwards1211 here.
which use cases cannot be handled by astx?
have you heard about semgrep? (they have data flow analysis, and built on top of tree-sitter)
also grit.io is building so…
-
Presently build includes basic Github Security Checks (see https://github.com/ebresie/python4nb/security ) however adding additional checks is preferred going forward.
This issue involves updating …