Skip to content
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

Can a pdb file be modified? #74

Closed
GuBuChang opened this issue Apr 6, 2024 · 2 comments
Closed

Can a pdb file be modified? #74

GuBuChang opened this issue Apr 6, 2024 · 2 comments

Comments

@GuBuChang
Copy link

just a question

a lot of repo tell me how read a .pdb file.
can we modify a .pdb file and make msbuild work successful?

Just to name one example.
if i modify a .obj path in .pdb file, can we be allowed?

@MolecularMatters
Copy link
Owner

Due to the underlying structure of a PDB file (MSF streams), modifying an existing PDB is hard and you're probably better off producing a new PDB instead.
Many of the offsets inside the streams could change if you were to modify just a single filename, depending on where you want to make the change.

Modifying an .obj path without changing its length should be fine though.

@GuBuChang
Copy link
Author

get it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants