Skip to content

Commit

Permalink
loader: use interpreter if possible
Browse files Browse the repository at this point in the history
fixed end address alignment
fixed loading elfs without sceDynlibData
pass phdr address to interpreter
cleanup
  • Loading branch information
DHrpcs3 committed Aug 31, 2024
1 parent 797f702 commit f09d315
Show file tree
Hide file tree
Showing 4 changed files with 189 additions and 247 deletions.
1 change: 1 addition & 0 deletions orbis-kernel/include/orbis/module/Module.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ struct Module final {

bool isTlsDone = false;

utils::kstring interp;
utils::kvector<Symbol> symbols;
utils::kvector<Relocation> pltRelocations;
utils::kvector<Relocation> nonPltRelocations;
Expand Down
Loading

0 comments on commit f09d315

Please sign in to comment.