Skip to content

haste/pakdump

 
 

Repository files navigation

V8 Pak Dump

Build Status Documentation Status Python Version Code style: black

Dump the data from .pak files for GFDM V8

Usage

I decided not to push this to PyPI for now, so if you want to use it you can just install it into a virtualenv like so:

cd pakdump
python -m venv venv
. venv/bin/activate

pip install --upgrade pip
pip install -e .

Then you can use the two commands: pakdump and mdbdump. Please see the documentation for more information.

pakdump

Extract files from the GFDM V8 data files.

mdbdump

Decrypt and extract the data out of the mbde.bin data file which can be extracted from the data files with pakdump.

License

pakdump is provided under an MIT License.

About

Dump the data from .pak files for GFDM V8

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%