Update README.md

This commit is contained in:
Maschell 2017-11-14 16:42:57 +01:00 committed by GitHub
parent 0dc62ef4c0
commit f5faa1780f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -85,7 +85,7 @@ decrypt.decryptAllPlainContents("decrypted_contents");
//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");
decrypt.getDecryptedOutputAsInputStream(appXMLEntry);
//Lets just print the app.xml as hex data