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

@saileaxh

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

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