Skip to content

a new python pdb parsing library based on pdbparse that doesn't use construct and has plans for long-term maintenance #64

Description

@saileaxh

The need for cross-platform PDB symbol file parsing led me to focus on the pdbparse project.

but this project uses construct, which makes it relatively slow and affects its compatibility.

Considering these factors, I attempted to refactor the project, and currently it only references Python native libraries, supporting the parsing of symbols such as function addresses and sizes, variable addresses and sizes on a broader range of python versions.

I currently have plans to maintain this project long-term, so if anyone has this need, feel free to give it a try and share your valuable feedback.

https://github.com/dejavu-secure/PurelyPDB

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions