LoadLibraryW / BNSBoost

A simple launcher for Blade & Soul patches. Working as of the Fire and Blood game update.
GNU General Public License v3.0
20 stars 9 forks source link

XIGNCODE3 bypass #9

Closed Xyene closed 6 years ago

Xyene commented 6 years ago

The current bypass is suboptimal, since it requires shipping mystery binaries found on Reddit. It also doesn't work for 64-bit clients, since the x3.xem was compiled for x86.

It should be possible to repurpose https://github.com/VirtualPuppet/XignCode3-bypass to build alongside BNSBoost, and generate both x86 and x64 binaries on build.

Xyene commented 6 years ago

This is done.