Michael Scire
03a425a579
stratosphere: TODO: panic -> std::abort()
2019-05-10 03:28:18 -07:00
Michael Scire
41f5b39f6b
stratosphere: stop using kernelAbove
2019-05-10 03:25:07 -07:00
Michael Scire
5c9d0f05b1
loader: use libstratosphere randomness
2019-04-20 16:53:56 -07:00
Michael Scire
03e176d7f1
atmosphere: current year is 2019
2019-04-07 19:00:49 -07:00
Mat M
b237168ec7
loader: Silence Wmissing-field-initializers warnings ( #499 )
...
Specifying 0 as the initial entry of a structure is a C-ism. C++ permits
using an empty set of braces to signify the same behavior, silencing
missing initializer warnings.
2019-04-04 21:05:41 -07:00
Michael Scire
a0f3183c79
strat: sha256 s/linux/libnx/g
2019-04-04 12:02:00 -07:00
Michael Scire
c6d67eab6a
strat: 0 -> ResultSuccess
2019-03-28 22:39:39 -07:00
Michael Scire
acffae6643
strat: replace kernel/dbg magic numbers with result defs
2019-03-28 16:57:18 -07:00
Michael Scire
db19fa0f7f
loader: Use result definitions instead of magic numbers
2019-03-28 15:06:50 -07:00
Michael Scire
eefee8c7a8
loader: add support for title-specific override keys
2019-02-23 07:18:24 -08:00
misson20000
5c147e5188
loader: add SetExternalContentSource extension
2018-10-29 07:11:16 +09:00
misson20000
376feb63bd
loader: make ShouldOverrideContents take a tid argument
2018-10-29 07:11:16 +09:00
Michael Scire
6afbcd12d9
Loader: Button override + first-class HBL support
2018-09-19 16:21:46 -07:00
hexkyz
28e4d4411d
Add and fix copyright notices for better GPL compliance (thanks @naehrwert and @CTCaer).
2018-09-07 16:00:13 +01:00
Michael Scire
44e2412ae6
Loader: Change ips patch location to ease patch distribution
2018-07-29 11:27:19 -07:00
Michael Scire
c1fd2eda20
Loader: Skeleton IPS/IPS32 patching support.
2018-07-28 20:01:09 -07:00
Michael Scire
dd4993dfda
Loader: Use HW-acceleration for SHA256
2018-07-24 01:26:37 -07:00
Michael Scire
bcf81fe957
Loader: Fix argument passing.
2018-06-24 21:39:05 -06:00
Michael Scire
237ff0d1e7
libstratosphere/fs.mitm: Push WIP support for Domains. Not yet fully working.
2018-06-12 16:01:04 -06:00
Michael Scire
e05f199394
Loader: Fix (all?) remaining bugs in ldr:pm.
...
Loader now works when booted as a KIP1. NOTE: ldr:ro still needs
debugging.
2018-05-01 16:49:20 -06:00
Michael Scire
1d73bd0a12
Loader: Start work on LoadNRR, Add AutoCloseMap
2018-04-26 19:13:55 -06:00
Michael Scire
678bf5914a
Loader: Properly map BSS as rw.
2018-04-25 01:50:23 -06:00
Michael Scire
3e36e81e80
Loader: Fix bugs in CreateProcess(), which now succeeds on hardware (1.0.0)
2018-04-24 17:56:32 -06:00
Michael Scire
e443b625ec
Loader: Finish Loader::CreateProcess().
2018-04-24 06:52:13 -06:00
Michael Scire
80fedc51c1
Loader: Implement all remaining parts of CreateProcess except LoadNsoSegment.
2018-04-24 06:25:31 -06:00
Michael Scire
ee9bfd514c
Loader: Implement argument passing.
2018-04-24 06:14:04 -06:00
Michael Scire
a96f862f11
Loader: Implement most of LoadNsosIntoProcessMemory
2018-04-24 06:01:32 -06:00
Michael Scire
d09c48c6c7
Loader: Implement RandomUtils (for ASLR)
2018-04-24 05:05:04 -06:00
Michael Scire
b11c2fe755
Loader: Implement NSO Extent calculation (note: ASLR currently disabled due to lack of entropy source.)
2018-04-24 04:41:29 -06:00
Michael Scire
5e5dd530c7
Clean up Nso fopen semantics
2018-04-24 03:14:40 -06:00
Michael Scire
7227817b99
Loader: Fix off-by-one in SDK nso header loading.
2018-04-23 20:10:01 -06:00
Michael Scire
73b6225d2e
Loader: Add Nso Header loading, loadset validation in CreateProcess
2018-04-23 20:05:22 -06:00