Skip to content

0x05010705/hxiloader

 
 

Repository files navigation

hxiloader

FFXI Server Emulator Boot Loader Based on the updated LSB bootloader.

This bootloader does log mac addresses in order to improve server security and track cheaters.

This bootloader does comply with GDPR as per Art. 4 mac addresses are only machine identifiers rather than personally identifiable information (PII).

This link explains the implications of GDPR and its application to this bootloader: https://gdpr-info.eu/art-4-gdpr/#:~:text=%E2%80%98pseudonymisation%E2%80%99%20means%20the,identifiable%20natural%20person%3B

mkdir build
cmake -S . -B build -A Win32
cmake --build build

Release notes

Windows

Requires VC2022 redist, included in https://aka.ms/vs/17/release/vc_redist.x86.exe

Linux (through Wine)

Requires winetricks vcrun2022

About

No description, website, or topics provided.

Resources

License

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • C++ 95.4%
  • CMake 3.4%
  • Batchfile 1.2%