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
Describe the bug
In some Go AArch64 binaries the decompiler shows Recoverable Error: Unable to find unique hash for varnode instead of the decompiled code.
To Reproduce
Steps to reproduce the behavior:
Extract the attached .zip
Import and auto-analyze the extracted .elf file
Go to FUN_000128d0
See error Recoverable Error: Unable to find unique hash for varnode
Expected behavior
The function is decompiled without errors.