awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目MCP 服务器关于排名机制媒体报道
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Bioruebe avatar

Bioruebe/UniExtract2

0
View on GitHub↗
4,344 星标·378 分支·AutoIt·GPL-2.0·6 次浏览

UniExtract2

UniExtract2 是一套专为通用归档提取、批量解压和文件格式分析而设计的工具。它将文件从各种压缩格式、软件安装程序、磁盘镜像和游戏归档中提取到本地目录。

该项目包含一个文件格式分析器,无需完全提取即可通过扫描内部内容和 Header 来识别文件类型。它还具有一个归档密码解密器,尝试使用预定义的常用密码列表恢复对受保护归档的访问。

该工具通过批处理队列处理和递归目录提取支持批量解压工作流,以处理嵌套归档结构。它进一步提供了在不执行安装过程的情况下分析软件安装程序和磁盘镜像内部内容的能力。

Features

  • Archive Extractions - Retrieves files from diverse archive formats, installers, and disk images into the local filesystem.
  • Bulk Decompressions - Processes multiple archives simultaneously to automate the retrieval of data from many files.
  • MIME Type Detection - Detects file types by scanning internal byte patterns and magic numbers without full extraction.
  • Archive Extractors - Retrieves files from various archive formats, installers, and disk images based on automated format detection.
  • File Signature Analyzers - Identifies archive formats by scanning file headers for specific byte patterns.
  • Installer Inspections - Views the internal contents of software installers and disk images without needing to run the installation process.
  • Batch Decompression Tools - Provides a utility for processing multiple compressed files simultaneously to automate extraction.
  • Recursive Extractions - Navigates nested archive structures by repeatedly extracting contents until fully unpacked.
  • Task Queues - Uses a task queue to manage the sequential decompression of multiple archive files.
  • Batch File Processing - Allows the simultaneous processing of multiple files to automate decompression workflows.
  • Password-Protected Archive Decryption - Regains access to locked files by testing common passwords against protected archives.
  • Password List Attacks - Attempts to recover access to protected archives by cycling through common password strings.
  • Child Process Execution - Spawns and manages standalone decompression binaries as child processes to support diverse archive formats.

Star 历史

bioruebe/uniextract2 的 Star 历史图表bioruebe/uniextract2 的 Star 历史图表

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Start searching with AI

UniExtract2 的开源替代方案

相似的开源项目,按与 UniExtract2 的功能重合度排序。
  • ahupp/python-magicahupp 的头像

    ahupp/python-magic

    2,886在 GitHub 上查看↗

    python-magic is a C-binding wrapper that provides a Python interface for the libmagic system library. It functions as a file signature analyzer and MIME type detector, identifying file formats by comparing header bytes against a database of known binary signatures. The library enables the identification of file types from both file paths and raw data buffers. It supports custom file signature matching through the injection of user-provided magic databases, allowing for the detection of specialized or proprietary formats. The project covers binary data analysis and MIME type mapping to transl

    Python
    在 GitHub 上查看↗2,886
  • icsharpcode/sharpziplibicsharpcode 的头像

    icsharpcode/SharpZipLib

    3,913在 GitHub 上查看↗

    SharpZipLib is a .NET compression library and file archiver used to create, extract, and manage Zip, GZip, Tar, and BZip2 archives. It provides a framework for compressing and decompressing data streams and files within the .NET ecosystem. The library distinguishes itself through support for archives that exceed the standard four gigabyte size limit. It also includes capabilities for decrypting password-protected files using industry-standard encryption and managing Tar archives with long filename support. The project covers a broad range of archive management operations, including integrity

    C#
    在 GitHub 上查看↗3,913
  • j3ssie/osmedeusj3ssie 的头像

    j3ssie/Osmedeus

    6,425在 GitHub 上查看↗

    Osmedeus is a security workflow orchestration engine that coordinates AI agents, shell commands, and scanning tools through declarative YAML pipelines. It functions as a distributed security scanner, a declarative workflow automator, and an AI agent framework for security, enabling automated multi-step security analysis with conditional branching, parallel execution, and distributed workers. The engine distinguishes itself through a hybrid runner model that executes workflow steps on the local host, inside Docker containers, or over SSH to remote machines, selected per step or module. It supp

    Go
    在 GitHub 上查看↗6,425
  • jely2002/youtube-dl-guijely2002 的头像

    jely2002/youtube-dl-gui

    8,499在 GitHub 上查看↗

    This project is a cross-platform desktop application that serves as a graphical wrapper for the youtube-dl command line tool. It functions as a web media extractor and batch video downloader, allowing users to save video files, audio tracks, subtitles, and metadata from supported online platforms. The application provides a visual interface to manage download quality, output formats, and file naming. It supports the retrieval of restricted or private content through browser cookie files, basic authentication, or video passwords. The software includes capabilities for bulk playlist archiving

    Rust
    在 GitHub 上查看↗8,499
查看 UniExtract2 的所有 30 个替代方案→

常见问题解答

bioruebe/uniextract2 是做什么的?

UniExtract2 是一套专为通用归档提取、批量解压和文件格式分析而设计的工具。它将文件从各种压缩格式、软件安装程序、磁盘镜像和游戏归档中提取到本地目录。

bioruebe/uniextract2 的主要功能有哪些?

bioruebe/uniextract2 的主要功能包括:Archive Extractions, Bulk Decompressions, MIME Type Detection, Archive Extractors, File Signature Analyzers, Installer Inspections, Batch Decompression Tools, Recursive Extractions。

bioruebe/uniextract2 有哪些开源替代品?

bioruebe/uniextract2 的开源替代品包括: ahupp/python-magic — python-magic is a C-binding wrapper that provides a Python interface for the libmagic system library. It functions as… icsharpcode/sharpziplib — SharpZipLib is a .NET compression library and file archiver used to create, extract, and manage Zip, GZip, Tar, and… j3ssie/osmedeus — Osmedeus is a security workflow orchestration engine that coordinates AI agents, shell commands, and scanning tools… jely2002/youtube-dl-gui — This project is a cross-platform desktop application that serves as a graphical wrapper for the youtube-dl command… jessecar96/steamdesktopauthenticator — SteamDesktopAuthenticator is a desktop multi-factor authentication client for Steam accounts. It serves as a desktop… zidoro/pomatez — Pomatez is a desktop focus tool and Pomodoro timer application designed to track work intervals and scheduled breaks.…