Add support to parse/reconstruct LZMAF86 sections (#198)

Co-authored-by: Jake Christensen <jake@privatemachines.com>
This commit is contained in:
Jake Christensen 2020-03-06 18:05:24 -05:00 committed by GitHub
parent 568019123e
commit 214b768b8f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 43 additions and 4 deletions

View file

@ -21,6 +21,7 @@ SOURCES += uefipatch_main.cpp \
../LZMA/SDK/C/LzFind.c \
../LZMA/SDK/C/LzmaDec.c \
../LZMA/SDK/C/LzmaEnc.c \
../LZMA/SDK/C/Bra86.c \
../Tiano/EfiTianoDecompress.c \
../Tiano/EfiTianoCompress.c \
../Tiano/EfiTianoCompressLegacy.c
@ -39,6 +40,7 @@ HEADERS += uefipatch.h \
../version.h \
../LZMA/LzmaCompress.h \
../LZMA/LzmaDecompress.h \
../LZMA/x86Convert.h \
../Tiano/EfiTianoDecompress.h \
../Tiano/EfiTianoCompress.h