Skip to content
This repository was archived by the owner on Dec 4, 2024. It is now read-only.

Commit 4242080

Browse files
committed
new readme
1 parent ae5285e commit 4242080

File tree

3 files changed

+14
-6
lines changed

3 files changed

+14
-6
lines changed

README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,13 @@
2727

2828
我参考 `Beichen` 师傅议题的思路,从 `JVM` 里禁用了 `gHotSpotVMStructs` 函数
2929

30-
![](img/008.png)
30+
支持 `Windows` 系统
31+
32+
![WINDOWS](img/008.png)
33+
34+
支持 `Linux` 系统
35+
36+
![LINUX](img/009.png)
3137

3238
## 快速开始
3339

@@ -95,8 +101,6 @@ java -XX:+DisableAttachMechanism -agentpath:D:\abs-path\decrypter.dll=PACKAGE_NA
95101

96102
不适用于启动扫描 `class` 的项目
97103

98-
防止 `sa-jdi` 的思路仅在 `windows` 中测试
99-
100104
## 参考
101105

102106
特别感谢 `BeichenDream` 师傅

doc/README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,13 @@ Some hackers may found `sa-jdi` and `HSDB` to `dump` byte code.
2525

2626
Refer to `Beichen` articles, prevent `gHotSpotVMStructs` function of `JVM`.
2727

28-
![](../img/008.png)
28+
Support Windows:
29+
30+
![WINDOWS](../img/008.png)
31+
32+
Support Linux:
33+
34+
![LINUX](../img/009.png)
2935

3036
## Quick Start
3137

@@ -94,8 +100,6 @@ The `native` directory is built using `cmake`, generating `dll` and `so` files t
94100

95101
This approach is not suitable for scanning projects that involve launching the scanning of `class` files.
96102

97-
The prevention strategy using `sa-jdi` is only tested on `Windows`.
98-
99103
## Refer
100104

101105
Thanks to `BeichenDream`

img/009.png

84.1 KB
Loading

0 commit comments

Comments
 (0)