-
-
Notifications
You must be signed in to change notification settings - Fork 89
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
Cutter Plugin - Ghidra Decompiler Error: No print languages registered #38
Comments
I found that the error is thrown from here in Ghidra code but I'm still trying to figure out what it is exactly |
the cannot find x format is a regression in r2, can you open an issue and provide a reproducer?
… On 10 Sep 2019, at 12:49, Dominic ***@***.***> wrote:
System
Arch Linux x64
r2 installed from pacman
r2ghidra-dec installed with r2pm
Cutter running from the 1.9.0 AppImage
Problem
Cutter displays "Failed to parse JSON from r2ghidra" in the GUI and this in the terminal
[x] Analyze all flags starting with sym. and entry0 (aa)
[x] Analyze function calls (aac)
[x] Analyze len bytes of instructions for references (aar)
[x] Check for objc references
[x] Check for vtables
[x] Type matching analysis for all functions (aaft)
[x] Propagate noreturn information
[x] Use -AA or aaaa to perform additional experimental analysis.
Cannot find 'x' format.
Cannot find 'x' format.
Cannot find 'x' format.
Cannot find 'x' format.
Cannot find 'x' format.
Cannot find 'x' format.
Cannot find 'x' format.
Ghidra Decompiler Error: No print languages registered
when I try to decompile a simple crackme bin. The pdg command works fine in r2.
Any help on solving this issue would be appreciated
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub <#38>, or mute the thread <https://github.com/notifications/unsubscribe-auth/AAG75FRZZ7BZVEQJGKDB773QI53VHANCNFSM4IVGCCGQ>.
|
@radare It happens with every elf on ihj, I can open an issue later |
yeah i want to hve this fixed for 3.8.1
… On 10 Sep 2019, at 13:14, Florian Märkl ***@***.***> wrote:
@radare <https://github.com/radare> It happens with every elf on ihj, I can open an issue later
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub <#38>, or mute the thread <https://github.com/notifications/unsubscribe-auth/AAG75FSJK2U6WDLGZ4Y5BGTQI56PTANCNFSM4IVGCCGQ>.
|
Can somebody who experiences this issue please give some info about their exact setup, especially including the radare2 version and how exactly it was installed? |
Also if installed from source, whether it was installed in /usr or home or something else. |
Nevermind, I can reproduce now. |
Is this still a problem? Can we close it now? |
System
Arch Linux x64
r2 installed from
pacman
r2ghidra-dec installed with
r2pm
Cutter running from the 1.9.0 AppImage
Problem
Cutter displays "Failed to parse JSON from r2ghidra" in the GUI and this in the terminal
when I try to decompile a simple crackme bin. The
pdg
command works fine inr2
.Any help on solving this issue would be appreciated
The text was updated successfully, but these errors were encountered: