-
Updated
Jun 3, 2020
analysis-framework
Here are 38 public repositories matching this topic...
The memtrace* sample clients use drutil_expand_rep_string, but the instrace* ones do not. This can confuse users: https://groups.google.com/g/dynamorio-users/c/HR4pX6lwP_I
Simple step-by-step
Wouldn't it be a good idea to create a simple introduction to the system, i.e. how to go from cloning the repo, to actually be able to analyze a file. This would be a great part, such that more people can use the framework.
Hello,
Thanks for this wonderful and powerfull program, and for sharing it with us.
I am in the process of testing it on a complexe symfony 4 application.
I would like to have report/result only on our bundles in src/, for instance src/MyBundle.
But this bundle depend of many classes in vendor/ and some other directory outside src/.
How can I set the anlaysis to covert reports only on `
-
Updated
May 26, 2020 - Python
-
Updated
Apr 19, 2020 - Python
-
Updated
Dec 17, 2018 - Python
-
Updated
Dec 22, 2019 - Xtend
-
Updated
Jun 12, 2020 - C++
Add coverage metrics
Is your feature request related to a problem? Please describe.
Currently it is difficult to keep track of which tests are present and which should be implemented.
Describe the solution you'd like
- Given that it is a
C++project, it makes sense to uselcov
-
Updated
Oct 17, 2019 - Ruby
-
Updated
Jun 5, 2020 - Python
-
Updated
Jun 10, 2020 - C
-
Updated
Sep 8, 2019 - MATLAB
-
Updated
Aug 30, 2018 - JavaScript
-
Updated
Oct 2, 2019
-
Updated
May 3, 2020 - Jupyter Notebook
-
Updated
Jan 18, 2020 - Python
-
Updated
Nov 21, 2018 - Jupyter Notebook
-
Updated
May 9, 2020 - Python
-
Updated
Jun 2, 2020 - HTML
-
Updated
Jun 5, 2020 - YARA
-
Updated
Feb 13, 2018
-
Updated
Apr 10, 2020 - Go
Improve this page
Add a description, image, and links to the analysis-framework topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the analysis-framework topic, visit your repo's landing page and select "manage topics."


When generating a call graph, SPARK has to handle many special cases for concurrency helper classes like
java.lang.Threadorandroid.os.AsyncTask. These classes usually have control flow properties hidden to the call graph analysis, e.g., theThread'sThread.runmethod will be invoked asynchronously after callingThread.startorAsyncTask.onPostExecutewill be executed after `AsyncT