mirror of
https://github.com/Maschell/JNUSLib.git
synced 2024-11-25 01:16:55 +01:00
Update README.md
This commit is contained in:
parent
0dc62ef4c0
commit
f5faa1780f
@ -85,7 +85,7 @@ decrypt.decryptAllPlainContents("decrypted_contents");
|
|||||||
|
|
||||||
//Use decrypting inputstream. Data will be only loaded/decrypted on demand.
|
//Use decrypting inputstream. Data will be only loaded/decrypted on demand.
|
||||||
|
|
||||||
//Display the app.xml as hey dump
|
//Display the app.xml as hex dump
|
||||||
FSTEntry appXMLEntry = title.getFSTEntryByFullPath("code/app.xml");
|
FSTEntry appXMLEntry = title.getFSTEntryByFullPath("code/app.xml");
|
||||||
decrypt.getDecryptedOutputAsInputStream(appXMLEntry);
|
decrypt.getDecryptedOutputAsInputStream(appXMLEntry);
|
||||||
//Lets just print the app.xml as hex data
|
//Lets just print the app.xml as hex data
|
||||||
|
Loading…
Reference in New Issue
Block a user