Releases: reswitched/Mephisto
Releases · reswitched/Mephisto
Mephisto v1.2.1
Changelog
- make svcGetInfo return 0xf001 on unrecognized keys, so homebrew can use it for feature detection
Mephisto v1.2.0
Changelog
- Add ldr:ro
- Add svcMapPhysicalMemory and svcUnmapPhysicalMemory
- Fix IFile fclose segfault
Mephisto v1.1.1
Changelog
- fixed svcQueryMemory returning memory type 5 on the region immediately following the heap
Mephisto v1.1.0
Changelog
- add
--relocate
option for running relocations on NRO files - add
--initialize-memory
option, to help catch uninitialized memory errors
Mephisto v1.0.2
Changelog
- Moved map region and new map region to within the 38-bit address space.
Mephisto v1.0.1
Changelog
Unicorn is now statically linked.
Mephisto v1.0.0
Initial release