10 Commits

Author SHA1 Message Date
Luca D'Amico
e788d95289 ROMs with Overlays are now supported! 2024-08-11 19:23:15 +02:00
Luca D'Amico
921eef86e2 FAT Data Extractor moved to FAT Tools Tab 2024-08-10 23:20:12 +02:00
Luca D'Amico
aa2ed50ade
v1.1 (#16) 2024-08-04 20:09:19 +02:00
NyuBlara
ec81e2bfbe
Feat/fat decoding (#14)
* First step in implementing FAT file decoding : brute-force extraction without FNT lookup.

The FAT alone contains enough information to extract every file in a
folder chosen by the user. However, reference to the file name table
(FNT) is needed to restore the files' names and the directory structure
(and avoid dumping useless data that may be left over in the data
section).

This commit only implements the dumping of all data by incrementing
through the FAT and writing every section marked by a FAT range into a
separate file, giving them incremental names.

The next commit will use the FNT to name them properly.

* Proper FAT decoding : FNT lookup and directory structure

Code comments explain the algorithm (which was understood thanks to the 
wonderfully simple "FNT-Tool" script at : 
https://github.com/RoadrunnerWMC/FNT-Tool) ; the implementation is more 
or less a C++ port of the Python code.

Everything may still be a little dirty, but it works !

* Updated README!

* Updated README!

* MINOR compliance modifications 

- Removed extra entry in .gitignore
- Removed superfluous debug inclusions 
- Replaced magic values by preprocessor macros

Co-authored-by: rblard <rblard@enseirb-matmeca.fr>
2022-11-16 18:46:13 +01:00
Luca D'Amico
1b7e29a7b0
fixed typos in README 2021-02-24 23:43:26 +01:00
Luca D'Amico
33d797ca21
Update README.md 2019-09-13 14:48:01 +02:00
Luca D'Amico
1d19291fc4
Update README.md 2019-09-12 21:59:50 +02:00
Luca
817946d5aa Updated README with screenshot 2019-09-12 21:57:17 +02:00
Luca
9d15ed9c75 Uploaded README and Screenshot 2019-09-12 21:56:19 +02:00
Luca D'Amico
6520f622cf
Initial commit 2019-09-11 19:42:59 +02:00