-
```
What steps will reproduce the problem?
1. Compile IDAPython with hexrays support and IDA SDK and HexRays SDK from 6.5
release
2. Install it as wrote in readme
3. Run IDA and load any IDB (x86 or …
-
```
What steps will reproduce the problem?
1. Compile IDAPython with hexrays support and IDA SDK and HexRays SDK from 6.5
release
2. Install it as wrote in readme
3. Run IDA and load any IDB (x86 or …
-
I'm having trouble getting Il2CppInspector to load an arm64-v8a libil2cpp.so file for a mobile game. It works fine with the armeabi-v7a binary for the same game (in the same APK) so I'm guessing it's …
-
It does not appear that Anvill supports x64 PE files according to this issue on the Mcsema repository: [https://github.com/lifting-bits/mcsema/issues/720](https://github.com/lifting-bits/mcsema/issues…
-
r2, objdump and ida do different disasm, pls @brainstorm provide updated objdump sources to get r2 in sync with the binutils code from the xtensa sdk
-
- [ ] C++ structures parsing for VC++ generated binaries https://github.com/REhints/HexRaysCodeXplorer & http://www.openrce.org/articles/full_view/23
- [ ] C++ structures parsing for OS X clang C++ g…
-
**Is your feature request related to a problem? Please describe.**
Currently, when Plugin author uses `print("hello, world")`, the output would be executed on the terminal which was executing C…
-
Hello! After reading the script you wrote, I was greatly impressed, but also full of curiosity. Therefore, many APIs appeared in the script, which would never appear in my usual IDA Python script.
I …
-
Hello, I'm trying to run it on ida 6.9, but got an error of QDialog on AboutWindow, after i fix it with QWidget, i got an log message output of parsers loaded and nothing else - menu item doesn't app…
-
The function I want to decompilate is relatively large, but retdec only decompilates one of the very small "if" branches, and all the other branches are ignored. Is it my problem? What did I do wrong?…