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

Missing symbol on 11.00 (libSceLibcInternal) #4

Open
LightningMods opened this issue Jun 11, 2024 · 0 comments
Open

Missing symbol on 11.00 (libSceLibcInternal) #4

LightningMods opened this issue Jun 11, 2024 · 0 comments

Comments

@LightningMods
Copy link

LightningMods commented Jun 11, 2024

the symbol _Unwind_RaiseException isn't present on 11.00 so anything that throws an exception will crash on 11.00, this crash doesn't happen on some lower firmware alluding to it be removed in later FWs

here's the crash log from when I tested throwing a runtime exception,

thowing std::runtime_error("Crash")

# A user thread receives a fatal signal
#
# exception: 0xa0020101 (PRX_NOT_RESOLVED_FUNCTION)
# thread ID: 100939
# thread name: ItemzCore.self
# proc ID: 69
# proc name: ItemzCore.self
# proxied exception (Check generated coredump)

...........

# === Call to unpatched function is detected!!! ===
# Module Path	 : /app0/ItemzCore.self
# Caller Address : 0x0000000000729f80
# Required Module Name    : libSceLibcInternal
# Required Library Name   : libSceLibcInternal
# Required Function NID   : 0xC29349C260C3B71C
!!! You can find the symbol name corresponding to the NID by scanning the result of following command
!!! > orbis-bin.exe -ds .scenid <stub file>

C29349C260C3B71C is defined in libSceLibcInternal as _Unwind_RaiseException

 {
     "id": 14020631164130408220,
     "hex_id": "C29349C260C3B71C",
     "encoded_id": "wpNJwmDDtxw",
     "name": "_Unwind_RaiseException"
 },
@LightningMods LightningMods changed the title Missing symbol on 11.00 (LibcInternal) Missing symbol on 11.00 (libSceLibcInternal) Jun 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant