Skip to content

Commit

Permalink
Add PANDA to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewFasano committed Aug 22, 2023
1 parent 2f256a7 commit fa76d59
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,9 @@ The angr concrete target needs to implement the ConcreteTarget interface which m

In the ConcreteTarget class docstrings you can find the detailed definition of the methods and the types of arguments/return values

Currently we support only 1 target:
Currently we support 2 targets:
- `AvatarGDBTarget`: Connects to a gdbserver instance.
- `PandaConcreteTarget`: Connects to an emulated guest system running with [PANDA](https://panda.re).

## Install

Expand Down

0 comments on commit fa76d59

Please sign in to comment.