We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Some examples: https://docs.pwntools.com/en/dev/elf/elf.html#pwnlib.elf.elf.ELF.library https://docs.pwntools.com/en/dev/elf/elf.html#pwnlib.elf.elf.ELF.linker https://docs.pwntools.com/en/dev/elf/elf.html#pwnlib.elf.elf.ELF.maps Click/hover the [source] button and see that they all link to: https://github.com/Gallopsled/pwntools/blob/fe560c9835/pwnlib/elf/elf.py This is true for both dev as well as stable.
[source]
For example, I would expect .maps to link to: https://github.com/Gallopsled/pwntools/blob/fe560c9835/pwnlib/elf/elf.py#L714
.maps
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Some examples:
https://docs.pwntools.com/en/dev/elf/elf.html#pwnlib.elf.elf.ELF.library
https://docs.pwntools.com/en/dev/elf/elf.html#pwnlib.elf.elf.ELF.linker
https://docs.pwntools.com/en/dev/elf/elf.html#pwnlib.elf.elf.ELF.maps
Click/hover the
[source]
button and see that they all link to: https://github.com/Gallopsled/pwntools/blob/fe560c9835/pwnlib/elf/elf.pyThis is true for both dev as well as stable.
Expected
For example, I would expect
.maps
to link to:https://github.com/Gallopsled/pwntools/blob/fe560c9835/pwnlib/elf/elf.py#L714
The text was updated successfully, but these errors were encountered: