Fs3ds: Difference between revisions

From GameBrew
No edit summary
No edit summary
Line 5: Line 5:
|author=marius851000
|author=marius851000
|lastupdated=2020/02/13
|lastupdated=2020/02/13
|type=PC Utilities
|type=File Operation
|version=1.0
|version=1.0
|license=Mixed
|license=Mixed

Revision as of 12:46, 3 April 2022

fs3ds
3dspc.png
General
Authormarius851000
TypeFile Operation
Version1.0
LicenseMixed
Last Updated2020/02/13
Links
Download
Website
Source

fs3ds is a rust library to access the romfs of unencrypted 3ds file without decompression, allowing you to read unencrypted .3ds file.

User guide

This library allows you to:

 let file = File::open(""rom.3ds"").unwrap(); // get an access to an unencrypted romfs file
 let _romfs_vfs = get_romfs_vfs(file).unwrap(); // get a vfs::VFS object to access the rom read only

For more information on how to use the returned vfs object, read it's documentation.

External links

Advertising: