Skip to content

Commit

Permalink
Merge pull request #71 from Animowany/master
Browse files Browse the repository at this point in the history
Usage for brain rotted jdk 8 constant pool string encryptors
  • Loading branch information
narumii authored Aug 21, 2024
2 parents 7cd8db7 + 36f6dfc commit f1a2b47
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 f1a2b47

Please sign in to comment.