feat: add three implementations for agent memshell

This commit is contained in:
ReaJason
2025-04-03 00:41:41 +08:00
parent 8658fca29c
commit 96b538479b
8 changed files with 295 additions and 57 deletions
@@ -16,7 +16,6 @@ java {
dependencies {
implementation 'org.ow2.asm:asm-commons:9.7.1'
implementation 'javax.servlet:javax.servlet-api:3.1.0'
}
jar {
@@ -27,4 +26,6 @@ jar {
attributes 'Can-Retransform-Classes': true
attributes 'Can-Set-Native-Method-Prefix': true
}
}
}
jar.finalizedBy shadowJar