-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add
decodeHeaderDynsym
for decoding dynamic symbol tables
Just like `decodeHeaderSymtab` decodes the static function symbol table, `decodeHeaderDynsym` serves the same role for dynamic function symbol tables. The functionality of `decodeHeaderDynsym` largely overlaps with the niche that the `dynamicEntries`/`dynSymEntry` functions provide, so I have included a comparison to those functions in the Haddocks for `decodeHeaderDynsym`. This will be useful for eventual fixes for GaloisInc/macaw#277 and GaloisInc/macaw-loader#12.
- Loading branch information
1 parent
d6d2654
commit d9c6ff6
Showing
4 changed files
with
91 additions
and
29 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
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