paxcut
paxcut
I have the same problem using Ida 7.5, regardless of Ghidra version used. I tried 9.0.4, 9.1.2 and 9.2.2 and I always get the same error (see below). I think...
@jimmy-sonny Thank you for replying. I don't have a linux Ida version and the one I use is slightly newer 7.5.201028. Also I use python 3.8.3. My configuration is: Ghidra...
I found some interesting facts. Ida 7.5.200728 which is the previous release to the latest SP 2, can run GHida using any python 3 but with the following caveat. By...
I need to correct the previous post. the strange behavior that occurs when using the clear cache still occurs but it is not due to a failure to kill the...
It appears that removing the folowwing arguments stdout=subprocess.PIPE stderr=subprocess.PIPE in the call to subprocess.Popen fixes the problem in Ida sp2 but not in Ida sp3. I can't find any documentation...
I found a way to fix this in all versions of Ida 7.5 without removing the arguments mentioned in my previous post. First make sure there are no strange (illegal)...
I was using the wrong branch in the pull request but now it is fixed.
did you try the fix i implemented? you can find them [here](https://github.com/Cisco-Talos/GhIDA/pull/25/commits/c44395a3199498e6123b433e574636bd977377b8)
The statement ```cpp type::UUID uuid; ``` cannot in itself create the error involving guid since guid is never mentioned. Please post the part of the code that tries to cast...
I was wrong in my assumption that UUID and GUID were two different structs. Being an alias allows you to use one in place of the other. The error is...