Skip to content

Veykril/GFXFileManager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GFXFileManager

This is a rust dll wrapper for the GFXFileManager.dll that is used by Silkroad Online for working with their pk2-container file format.

Made available thanks to Florian0's research

Work in progress

It still contains bugs, there are probably some functions that arent wrapped correctly, or maybe some that are swapped by accident. The structure of my implementation is constantly changing because I am slowly trying to make everything more rustlike, so be aware that this crate is likely to break a lot.

Build information

This library only builds on 32-bit windows target because the dll itself is 32-bit, so make sure to build your project by running cargo build --target=i686-pc-windows-msvc

Releases

No releases published

Packages

 
 
 

Languages