Mixaill / FakePDB

Tool for PDB generation from IDA Pro database
Apache License 2.0
523 stars 56 forks source link

Doesn't work for IDA Pro 7.5? #20

Open JamesGricen opened 3 years ago

JamesGricen commented 3 years ago

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.png

Pirulax commented 3 years ago

May be silly to ask, but is the fakepdb.py plugin there in the plugins folder as well?

Mixaill commented 3 years ago

It should works, please check your directory layout (there is should be fakepdb.py in <ida>/plugins/ folder)

image

p0358 commented 3 years ago

Personally I use it with 7.5 and it works flawlessly; check also if your Python scripting is working in the first place, you might need to update idapython if you use Python 3.9

EDIT: now I'm on 7.6, and it seems it's more of hit or miss...