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

[docs bug] Beginning of documentation cuts off for some things (due to "}") #2400

Open
k4lizen opened this issue Apr 30, 2024 · 0 comments
Open
Labels
backport-required bug docs good first issue Good if you want to help but you do not know the project well

Comments

@k4lizen
Copy link

k4lizen commented Apr 30, 2024

https://docs.pwntools.com/en/dev/elf/elf.html#pwnlib.elf.elf.ELF.maps
https://docs.pwntools.com/en/dev/elf/elf.html#pwnlib.elf.elf.ELF.libs
There might be more examples? This is true for both dev and stable.

libs example

In the docs:

address} for every library loaded for this ELF.

In the code: https://github.com/Gallopsled/pwntools/blob/fe560c9835/pwnlib/elf/elf.py#L708

"""Dictionary of {path: address} for every library loaded for this ELF."""

@peace-maker peace-maker added docs good first issue Good if you want to help but you do not know the project well labels May 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport-required bug docs good first issue Good if you want to help but you do not know the project well
Projects
None yet
Development

No branches or pull requests

2 participants