You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ImageMeld is a steganography tool that allows users to securely embed files within images. It supports multiple file formats and optionally compresses files into ZIP archives, and provides a user-friendly interface for easy embedding.
A cross-platform CMake tool (tested on Linux, Windows, WebAssembly, and Android) that automatically embeds files and resources directly into your binaries (via assembly or byte arrays on MSVC) using `xxd`. This is a refactored version written in pure C11; it eliminates the C++ dependency while maintaining integration with CMake projects.