Archlord 2 (apk)
Posted: Fri Nov 02, 2012 1:32 am
Here is a quickbms script for Archlord 2 APK files
http://archlord2.webzen.co.kr/main/
client files
http://archlord2.webzen.co.kr/main/
client files
the game uses nif files Gamebryo File Format, Version 20.6.0.0
Code: Select all
goto 0x14
get ftable long
get size asize
math size - ftable
goto ftable
comtype unzip_dynamic
clog MEMORY_FILE ftable size size
get files asize MEMORY_FILE
math files / 0x94
for i = 0 < files
getdstring name 0x80 MEMORY_FILE
get one long MEMORY_FILE
get hash long MEMORY_FILE
get size long MEMORY_FILE
get zsize long MEMORY_FILE
get offset long MEMORY_FILE
clog name offset zsize size
next i