-
Notifications
You must be signed in to change notification settings - Fork 62
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
IDA Pro 9.0: structs export is not available #46
Comments
Release compiled version please ^^' |
@dezmen3 You can grab compiled version using the link in readme https://nightly.link/Mixaill/FakePDB/workflows/CI/master/binaries.zip |
Thanks, my bad, tracked Release tab, latest was 2021 :/ |
@Mixaill actually, i'm having same issue with newer releases :/ My app is not exe but bin, so it's app.bin. If I use old pdbgen.exe and json generated by new fakepdb release - all fine, it works via this command: But newer fakepdb_pdb.exe via IDA Pro 8.3 does not work :/ In IDA window i see what cmd passes to fakepdb_pdb.exe: Tried manually call fakepdb_pdb.exe with various commands, same, pdb does not appear: IDA Pro shows something like this:
Also, compiled fakepdb binaries does not show any info/errors when you launch them with cmd, they insta close as new window |
https://github.com/Mixaill/FakePDB/blob/master/src_plugins/ida/fakepdb/dumpinfo.py#L320-L321
https://docs.hex-rays.com/developer-guide/idapython/idapython-porting-guide-ida-9
The text was updated successfully, but these errors were encountered: