2022-08-10 15:55:50 +03:00
|
|
|
How to add library into the local maven repository:
|
|
|
|
|
|
|
|
mvn install:install-file \
|
|
|
|
-Dfile=./libKonogonka/target/libKonogonka-0.1-jar-with-dependencies.jar \
|
|
|
|
-DgroupId=ru.redrise \
|
|
|
|
-DartifactId=libKonogonka \
|
|
|
|
-Dversion=0.1 \
|
|
|
|
-Dpackaging=jar \
|
2022-12-07 04:22:23 +03:00
|
|
|
-DgeneratePom=true
|
|
|
|
|
|
|
|
|
|
|
|
-Dlog4j.configurationFile=/home/loper/Projects/libKonogonka/src/main/resources/log4j2.properties
|
|
|
|
|
|
|
|
- NCA flow:
|
|
|
|
NCAProvider -> NCAContent -> RomFsEncryptedProvider (needs to know location of the lv6header location)
|
|
|
|
Reads Section Block to understand boundaries Reads lv6Header via \RomFsEncryptedConstruct'
|
|
|
|
Reads Header Table Entry to get meta info 4 section Provides stream/streams with requested files via 'RomFsEncrytedContenRetrieve'
|
|
|
|
|