Skip to content

shonen787/BarknHide

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BarknHide

Hide binary data in Woff2 files!

This code will take in two files, an unaltered Woff2 file and a bin file. It will add the bin file to the end of Woff2 input file, update the Woff2 Headers:

  • UInt32 length
  • UInt32 privOffset
  • UInt32 privLength

If you ever need to recover the bin data, just start reading from the privOffset [36, 37, 38, 39] header to the end of the file.

Usage

BarknHide --input-woff <INPUT_WOFF> --output-woff <OUTPUT_WOFF> --bin-file-path <BIN_FILE_PATH>

Alt text

Build

To build the source, use cargo

cargo build --release #release mode
cargo build #debug mode

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages