diff --git a/README.md b/README.md index bb44e3a..b88428d 100644 --- a/README.md +++ b/README.md @@ -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 -- +pyda -- ``` +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