mirror of
https://github.com/ReaJason/MemShellParty.git
synced 2026-09-26 00:41:52 +08:00
committed by
GitHub
co-authored by
ReaJason
parent
8f2872e542
commit
e844bd5871
@@ -12,6 +12,6 @@ public class BigIntegerPacker implements Packer {
|
|||||||
@Override
|
@Override
|
||||||
@SneakyThrows
|
@SneakyThrows
|
||||||
public String pack(ClassPackerConfig config) {
|
public String pack(ClassPackerConfig config) {
|
||||||
return new BigInteger(config.getClassBytes()).toString( Character.MAX_RADIX);
|
return new BigInteger(config.getClassBytes()).toString(Character.MAX_RADIX);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user