Skip to content

Taken from xenia, compiled into a dll for use with csharp / Xenious

License

Notifications You must be signed in to change notification settings

XmodsProject/LZX-DLL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LZX-DLL

Taken from xenia, compiled into a dll for use with csharp / Xenious

To Use in .net (c#) 4.8:

[DllImport("LZX.dll", EntryPoint = "Decompress", CallingConvention = CallingConvention.Cdecl)]

public static extern int Decompress(byte[] CompData, int CDSize, [In][Out] byte[] OutputData, int ODSize, uint WindowSize);

[DllImport("LZX.dll", EntryPoint = "Version", CallingConvention = CallingConvention.Cdecl)]

public static extern UInt32 Version();

About

Taken from xenia, compiled into a dll for use with csharp / Xenious

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published