You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The code assumes addresses before the first .text section can be mapped as generated code. But if the ASLR slide is 0, then they are not mappable as generated code, and the program will fail to perform the call to svc::ControlCodeMemory and subsequently crash.
The text was updated successfully, but these errors were encountered:
This code does not work when ASLR is disabled or you hit the 1/260000 lottery of selecting a 0 ASLR slide value:
skyline/source/skyline/inlinehook/And64InlineHook.cpp
Lines 536 to 552 in 972cdef
The code assumes addresses before the first .text section can be mapped as generated code. But if the ASLR slide is 0, then they are not mappable as generated code, and the program will fail to perform the call to svc::ControlCodeMemory and subsequently crash.
The text was updated successfully, but these errors were encountered: