This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# ZIP files example 0.4.11 | |
# more info: http://www.pkware.com/documents/casestudies/APPNOTE.TXT | |
# note that with some archives like those created by Stuff-it on MacOSX is | |
# not possible to use this script because they are wrongly built, practically | |
# they set the comp_size and uncomp_size fields of the "Local file header" at | |
# 0 and they set them only in the relative "Central directory structure" which | |
# means that it's necesary to read this one first for extracting the files | |
# contained in the local header... senseless and stupid | |
# script for QuickBMS http://quickbms.aluigi.org |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
local PLACEMENT_TAB = "LUA" | |
local PLACEMENT_SECTION = "B" | |
local ffi = require('ffi') | |
-- | |
-- toggle cvar->fnChangeCallback.m_Size to 0, now we can change name | |
-- | |
ffi.cdef([[ |