11/12 free views
Tool
Script
Application Security

Hybrid-CallGraph

by zyqu

0stars
1forks
1watchers
Updated almost 9 years ago
About

Hybrid-CallGraph merges call graphs from dynamic and static analysis to create a comprehensive view of application behavior.

No description available.

Primary Use Case

This tool is primarily used by security analysts and developers to combine insights from both dynamic and static analysis of Android applications. By merging call graphs, users can better understand potential vulnerabilities and application flow.

Key Features
  • Merges call graphs from dynamic and static analysis
  • Integrates with existing tools like Dynamic-CallGraph-Generator-Android and FlowDroid-CallGraph
  • Outputs a complete call graph for enhanced analysis

Installation

  • Clone the repository using git clone https://github.com/zyqu/Hybrid-CallGraph
  • Ensure you have Python installed on your system
  • Run the merge script with the appropriate paths for static and dynamic analysis results

Usage

>_ python merge.py path-to-static-analysis-result-file path-to-dynamic-analysis-result-dir

Merges the results from static and dynamic analysis to produce a complete call graph.

Security Frameworks
Reconnaissance
Initial Access
Execution
Persistence
Defense Evasion
Usage Insights
  • Can be chained with Metasploit for automated exploitation
  • Useful for continuous security monitoring in CI/CD pipelines
  • Integrate with existing CI/CD tools for automated vulnerability scanning
  • Enhance collaboration between security analysts and developers through shared insights
  • Consider implementing a feedback loop to improve static and dynamic analysis integration

Docs Take 2 Hours. AI Takes 10 Seconds.

Ask anything about Hybrid-CallGraph. Installation? Config? Troubleshooting? Get answers trained on real docs and GitHub issues—not generic ChatGPT fluff.

This tool hasn't been indexed yet. Request indexing to enable AI chat.

Admin will review your request within 24 hours

Security Profile
Red Team80%
Blue Team30%
Purple Team50%
Details
LanguagePython
Open Issues0
Topics
callgraph
static-analysis
dynamic-analysis
android