Skip to content

Commit

Permalink
docs: readme typos
Browse files Browse the repository at this point in the history
  • Loading branch information
ndrewh committed Jul 9, 2024
1 parent 750f97b commit 2e7fd52
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ track and aggregate state over several threads (see: [`p.tid`](#api)).


Pyda is a...
- **In-process, scriptable debugger**: Pyda hooks can be used to set GDB-style breakpoints
to inspect and registers and memory. Several third-party packages (e.g. pwntools) can be used
- **In-process, scriptable debugger**: Pyda hooks can be used as GDB-style breakpoints
to inspect/modify registers and memory. Several packages (e.g. pwntools) can be used
to look up symbols or parse DWARF info.
- **Reverse engineering tool**: Pyda can quickly answer questions like "Where do all these indirect jumps go?" in just a few lines of Python.
- **Reverse engineering tool**: Answer questions like "Where do all these indirect jumps go?" in just a few lines of Python.


#### Quickstart
Expand Down

0 comments on commit 2e7fd52

Please sign in to comment.