Skip to content

Commit

Permalink
faq & representations
Browse files Browse the repository at this point in the history
  • Loading branch information
eric-therond committed May 13, 2018
1 parent f4289c1 commit e19bc0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/FAQ.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ The minimum version of PHP needed to run Progpilot is 5.5.9
You can find the updated security files configuration of Progpilot in [package/src/uptodate_data](../package/src/uptodate_data) folder.

#### How can I use the various representations of programs ?
Example of control flow graph and call graph of source code transformed to dot format could be found [here](../../package/src/projects/tests/graphtest.php).
Example of control flow graph and call graph of source code transformed to dot format could be found [here](https://github.com/designsecurity/progpilot/blob/master/projects/tests/graphtest.php).

#### When I use progpilot I often run out of memory ?
Static analyzers use a lot of memory but you could try to handle this with [these functions](./API.md) :
Expand Down

0 comments on commit e19bc0c

Please # to comment.