Skip to content

Commit

Permalink
Usage for brain rotted jdk 8 constant pool string encryptors
Browse files Browse the repository at this point in the history
  • Loading branch information
Animowany committed Aug 20, 2024
1 parent dc9cf42 commit 36f6dfc
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,10 @@ public Object getValue(int index) {
return values[index];
}

public int getSize() {
return cpInfoOffsets.length;
}

// Im actually gonna shoot myself
private String readUtf(
ClassReader classReader, final int utfOffset, final int utfLength, final char[] charBuffer) {
Expand Down

0 comments on commit 36f6dfc

Please sign in to comment.