Recaf
Recaf copied to clipboard
The modern Java bytecode editor
As you may know, searching is one of the most important features in RE. Therefor, Recaf needs to have many ways to search for the things you want. This is...
parser fails in: private WeakIdentityHashMap interpreterIds;   parser no fails in: private WeakIdentityHashMap
**when i tried to use java 11 and java 17 it gave me an error** > A clear and concise description of what the bug is. error when using java...
## Feature_Name open jar file, some file need to edit; like:  but only ascii file can be directy edit, gbk or anther encoding showing like below:  hope add...
## What's new - Add search field in class members tab  TODO: - [ ] Visibility filter - [ ] Member type filter - [ ] Nested/inner class
## What's new * Decompilation support for dex classes ## Considerations There is a lot of refactoring of the UI classes inside this. So far, the implementation idea is to...
**Describe the bug** > Happened after decompiling a jar file **To Reproduce** / **Exception** ``` java.lang.StackOverflowError: null at java.base/java.util.Arrays$ArrayList.contains(Arrays.java:4378) at org.clyze.jphantom.adapters.AnnotationAdapter.visit(AnnotationAdapter.java:23) at org.objectweb.asm.ClassVisitor.visit(ClassVisitor.java:115) at org.clyze.jphantom.adapters.InterfaceTransformer.visit(InterfaceTransformer.java:22) at org.clyze.jphantom.adapters.AnnotationAdapter.visit(AnnotationAdapter.java:29) at org.objectweb.asm.ClassVisitor.visit(ClassVisitor.java:115) at...
**Describe the bug** > The font of some items in the tree view changes. **To Reproduce** Steps to reproduce the behavior: 1. Open Recaf 2.x 2. Load any jar. For...