-
Notifications
You must be signed in to change notification settings - Fork 274
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
improves the main subroutine discovery within glibc runtime (#1532)
1) makes it more robust by lifting an assumption that __libc_start_main is called in the first block of the start subroutine (now it could be any block); 2) uses the new bap-c functionality to properly apply abi processor on the discovered main subroutine.
- Loading branch information
Showing
1 changed file
with
23 additions
and
61 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