Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[gui] CFG modification limit reached. attached the file. #2300

Closed
kineyed104 opened this issue Oct 11, 2024 · 1 comment
Closed

[gui] CFG modification limit reached. attached the file. #2300

kineyed104 opened this issue Oct 11, 2024 · 1 comment
Assignees
Labels
bug Core Issues in jadx-core module

Comments

@kineyed104
Copy link

kineyed104 commented Oct 11, 2024

Issue details

WebSocket$ThreadReading.zip

The following error occurs when decompiling the "Run" method of the attached file's class.

JADX ERROR: JadxRuntimeException in pass: BlockProcessor
        jadx.core.utils.exceptions.JadxRuntimeException: CFG modification limit reached, blocks count: 3963
        	at jadx.core.dex.visitors.blocks.BlockProcessor.processBlocksTree(BlockProcessor.java:64)
        	at jadx.core.dex.visitors.blocks.BlockProcessor.visit(BlockProcessor.java:44)

Jadx version

1.5.0

@kineyed104 kineyed104 added bug GUI Issues in jadx-gui module labels Oct 11, 2024
@skylot skylot self-assigned this Oct 27, 2024
@skylot skylot added Core Issues in jadx-core module and removed GUI Issues in jadx-gui module labels Oct 27, 2024
@skylot
Copy link
Owner

skylot commented Oct 31, 2024

CFG modification limit reached issue fixed.
Although there are many other issues preventing correct decompilation, some already have opened issues, so I will close this one.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Core Issues in jadx-core module
Projects
None yet
Development

No branches or pull requests

2 participants