Skip to content

marirs/xtract-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Xtract

Simple Unzip and extract files using Rust

Requirements

  • Rust 1.60+

Examples

There is a bruteforce example in the example folder to extract files using a password dictionary.

Use the library in your project

To use the library in your project, add the dependencies to your project.

[dependencies]
xtract = { git = "https://github.com/marirs/xtract-rs", branch = "master" }

SG