-
We can introduce the **NetNode hook**
```
char sub_15031020()
{
int v0; // ecx
const char *v1; // rdx
unsigned int v2; // ebx
int v4; // eax
unsigned int v5; // eax
unsigned int v…
-
- detect Delphi
- tag Delphi strings
- parse Delphi structures?
- extract Delphi/Pascal strings
-
We have integration tests and translation tests, but not test for ensuring CFG recovery is sane.
Most of the practical issues when using mcsema are actually related to CFG recovery failure.
-
I followed the instructions to the letter, when IDA Pro is started, this error happens:
```
C:\Tools\IDAPro\plugins\die_proxy.py: cannot import name base
Traceback (most recent call last):
Fil…
r0ptr updated
2 years ago
-
I got the plugin working on Linux using virtualenv + [this](https://github.com/Kerrigan29a/idapython_virtualenv) plugin. I'm writing this because I read [here](https://first-plugin-ida.readthedocs.io/…
-
One of my favorite plugins when upgrading my (IDA) I realized that it doesn't run on 7.7
there is no problem with dependencies
I think the fixes are too small for it to run on 7.7 and I don't have…
-
I can't seem to figure out how to get this plugin to work, it doesn't show up in IDA at all for me. I've tried in other exe's with processors and still no dice.
Example: https://i.imgur.com/ghAUg7Q…
-
If specific (and currently unknown) conditions are met, `debugpy` may not be able to kill the spawned Python process (debug server). A possible solution would be to hook the process creation function,…
-
```
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 …