From f76af352463b30008ee5ba170a41391389307b68 Mon Sep 17 00:00:00 2001 From: Andrew Haberlandt Date: Tue, 7 May 2024 04:17:47 +0000 Subject: [PATCH] doc: update readme --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) 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