1
0
Fork 0
mirror of https://github.com/suchmememanyskill/TegraExplorer.git synced 2024-11-22 20:06:43 +00:00
Commit graph

277 commits

Author SHA1 Message Date
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
suchmememanyskill
45d86a31b1 Fix some bugs in the keyboard 2020-12-29 19:20:33 +01:00
suchmememanyskill
48ddc6ea60 add old bad hexview 2020-12-29 17:12:58 +01:00
suchmememanyskill
dfc02f9f81 Add keyboard, create folder, rename folder/file 2020-12-29 16:51:47 +01:00
bleck9999
2302e6111a
fix war crimes (#31) 2020-12-29 13:11:52 +01:00
suchmememanyskill
e8d583b1de display the correct page count 2020-12-29 02:21:23 +01:00
suchmememanyskill
9753893045 list_empty does not empty the list, oops 2020-12-29 02:12:35 +01:00
suchmememanyskill
82c5555112 Display version info from makefile 2020-12-29 01:58:47 +01:00
suchmememanyskill
2e5ee10f93 Making the main menu look pretty 2020-12-29 01:53:39 +01:00
suchmememanyskill
46460adc3b Fuck testing my controllers 2020-12-29 01:13:09 +01:00
suchmememanyskill
5898c861ec Add Folder copy/move/delete
Also implement the current folder menu
2020-12-29 01:05:33 +01:00
suchmememanyskill
e1350de346 make sure sd space > emummc 2020-12-28 21:59:25 +01:00
suchmememanyskill
f1d433e69a Add partitioning
Also add sd mounting/unmounting
Also add vol+/- controls for sideways menus
2020-12-28 20:08: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
suchmememanyskill
513bd804b1 Add fw dumping
- also fatfs is stupid
- also close files properly on a failed copy
- also check for errors during folder readouts
- also make sure holding vol- doesn't dump the keys anyway
2020-12-28 02:29:58 +01:00
suchmememanyskill
859ad2cc4c Show EMMC/EMUMMC GPT 2020-12-27 23:33:23 +01:00
SuchMemeManySkill
3307e975c9 lets try that one again 2020-12-27 00:44:48 +01:00
SuchMemeManySkill
831adc0080 Hacker voice: *i'm in* (to the emmc) 2020-12-26 23:41:25 +01:00
SuchMemeManySkill
07540b4651 add key dumping 2020-12-26 22:24:41 +01:00
SuchMemeManySkill
ab5c5e799e Add file copy/move 2020-12-26 01:05:33 +01:00
SuchMemeManySkill
a74a8814e1 Safety first (for deletions) 2020-12-25 23:10:23 +01:00
SuchMemeManySkill
9c47d11843 Add some options to FileMenu
!Warning, there is no confirmation yet on deletions
2020-12-25 22:19:04 +01:00
SuchMemeManySkill
9588ffb89a Add exceptions, start file menu 2020-12-25 21:16:24 +01:00
SuchMemeManySkill
1a931b0256 Add errors
and prepare for file menu more
and fix that you can't go left right when going up down
2020-12-25 00:20:30 +01:00
SuchMemeManySkill
b97bab3661 Mess with the design a bit, prep for folder menu 2020-12-24 17:06:21 +01:00
SuchMemeManySkill
5190469e9c file list should fill the screen 2020-12-24 00:51:27 +01:00
SuchMemeManySkill
0c0ccac855 misc fixes. Add Page/Count view. 2020-12-24 00:31:17 +01:00
SuchMemeManySkill
d6c4204027 Start of rewrite
Based on lockpick_rcm 1.9.0
2020-12-23 17:39:22 +01:00
suchmememanyskill
acef46781d hotfix for 11.0.0. Bump version to 2.0.5 2020-12-03 21:58:38 +01:00
huhenU
4b445d6c9c
Add check for unmounted SD card in emmc (#26)
* Add check for unmounted SD card

* Implement it the better way and remove message Meme doesn't like

* Remove comma and remove dump option if no sd is inserted

Hopefully the last commit to this PR. Hopefully.
2020-08-11 17:12:20 +02:00
suchmememanyskill
0146f0ddb0 Bump version 2020-08-03 13:10:02 +02:00
SuchMemeManySkill
b42b52eb43 Include a (bad) method to dump with .cnmt.nca 2020-07-14 17:38:56 +02:00
Such Meme, Many Skill
81cf8c201c Fix a few bugs in the arg parser 2020-05-29 00:07:19 +02:00
Such Meme, Many Skill
34abed91a9 Bump version 2020-05-28 23:26:01 +02:00
Such Meme, Many Skill
abf814686d Change menu around a bit 2020-05-20 02:28:43 +02:00
Such Meme, Many Skill
f8394ae323 Merge branch 'Script_Fuckery' 2020-05-20 00:20:02 +02:00
Such Meme, Many Skill
fc69dc36ee Merge lockpickrcm changes 2020-05-19 18:20:19 +02:00
Such Meme, Many Skill
a8e86c2de3 Don't forget to take results 2020-05-17 23:42:53 +02:00
Such Meme, Many Skill
f61fcfea32 Empty strings should be valid 2020-05-17 01:04:33 +02:00
Such Meme, Many Skill
a872b90597 Change arg parser, add some commands, may break shit 2020-05-17 00:46:53 +02:00
Such Meme, Many Skill
6934e1422f Various improvements to scripting lang
- Errors will now be more precise, there are now 2 separate errors for a function lookup failure and a failure inside a function
- Errors will now show which line number they failed at, instead of the character offset
- Minus values are not considered errors anymore, however, printing them does not work well
- Gotos now make a @RETURN variable to make making functions easier
2020-05-15 20:17:31 +02:00
Such Meme, Many Skill
f49245e4ab Fix hidden copies messing with screen positions 2020-05-15 16:20:52 +02:00
Such Meme, Many Skill
9075f20854 Clean up bisfile extraction 2020-05-15 16:07:23 +02:00
Such Meme, Many Skill
6bc474a981 Bump version 2020-05-10 21:56:11 +02:00
Such Meme, Many Skill
91536268ad Fix compiling issues (hopefully) 2020-05-10 21:51:30 +02:00
Such Meme, Many Skill
b484dc11d8 Hopefully fix partitioning issues & clean up menu control code 2020-05-10 11:41:16 +02:00
Such Meme, Many Skill
14a3a39c01 Remove dumping user saves from tools
This has been replaced by a script: https://github.com/suchmememanyskill/TegraScript/blob/master/scripts/savedumper.te
2020-05-09 13:52:46 +02:00
Such Meme, Many Skill
6868ef3536 Reset print pos after copying a file 2020-05-09 12:21:34 +02:00
Such Meme, Many Skill
97810335ed fix a bug that basically has no effect
thanks shchmue for pointing that out :smug:
2020-05-09 00:26:02 +02:00
Such Meme, Many Skill
43617ef511 Add save signing 2020-05-09 00:22:35 +02:00
Such Meme, Many Skill
19fe7f15a9 Fix (not) asking to make sure to flash in scripts 2020-05-08 20:57:26 +02:00
Such Meme, Many Skill
00a58f12ec Bump version 2020-05-04 20:49:23 +02:00
Such Meme, Many Skill
74ba5bb776 Fix broken menus 2020-05-04 20:48:23 +02:00
Such Meme, Many Skill
a9ea9725d4 Speed up copy & formats 2020-05-04 20:30:51 +02:00
Such Meme, Many Skill
9799e2b47e Small optimizations 2020-05-04 13:55:26 +02:00
Such Meme, Many Skill
6681a35b2c Revert some changes 2020-05-03 13:22:37 +02:00
Such Meme, Many Skill
22ecb34fec Bump version 2020-05-03 02:17:36 +02:00
Such Meme, Many Skill
cb46e4bc40 Add screenshot feature 2020-05-03 02:00:04 +02:00
Such Meme, Many Skill
6c2d0cf162 small fixes 2020-05-03 00:30:05 +02:00
Such Meme, Many Skill
4907afd9f3 forget to wait on user input on hidWaitMask 2020-05-02 23:51:16 +02:00
Such Meme, Many Skill
acb43b67db Improvements to script control 2020-05-02 23:35:25 +02:00
Such Meme, Many Skill
baac8dc2fb Fix deadlock in hexview
thanks huhen
2020-05-02 21:56:49 +02:00
Such Meme, Many Skill
7add4b6b13 Misc fixes, mostly related to no-joycon controls 2020-05-02 20:53:13 +02:00
Such Meme, Many Skill
a146a38af7 Increase accuracy of scrollbar 2020-05-02 19:51:04 +02:00
Such Meme, Many Skill
c45be1258a Add more invalid chars 2020-05-02 19:29:55 +02:00
Such Meme, Many Skill
b0f2ce4211 "reeeee indent"
thanks asp for spotting
2020-05-02 17:42:10 +02:00
Such Meme, Many Skill
f9cf371cf9 i have no brain and i must rename 2020-05-02 17:31:00 +02:00
Such Meme, Many Skill
b273b1e5ab Add renaming option 2020-05-02 16:40:40 +02:00
Such Meme, Many Skill
0bf3b35582 Combat menu breakage due to speedmode™️ 2020-05-02 14:20:55 +02:00
Such Meme, Many Skill
2cac144ba8 Change some more functions to accept the new input 2020-05-02 14:06:56 +02:00
Such Meme, Many Skill
0d98f65f99 Add script button stuff 2020-05-02 13:33:54 +02:00
Such Meme, Many Skill
83e6bf7090 I am speed 2020-05-02 13:05:06 +02:00
Such Meme, Many Skill
4aca6e5fcf Edit some more btn_waits() out 2020-05-02 02:05:37 +02:00
Such Meme, Many Skill
aa6d522c16 Update tools 2020-05-02 01:54:03 +02:00
Such Meme, Many Skill
2cced5bdac Ajust some gfx functions for joycon compatibility 2020-05-02 01:41:43 +02:00
Such Meme, Many Skill
9178813338 Change gui around 2020-05-02 00:50:08 +02:00
Such Meme, Many Skill
7ad77cffb0 Basic controller input 2020-05-01 22:42:49 +02:00
Such Meme, Many Skill
12c3ffc2e4 Merge hekate changes, sorta 2020-05-01 20:09:17 +02:00
Such Meme, Many Skill
305c372d8c Horizontal TE, proper edition
yes i can't git, shut
2020-04-30 23:40:26 +02:00
bleck9999
6ee5c8cb5f destenation 2020-04-28 19:54:17 +01:00
bleck9999
a3d4636d84 destenation 2020-04-28 19:52:21 +01:00
bleck9999
ab4e88f1de
destenation 2020-04-28 19:36:40 +01:00
bleck9999
0c039e03c3
destenation 2020-04-28 19:36:31 +01:00
Such Meme, Many Skill
adc9d2e5bf Bump version 2020-04-26 01:28:11 +02:00
Such Meme, Many Skill
317e4b2038 Reduce file size + cleanup + add coreboot.rom file booting 2020-04-26 01:20:26 +02:00
Such Meme, Many Skill
bd99e2a138 Optimise screen scroll a bit, Edit display of filesizes 2020-04-23 14:40:55 +02:00
Such Meme, Many Skill
4c4a6511f3 Merge hekate changes
25ff127404
2020-04-23 13:54:48 +02:00
Such Meme, Many Skill
2bbcf63bd9 Fix restore% on e(mu)mmc partition restores 2020-04-23 13:40:29 +02:00
Such Meme, Many Skill
78722d9a90 Fix calc bug in partition size calculation 2020-04-22 12:23:18 +02:00
Such Meme, Many Skill
e24f8ad722 [Script] Make printf accept multiple args 2020-04-15 22:02:19 +02:00