Post: [RELEASE] AWFastFileLibrary.NET
01-15-2015, 06:25 AM #1
(adsbygoogle = window.adsbygoogle || []).push({}); Hi NextGenUpdate,
I haven't released anything for awhile and because of that I'm going to be releasing a library I spent quite a long time on.
This library will allow you to read, decompress, load some assets from the fastfile. This library supports all .ff files, and can show you the basic information from the fastfile. I will be leaving the source code with the tool!

The library would work for all .NET platforms.

The basic usage of the library is explained below:
    
Add the library as a reference at the top:
using AWFastFileLibrary;

Make an openFileDialog like I did:
private void openFastFileToolStripMenuItem_Click(object sender, EventArgs e)
{
OpenFileDialog openDialog = new OpenFileDialog();
if (openDialog.ShowDialog() == DialogResult.OK)
{
AdvancedWarfareFastFile ff = new AdvancedWarfareFastFile(openDialog.FileName);
}
}

AdvancedWarfareFastFile(string filePath);

To view the contents of a zone file, call this function:
AdvancedWarfareZoneFile zone = new AdvancedWarfareZoneFile();
zone.ReadZone(byte[] zone);


Also this library is currently in beta stage, if you want to make suggestions or give me some ideas of what to implement I'll be more than happy to listen to what you have to say!

Please report any problems or errors you have. Thanks!

You must login or register to view this content.

Download Link:
You must login or register to view this content.

Credits:
aerosoul94

Enjoy!
(adsbygoogle = window.adsbygoogle || []).push({});

The following 20 users say thank you to Red-EyeX32 for this useful post:

One, AlexNGU, ALI ALHILFI, ErasedDev, eTGxAlbo, Geo, LBK, LegitGamer264, MODZ4FUN420, Prom1ses, RatchetBooty, RGaming, Son-Of-A-Father, SyGnUs, TheSaltCracka, top_top, Vince, xhevanlyx, xRaW
01-17-2015, 06:35 AM #11
xRaW
xI2aW-
Always aerosoul in credits for these sort of things xD. Gotta love him
01-17-2015, 07:20 AM #12
Originally posted by MrToxlcBooty View Post
What is this exactly used for...ik fast files but .-. I thought aw couldnt load custom ff's


It can load fastfiles, but you would need to patch the RSA signature check in the EBOOT so it can run.
I mainly made this to make it easier for people to research the files as not much even care about fastfiles anymore.

Originally posted by xRaW View Post
Always aerosoul in credits for these sort of things xD. Gotta love him


Yea he is an awesome dude that is always willing to help.

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo