Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix adjusting startPage #127

Merged
merged 1 commit into from
Jun 3, 2020
Merged

fix adjusting startPage #127

merged 1 commit into from
Jun 3, 2020

Commits on Jul 21, 2017

  1. fix adjusting startPage

    startPage is adjusted unconditionally for all executables.
    This results in incorrect addresses assigned to INTERP and LOAD
    program headers, which breaks patched executable.
    
    Adjusting startPage variable only when startOffset > startPage
    should fix this.
    
    This change is related to the issue #10
    
    Signed-off-by: Ed Bartosh <[email protected]>
    Ed Bartosh committed Jul 21, 2017
    Configuration menu
    Copy the full SHA
    1cc234f View commit details
    Browse the repository at this point in the history