You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Environment (please complete the following information):
OS: Arch Linux
Java Version: 21.0.5
Ghidra Version: 11.2.1
Ghidra Origin: official GitHub distro
Additional context
I experimented a bit and patched in a RET after certain lines to get some measurements of how the performance degrades over the length of this pattern:
This gives these rough measurements:
Lines, seconds
125 0.4
250 1.6
500 13
650 27
750 42
900 72
1000 118
Quickly plotting this makes it fairly clear that there is something quadratic going on here:
The text was updated successfully, but these errors were encountered:
Describe the bug
Function decompilation of simple function calls leads to runaway complexity and takes too long
To Reproduce
Load attached archive, import binary and run auto analysis and then open the function
FUN_0064d99c
Expected behavior
Decompilation in a reasonable amount of time.
Screenshots
Attachments
241216-h3jneszmd1_pw_infected (1).zip
Environment (please complete the following information):
Additional context
I experimented a bit and patched in a
RET
after certain lines to get some measurements of how the performance degrades over the length of this pattern:This gives these rough measurements:
Lines, seconds
125 0.4
250 1.6
500 13
650 27
750 42
900 72
1000 118
Quickly plotting this makes it fairly clear that there is something quadratic going on here:
The text was updated successfully, but these errors were encountered: