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

Commit

Permalink
Replace ambiguous forward ref with docs link
Browse files Browse the repository at this point in the history
  • Loading branch information
cdisselkoen authored and rhelmot committed Feb 2, 2019
1 parent 3b6e205 commit 71e6143
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/states.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ You can customize the state through several arguments to these constructors:
- To specify the calling convention used for a function with `call_state`, you can pass a [`SimCC` instance](http://angr.io/api-doc/angr.html#module-angr.calling_conventions) as the `cc` argument.
We try to pick a sane default, but for special cases you will need to help angr out.

There are several more options that can be used in any of these constructors, which will be outlined later on this page!
There are several more options that can be used in any of these constructors! See the [docs on the `project.factory` object (an `AngrObjectFactory`)](http://angr.io/api-doc/angr.html#angr.factory.AngrObjectFactory) for more details.

## Low level interface for memory

Expand Down

0 comments on commit 71e6143

Please sign in to comment.