Home
last modified time | relevance | path

Searched refs:peOffset (Results 1 - 1 of 1) sorted by relevance

/third_party/lzma/CPP/7zip/Archive/7z/
H A D7zUpdate.cpp88 UInt32 peOffset, optHeaderSize, filterId; in Parse_EXE() local
90 peOffset = GetUi32(buf + 0x3C); in Parse_EXE()
91 if (peOffset >= 0x1000 || peOffset + 512 > size || (peOffset & 7) != 0) in Parse_EXE()
93 p = buf + peOffset; in Parse_EXE()

Completed in 4 milliseconds