Fox Online (狐狸三国) Files Decryptor
Posted: Sun Mar 23, 2014 6:16 pm
Official site: here
Download: here
Unreal Engine
Here simple decryptor
Download: here
Unreal Engine
Here simple decryptor
Code: Select all
# Fox Online (File Decryptor)
#
# Written by Ekey (h4x0r)
# http://forum.xentax.com
#
# script for QuickBMS http://quickbms.aluigi.org
get SIZE asize
idstring "KFXArchive"
goto 0x32
savepos OFFSET
math SIZE -= 0x32
get NAME filename
string NAME += ".dec"
filexor "\x9D"
log NAME OFFSET SIZE
filexor ""