Skip to content

C++ 20 Windows/Linux cli that allows to non-destructively store regular or compressed files inside any executables or binaries.

License

Notifications You must be signed in to change notification settings

KalaKit/KalaData

Repository files navigation

KalaData

KalaData is a cli that can pass compressed or raw files to any target binary, all data is always passed at the end of the target binary so its structure remains safe. This is especially important for executables so that they don't need to be recompiled whenever you modify or add new data or remove existing data youve already passed to that target executable.

Passing binary data to the target file should be done at your own risk, you are likely going to break stuff if you modify system files or files that are modified by another executable.

This cli was built with the help of a template cli.


Links

Donate on PayPal

Official Discord server

Official Youtube channel


Docs

How to build from source

External libraries

How to use

Lost Empire Entertainment and KalaKit ecosystem

About

C++ 20 Windows/Linux cli that allows to non-destructively store regular or compressed files inside any executables or binaries.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published