Commit Graph

93 Commits

Author SHA1 Message Date
eliboa 417d212ea9
Delete FUNDING.yml 2021-11-30 22:10:25 +01:00
eliboa 0e72b97770
Merge pull request #51 from suDisdain/patch-1
Add additional alternative to RCM injectors list
2021-11-14 08:58:35 +01:00
eliboa 2524968059
Merge pull request #50 from Pysis868/feature/add-logging-switch
Add logging switch
2021-11-14 08:58:21 +01:00
Malachi b6d6f18e6a
Add additional alternative to RCM injectors list
Added JTegraNX as an a suggestion for other platforms, as it is a cross-platform GUI choice
2021-11-14 14:19:09 +11:00
Pysis 6c0fb778f4 Cleaning
Made a consolidated output path style that seems reasonable, and ignored it from SCM.
Thought the project should build in release mode and found it was over-customized in debug mode.
Also had to fix some random security errors.
Made the build configurations more consistent, and also simplified them, opting now to only enable the env var method that is more flexible and may have been added automatically by the IDE as a successful recommendation.
Simplified README accordingly.
2021-09-23 02:22:38 -04:00
Pysis 5c37ceaa97 Re-enable logging feature with convenience
It seemed useful as I was having issues while using the program normal, and since it was already developed.

Added brand new gitignore file ignoring IDE cache and build result files.
Updated README with additional development instructions so the project can be built and work more immediately once opening.
Added new setting/preset `LOGGING` with a checkbox on the settings page.  Kept the overall dialog size by placing it near the bottom off to the right side from the install driver button for now.
Also fixed the tab order for all of those elements.
Added the usual element id unique at least to the 1 tab, removing a typo for another while I was in that same file, along with the relevant init code and user action handler for controlling the checkbox's state.

Had to initialize the `TegraRcm` object earlier in the dialog class and have the logging state properly initialized since there were `AppendLog` method calls early in program execution.

Updated the project tooling to 2019 (v142).
Swore the library file was being used before but I only found the include paths later on, so added that additional dependency so the program would build finding the external function references.
2021-09-23 01:09:36 -04:00
eliboa 1786276e52
Update README.md 2021-02-11 21:42:18 +01:00
eliboa 3be31123e9
Update README.md 2020-11-19 11:49:16 +01:00
eliboa 7b60923460
Update README.md 2020-07-21 17:16:23 +02:00
eliboa 2f00e5264b
Badges 2020-07-17 22:38:26 +02:00
eliboa 6e4d3a3906
Update README.md 2020-05-01 01:44:52 +02:00
eliboa b115ecadb2
Create FUNDING.yml 2020-02-29 09:33:27 +01:00
eliboa 781da57c4e
Update README.md 2019-07-25 23:41:40 +02:00
eliboa 27f82da96a
Update README.md 2019-07-09 16:48:49 +02:00
eliboa 42658d7acb Merge branch 'master' of https://github.com/eliboa/TegraRcmGUI 2019-07-02 19:58:56 +02:00
eliboa ce2d05edd4 v2.6 2019-07-02 19:58:02 +02:00
eliboa 5ce7782fab Remove submodule 2019-07-02 16:35:19 +02:00
eliboa 1467953323 Added biskeydump as submodule 2019-07-02 16:26:45 +02:00
eliboa 6e20afa898 Revert "Added biskeydump as submodule"
This reverts commit d506aa091c.
2019-07-02 16:16:04 +02:00
eliboa d506aa091c Added biskeydump as submodule 2019-07-02 16:07:04 +02:00
eliboa fb2e609b6e
Update README.md 2019-06-07 10:23:32 +02:00
eliboa 638f85281c
Update README.md 2019-03-10 23:49:46 +01:00
eliboa 730afcd0a4
Update README.md 2019-03-09 10:49:27 +01:00
eliboa 952fb4ec83
Update README.md 2019-02-03 00:05:01 +01:00
eliboa cd9d69da30 Merge branch 'master' of https://github.com/eliboa/TegraRcmGUI 2019-02-02 23:26:48 +01:00
eliboa 83b771a186 V2.5 :
- TegraRcmSmash updated to v1.2.1-3
- memloader updated to v3
- Added rajkosto's UMS samples to mount eMMC partitions
- biskeydump v7 added : dump BIS keys for eMMC content decryption
- Added logging console
- Fixed #22 : enter problem
2019-02-02 23:25:26 +01:00
eliboa 1fc3004d41
Update README.md 2018-10-07 12:04:43 +02:00
eliboa 076f041175 init 2018-09-30 15:13:48 +02:00
eliboa b324d94931
Update README.md 2018-09-12 00:15:01 +02:00
eliboa 65f1d80cda Fixed : RC=-50 bug (at last, hope so :\) 2018-09-11 21:31:12 +02:00
eliboa 74fa514608 minor fixes 2018-09-10 18:42:11 +02:00
eliboa ad20c28501 Merge remote-tracking branch 'refs/remotes/origin/master' 2018-09-10 17:36:47 +02:00
eliboa 9c17f65208 Fixed : RC=-50 after injection (when app is launched at Win StartUp)
Added : Auto kill existing app process(es)
Added : Clean remaining entry keys from regestry (< v2.4)
2018-09-10 17:34:49 +02:00
eliboa 56f3e05586 Fixed : RC=-50 when injecting when app is launched at Win startup
Added : Auto kill existing app process(es)
Added : Clean remaining keys from regestry (<v2.4)
2018-09-10 17:24:39 +02:00
eliboa 9600f0d081 Merge remote-tracking branch 'refs/remotes/origin/master' 2018-09-09 17:52:50 +02:00
eliboa 739bbd3fc9 memloader v2 2018-09-09 17:48:52 +02:00
eliboa cfa0dc0eb4
Update README.md 2018-09-08 10:37:39 +02:00
eliboa 3e41738d4b
Update README.md 2018-07-29 12:56:58 +02:00
eliboa 82434a0b96
Update README.md 2018-07-25 23:11:12 +02:00
eliboa b34f976b22
Update README.md 2018-07-25 23:10:09 +02:00
eliboa 5e53cb8898
Update README.md 2018-07-25 22:59:46 +02:00
eliboa 55ed268530
Create LICENSE 2018-07-25 22:48:55 +02:00
eliboa 374c55e12f
Update README.md 2018-07-25 17:30:04 +02:00
eliboa 763ddd3473 Added : trigger autoinject option from tray context menu 2018-07-24 21:54:19 +02:00
eliboa 7b9b222148 Added : option to run app at Windows startup 2018-07-24 20:38:30 +02:00
eliboa 2516e8192d Use relative paths for favorites 2018-07-23 20:37:54 +02:00
eliboa c45f13e083 Fix : UMS Tool title align 2018-06-29 21:59:39 +02:00
eliboa 20b22c90f0 Fixed : non utf-8 in directory path & filenames 2018-06-29 21:49:00 +02:00
eliboa 8ef97f20db
Update README.md 2018-06-28 20:53:17 +02:00
eliboa 01b75daa26 Merge remote-tracking branch 'refs/remotes/origin/master' 2018-06-28 20:35:26 +02:00