dongtai agent分析
# DongTai IAST Java Agent 深度解析与教学指南
## 一、概述
DongTai IAST Java Agent 是一个基于字节码插桩技术的交互式应用安全测试工具,主要用于Java应用的安全监控。它通过Java Agent和ASM技术实现对运行中Java应用的动态检测。
项目地址:https://github.com/HXSecurity/DongTai-agent-java.git
## 二、核心模块
1. **iast-agent**:启动模块,负责项目启动和
2025-08-29 18:54:57
0