Ragnarok Online is a registered trademark of Gravity Co., Ltd.
This site is in no way affiliated with them.
Format:
Argz file is similar to a tar.gz file, but uses a very simple format instead of tar.Entry header
Present for the end entry and every file/directory.name | size ----------------+---------------------- type | 1 byte filenameLength | 1 byte filename | filenameLength bytestype - type of entry
'd' - directory
'f' - file
'e' - end entry
filenameLength - length of filenamefilename - nul-terminated filenameFile data
Present after each file header.name | size --------+-------------- length | 4 bytes data | length bytes
length - length of datadata - file dataEnd entry
There must always be an end entry.Everything after the end entry is discarded.
The
filename in the header should contain "end".
Any chance you still have this plugin floating around somewhere.
ResponderEliminar