mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2026-04-25 07:46:01 +03:00
[PR #16] [MERGED] Dynamic resolver #1218
Labels
No labels
Bloodborne
bug
contributor wanted
documentation
enhancement
frontend
good first issue
help wanted
linux
pull-request
question
release
verification progress
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/shadPS4#1218
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/shadps4-emu/shadPS4/pull/16
Author: @georgemoralis
Created: 6/12/2023
Status: ✅ Merged
Merged: 6/12/2023
Merged by: @georgemoralis
Base:
main← Head:dynamic_resolver📝 Commits (9)
e02c0a9simplify main (not loading imgui and sdl for the moment)672e2b2initial dynamic loader , parsing DT_HASH atm8932be6parsing DT_OS_HASHZ, DT_OS_STRTAB , DT_OS_STRSZ for dynamic loaderd995a0eadded DT_INIT.DT_FINI,DT_OS_PLTGOT,DT_OS_SYMTAB,DT_OS_SYMTABSZdd4ddddAdded DT_SCE_JMPREL,DT_SCE_PLTRELSZ,DT_SCE_PLTREL,DT_SCE_RELA,DT_SCE_RELASZ,DT_SCE_RELAENT94dff9badded DT_INIT_ARRAY, DT_FINI_ARRAY,DT_INIT_ARRAYSZ,DT_FINI_ARRAYSZ,DT_PREINIT_ARRAY,DT_PREINIT_ARRAYSZ,DT_SCE_SYMENT6e0cf37Added DT_DEBUG, DT_TEXTREL,DT_FLAGS,DT_NEEDED6fcfe38Added DT_OS_NEEDED_MODULE0682830DT_SCE_IMPORT_LIB,DT_SCE_ORIGINAL_FILENAME,DT_SCE_MODULE_INFO added. Dynamic loader should be ok for now📊 Changes
4 files changed (+309 additions, -3 deletions)
View changed files
📝
src/Core/PS4/Linker.cpp(+158 -0)📝
src/Core/PS4/Linker.h(+78 -0)📝
src/Loader/Elf.h(+65 -0)📝
src/main.cpp(+8 -3)📄 Description
Added dynamic resolver
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.