mirror of
https://github.com/ReaJason/MemShellParty.git
synced 2026-09-21 22:50:42 +08:00
committed by
GitHub
co-authored by
ReaJason
parent
8f2872e542
commit
e844bd5871
@@ -12,6 +12,6 @@ public class BigIntegerPacker implements Packer {
|
||||
@Override
|
||||
@SneakyThrows
|
||||
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