├── .gitattributes ├── .github └── workflows │ └── main.yml ├── .gitignore ├── CMakeLists.txt ├── LICENSE.md ├── README.md ├── UEFIExtract ├── CMakeLists.txt ├── ffsdumper.cpp ├── ffsdumper.h ├── meson.build ├── uefidump.cpp ├── uefidump.h ├── uefiextract.manifest └── uefiextract_main.cpp ├── UEFIFind ├── CMakeLists.txt ├── meson.build ├── uefifind.cpp ├── uefifind.h ├── uefifind.manifest └── uefifind_main.cpp ├── UEFITool ├── CMakeLists.txt ├── Info.plist ├── QHexView │ ├── CMakeLists.txt │ ├── LICENSE │ ├── include │ │ └── QHexView │ │ │ ├── dialogs │ │ │ └── hexfinddialog.h │ │ │ ├── model │ │ │ ├── buffer │ │ │ │ ├── qdevicebuffer.h │ │ │ │ ├── qhexbuffer.h │ │ │ │ ├── qmappedfilebuffer.h │ │ │ │ ├── qmemorybuffer.h │ │ │ │ └── qmemoryrefbuffer.h │ │ │ ├── commands │ │ │ │ ├── hexcommand.h │ │ │ │ ├── insertcommand.h │ │ │ │ ├── removecommand.h │ │ │ │ └── replacecommand.h │ │ │ ├── qhexcursor.h │ │ │ ├── qhexdelegate.h │ │ │ ├── qhexdocument.h │ │ │ ├── qhexmetadata.h │ │ │ ├── qhexoptions.h │ │ │ └── qhexutils.h │ │ │ └── qhexview.h │ └── src │ │ ├── dialogs │ │ └── hexfinddialog.cpp │ │ ├── model │ │ ├── buffer │ │ │ ├── qdevicebuffer.cpp │ │ │ ├── qhexbuffer.cpp │ │ │ ├── qmappedfilebuffer.cpp │ │ │ ├── qmemorybuffer.cpp │ │ │ └── qmemoryrefbuffer.cpp │ │ ├── commands │ │ │ ├── hexcommand.cpp │ │ │ ├── insertcommand.cpp │ │ │ ├── removecommand.cpp │ │ │ └── replacecommand.cpp │ │ ├── qhexcursor.cpp │ │ ├── qhexdelegate.cpp │ │ ├── qhexdocument.cpp │ │ ├── qhexmetadata.cpp │ │ └── qhexutils.cpp │ │ └── qhexview.cpp ├── ffsfinder.cpp ├── ffsfinder.h ├── gotoaddressdialog.h ├── gotoaddressdialog.ui ├── gotobasedialog.h ├── gotobasedialog.ui ├── hexlineedit.cpp ├── hexlineedit.h ├── hexspinbox.cpp ├── hexspinbox.h ├── hexviewdialog.cpp ├── hexviewdialog.h ├── hexviewdialog.ui ├── icons │ ├── uefitool.icns │ ├── uefitool.ico │ ├── uefitool_128x128.png │ ├── uefitool_16x16.png │ ├── uefitool_256x256.png │ ├── uefitool_32x32.png │ ├── uefitool_48x48.png │ ├── uefitool_512x512.png │ └── uefitool_64x64.png ├── searchdialog.cpp ├── searchdialog.h ├── searchdialog.ui ├── uefitool.cpp ├── uefitool.desktop ├── uefitool.entitlements ├── uefitool.h ├── uefitool.pro ├── uefitool.qrc ├── uefitool.rc ├── uefitool.ui └── uefitool_main.cpp ├── appstream ├── UEFITool.png └── appdata.xml ├── common ├── LZMA │ ├── LzmaCompress.c │ ├── LzmaCompress.h │ ├── LzmaDecompress.c │ ├── LzmaDecompress.h │ └── SDK │ │ └── C │ │ ├── 7zTypes.h │ │ ├── 7zVersion.h │ │ ├── 7zWindows.h │ │ ├── Bra.c │ │ ├── Bra.h │ │ ├── Bra86.c │ │ ├── Compiler.h │ │ ├── CpuArch.c │ │ ├── CpuArch.h │ │ ├── LzFind.c │ │ ├── LzFind.h │ │ ├── LzHash.h │ │ ├── LzmaDec.c │ │ ├── LzmaDec.h │ │ ├── LzmaEnc.c │ │ ├── LzmaEnc.h │ │ ├── Precomp.h │ │ └── RotateDefs.h ├── Tiano │ ├── EfiTianoCompress.c │ ├── EfiTianoCompress.h │ ├── EfiTianoCompressLegacy.c │ ├── EfiTianoDecompress.c │ └── EfiTianoDecompress.h ├── basetypes.h ├── bstrlib │ ├── LICENSE │ ├── bstrlib.c │ ├── bstrlib.h │ ├── bstrwrap.cpp │ └── bstrwrap.h ├── descriptor.cpp ├── descriptor.h ├── digest │ ├── sha1.c │ ├── sha1.h │ ├── sha2.h │ ├── sha256.c │ ├── sha512.c │ ├── sm3.c │ └── sm3.h ├── ffs.cpp ├── ffs.h ├── ffsbuilder.cpp ├── ffsbuilder.h ├── ffsops.cpp ├── ffsops.h ├── ffsparser.cpp ├── ffsparser.h ├── ffsreport.cpp ├── ffsreport.h ├── filesystem.cpp ├── filesystem.h ├── fitparser.cpp ├── fitparser.h ├── gbe.h ├── generated │ ├── ami_nvar.cpp │ ├── ami_nvar.h │ ├── apple_sysf.cpp │ ├── apple_sysf.h │ ├── dell_dvar.cpp │ ├── dell_dvar.h │ ├── edk2_ftw.cpp │ ├── edk2_ftw.h │ ├── edk2_vss.cpp │ ├── edk2_vss.h │ ├── edk2_vss2.cpp │ ├── edk2_vss2.h │ ├── insyde_fdc.cpp │ ├── insyde_fdc.h │ ├── insyde_fdm.cpp │ ├── insyde_fdm.h │ ├── intel_acbp_v1.cpp │ ├── intel_acbp_v1.h │ ├── intel_acbp_v2.cpp │ ├── intel_acbp_v2.h │ ├── intel_acm.cpp │ ├── intel_acm.h │ ├── intel_keym_v1.cpp │ ├── intel_keym_v1.h │ ├── intel_keym_v2.cpp │ ├── intel_keym_v2.h │ ├── ms_slic_marker.cpp │ ├── ms_slic_marker.h │ ├── ms_slic_pubkey.cpp │ ├── ms_slic_pubkey.h │ ├── phoenix_evsa.cpp │ ├── phoenix_evsa.h │ ├── phoenix_flm.cpp │ └── phoenix_flm.h ├── guiddatabase.cpp ├── guiddatabase.h ├── guids.csv ├── intel_fit.h ├── intel_microcode.h ├── kaitai │ ├── custom_decoder.h │ ├── exceptions.h │ ├── kaitaistream.cpp │ ├── kaitaistream.h │ └── kaitaistruct.h ├── ksy │ ├── ami_nvar.ksy │ ├── apple_sysf.ksy │ ├── dell_dvar.ksy │ ├── edk2_ftw.ksy │ ├── edk2_vss.ksy │ ├── edk2_vss2.ksy │ ├── insyde_fdc.ksy │ ├── insyde_fdm.ksy │ ├── intel_acbp_v1.ksy │ ├── intel_acbp_v2.ksy │ ├── intel_acm.ksy │ ├── intel_keym_v1.ksy │ ├── intel_keym_v2.ksy │ ├── ms_slic_marker.ksy │ ├── ms_slic_pubkey.ksy │ ├── phoenix_evsa.ksy │ └── phoenix_flm.ksy ├── me.h ├── meparser.cpp ├── meparser.h ├── meson.build ├── nvram.cpp ├── nvram.h ├── nvramparser.cpp ├── nvramparser.h ├── parsingdata.h ├── peimage.cpp ├── peimage.h ├── treeitem.cpp ├── treeitem.h ├── treemodel.cpp ├── treemodel.h ├── types.cpp ├── types.h ├── ubytearray.h ├── umemstream.h ├── ustring.cpp ├── ustring.h ├── utility.cpp ├── utility.h └── zlib │ ├── ChangeLog │ ├── LICENSE │ ├── README │ ├── adler32.c │ ├── compress.c │ ├── crc32.c │ ├── crc32.h │ ├── deflate.c │ ├── deflate.h │ ├── gzclose.c │ ├── gzguts.h │ ├── gzlib.c │ ├── gzread.c │ ├── gzwrite.c │ ├── infback.c │ ├── inffast.c │ ├── inffast.h │ ├── inffixed.h │ ├── inflate.c │ ├── inflate.h │ ├── inftrees.c │ ├── inftrees.h │ ├── trees.c │ ├── trees.h │ ├── uncompr.c │ ├── zconf.h │ ├── zlib.h │ ├── zutil.c │ └── zutil.h ├── fuzzing ├── CMakeLists.txt ├── afl_driver.cpp └── ffsparser_fuzzer.cpp ├── kaitai_regenerate.sh ├── meson.build ├── sonar-project.properties └── version.h /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSoft/UEFITool/HEAD/.gitattributes -------------------------------------------------------------------------------- /.github/workflows/main.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSoft/UEFITool/HEAD/.github/workflows/main.yml -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSoft/UEFITool/HEAD/.gitignore -------------------------------------------------------------------------------- /CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSoft/UEFITool/HEAD/CMakeLists.txt -------------------------------------------------------------------------------- /LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSoft/UEFITool/HEAD/LICENSE.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSoft/UEFITool/HEAD/README.md -------------------------------------------------------------------------------- /UEFIExtract/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSoft/UEFITool/HEAD/UEFIExtract/CMakeLists.txt -------------------------------------------------------------------------------- /UEFIExtract/ffsdumper.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSoft/UEFITool/HEAD/UEFIExtract/ffsdumper.cpp -------------------------------------------------------------------------------- /UEFIExtract/ffsdumper.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSoft/UEFITool/HEAD/UEFIExtract/ffsdumper.h -------------------------------------------------------------------------------- /UEFIExtract/meson.build: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSoft/UEFITool/HEAD/UEFIExtract/meson.build -------------------------------------------------------------------------------- /UEFIExtract/uefidump.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSoft/UEFITool/HEAD/UEFIExtract/uefidump.cpp -------------------------------------------------------------------------------- /UEFIExtract/uefidump.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSoft/UEFITool/HEAD/UEFIExtract/uefidump.h -------------------------------------------------------------------------------- /UEFIExtract/uefiextract.manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSoft/UEFITool/HEAD/UEFIExtract/uefiextract.manifest -------------------------------------------------------------------------------- /UEFIExtract/uefiextract_main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSoft/UEFITool/HEAD/UEFIExtract/uefiextract_main.cpp -------------------------------------------------------------------------------- /UEFIFind/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSoft/UEFITool/HEAD/UEFIFind/CMakeLists.txt -------------------------------------------------------------------------------- /UEFIFind/meson.build: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSoft/UEFITool/HEAD/UEFIFind/meson.build -------------------------------------------------------------------------------- /UEFIFind/uefifind.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSoft/UEFITool/HEAD/UEFIFind/uefifind.cpp -------------------------------------------------------------------------------- /UEFIFind/uefifind.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSoft/UEFITool/HEAD/UEFIFind/uefifind.h -------------------------------------------------------------------------------- /UEFIFind/uefifind.manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSoft/UEFITool/HEAD/UEFIFind/uefifind.manifest -------------------------------------------------------------------------------- /UEFIFind/uefifind_main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSoft/UEFITool/HEAD/UEFIFind/uefifind_main.cpp -------------------------------------------------------------------------------- /UEFITool/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSoft/UEFITool/HEAD/UEFITool/CMakeLists.txt -------------------------------------------------------------------------------- /UEFITool/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSoft/UEFITool/HEAD/UEFITool/Info.plist -------------------------------------------------------------------------------- /UEFITool/QHexView/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSoft/UEFITool/HEAD/UEFITool/QHexView/CMakeLists.txt -------------------------------------------------------------------------------- /UEFITool/QHexView/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSoft/UEFITool/HEAD/UEFITool/QHexView/LICENSE -------------------------------------------------------------------------------- /UEFITool/QHexView/include/QHexView/dialogs/hexfinddialog.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSoft/UEFITool/HEAD/UEFITool/QHexView/include/QHexView/dialogs/hexfinddialog.h -------------------------------------------------------------------------------- /UEFITool/QHexView/include/QHexView/model/buffer/qdevicebuffer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSoft/UEFITool/HEAD/UEFITool/QHexView/include/QHexView/model/buffer/qdevicebuffer.h -------------------------------------------------------------------------------- /UEFITool/QHexView/include/QHexView/model/buffer/qhexbuffer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSoft/UEFITool/HEAD/UEFITool/QHexView/include/QHexView/model/buffer/qhexbuffer.h -------------------------------------------------------------------------------- /UEFITool/QHexView/include/QHexView/model/buffer/qmappedfilebuffer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSoft/UEFITool/HEAD/UEFITool/QHexView/include/QHexView/model/buffer/qmappedfilebuffer.h -------------------------------------------------------------------------------- /UEFITool/QHexView/include/QHexView/model/buffer/qmemorybuffer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSoft/UEFITool/HEAD/UEFITool/QHexView/include/QHexView/model/buffer/qmemorybuffer.h -------------------------------------------------------------------------------- /UEFITool/QHexView/include/QHexView/model/buffer/qmemoryrefbuffer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSoft/UEFITool/HEAD/UEFITool/QHexView/include/QHexView/model/buffer/qmemoryrefbuffer.h -------------------------------------------------------------------------------- /UEFITool/QHexView/include/QHexView/model/commands/hexcommand.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSoft/UEFITool/HEAD/UEFITool/QHexView/include/QHexView/model/commands/hexcommand.h -------------------------------------------------------------------------------- /UEFITool/QHexView/include/QHexView/model/commands/insertcommand.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSoft/UEFITool/HEAD/UEFITool/QHexView/include/QHexView/model/commands/insertcommand.h -------------------------------------------------------------------------------- /UEFITool/QHexView/include/QHexView/model/commands/removecommand.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSoft/UEFITool/HEAD/UEFITool/QHexView/include/QHexView/model/commands/removecommand.h -------------------------------------------------------------------------------- /UEFITool/QHexView/include/QHexView/model/commands/replacecommand.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSoft/UEFITool/HEAD/UEFITool/QHexView/include/QHexView/model/commands/replacecommand.h -------------------------------------------------------------------------------- /UEFITool/QHexView/include/QHexView/model/qhexcursor.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSoft/UEFITool/HEAD/UEFITool/QHexView/include/QHexView/model/qhexcursor.h -------------------------------------------------------------------------------- /UEFITool/QHexView/include/QHexView/model/qhexdelegate.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSoft/UEFITool/HEAD/UEFITool/QHexView/include/QHexView/model/qhexdelegate.h -------------------------------------------------------------------------------- /UEFITool/QHexView/include/QHexView/model/qhexdocument.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSoft/UEFITool/HEAD/UEFITool/QHexView/include/QHexView/model/qhexdocument.h -------------------------------------------------------------------------------- /UEFITool/QHexView/include/QHexView/model/qhexmetadata.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSoft/UEFITool/HEAD/UEFITool/QHexView/include/QHexView/model/qhexmetadata.h -------------------------------------------------------------------------------- /UEFITool/QHexView/include/QHexView/model/qhexoptions.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSoft/UEFITool/HEAD/UEFITool/QHexView/include/QHexView/model/qhexoptions.h -------------------------------------------------------------------------------- /UEFITool/QHexView/include/QHexView/model/qhexutils.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSoft/UEFITool/HEAD/UEFITool/QHexView/include/QHexView/model/qhexutils.h -------------------------------------------------------------------------------- /UEFITool/QHexView/include/QHexView/qhexview.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSoft/UEFITool/HEAD/UEFITool/QHexView/include/QHexView/qhexview.h -------------------------------------------------------------------------------- /UEFITool/QHexView/src/dialogs/hexfinddialog.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSoft/UEFITool/HEAD/UEFITool/QHexView/src/dialogs/hexfinddialog.cpp -------------------------------------------------------------------------------- /UEFITool/QHexView/src/model/buffer/qdevicebuffer.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSoft/UEFITool/HEAD/UEFITool/QHexView/src/model/buffer/qdevicebuffer.cpp -------------------------------------------------------------------------------- /UEFITool/QHexView/src/model/buffer/qhexbuffer.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSoft/UEFITool/HEAD/UEFITool/QHexView/src/model/buffer/qhexbuffer.cpp -------------------------------------------------------------------------------- /UEFITool/QHexView/src/model/buffer/qmappedfilebuffer.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSoft/UEFITool/HEAD/UEFITool/QHexView/src/model/buffer/qmappedfilebuffer.cpp -------------------------------------------------------------------------------- /UEFITool/QHexView/src/model/buffer/qmemorybuffer.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSoft/UEFITool/HEAD/UEFITool/QHexView/src/model/buffer/qmemorybuffer.cpp -------------------------------------------------------------------------------- /UEFITool/QHexView/src/model/buffer/qmemoryrefbuffer.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSoft/UEFITool/HEAD/UEFITool/QHexView/src/model/buffer/qmemoryrefbuffer.cpp -------------------------------------------------------------------------------- /UEFITool/QHexView/src/model/commands/hexcommand.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSoft/UEFITool/HEAD/UEFITool/QHexView/src/model/commands/hexcommand.cpp -------------------------------------------------------------------------------- /UEFITool/QHexView/src/model/commands/insertcommand.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSoft/UEFITool/HEAD/UEFITool/QHexView/src/model/commands/insertcommand.cpp -------------------------------------------------------------------------------- /UEFITool/QHexView/src/model/commands/removecommand.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSoft/UEFITool/HEAD/UEFITool/QHexView/src/model/commands/removecommand.cpp -------------------------------------------------------------------------------- /UEFITool/QHexView/src/model/commands/replacecommand.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSoft/UEFITool/HEAD/UEFITool/QHexView/src/model/commands/replacecommand.cpp -------------------------------------------------------------------------------- /UEFITool/QHexView/src/model/qhexcursor.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSoft/UEFITool/HEAD/UEFITool/QHexView/src/model/qhexcursor.cpp -------------------------------------------------------------------------------- /UEFITool/QHexView/src/model/qhexdelegate.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSoft/UEFITool/HEAD/UEFITool/QHexView/src/model/qhexdelegate.cpp -------------------------------------------------------------------------------- /UEFITool/QHexView/src/model/qhexdocument.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSoft/UEFITool/HEAD/UEFITool/QHexView/src/model/qhexdocument.cpp -------------------------------------------------------------------------------- /UEFITool/QHexView/src/model/qhexmetadata.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSoft/UEFITool/HEAD/UEFITool/QHexView/src/model/qhexmetadata.cpp -------------------------------------------------------------------------------- /UEFITool/QHexView/src/model/qhexutils.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSoft/UEFITool/HEAD/UEFITool/QHexView/src/model/qhexutils.cpp -------------------------------------------------------------------------------- /UEFITool/QHexView/src/qhexview.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSoft/UEFITool/HEAD/UEFITool/QHexView/src/qhexview.cpp -------------------------------------------------------------------------------- /UEFITool/ffsfinder.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSoft/UEFITool/HEAD/UEFITool/ffsfinder.cpp -------------------------------------------------------------------------------- /UEFITool/ffsfinder.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSoft/UEFITool/HEAD/UEFITool/ffsfinder.h -------------------------------------------------------------------------------- /UEFITool/gotoaddressdialog.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSoft/UEFITool/HEAD/UEFITool/gotoaddressdialog.h -------------------------------------------------------------------------------- /UEFITool/gotoaddressdialog.ui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSoft/UEFITool/HEAD/UEFITool/gotoaddressdialog.ui -------------------------------------------------------------------------------- /UEFITool/gotobasedialog.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSoft/UEFITool/HEAD/UEFITool/gotobasedialog.h -------------------------------------------------------------------------------- /UEFITool/gotobasedialog.ui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSoft/UEFITool/HEAD/UEFITool/gotobasedialog.ui -------------------------------------------------------------------------------- /UEFITool/hexlineedit.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSoft/UEFITool/HEAD/UEFITool/hexlineedit.cpp -------------------------------------------------------------------------------- /UEFITool/hexlineedit.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSoft/UEFITool/HEAD/UEFITool/hexlineedit.h -------------------------------------------------------------------------------- /UEFITool/hexspinbox.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSoft/UEFITool/HEAD/UEFITool/hexspinbox.cpp -------------------------------------------------------------------------------- /UEFITool/hexspinbox.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSoft/UEFITool/HEAD/UEFITool/hexspinbox.h -------------------------------------------------------------------------------- /UEFITool/hexviewdialog.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSoft/UEFITool/HEAD/UEFITool/hexviewdialog.cpp -------------------------------------------------------------------------------- /UEFITool/hexviewdialog.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSoft/UEFITool/HEAD/UEFITool/hexviewdialog.h -------------------------------------------------------------------------------- /UEFITool/hexviewdialog.ui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSoft/UEFITool/HEAD/UEFITool/hexviewdialog.ui -------------------------------------------------------------------------------- /UEFITool/icons/uefitool.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSoft/UEFITool/HEAD/UEFITool/icons/uefitool.icns -------------------------------------------------------------------------------- /UEFITool/icons/uefitool.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSoft/UEFITool/HEAD/UEFITool/icons/uefitool.ico -------------------------------------------------------------------------------- /UEFITool/icons/uefitool_128x128.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSoft/UEFITool/HEAD/UEFITool/icons/uefitool_128x128.png -------------------------------------------------------------------------------- /UEFITool/icons/uefitool_16x16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSoft/UEFITool/HEAD/UEFITool/icons/uefitool_16x16.png -------------------------------------------------------------------------------- /UEFITool/icons/uefitool_256x256.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSoft/UEFITool/HEAD/UEFITool/icons/uefitool_256x256.png -------------------------------------------------------------------------------- /UEFITool/icons/uefitool_32x32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSoft/UEFITool/HEAD/UEFITool/icons/uefitool_32x32.png -------------------------------------------------------------------------------- /UEFITool/icons/uefitool_48x48.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSoft/UEFITool/HEAD/UEFITool/icons/uefitool_48x48.png -------------------------------------------------------------------------------- /UEFITool/icons/uefitool_512x512.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSoft/UEFITool/HEAD/UEFITool/icons/uefitool_512x512.png -------------------------------------------------------------------------------- /UEFITool/icons/uefitool_64x64.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSoft/UEFITool/HEAD/UEFITool/icons/uefitool_64x64.png -------------------------------------------------------------------------------- /UEFITool/searchdialog.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSoft/UEFITool/HEAD/UEFITool/searchdialog.cpp -------------------------------------------------------------------------------- /UEFITool/searchdialog.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSoft/UEFITool/HEAD/UEFITool/searchdialog.h -------------------------------------------------------------------------------- /UEFITool/searchdialog.ui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSoft/UEFITool/HEAD/UEFITool/searchdialog.ui -------------------------------------------------------------------------------- /UEFITool/uefitool.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSoft/UEFITool/HEAD/UEFITool/uefitool.cpp -------------------------------------------------------------------------------- /UEFITool/uefitool.desktop: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSoft/UEFITool/HEAD/UEFITool/uefitool.desktop -------------------------------------------------------------------------------- /UEFITool/uefitool.entitlements: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSoft/UEFITool/HEAD/UEFITool/uefitool.entitlements -------------------------------------------------------------------------------- /UEFITool/uefitool.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSoft/UEFITool/HEAD/UEFITool/uefitool.h -------------------------------------------------------------------------------- /UEFITool/uefitool.pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSoft/UEFITool/HEAD/UEFITool/uefitool.pro -------------------------------------------------------------------------------- /UEFITool/uefitool.qrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSoft/UEFITool/HEAD/UEFITool/uefitool.qrc -------------------------------------------------------------------------------- /UEFITool/uefitool.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSoft/UEFITool/HEAD/UEFITool/uefitool.rc -------------------------------------------------------------------------------- /UEFITool/uefitool.ui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSoft/UEFITool/HEAD/UEFITool/uefitool.ui -------------------------------------------------------------------------------- /UEFITool/uefitool_main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSoft/UEFITool/HEAD/UEFITool/uefitool_main.cpp -------------------------------------------------------------------------------- /appstream/UEFITool.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSoft/UEFITool/HEAD/appstream/UEFITool.png -------------------------------------------------------------------------------- /appstream/appdata.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSoft/UEFITool/HEAD/appstream/appdata.xml -------------------------------------------------------------------------------- /common/LZMA/LzmaCompress.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSoft/UEFITool/HEAD/common/LZMA/LzmaCompress.c -------------------------------------------------------------------------------- /common/LZMA/LzmaCompress.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSoft/UEFITool/HEAD/common/LZMA/LzmaCompress.h -------------------------------------------------------------------------------- /common/LZMA/LzmaDecompress.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSoft/UEFITool/HEAD/common/LZMA/LzmaDecompress.c -------------------------------------------------------------------------------- /common/LZMA/LzmaDecompress.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSoft/UEFITool/HEAD/common/LZMA/LzmaDecompress.h -------------------------------------------------------------------------------- /common/LZMA/SDK/C/7zTypes.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSoft/UEFITool/HEAD/common/LZMA/SDK/C/7zTypes.h -------------------------------------------------------------------------------- /common/LZMA/SDK/C/7zVersion.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSoft/UEFITool/HEAD/common/LZMA/SDK/C/7zVersion.h -------------------------------------------------------------------------------- /common/LZMA/SDK/C/7zWindows.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSoft/UEFITool/HEAD/common/LZMA/SDK/C/7zWindows.h -------------------------------------------------------------------------------- /common/LZMA/SDK/C/Bra.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSoft/UEFITool/HEAD/common/LZMA/SDK/C/Bra.c -------------------------------------------------------------------------------- /common/LZMA/SDK/C/Bra.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSoft/UEFITool/HEAD/common/LZMA/SDK/C/Bra.h -------------------------------------------------------------------------------- /common/LZMA/SDK/C/Bra86.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSoft/UEFITool/HEAD/common/LZMA/SDK/C/Bra86.c -------------------------------------------------------------------------------- /common/LZMA/SDK/C/Compiler.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSoft/UEFITool/HEAD/common/LZMA/SDK/C/Compiler.h -------------------------------------------------------------------------------- /common/LZMA/SDK/C/CpuArch.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSoft/UEFITool/HEAD/common/LZMA/SDK/C/CpuArch.c -------------------------------------------------------------------------------- /common/LZMA/SDK/C/CpuArch.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSoft/UEFITool/HEAD/common/LZMA/SDK/C/CpuArch.h -------------------------------------------------------------------------------- /common/LZMA/SDK/C/LzFind.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSoft/UEFITool/HEAD/common/LZMA/SDK/C/LzFind.c -------------------------------------------------------------------------------- /common/LZMA/SDK/C/LzFind.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSoft/UEFITool/HEAD/common/LZMA/SDK/C/LzFind.h -------------------------------------------------------------------------------- /common/LZMA/SDK/C/LzHash.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSoft/UEFITool/HEAD/common/LZMA/SDK/C/LzHash.h -------------------------------------------------------------------------------- /common/LZMA/SDK/C/LzmaDec.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSoft/UEFITool/HEAD/common/LZMA/SDK/C/LzmaDec.c -------------------------------------------------------------------------------- /common/LZMA/SDK/C/LzmaDec.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSoft/UEFITool/HEAD/common/LZMA/SDK/C/LzmaDec.h -------------------------------------------------------------------------------- /common/LZMA/SDK/C/LzmaEnc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSoft/UEFITool/HEAD/common/LZMA/SDK/C/LzmaEnc.c -------------------------------------------------------------------------------- /common/LZMA/SDK/C/LzmaEnc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSoft/UEFITool/HEAD/common/LZMA/SDK/C/LzmaEnc.h -------------------------------------------------------------------------------- /common/LZMA/SDK/C/Precomp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSoft/UEFITool/HEAD/common/LZMA/SDK/C/Precomp.h -------------------------------------------------------------------------------- /common/LZMA/SDK/C/RotateDefs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSoft/UEFITool/HEAD/common/LZMA/SDK/C/RotateDefs.h -------------------------------------------------------------------------------- /common/Tiano/EfiTianoCompress.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSoft/UEFITool/HEAD/common/Tiano/EfiTianoCompress.c -------------------------------------------------------------------------------- /common/Tiano/EfiTianoCompress.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSoft/UEFITool/HEAD/common/Tiano/EfiTianoCompress.h -------------------------------------------------------------------------------- /common/Tiano/EfiTianoCompressLegacy.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSoft/UEFITool/HEAD/common/Tiano/EfiTianoCompressLegacy.c -------------------------------------------------------------------------------- /common/Tiano/EfiTianoDecompress.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSoft/UEFITool/HEAD/common/Tiano/EfiTianoDecompress.c -------------------------------------------------------------------------------- /common/Tiano/EfiTianoDecompress.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSoft/UEFITool/HEAD/common/Tiano/EfiTianoDecompress.h -------------------------------------------------------------------------------- /common/basetypes.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSoft/UEFITool/HEAD/common/basetypes.h -------------------------------------------------------------------------------- /common/bstrlib/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSoft/UEFITool/HEAD/common/bstrlib/LICENSE -------------------------------------------------------------------------------- /common/bstrlib/bstrlib.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSoft/UEFITool/HEAD/common/bstrlib/bstrlib.c -------------------------------------------------------------------------------- /common/bstrlib/bstrlib.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSoft/UEFITool/HEAD/common/bstrlib/bstrlib.h -------------------------------------------------------------------------------- /common/bstrlib/bstrwrap.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSoft/UEFITool/HEAD/common/bstrlib/bstrwrap.cpp -------------------------------------------------------------------------------- /common/bstrlib/bstrwrap.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSoft/UEFITool/HEAD/common/bstrlib/bstrwrap.h -------------------------------------------------------------------------------- /common/descriptor.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSoft/UEFITool/HEAD/common/descriptor.cpp -------------------------------------------------------------------------------- /common/descriptor.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSoft/UEFITool/HEAD/common/descriptor.h -------------------------------------------------------------------------------- /common/digest/sha1.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSoft/UEFITool/HEAD/common/digest/sha1.c -------------------------------------------------------------------------------- /common/digest/sha1.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSoft/UEFITool/HEAD/common/digest/sha1.h -------------------------------------------------------------------------------- /common/digest/sha2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSoft/UEFITool/HEAD/common/digest/sha2.h -------------------------------------------------------------------------------- /common/digest/sha256.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSoft/UEFITool/HEAD/common/digest/sha256.c -------------------------------------------------------------------------------- /common/digest/sha512.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSoft/UEFITool/HEAD/common/digest/sha512.c -------------------------------------------------------------------------------- /common/digest/sm3.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSoft/UEFITool/HEAD/common/digest/sm3.c -------------------------------------------------------------------------------- /common/digest/sm3.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSoft/UEFITool/HEAD/common/digest/sm3.h -------------------------------------------------------------------------------- /common/ffs.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSoft/UEFITool/HEAD/common/ffs.cpp -------------------------------------------------------------------------------- /common/ffs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSoft/UEFITool/HEAD/common/ffs.h -------------------------------------------------------------------------------- /common/ffsbuilder.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSoft/UEFITool/HEAD/common/ffsbuilder.cpp -------------------------------------------------------------------------------- /common/ffsbuilder.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSoft/UEFITool/HEAD/common/ffsbuilder.h -------------------------------------------------------------------------------- /common/ffsops.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSoft/UEFITool/HEAD/common/ffsops.cpp -------------------------------------------------------------------------------- /common/ffsops.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSoft/UEFITool/HEAD/common/ffsops.h -------------------------------------------------------------------------------- /common/ffsparser.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSoft/UEFITool/HEAD/common/ffsparser.cpp -------------------------------------------------------------------------------- /common/ffsparser.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSoft/UEFITool/HEAD/common/ffsparser.h -------------------------------------------------------------------------------- /common/ffsreport.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSoft/UEFITool/HEAD/common/ffsreport.cpp -------------------------------------------------------------------------------- /common/ffsreport.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSoft/UEFITool/HEAD/common/ffsreport.h -------------------------------------------------------------------------------- /common/filesystem.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSoft/UEFITool/HEAD/common/filesystem.cpp -------------------------------------------------------------------------------- /common/filesystem.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSoft/UEFITool/HEAD/common/filesystem.h -------------------------------------------------------------------------------- /common/fitparser.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSoft/UEFITool/HEAD/common/fitparser.cpp -------------------------------------------------------------------------------- /common/fitparser.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSoft/UEFITool/HEAD/common/fitparser.h -------------------------------------------------------------------------------- /common/gbe.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSoft/UEFITool/HEAD/common/gbe.h -------------------------------------------------------------------------------- /common/generated/ami_nvar.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSoft/UEFITool/HEAD/common/generated/ami_nvar.cpp -------------------------------------------------------------------------------- /common/generated/ami_nvar.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSoft/UEFITool/HEAD/common/generated/ami_nvar.h -------------------------------------------------------------------------------- /common/generated/apple_sysf.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSoft/UEFITool/HEAD/common/generated/apple_sysf.cpp -------------------------------------------------------------------------------- /common/generated/apple_sysf.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSoft/UEFITool/HEAD/common/generated/apple_sysf.h -------------------------------------------------------------------------------- /common/generated/dell_dvar.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSoft/UEFITool/HEAD/common/generated/dell_dvar.cpp -------------------------------------------------------------------------------- /common/generated/dell_dvar.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSoft/UEFITool/HEAD/common/generated/dell_dvar.h -------------------------------------------------------------------------------- /common/generated/edk2_ftw.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSoft/UEFITool/HEAD/common/generated/edk2_ftw.cpp -------------------------------------------------------------------------------- /common/generated/edk2_ftw.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSoft/UEFITool/HEAD/common/generated/edk2_ftw.h -------------------------------------------------------------------------------- /common/generated/edk2_vss.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSoft/UEFITool/HEAD/common/generated/edk2_vss.cpp -------------------------------------------------------------------------------- /common/generated/edk2_vss.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSoft/UEFITool/HEAD/common/generated/edk2_vss.h -------------------------------------------------------------------------------- /common/generated/edk2_vss2.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSoft/UEFITool/HEAD/common/generated/edk2_vss2.cpp -------------------------------------------------------------------------------- /common/generated/edk2_vss2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSoft/UEFITool/HEAD/common/generated/edk2_vss2.h -------------------------------------------------------------------------------- /common/generated/insyde_fdc.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSoft/UEFITool/HEAD/common/generated/insyde_fdc.cpp -------------------------------------------------------------------------------- /common/generated/insyde_fdc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSoft/UEFITool/HEAD/common/generated/insyde_fdc.h -------------------------------------------------------------------------------- /common/generated/insyde_fdm.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSoft/UEFITool/HEAD/common/generated/insyde_fdm.cpp -------------------------------------------------------------------------------- /common/generated/insyde_fdm.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSoft/UEFITool/HEAD/common/generated/insyde_fdm.h -------------------------------------------------------------------------------- /common/generated/intel_acbp_v1.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSoft/UEFITool/HEAD/common/generated/intel_acbp_v1.cpp -------------------------------------------------------------------------------- /common/generated/intel_acbp_v1.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSoft/UEFITool/HEAD/common/generated/intel_acbp_v1.h -------------------------------------------------------------------------------- /common/generated/intel_acbp_v2.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSoft/UEFITool/HEAD/common/generated/intel_acbp_v2.cpp -------------------------------------------------------------------------------- /common/generated/intel_acbp_v2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSoft/UEFITool/HEAD/common/generated/intel_acbp_v2.h -------------------------------------------------------------------------------- /common/generated/intel_acm.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSoft/UEFITool/HEAD/common/generated/intel_acm.cpp -------------------------------------------------------------------------------- /common/generated/intel_acm.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSoft/UEFITool/HEAD/common/generated/intel_acm.h -------------------------------------------------------------------------------- /common/generated/intel_keym_v1.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSoft/UEFITool/HEAD/common/generated/intel_keym_v1.cpp -------------------------------------------------------------------------------- /common/generated/intel_keym_v1.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSoft/UEFITool/HEAD/common/generated/intel_keym_v1.h -------------------------------------------------------------------------------- /common/generated/intel_keym_v2.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSoft/UEFITool/HEAD/common/generated/intel_keym_v2.cpp -------------------------------------------------------------------------------- /common/generated/intel_keym_v2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSoft/UEFITool/HEAD/common/generated/intel_keym_v2.h -------------------------------------------------------------------------------- /common/generated/ms_slic_marker.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSoft/UEFITool/HEAD/common/generated/ms_slic_marker.cpp -------------------------------------------------------------------------------- /common/generated/ms_slic_marker.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSoft/UEFITool/HEAD/common/generated/ms_slic_marker.h -------------------------------------------------------------------------------- /common/generated/ms_slic_pubkey.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSoft/UEFITool/HEAD/common/generated/ms_slic_pubkey.cpp -------------------------------------------------------------------------------- /common/generated/ms_slic_pubkey.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSoft/UEFITool/HEAD/common/generated/ms_slic_pubkey.h -------------------------------------------------------------------------------- /common/generated/phoenix_evsa.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSoft/UEFITool/HEAD/common/generated/phoenix_evsa.cpp -------------------------------------------------------------------------------- /common/generated/phoenix_evsa.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSoft/UEFITool/HEAD/common/generated/phoenix_evsa.h -------------------------------------------------------------------------------- /common/generated/phoenix_flm.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSoft/UEFITool/HEAD/common/generated/phoenix_flm.cpp -------------------------------------------------------------------------------- /common/generated/phoenix_flm.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSoft/UEFITool/HEAD/common/generated/phoenix_flm.h -------------------------------------------------------------------------------- /common/guiddatabase.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSoft/UEFITool/HEAD/common/guiddatabase.cpp -------------------------------------------------------------------------------- /common/guiddatabase.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSoft/UEFITool/HEAD/common/guiddatabase.h -------------------------------------------------------------------------------- /common/guids.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSoft/UEFITool/HEAD/common/guids.csv -------------------------------------------------------------------------------- /common/intel_fit.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSoft/UEFITool/HEAD/common/intel_fit.h -------------------------------------------------------------------------------- /common/intel_microcode.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSoft/UEFITool/HEAD/common/intel_microcode.h -------------------------------------------------------------------------------- /common/kaitai/custom_decoder.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSoft/UEFITool/HEAD/common/kaitai/custom_decoder.h -------------------------------------------------------------------------------- /common/kaitai/exceptions.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSoft/UEFITool/HEAD/common/kaitai/exceptions.h -------------------------------------------------------------------------------- /common/kaitai/kaitaistream.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSoft/UEFITool/HEAD/common/kaitai/kaitaistream.cpp -------------------------------------------------------------------------------- /common/kaitai/kaitaistream.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSoft/UEFITool/HEAD/common/kaitai/kaitaistream.h -------------------------------------------------------------------------------- /common/kaitai/kaitaistruct.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSoft/UEFITool/HEAD/common/kaitai/kaitaistruct.h -------------------------------------------------------------------------------- /common/ksy/ami_nvar.ksy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSoft/UEFITool/HEAD/common/ksy/ami_nvar.ksy -------------------------------------------------------------------------------- /common/ksy/apple_sysf.ksy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSoft/UEFITool/HEAD/common/ksy/apple_sysf.ksy -------------------------------------------------------------------------------- /common/ksy/dell_dvar.ksy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSoft/UEFITool/HEAD/common/ksy/dell_dvar.ksy -------------------------------------------------------------------------------- /common/ksy/edk2_ftw.ksy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSoft/UEFITool/HEAD/common/ksy/edk2_ftw.ksy -------------------------------------------------------------------------------- /common/ksy/edk2_vss.ksy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSoft/UEFITool/HEAD/common/ksy/edk2_vss.ksy -------------------------------------------------------------------------------- /common/ksy/edk2_vss2.ksy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSoft/UEFITool/HEAD/common/ksy/edk2_vss2.ksy -------------------------------------------------------------------------------- /common/ksy/insyde_fdc.ksy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSoft/UEFITool/HEAD/common/ksy/insyde_fdc.ksy -------------------------------------------------------------------------------- /common/ksy/insyde_fdm.ksy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSoft/UEFITool/HEAD/common/ksy/insyde_fdm.ksy -------------------------------------------------------------------------------- /common/ksy/intel_acbp_v1.ksy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSoft/UEFITool/HEAD/common/ksy/intel_acbp_v1.ksy -------------------------------------------------------------------------------- /common/ksy/intel_acbp_v2.ksy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSoft/UEFITool/HEAD/common/ksy/intel_acbp_v2.ksy -------------------------------------------------------------------------------- /common/ksy/intel_acm.ksy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSoft/UEFITool/HEAD/common/ksy/intel_acm.ksy -------------------------------------------------------------------------------- /common/ksy/intel_keym_v1.ksy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSoft/UEFITool/HEAD/common/ksy/intel_keym_v1.ksy -------------------------------------------------------------------------------- /common/ksy/intel_keym_v2.ksy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSoft/UEFITool/HEAD/common/ksy/intel_keym_v2.ksy -------------------------------------------------------------------------------- /common/ksy/ms_slic_marker.ksy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSoft/UEFITool/HEAD/common/ksy/ms_slic_marker.ksy -------------------------------------------------------------------------------- /common/ksy/ms_slic_pubkey.ksy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSoft/UEFITool/HEAD/common/ksy/ms_slic_pubkey.ksy -------------------------------------------------------------------------------- /common/ksy/phoenix_evsa.ksy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSoft/UEFITool/HEAD/common/ksy/phoenix_evsa.ksy -------------------------------------------------------------------------------- /common/ksy/phoenix_flm.ksy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSoft/UEFITool/HEAD/common/ksy/phoenix_flm.ksy -------------------------------------------------------------------------------- /common/me.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSoft/UEFITool/HEAD/common/me.h -------------------------------------------------------------------------------- /common/meparser.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSoft/UEFITool/HEAD/common/meparser.cpp -------------------------------------------------------------------------------- /common/meparser.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSoft/UEFITool/HEAD/common/meparser.h -------------------------------------------------------------------------------- /common/meson.build: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSoft/UEFITool/HEAD/common/meson.build -------------------------------------------------------------------------------- /common/nvram.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSoft/UEFITool/HEAD/common/nvram.cpp -------------------------------------------------------------------------------- /common/nvram.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSoft/UEFITool/HEAD/common/nvram.h -------------------------------------------------------------------------------- /common/nvramparser.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSoft/UEFITool/HEAD/common/nvramparser.cpp -------------------------------------------------------------------------------- /common/nvramparser.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSoft/UEFITool/HEAD/common/nvramparser.h -------------------------------------------------------------------------------- /common/parsingdata.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSoft/UEFITool/HEAD/common/parsingdata.h -------------------------------------------------------------------------------- /common/peimage.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSoft/UEFITool/HEAD/common/peimage.cpp -------------------------------------------------------------------------------- /common/peimage.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSoft/UEFITool/HEAD/common/peimage.h -------------------------------------------------------------------------------- /common/treeitem.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSoft/UEFITool/HEAD/common/treeitem.cpp -------------------------------------------------------------------------------- /common/treeitem.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSoft/UEFITool/HEAD/common/treeitem.h -------------------------------------------------------------------------------- /common/treemodel.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSoft/UEFITool/HEAD/common/treemodel.cpp -------------------------------------------------------------------------------- /common/treemodel.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSoft/UEFITool/HEAD/common/treemodel.h -------------------------------------------------------------------------------- /common/types.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSoft/UEFITool/HEAD/common/types.cpp -------------------------------------------------------------------------------- /common/types.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSoft/UEFITool/HEAD/common/types.h -------------------------------------------------------------------------------- /common/ubytearray.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSoft/UEFITool/HEAD/common/ubytearray.h -------------------------------------------------------------------------------- /common/umemstream.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSoft/UEFITool/HEAD/common/umemstream.h -------------------------------------------------------------------------------- /common/ustring.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSoft/UEFITool/HEAD/common/ustring.cpp -------------------------------------------------------------------------------- /common/ustring.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSoft/UEFITool/HEAD/common/ustring.h -------------------------------------------------------------------------------- /common/utility.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSoft/UEFITool/HEAD/common/utility.cpp -------------------------------------------------------------------------------- /common/utility.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSoft/UEFITool/HEAD/common/utility.h -------------------------------------------------------------------------------- /common/zlib/ChangeLog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSoft/UEFITool/HEAD/common/zlib/ChangeLog -------------------------------------------------------------------------------- /common/zlib/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSoft/UEFITool/HEAD/common/zlib/LICENSE -------------------------------------------------------------------------------- /common/zlib/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSoft/UEFITool/HEAD/common/zlib/README -------------------------------------------------------------------------------- /common/zlib/adler32.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSoft/UEFITool/HEAD/common/zlib/adler32.c -------------------------------------------------------------------------------- /common/zlib/compress.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSoft/UEFITool/HEAD/common/zlib/compress.c -------------------------------------------------------------------------------- /common/zlib/crc32.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSoft/UEFITool/HEAD/common/zlib/crc32.c -------------------------------------------------------------------------------- /common/zlib/crc32.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSoft/UEFITool/HEAD/common/zlib/crc32.h -------------------------------------------------------------------------------- /common/zlib/deflate.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSoft/UEFITool/HEAD/common/zlib/deflate.c -------------------------------------------------------------------------------- /common/zlib/deflate.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSoft/UEFITool/HEAD/common/zlib/deflate.h -------------------------------------------------------------------------------- /common/zlib/gzclose.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSoft/UEFITool/HEAD/common/zlib/gzclose.c -------------------------------------------------------------------------------- /common/zlib/gzguts.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSoft/UEFITool/HEAD/common/zlib/gzguts.h -------------------------------------------------------------------------------- /common/zlib/gzlib.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSoft/UEFITool/HEAD/common/zlib/gzlib.c -------------------------------------------------------------------------------- /common/zlib/gzread.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSoft/UEFITool/HEAD/common/zlib/gzread.c -------------------------------------------------------------------------------- /common/zlib/gzwrite.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSoft/UEFITool/HEAD/common/zlib/gzwrite.c -------------------------------------------------------------------------------- /common/zlib/infback.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSoft/UEFITool/HEAD/common/zlib/infback.c -------------------------------------------------------------------------------- /common/zlib/inffast.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSoft/UEFITool/HEAD/common/zlib/inffast.c -------------------------------------------------------------------------------- /common/zlib/inffast.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSoft/UEFITool/HEAD/common/zlib/inffast.h -------------------------------------------------------------------------------- /common/zlib/inffixed.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSoft/UEFITool/HEAD/common/zlib/inffixed.h -------------------------------------------------------------------------------- /common/zlib/inflate.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSoft/UEFITool/HEAD/common/zlib/inflate.c -------------------------------------------------------------------------------- /common/zlib/inflate.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSoft/UEFITool/HEAD/common/zlib/inflate.h -------------------------------------------------------------------------------- /common/zlib/inftrees.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSoft/UEFITool/HEAD/common/zlib/inftrees.c -------------------------------------------------------------------------------- /common/zlib/inftrees.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSoft/UEFITool/HEAD/common/zlib/inftrees.h -------------------------------------------------------------------------------- /common/zlib/trees.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSoft/UEFITool/HEAD/common/zlib/trees.c -------------------------------------------------------------------------------- /common/zlib/trees.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSoft/UEFITool/HEAD/common/zlib/trees.h -------------------------------------------------------------------------------- /common/zlib/uncompr.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSoft/UEFITool/HEAD/common/zlib/uncompr.c -------------------------------------------------------------------------------- /common/zlib/zconf.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSoft/UEFITool/HEAD/common/zlib/zconf.h -------------------------------------------------------------------------------- /common/zlib/zlib.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSoft/UEFITool/HEAD/common/zlib/zlib.h -------------------------------------------------------------------------------- /common/zlib/zutil.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSoft/UEFITool/HEAD/common/zlib/zutil.c -------------------------------------------------------------------------------- /common/zlib/zutil.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSoft/UEFITool/HEAD/common/zlib/zutil.h -------------------------------------------------------------------------------- /fuzzing/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSoft/UEFITool/HEAD/fuzzing/CMakeLists.txt -------------------------------------------------------------------------------- /fuzzing/afl_driver.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSoft/UEFITool/HEAD/fuzzing/afl_driver.cpp -------------------------------------------------------------------------------- /fuzzing/ffsparser_fuzzer.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSoft/UEFITool/HEAD/fuzzing/ffsparser_fuzzer.cpp -------------------------------------------------------------------------------- /kaitai_regenerate.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSoft/UEFITool/HEAD/kaitai_regenerate.sh -------------------------------------------------------------------------------- /meson.build: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSoft/UEFITool/HEAD/meson.build -------------------------------------------------------------------------------- /sonar-project.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSoft/UEFITool/HEAD/sonar-project.properties -------------------------------------------------------------------------------- /version.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LongSoft/UEFITool/HEAD/version.h --------------------------------------------------------------------------------