Janmm14

Results 63 issues of Janmm14

In the original obfuscation the long j is not set to 0, but I can easily edit the bytecode so that its a 0. ```java long j = 0L; long...

Currently it looks like annotations are just ignored in Krakatau. It would be nice to have at least runtime-visible annotations present.

Rename sample from .zip to .jar Original sample: [sample.zip](https://github.com/Storyyeller/Krakatau/files/1653216/sample.zip) Preprocessed sample with removed nonsense: [sample-preprocessed.zip](https://github.com/Storyyeller/Krakatau/files/1653235/sample-preprocessed.zip) I tried running with the original and with the preprocessed sample. Command: pypy decompile -path...

https://github.com/ItzSomebody/StopDecompilingMyJava/blob/master/decompiler-tool-bugs/Entry-010/Entry.md

bytecode excerpt: ``` L13: caload L14: sipush 15310 L17: ixor L18: i2c L19: castore ``` decompiled: ```java a0[0] = (char)(int)(char)((int)a0[0] ^ 15310); ```

It would be nice if you could add a StringBuilder to String concenation transformer as it makes the code mich more readable. In case the first two appends are no...