Skip to content
This repository has been archived by the owner on Apr 28, 2023. It is now read-only.

Commit

Permalink
fix broken link (#238)
Browse files Browse the repository at this point in the history
  • Loading branch information
cdisselkoen authored and ltfish committed Feb 1, 2019
1 parent c358377 commit 3b6e205
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/state_plugins.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ The solution to these problems is to write a *State Plugin* - an appendix to the

Let's get started!
All state plugins are implemented as subclasses of `angr.SimStatePlugin`.
Once you've read this document, you can use the [API reference for this class](http://api.angr.io/) (TODO update this link when the class is actually part of the docs????) to quickly review the semantics of all the interfaces you should implement.
Once you've read this document, you can use the [API reference for this class](http://angr.io/api-doc/angr.html#angr.state_plugins.plugin.SimStatePlugin) to quickly review the semantics of all the interfaces you should implement.

The most important method you need to implement is `copy`: it should be annotated with the `memo` staticmethod and take a dict called the "memo"---these'll be important later---and returns a copy of the plugin.
Short of that, you can do whatever you want.
Expand Down

0 comments on commit 3b6e205

Please sign in to comment.