-
The default plugin invocation (run = 0) works fine for 64bit windows executable targets, but 32bit plugin invokes the (run = 1) function always. Asks for a file to decompile and if I give it a referen…
-
环境: Python3.10.7 VS2022
```
D:\CTF\Tools\Binary\IDAPlugins\VTIL-Python\external\pybind11\include\pybind11/operators.h(115,1): error C2678: 二进制“-”:
没有找到接受“const L”类型的左操作数的运算符(或没有可接受的转换) [D:\CTF\To…
-
Hi!
I dont see the guide to install this to IDA as a plugin, so could you help me?
Putting `idaplugin.py` to plugin directory didnt work.
There is no info cuz its obvious for others?
-
Hey, I got an error from ida plugin when using `Deflat` function.
```
....
File "s:\Python\Python37\Lib\site-packages\qiling\extensions\idaplugin\qilingida.py", line 2332, in
[x.handler…
-
Please update file idaplugin.py in scripts folder.
1. Add tigh strings scanning
2. Add the open json result file from floss.exe, add comments
3. Test with sample: B09D51E272E25E3EDC9FE7F76F5FE024
…
-
I use latest plugin in ida7.5. After setting up successfully, I use 'execute till' and get errors:
```python
[INFO][qilingida:2085] ['E:\\fuck\\fck', '11111111']
[INFO][qilingida:1054] Rootfs: E:…
-
Hey:
I had to apply a bunch of patches for it to even compiles with IDA7.7, which you can use as a reference [here](https://github.com/Naville/retdec-idaplugin)
Although, getting its functionali…
-
I've experimented with multiple software , Each of them had separate errors. When I solved everything, I couldn't solve the errors I got right now.
1. Api-ms-win-crt problems
No program usi…
-
```
[69/721] Performing patch step for 'yara'
-- -- Patching: Development/retdec-idaplugin/build/_deps/retdec-build/deps/yara/yara/src/yara/windows/vs2015/libyara/libyara.vcxproj patched
-- -- Patc…
-
Code as follow and I use gcc 1.c to generate **a.out** executable file. Is there **any API** to only decompile function fun()?
`#include
#include
int c = 0;
void fun();
int main(){
…