mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-09-30 06:47:09 +02:00
loader: pretend to be polite about patch ordering
This commit is contained in:
parent
20851d42f6
commit
0e3349fa17
@ -534,11 +534,11 @@ namespace ams::ldr {
|
|||||||
std::memset(reinterpret_cast<void *>(map_address + ro_end), 0, nso_header->rw_dst_offset - ro_end);
|
std::memset(reinterpret_cast<void *>(map_address + ro_end), 0, nso_header->rw_dst_offset - ro_end);
|
||||||
std::memset(reinterpret_cast<void *>(map_address + rw_end), 0, nso_header->bss_size);
|
std::memset(reinterpret_cast<void *>(map_address + rw_end), 0, nso_header->bss_size);
|
||||||
|
|
||||||
/* Apply IPS patches. */
|
|
||||||
LocateAndApplyIpsPatchesToModule(nso_header->build_id, map_address, nso_size);
|
|
||||||
|
|
||||||
/* Apply embedded patches. */
|
/* Apply embedded patches. */
|
||||||
ApplyEmbeddedPatchesToModule(nso_header->build_id, map_address, nso_size);
|
ApplyEmbeddedPatchesToModule(nso_header->build_id, map_address, nso_size);
|
||||||
|
|
||||||
|
/* Apply IPS patches. */
|
||||||
|
LocateAndApplyIpsPatchesToModule(nso_header->build_id, map_address, nso_size);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Set permissions. */
|
/* Set permissions. */
|
||||||
|
Loading…
Reference in New Issue
Block a user