Browse by type
JDumpSpiderGUI 是一个用于 Java 堆转储文件分析的工具,支持命令行和 JavaFX 图形界面两种模式。
java -jar JDumpSpiderGUI-1.0-SNAPSHOT-full.jar [参数]
java -jar JDumpSpiderGUI-1.0-SNAPSHOT-full.jar --gui
pom.xml需要Maven、JDK 1.8。
首先需要将netbeans-lib-profiler导入本地maven仓库
$ cd lib/
$ mvn install:install-file -Dfile=netbeans-lib-profiler.jar -DgroupId=netbeans -DartifactId=netbeans-lib-profiler -Dversion=1.0 -Dpackaging=jar
导入完成后切换至项目根目录,运行编译打包命令
$ mvn package
暂支持提取以下类型的敏感信息
本工具需要使用Java 1.8或更高版本。
$ java -jar JDumpSpiderGUI-1.0-SNAPSHOT-full.jar
Missing required parameter: '<heapfile>'
Usage: JDumpSpider [-hV] <heapfile>
Extract sensitive information from heapdump file.
<heapfile> Heap file path.
-h, --help Show this help message and exit.
-V, --version Print version information and exit.
作者: whwlsfb (Console) & S0cke3t (GUI)
$ claude mcp add JDumpSpiderGUI \
-- python -m otcore.mcp_server <graph>