EnSoftCorp / call-graph-toolboxLinks
A toolbox with several call graph construction algorithm implementations
☆21Updated 2 years ago
Alternatives and similar repositories for call-graph-toolbox
Users that are interested in call-graph-toolbox are comparing it to the libraries listed below
Sorting:
- IFDS/IDE Solver for Soot and other frameworks☆251Updated 2 years ago
- An inter-procedural data-flow analysis framework using value-based context sensitivity☆91Updated last year
- Joana - Information Flow Control for Java☆94Updated 3 years ago
- A symbolic Java virtual machine for program analysis, verification and test generation☆115Updated 2 weeks ago
- generate program dependence graphs for java programs.☆25Updated 7 years ago
- A dynamic symbolic analysis tool for Java☆120Updated 6 years ago
- A program slicer for Java, based on the system dependence graph (SDG).☆67Updated 2 months ago
- CogniCrypt_SAST: CrySL-to-Static Analysis Compiler☆77Updated this week
- TamiFlex facilitates static analysis of programs that use reflection and custom class loaders☆44Updated 4 years ago
- Computes the AST difference (aka edit script) between two Spoon Java source code abstract syntax trees☆169Updated this week
- Analyse package dependency networks at the call graph level☆95Updated last year
- Phosphor: Dynamic Taint Tracking for the JVM☆179Updated 3 months ago
- A tool for mining commits from Git repositories and diffs to automatically extract code change pattern instances and features with ast a…☆99Updated 10 months ago
- Symbolic PathFinder☆157Updated last week
- AFL-based fuzzing for Java☆237Updated 5 years ago
- FLACOCO: Fault Localization for Java based on Industry-grade Coverage http://arxiv.org/pdf/2111.12513☆33Updated last week
- Automatic program repair for Java with generate-and-validate techniques : jGenProg (2014) - jMutRepair (2016) - jKali (2016) - DeepRepai…☆211Updated 6 months ago
- Automatic program repair system for Java based on dynamic analysis and code synthesis with SMT. Also contains the code of Dynamoth.☆101Updated 11 months ago
- Slicer4J is an accurate, low-overhead dynamic slicer for Java programs.☆47Updated last year
- Basic Gradle configuration and example drivers to get started with WALA☆29Updated 9 months ago
- Securibench Micro is a benchmark for static analysis tools for security.☆26Updated 7 years ago
- StaticBugCheckers is an empirical study of the recall (i.e., how many of known bugs can we find) of state-of-the art static bug finding t…☆11Updated 6 years ago
- A constraint solver abstraction layer for Java