GhIDA icon indicating copy to clipboard operation
GhIDA copied to clipboard

Results 11 GhIDA issues
Sort by recently updated
recently updated
newest added

Hi, I want to decompile code for Renesas SH processors. Both IDA and Ghidra support it as Module 'Renesas SH2A', but GhIDA says its not supported by Ghidra.. ``` XML...

Everything prob works using terminal: ![image](https://user-images.githubusercontent.com/55242111/157869322-12d8d122-18ae-44a7-b606-e3373dc7cc3f.png) But when I use it in IDA: ![image](https://user-images.githubusercontent.com/55242111/157869431-beb81231-3fca-4103-b556-6d3e2fd2aa03.png) Log: https://paste.md-5.net/afihacifeq.css EDIT: I use Windows 10 Pro 21H1, IDA Pro 7.6, Ghidra 10.1.2_PUBLIC, Python 3.8...

Ghidra sometimes claim that there are too many branches to recover a jump table, yeilding errors as seen in this thread: https://reverseengineering.stackexchange.com/questions/25917/what-do-these-2-ghidra-warnings-mean As this is a commong problem, there are...

I use IDA pro 7.5, Ghidra 9.2.2 lastest, python 3.7.9 I'm trying to test decompile function in IDA with GhidraDec but not working any function :( ![image](https://user-images.githubusercontent.com/23394219/106358665-2f722a80-6340-11eb-8d35-ca02ad93b90b.png) ``` XML Exporter...

bug

changes to fix #24

IDAPython: error executing init.py: nothing to repeat Refer to the message window to see the full error log. i have both Python 3x and Python 2x installed, as soon as...

Python Version: 3.8.2 IDA Pro Version: 7.5 OS: Windows 10 Education Build: 19042.867 Version: 20H2 **# Import error** Location: IDAPro7.5\plugins\ghida_plugin ERROR: Cannot import and find the modules that are in...

am trying to use GhIDA in my local computer with: IDA Pro 7.5 Ghidra 9.1.2 python3.7 I found several issues as: lib.py: import Queue, does not work because in python3...

There is no option to demangle function names in decompiler view. Would it be possible to add one?

enhancement

After I fixed import issues and icon_path error, this error appears: `XML Exporter v5.0.1 : SDK 750GhIDA:: [!] Decompilation wrapper error: module 'sys' has no attribute 'exc_type'` xml exporter i...