-
-
Notifications
You must be signed in to change notification settings - Fork 73
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
Add support for small MSF file format #150
Comments
I'd also be interested into this, do you have any public test files in mind to write an implementation against? From reading the Wikipedia page(https://en.wikipedia.org/wiki/Program_database) It seems It's mostly just the header which is different, and the streams are the same. |
This I think in reality everything compiled using Visual C++ 6.0 has this. A portable version can be found here. On windows you can |
I've been able to implement the |
You can check it out here: https://github.com/jon-zu/pdb-rs/tree/jz/version2 |
Hey @jon-zu, thanks for the work done on that! FYI, I merged your commits into For |
Currently it's just a hard error.
The specific use case is writing a utility for assisting in decompiling applications compiled with Visual Studio C++ 6.0. Currently it seems the only other Rust option is to parse the output of various Windows-only PDB parser executables without source code available.
Let me know if example files are needed, and what they should contain.
The text was updated successfully, but these errors were encountered: