Images 💾

Last commit ⭐

commit c42e8ddc485017b416eb1f11d285e6f2010e8c07
Author:     Sönke Holz <sholz8530@gmail.com>
AuthorDate: Sat Sep 9 21:04:00 2023 +0200
Commit:     Tim Schumacher <timschumi@gmx.de>
CommitDate: Wed Sep 27 03:33:36 2023 +0200

    LibELF: Calculate size of relocation table correctly in all cases
    
    RELASZ might include the PLT table as well. Check if that is the case
    and correct the size of the non-PLT relocation table.