Skip to content
New issue

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

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

Already on GitHub? # 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.

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

No branches or pull requests

2 participants