mirror of
https://github.com/QL-Win/QuickLook.git
synced 2026-01-14 07:06:15 +08:00
Add EIF archive extraction with Face.dat ordering
Introduced EifExtractor to support extracting QQ EIF emoji archives, reordering images based on Face.dat metadata. Updated CompoundFileExtractor with in-memory extraction, enhanced the plugin menu and extraction workflow to prompt for Face.dat ordering, and added translations for the new prompt in Translations.config.
This commit is contained in:
@@ -29,6 +29,7 @@ namespace QuickLook.Plugin.ArchiveViewer.CompoundFileBinary;
|
||||
/// - Locates a repeating-key pattern and extracts the XOR-encrypted block
|
||||
/// - XOR-decodes the block and parses group\filename entries
|
||||
/// Provides a method to build the same group -> (filename -> index) mapping as the Python tool.
|
||||
/// Reference: https://github.com/readme9txt/QQEIF-Extractor
|
||||
/// </summary>
|
||||
public static class FaceDatDecoder
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user