You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Our documentation is available at [pwntools.readthedocs.org](https://pwntools.readthedocs.org/)
34
+
Our documentation is available at [docs.pwntools.com](https://docs.pwntools.com/)
35
35
36
36
To get you started, we've provided some example solutions for past CTF challenges in our [write-ups repository](https://github.com/Gallopsled/pwntools-write-ups).
37
37
@@ -44,10 +44,18 @@ Most of the functionality of pwntools is self-contained and Python-only. You sh
However, some of the features (assembling/disassembling foreign architectures) require non-Python dependencies. For more information, see the [complete installation instructions here](https://pwntools.readthedocs.org/en/latest/install.html).
58
+
However, some of the features (assembling/disassembling foreign architectures) require non-Python dependencies. For more information, see the [complete installation instructions here](https://docs.pwntools.com/en/dev/install.html).
0 commit comments