-
Notifications
You must be signed in to change notification settings - Fork 479
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
symbol:Fix
load_dynsymtab
to support no-plt
`load_dynsymtab` only loaded the dynamic symbols from `dynsym` and PLTs(`.rel(a).plt` and `.plt`). this commit fixes it to call the `arch_load_dynsymtab_noplt` in the `load_dynsymtab`, so it also loads the dynamic symbols from the `rel(a).dyn`, which normally saves the symbols in case of no-plt option. Signed-off-by: ChoKyuWon <[email protected]>
- Loading branch information
Showing
3 changed files
with
39 additions
and
25 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