-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2 from jason0597/master
Add things to readme, seperate source & header files, and remove unused functions from tadpole.cpp
- Loading branch information
Showing
2 changed files
with
32 additions
and
53 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,15 @@ | ||
# Frogminer title manager | ||
This tool allows you to export, inject, import and boot a patched DS Download Play title with flipnote_v0 JPN. | ||
It also copies the necessary files for the ugopwn exploit right to the SD card from RomFS. | ||
|
||
## Instructions | ||
https://jisagi.github.io/FrogminerGuide/ or https://3ds.hacks.guide/ | ||
|
||
Thanks: | ||
jason0597 - for about 75% of the TAD crypto code<br> | ||
Daniel (Nintendo Homebrew Discord #4420) - for the icon and bottom screen banner | ||
## Thanks | ||
* [jason0597](https://github.com/jason0597) - for about 75% of the [TAD crypto code](https://github.com/jason0597/TADPole-3DS/) | ||
* Daniel (Nintendo Homebrew Discord #4420) - for the icon and bottom screen banner | ||
|
||
## Libraries used | ||
* [Texas Instruments AES-128 CBC and AES CMAC functions](https://github.com/flexibity-team/AES-CMAC-RFC) | ||
* [ECDSA sect233r1 code (along with BigNum code)](http://git.infradead.org/?p=users/segher/wii.git) | ||
* [Nintendo 3DS key scrambler function](https://github.com/luigoalma/3ds_keyscrambler/blob/master/src/UnScrambler.c#L50) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters