Adrninistrator / java-callgraph
Programs for producing static and dynamic (runtime) call graphs for Java programs
☆15Updated 3 years ago
Alternatives and similar repositories for java-callgraph:
Users that are interested in java-callgraph are comparing it to the libraries listed below
- 基于Java ASM技术和GadgetInspector的原理,尝试实现一个自动Java代码审计工具。目前做到了可控参数分析和数据流跟踪分析☆36Updated 3 years ago
- analysis java dependence and store in neo4j☆18Updated 6 years ago
- DongTai is an interactive application security testing(IAST) product that supports the detection of OWASP WEB TOP 10 vulnerabilities, mul…☆1Updated 3 years ago
- Java静态代码安全审计工具,使用JavaParser项目做语法分析,计划支持常见的Web漏洞与组件漏洞☆19Updated 3 years ago
- 利用agent hock指定的class,在jar运行周期内,用于跟踪被执行的方法,辅助做一些事情,比如挖洞啊☆126Updated 4 years ago
- 记录整理日常java安全分析代码☆14Updated 6 years ago
- Native Java serialization filter blacklist for common gadgets☆20Updated 5 years ago
- Javassist官方文档中文翻译☆80Updated 5 years ago
- DHook是一个支持动态debug,动态修改java程序的web应用.☆87Updated 4 months ago
- 基于JVM-Sandbox实现RASP安全监控防护☆52Updated last year
- ☆10Updated 3 years ago
- 用于检测maven项目的第三方依赖组件是否存在安全漏洞。☆103Updated 3 years ago
- git lfs based bytecode-viewer and follow dependencies. Based on https://github.com/Konloch/bytecode-viewer and https://github.com/ThexXTU…☆16Updated 4 years ago
- MOSEC-X-PLUGIN 后端API服务☆24Updated 4 years ago
- 《深入理解DAST动态应用程序安全测试》Dynamic Application Security Testing.☆49Updated 2 years ago
- Java 大合集 , 包含多种框架的运用 , 微服务 , 压测 , 性能分析 , 文档 , 源码分析☆90Updated last year
- Dongtai-plugin-idea is an IDEA plug-in developed by DongTai team for Java Web application developers. This plug-in provides functions suc…☆27Updated last year
- 三方依赖库扫描系统☆89Updated 3 years ago
- 个人用于在自动化挖掘gadget时,方便查找gadget chains中class所在jar包,以助于便捷审计测试gadget有效性的那么一个小工具。