forked from BinaryAnalysisPlatform/bap
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fixes calls search in reconstructor (BinaryAnalysisPlatform#863)
* updates roots in reconstructor Actually, this PR just restores previous behaviour, that was lost due to lack of tests and comments. So this PR: 1) extends a list of roots with addresses of such CFG nodes, that don't have any input edges. The effect is noticeable in case of pure code input, since the list of roots is empty in such case, and therefore the reconstructor will create just an empty symtab. 2) adds comments in code to avoid of loosing such behaviour in future. 3) updated documentation for reconstructor in `bap.mli`, since it looks like quite outdated * updated testsuite * updated comments
- Loading branch information
Showing
3 changed files
with
36 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters