Skip to content

ImHex plugin that provides interface to Zlib inflate in PatternLanguage. Zlib inflate can autodetect and decompress raw deflate, zlib wrapped and gzip wrapped deflate streams.

License

Notifications You must be signed in to change notification settings

Jusb3/ImHex-Zlib-Plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ImHex Zlib Plugib

This repository contains source code to build a plugin for ImHex. This plugin adds zlib::decompress(u8[] bytes) function to the PatternLanguage. The plugin is effectively a wrapper to the Zlib inflate. Zlib inflate can decompress raw deflate, zlib wrapped deflate and gzip wrapped deflate streams.

Building

Building a plugin works similarly to building ImHex. Make sure you have all dependencies installed that are necessary to build ImHex itself. Afterwards simply use cmake in the top level of this repository to build libimhex and the plugin. Consult the ImHex README.md for a more in-depth guide on how to compile ImHex using cmake.

Notice

Plugins can depend on the ImHex version you're using. To find out what commit the plugin was built for, check the commit hash next to the ImHex submodule.

About

ImHex plugin that provides interface to Zlib inflate in PatternLanguage. Zlib inflate can autodetect and decompress raw deflate, zlib wrapped and gzip wrapped deflate streams.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published