-
IDAVersion : IDA Pro 7.5
OS: MacOS
Python : 3.8.3
NameError: name 'logging' is not defined error
qilingida.py insert "import logging" after new error
self.ql.log.info('------------------…
-
**Describe the bug**
IDA fails to load qiling plugin. It started from complaining about missing `logging` package:
```
/Applications/IDA Home (PC) 7.6/ida64.app/Contents/MacOS/plugins/qilingida.p…
-
Using the current qiling master branch and the IDA Pro plugin with IDA 7.5 on Windows 10 64 bit with Python 3.8 x64.
Plugin installs correctly. When running "Setup" from the Qiling context menu and c…
-
Right now, if users/developers want to use `retdec-idaplugin` in local decompilation mode with `retdec`, they need to either get the pre-compiled `retdec` package, or build and install it themselves. …
-
Hi, I can successfully use the this plugin to generate `c` files, but how to compile this c file to regenerate the executable file? I directly use the **`gcc hello.exe.c -o hello-d`** command, but it …
-
IDA Version : 7.0
retdec-idaplugin version : v0.9
retdec version: v3.3
Windows version: 10
I get the following errors trying to run a decompile:
![Error](https://user-images.githubusercontent…
-
So i'm just playing around with retdec on some test executables and was wondering what's the easiest way to recompile the C file? Is there any easy way to get all of the dynamic libraries used and suc…
-
Hello there,
I wanted to use latest binaries from retdec v4.0 with IDA,
I get this error when executing IDA's plugin command, with v3.3 it's working fine. Please add back the --color-for-ida to v4.0…
-
New version retdec don't have option **--color-for-ida**
![image](https://user-images.githubusercontent.com/32519709/78763592-01c18c80-798e-11ea-82b9-21cafc3d988d.png)
and
![image](https://user-i…
-
Hi,
I have installed the latest Kam1n0 v2.1 release along with IDA Pro 7.4 (which is the current available version of IDA Pro)
However, when I am trying to index a simple binary file (a normal hello…