-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add aarch64 documentation, which enables doctests (#875)
* Add aarch64 documentation, which enables doctests * Fix failing doctest * Attempt to figure out whats going on with Travis * Use the Xenial version of qemu-static since the Zesty version is broken for AArch64
- Loading branch information
1 parent
2d04acb
commit f3968af
Showing
3 changed files
with
43 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
.. testsetup:: * | ||
|
||
from pwn import * | ||
context.clear(arch='aarch64') | ||
|
||
:mod:`pwnlib.shellcraft.aarch64` --- Shellcode for AArch64 | ||
=========================================================== | ||
|
||
:mod:`pwnlib.shellcraft.aarch64` | ||
----------------------------- | ||
|
||
.. automodule:: pwnlib.shellcraft.aarch64 | ||
:members: | ||
|
||
:mod:`pwnlib.shellcraft.aarch64.linux` | ||
----------------------------------- | ||
|
||
.. automodule:: pwnlib.shellcraft.aarch64.linux | ||
:members: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters