SB27: Unpooling fails due to IllegalStateException (ain.getNext() is not an integer)
See original GitHub issuejava.lang.IllegalStateException
at com.javadeobfuscator.deobfuscator.transformers.special.SuperblaubeereTransformer.transform(SuperblaubeereTransformer.java:293)
at com.javadeobfuscator.deobfuscator.Deobfuscator.runFromConfig(Deobfuscator.java:435)
at com.javadeobfuscator.deobfuscator.Deobfuscator.start(Deobfuscator.java:392)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.javadeobfuscator.deobfuscator.ui.wrap.Deobfuscator.run(Deobfuscator.java:74)
at com.javadeobfuscator.deobfuscator.ui.SwingWindow$15$1.run(SwingWindow.java:812)
at java.lang.Thread.run(Unknown Source)
Issue Analytics
- State:
- Created 2 years ago
- Comments:11 (6 by maintainers)
Top Results From Across the Web
Do not upload copyrighted resources · Issue #653 · java ... - GitHub
SB27 : Unpooling fails due to IllegalStateException (ain.getNext() is not an integer) #768 ... Failed Antireleak InvokeDynamic Transformer #854.
Read more >java-deobfuscator - Bountysource
Hi there! latest deobfuscator.jar always crashes with an error: ... SB27: Unpooling fails due to IllegalStateException (ain.getNext() is not an integer) $ 0....
Read more >Issue with loading dataset - ServiceNow/Picard - IssueHint
SB27 : Unpooling fails due to IllegalStateException (ain.getNext() is not an integer), 11, 2021-05-23 ; "Frequently used" is broken if `init` function is...
Read more >Match-case in syllable response - Spencermountain/Compromise
SB27 : Unpooling fails due to IllegalStateException (ain.getNext() is not an integer), 11, 2021-05-23, 2022-07-25. Human-Q: 이슈가 하나로 작성되어야 하는데요 ...
Read more >deobfuscator - githubmemory
SB27 : Unpooling fails due to IllegalStateException (ain.getNext() is not an integer). TheKlimoT. TheKlimoT CLOSED · Updated 1 year ago ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Its more likely that an earlier step (number folding/redundant ifs) was not completely successful. Edit: Also number folding might be not successful because its only executing the first clinit instruction but this obf got multiple.
OK, I will get attention of it next time. Thx.