Dark Mode

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

guervild/InlineZipper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

1 Commit

Repository files navigation

InlineZipper

InlineZipper is a BOF.NET that allows operators to compress files and folders in memory, and download it without touching the disk.

It is inspired by @Outflanknl's Zipper project, and uses BOF.NET's DownloadFile API.

Zip operation is performed using DotNetZip

Usage

First, you must compile BOF.NET from @CCob and load the bofnet.cna.

A bofnet.dll is added to the project but you can replace it with the one you compiled.

InlineZipper uses dnMerge from @CCob to merge the assemblies: it must be a release build to get the assemblies merged.

Once you compiled the InlineZipper project, you can execute as follows:

bofnet_init
bofnet_load /path/to/InlineZipper.exe
bofnet_execute InlineZipper.Execute <...>

An example of a CNA that uses InlineZipper is provided, you must initialize BOF.NET and load the assembly before using it.

Acknowledgments

Zipper from @Outflanknl

BOF.NET and dnMerge from @CCob

DotNetZip from @haf

About

No description or website provided.

Topics

Resources

Readme

Stars

Watchers

Forks

Releases

No releases published

Packages

Contributors

Languages