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

36 commits

Author SHA1 Message Date
suchmememanyskill
f48447f9f5 make Systemwipe.te 2021-07-24 23:00:05 +02:00
suchmememanyskill
60eac955f6 make fwdump.te significantly more cursed 2021-07-23 16:06:52 +02:00
suchmememanyskill
5bd4dd3a48 add comments, fix std bugs, add menu 2021-07-23 14:03:49 +02:00
suchmememanyskill
e41971c7d6 safety push 2021-07-23 01:10:03 +02:00
suchmememanyskill
b730c060c7 possibly fix parser instability?? 2021-07-22 18:13:57 +02:00
suchmememanyskill
9b47a0da33 Fix line counter maybe? 2021-07-22 17:23:59 +02:00
suchmememanyskill
3ab95dfd64 add crude firmware dumping script 2021-07-21 15:19:27 +02:00
suchmememanyskill
d7ebd9fdbe safety push 2021-07-21 01:30:08 +02:00
suchmememanyskill
e49f184f9b properly implement #REQUIRE (VER x.x.x, MINERVA, KEYS) 2021-07-19 16:25:32 +02:00
suchmememanyskill
2311c52ebf remove old gc code 2021-07-19 12:28:40 +02:00
suchmememanyskill
3cd78d6efd add scripts to the main menu, fix script parser reading beyond EOF 2021-07-18 23:51:27 +02:00
suchmememanyskill
00fc334764 implement the most important function 2021-07-13 16:30:34 +02:00
suchmememanyskill
3c640e23b1 add string array indexing 2021-07-13 15:53:49 +02:00
suchmememanyskill
8c6e70b63d add dicts 2021-07-12 18:04:52 +02:00
suchmememanyskill
0bef41c033 add break 2021-07-10 14:45:09 +02:00
suchmememanyskill
91af9b4437 make the garbage collector less terrible 2021-07-10 01:12:39 +02:00
suchmememanyskill
65a28d8ef6 implement if.else() 2021-07-09 23:46:21 +02:00
suchmememanyskill
623634b515 optimize arrayClass.c 2021-07-09 23:19:10 +02:00
suchmememanyskill
2ddc7ae2a9 tsv3 start ig 2021-07-09 22:56:13 +02: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
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
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
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
baec43da2a as a joke, adding setPixel to Tscript 2020-12-28 15:02:08 +01:00
suchmememanyskill
b0dd71bd4f implement TScript v2.5 2020-12-28 14:51:59 +01:00