You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 4, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: doc/README.md
+18-10Lines changed: 18 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,6 +17,16 @@ Apart from retaining the `Magic` part at the beginning, the rest becomes unrecog
17
17
18
18

19
19
20
+
Use some param to prevent `Java Agent` to `dump` byte code.
21
+
22
+

23
+
24
+
Some hackers may found `sa-jdi` and `HSDB` to `dump` byte code.
25
+
26
+
Refer to `Beichen` articles, prevent `gHotSpotVMStructs` function of `JVM`.
27
+
28
+

29
+
20
30
## Quick Start
21
31
22
32
The encryption and decryption process involves two layers of encryption: the first layer in `C` and the second layer in `assembly`. Precompiled `Release` versions of `DLL/SO` files are included in the `Jar` package.
@@ -43,7 +53,7 @@ Launching the Jar Package with Decryption DLL/SO: (Using the `-agentpath` Parame
43
53
44
54
Please note that you must provide two parameters: `PACKAGE_NAME` and `KEY`.
0 commit comments