Recaf icon indicating copy to clipboard operation
Recaf copied to clipboard

The modern Java bytecode editor

Results 207 Recaf issues
Sort by recently updated
recently updated
newest added

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...

enhancement
3.X

parser fails in: private WeakIdentityHashMap interpreterIds; ![image](https://user-images.githubusercontent.com/61128558/183060934-73420fb0-8e5b-4e7b-a2ed-fe87b76b0372.png) ![image](https://user-images.githubusercontent.com/61128558/183060994-329e3979-2fed-4088-8f67-751a5b11bd34.png) parser no fails in: private WeakIdentityHashMap

3rd party problem
3.X
Missing details

**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...

bug
2.X

## Shortcuts For example pressing f2 with open the rename dialog and so on.

enhancement

## Feature_Name open jar file, some file need to edit; like: ![image](https://user-images.githubusercontent.com/16421384/182357573-c523d7b2-4230-4552-859b-045d591d7452.png) but only ascii file can be directy edit, gbk or anther encoding showing like below: ![1659437623344](https://user-images.githubusercontent.com/16421384/182358174-2af8fcf4-a749-4f63-9794-19232c3fb47a.png) hope add...

enhancement

## What's new - Add search field in class members tab ![recaf](https://user-images.githubusercontent.com/50181314/182044832-5b93d49c-a842-4678-a0e4-6fa2349611d1.gif) 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...

enhancement
Discussion
3.X

**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...

3rd party problem

**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...

bug