-
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
pdb file not generated #17
Comments
Same issue here, but with IDA 7.5.
|
I managed to make it work by specifying the exe path myself. |
Yes, currently it is mandatory, will be fixed in the upcoming release |
+1 ida 7.6 + v0.3 = not generated. |
I can confirm the same for DLL files. Uploaded the target here: cshell.zip. Using IDA 7.5 SP3 with 0.3. If I try the plugin/tool on an executable for which I've properly adjusted the Debug Directory, it works fine. The tool extracts automatically the RSDS info (GUID, Age) and properly writes the .pdb file to disk, matching it to the .exe information. If I do it for the DLL I attached above, also with Debug Directory adjusted so it's readable by FakePDB, it returns the same result as lufatatako's above:
And no .pdb generated on disk. Just the JSON. The paths are fine, as IDA shows this: Suggestions? Thanks! |
Should be possible with the latest master |
I still have only json file generated :( |
Can you provide your .idb /.i64 file? ( [email protected] or Mixaill#1085 in Discord) |
I've also sent you a Discord invite :) Thanks, will produce the file and send over. In my case, it's a DLL and small. P.S.: Here's my file (x86 DLL) + .idb (IDA 7.5 SP3) -> NOLF.zip I've manually added the debug information to the DLL (Debug DIrectory, RSDS header, etc.). So it's all there: |
hello, for me the pdb is also not generated, and no error is printed I tried to message @Mixaill on discord, but no response so far, so I am writing also here |
My quick fix based on v0.3 for those who are interested. https://github.com/SoulXHades/FakePDB/releases/tag/v0.3.1 |
Thank you for taking the time to look into this! Much appreciated! P.S.: Oh, there are several of us still monitoring this ;) |
I'm using IDA 7.6, to generate pdb of an executable but it is just creating the json only.
I have tried to create using fakepdb.exe also but that also doesn't works
please help with this issue
thanks
The text was updated successfully, but these errors were encountered: