Nanquitas
|
4b341e039a
|
Merge branch 'master' of https://github.com/AuroraWright/Luma3DS
|
2018-11-15 13:49:35 +01:00 |
|
Nanquitas
|
1ae01c2406
|
GDB: add 'catchsvc' command to catch svc with IDA
Usage:
- 'catchsvc 0' : Don't catch svcs
- 'catchsvc 1' : Catch all svcs
- 'catchsvc 1;19;24;32;' : Only catch svc 0x19, svc 0x24 and svc 0x32
|
2018-11-15 13:44:45 +01:00 |
|
Nanquitas
|
2182742708
|
Implement plugin loader
|
2018-11-15 13:38:19 +01:00 |
|
Nanquitas
|
2520079536
|
Increase code dump on exception
|
2018-08-04 16:22:16 +02:00 |
|
Nanquitas
|
0a87e41c66
|
socAccept: Fix an omitted comment, which masked a condition
|
2018-08-04 16:10:35 +02:00 |
|
 Nanquitasandfincs
|
dd6e071dde
|
socAccept: Fix an omitted comment, which masked a condition
|
2018-07-05 23:33:34 +02:00 |
|
Nanquitas
|
bec8daf028
|
Fix sleep issue (freeze) when InputRedirection is enabled
|
2018-06-23 23:06:18 +02:00 |
|
 NanquitasandGitHub
|
8447c209a7
|
Fix GPU_PSC1_CNT address
|
2018-05-13 10:58:07 +02:00 |
|
 NanquitasandGitHub
|
dc195dffad
|
Fix KProcessHandleTable__ToKThread on latest fw
|
2018-04-26 19:30:50 +02:00 |
|
Nanquitas
|
7cb74b74d7
|
Rosalina: fix freeze when attempting to open Rosalina before the system finished to boot
|
2018-01-18 23:39:47 +01:00 |
|
 NanquitasandGitHub
|
337205eb08
|
sock_util: remove unneeded check
We loop while (server_sockfd == -1) so it's safe to assume that (server_sockfd != -1) once out of the loop.
|
2018-01-18 22:57:46 +01:00 |
|
Nanquitas
|
f36977017b
|
InputRedirection: check service existence instead of using OpenProcessByName
|
2018-01-18 20:44:54 +01:00 |
|
Nanquitas
|
e40b547bb6
|
gdb: new getmemregions command
|
2018-01-18 17:23:43 +01:00 |
|
Nanquitas
|
1c2e8dec11
|
Fix the impossibility to set a second watchpoint
|
2017-11-22 03:37:23 +01:00 |
|
Nanquitas
|
b7f4ac02c8
|
Exceptions: display more infos on screen (status, far, access type)
|
2017-08-15 14:09:14 +02:00 |
|
Nanquitas
|
26d0cafb39
|
exception_parser.py: display the fault status source
|
2017-08-15 00:51:20 +02:00 |
|
 NanquitasandGitHub
|
f235bc83a8
|
Watchpoints: fix read DSCR to enable MonitorMode
|
2017-08-14 16:10:50 +02:00 |
|