1
0
mirror of https://github.com/angr/angr synced 2026-06-08 13:09:39 +00:00
Commit Graph

2 Commits

Author SHA1 Message Date
simplevuln 3bbe1bb56d Fix the infinite recursion bug in functions_called (#2377)
* Fix functions_called

Infinite recursion bug in functions_called

* Add test for functions_called

Check cyclic dependencies of functions_called

* `Function.functions_called` split tests

  * make the two cases explicitely separated

Signed-off-by: Pamplemousse <xav.maso@gmail.com>

Co-authored-by: Pamplemousse <xav.maso@gmail.com>
2020-11-07 16:31:23 -07:00
Pamplemousse 8811adb6c7 Function: Add feature to get dependencies (#2318)
Dependencies as in "the list of other functions it -transitively-
calls".

Signed-off-by: Pamplemousse <xav.maso@gmail.com>
2020-09-09 02:05:38 -07:00