mirror of
https://github.com/ReaJason/MemShellParty.git
synced 2026-09-25 00:11:52 +08:00
feat: add three implementations for agent memshell
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user