Encrypt Java classes inside JAR/WAR with ASM bytecode transformation, to be used together with the native mjar agent for runtime decryption. Support Spring Boot fat jars and nested archives. 使用 ASM 对 JAR/WAR 中指定包下的 class 进行加密和字节码补丁,配合 mjar 原生 Agent 在运行时解密加载,支持 Spring Boot fat jar 和嵌套包。
java obfuscation spring-boot bytecode reverse-engineering asm java-agent jvmti code-protection jar-encryption class-encryption
-
Updated
May 20, 2026 - Java