Skip to content

Commit

Permalink
doc: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ndrewh committed May 7, 2024
1 parent 0f67843 commit f76af35
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,19 +10,20 @@ It is intended to fufill many of the same use-cases as debuggers (e.g. GDB/Pwndb
or complex dynamic instrumentation frameworks (Frida, Dynamorio, DynInst, PIN, etc.).
It was designed with CTF challenges (pwn/rev) in mind.

#### Quickstart

```sh
docker run -it ghcr.io/ndrewh/pyda

$ pyda <script_name> -- <target> <target_args>
pyda <script_name> -- <target> <target_args>
```


Example
-----
> [!WARNING]
> This API is not stable and will likely change. Please provide
> feedback on the API by filing an issue.
Example
-----
```py
from pyda import *
from pwnlib.elf.elf import ELF
Expand Down

0 comments on commit f76af35

Please sign in to comment.