summaryrefslogtreecommitdiff
path: root/Libraries/LibELF/DynamicLoader.cpp
AgeCommit message (Expand)Author
2020-12-01LibELF+Kernel: Validate program headers in Image::parseAndrew Kaster
2020-08-30Libraries: Unbreak building with extra debug macrosBen Wiederhake
2020-08-12LibELF: Tell compiler about invisible callsBen Wiederhake
2020-08-09LibELF+Lagom: Use FlatPtr instead of u32 in DynamicLoader to get LibELF to bu...Nico Weber
2020-08-09LibELF+Lagom: Work towards getting LibELF in LagomNico Weber
2020-04-11LibELF: Validate the mapped file in DynamicLoader constructorAndrew Kaster
2020-04-11LibELF: Move ELF classes into namespace ELFAndrew Kaster