-
Notifications
You must be signed in to change notification settings - Fork 573
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
i#5437 glibc: Auto-deduce __libc_early_init offsets (#6929)
Adds decoding of __libc_early_init to find the glibc private loader workaround offsets we need. The heuristic is to look for the last large (>0x100) load offset before the first DIV. Tested on 2.38 64-bit and 32-bit. Also updates the __libc_early_init offsets for 32-bit glibc 2.38 as a fallback. Tested these locally. Issue: #5437
- Loading branch information
1 parent
77e4b27
commit 8fe5d48
Showing
1 changed file
with
69 additions
and
13 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