Go to file
yjj38 b2ec85ddb9 Add native methods to manipulate system and device info
This commit introduces multiple native methods, written in C++, to interact with system and device info such as RAM, CPU, disk, and uptime. It also includes mechanisms to modify or reset system properties, bypass anti-debugging, and handle file path redirection. Additionally, ensures proper JNI bindings to avoid runtime errors like `UnsatisfiedLinkError`.
2025-05-29 22:05:49 +08:00
.idea Refactor and enhance ShellUtils; add ClassUtils utility. 2025-05-29 16:49:38 +08:00
app Add native methods to manipulate system and device info 2025-05-29 22:05:49 +08:00
gradle init 2025-05-20 16:39:05 +08:00
.gitignore init 2025-05-20 16:39:05 +08:00
build.gradle init 2025-05-20 16:39:05 +08:00
cmd ``` 2025-05-27 19:25:48 +08:00
err.log Add native methods to manipulate system and device info 2025-05-29 22:05:49 +08:00
gradle.properties Add native methods to manipulate system and device info 2025-05-29 22:05:49 +08:00
gradlew init 2025-05-20 16:39:05 +08:00
gradlew.bat init 2025-05-20 16:39:05 +08:00
settings.gradle Add VPN service, Shell utility, and server communication support 2025-05-22 18:13:34 +08:00