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

Fix minor typo #1

Open
wants to merge 1 commit into
base: yolo
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ I want to be able to parse PDB files using python. I want to understand their st
There are other libraries and implementations (see below). This one differs in that it works
out of the box, and it lazily loads only what is requested. Working with a file 1GB+ large
and only want to know how to parse a single structure? Only want to know the address of a
symbol? No problem, only the minumum will be loaded!
symbol? No problem, only the minImum will be loaded!

The PDB is memory-mapped. The underlying MSF format makes data possibly non-contiguous,
but using the `memorywrapper` library that becomes (mostly) a non-issue, as it can
Expand Down Expand Up @@ -75,4 +75,4 @@ The functions used to compute the hashes are different for the unique name strin
* [willglynn/pdb](https://github.com/willglynn/pdb) - Rust implementation of reader

* [Air14/SymbolicAccess](https://github.com/Air14/SymbolicAccess)
* [https://github.com/Oxygen1a1/oxgenPdb](https://github.com/Oxygen1a1/oxgenPdb) derivative
* [https://github.com/Oxygen1a1/oxgenPdb](https://github.com/Oxygen1a1/oxgenPdb) derivative