1
0
Fork 0
mirror of https://github.com/suchmememanyskill/TegraExplorer.git synced 2024-11-08 13:11:54 +00:00
Commit graph

294 commits

Author SHA1 Message Date
suchmememanyskill
ed072abb6b bdk: revert updating ini.c 2021-07-06 20:07:18 +02:00
suchmememanyskill
050e7e9ba2 update bdk 2021-06-24 21:44:59 +02:00
suchmememanyskill
fec68fbe45 Merge branch 'small' 2021-06-24 21:28:04 +02:00
suchmememanyskill
98c36cafd3 oops 2021-06-24 21:26:36 +02:00
suchmememanyskill
24a90ebc99 upgrade vector.c 2021-06-24 13:01:33 +02:00
suchmememanyskill
a1ae52e8ac show key error upon mounting mmc and fix small files in hex view 2021-05-23 23:57:58 +02:00
suchmememanyskill
bb4361c991 Update for 12.0.2, bump version 2021-05-12 13:36:16 +02:00
suchmememanyskill
e81e418b1e add 12.0.0 support, bump version 2021-04-07 01:16:58 +02:00
suchmememanyskill
adc54c9881 bump version to 3.0.3 2021-04-02 10:47:11 +02:00
suchmememanyskill
347513a037 dump/restore files decrypted
Most notable is that you can now restore atmosphere prodinfo backups
2021-03-17 16:35:22 +01:00
suchmememanyskill
d8f0c714b6 show sd error message on mount fail 2021-03-02 00:39:31 +01:00
suchmememanyskill
ae6c0dd9f9 also upload small version after build 2021-01-31 20:45:19 +01:00
suchmememanyskill
3667da9b81 attempt 5 2021-01-31 20:41:40 +01:00
suchmememanyskill
946c43549f attempt 4 2021-01-31 20:38:28 +01:00
suchmememanyskill
b06b3b2ac9 attempt 3 2021-01-31 20:33:02 +01:00
suchmememanyskill
a80a1cf949 attempt 2 2021-01-31 20:23:47 +01:00
suchmememanyskill
3a079f11c5 attempt at fixing workflow file 2021-01-31 20:21:25 +01:00
suchmememanyskill
3499ad1549 TE smol edition
Makefile made by dennthecafebabe
2021-01-31 19:59:28 +01:00
suchmememanyskill
853cf4f5cf bump version to 3.0.2 2021-01-30 14:40:05 +01:00
suchmememanyskill
97306ec204 mariko should not be able to reboot to rcm via home 2021-01-30 14:32:19 +01:00
suchmememanyskill
81120849d0 fix the bis cluster cache if too much data was read 2021-01-23 00:09:23 +01:00
suchmememanyskill
0129039d76 Add reboot normally option, hide reboot to rcm on mariko
On mariko, rebooting normally will bypass fuses
2021-01-21 17:59:49 +01:00
suchmememanyskill
7862a15e1d controller can be NULL 2021-01-12 00:37:31 +01:00
suchmememanyskill
8709e3aa2e Update bdk to hekate 5.5.2 2021-01-12 00:30:14 +01:00
suchmememanyskill
f730f4a08e bump version to 3.0.1 2021-01-11 22:14:38 +01:00
suchmememanyskill
ec64658a6a reee copy printing 2021-01-11 21:37:09 +01:00
suchmememanyskill
86db030bda small fixes
- On a switch lite, the home and cap buttons do weird things, so we should disable m
- File deletions should wait a bit
2021-01-11 21:22:24 +01:00
suchmememanyskill
d27832effb [script] Fix <= and >= 2021-01-10 23:19:51 +01:00
suchmememanyskill
5057bb2863 [script] menu now allows for hidden & skip entries 2021-01-10 16:58:40 +01:00
suchmememanyskill
963987d639 [script] add operators, add reboot to payload
- Add a function to reboot to payload
- Add an "Empty array" variable type that is created when you try to assign []. This will get filled with a valid entry upon first addition
- Adds operator string array plus string
2021-01-10 16:32:50 +01:00
suchmememanyskill
3f80693d9e Save bytes, add screenshots into main and more
- Also run script on bootup if a script called startup.te is found on the root of the sd
- Saved bytes by just disabling making exfat partitions, lol
2021-01-10 00:10:28 +01:00
suchmememanyskill
5485f5ca06 Add screenshot taking as debug arg 2021-01-09 17:12:45 +01:00
suchmememanyskill
981e5435ea Add charging icon 2021-01-08 19:32:06 +01:00
suchmememanyskill
99c2abeaf3 not all gpt entries are all caps 2021-01-05 19:42:15 +01:00
suchmememanyskill
cf2c116240
Complete rewrite of TE
Merge pull request #32 from suchmememanyskill/rewrite
2021-01-05 17:00:00 +01:00
suchmememanyskill
502a246949 add timerMs function, unmounting emu does not unmount sd 2021-01-05 15:55:11 +01:00
suchmememanyskill
e98a3bba68 don't pause script on exit except on error 2021-01-04 23:42:26 +01:00
suchmememanyskill
9447256934 Remove beta signature 2021-01-04 18:30:09 +01:00
suchmememanyskill
7e2a672753 [script] fix == not working 2021-01-04 18:27:17 +01:00
suchmememanyskill
12136d9289 [Script] add last bits
Fixed: Scripts should free at the end
Added: ncaGetType, saveSign
Modified: pathCombine can now take 2+ args to combine
2021-01-04 16:57:47 +01:00
suchmememanyskill
c9fdb650c3 [script] Make equivalent to tsV1
Fixed: functions in functions
Added functions: version, menu, pathCombine, pathEscFolder, fileMove, fileCopy, fileDel, mmcConnect, mmcMount, mkdir, dirRead, dirCopy, dirDel, mmcDump, mmcRestore
2021-01-04 01:55:58 +01:00
suchmememanyskill
e1491da4ad [script] add some util functions
functions added: return, exit, printPos, clearscreen, drawBox, color, pause, exit
2021-01-02 12:43:15 +01:00
suchmememanyskill
e0c62cbec4 [script] add bitshifting 2021-01-02 11:39:14 +01:00
suchmememanyskill
e1f292fe0d [script] vector slicing, basic file functions
new operators:
vector(int, byte) - int -> works like py's list[0:-int]
vector(int, byte) : int -> works like py's list[int:]

new functions:
fileRead, fileWrite, fileExists, bytesToStr
2021-01-01 18:30:51 +01:00
suchmememanyskill
3d4182ec57 add fuse info to view dumped keys 2021-01-01 11:49:45 +01:00
suchmememanyskill
b818b577e9 Small tweaks
- swap crash for credits
- home now reboots to atmosphere/reboot_payload.bin, or rcm if not found
2021-01-01 11:43:31 +01:00
suchmememanyskill
a39b3b2460 [script] add 2 new operators
- Str : Int ->  works like py's [Int:]
- Str - Int -> subtracts x amount of characters from the end of the string
2020-12-31 21:20:48 +01:00
suchmememanyskill
95d4f2bbeb [script] str - str should not modify ptr 2020-12-31 20:57:15 +01:00
suchmememanyskill
cd6bf6ad9d add partition flashing 2020-12-31 12:55:26 +01:00
suchmememanyskill
db2e115fb0 add partition dumping 2020-12-30 22:51:07 +01:00