$$\ $$$$$$\ $$$$$$\ $$$$$$$\ $$$$$$$\ $$$$$$\ $$\ $$\
$$ | $$ __$$\ $$ __$$\ $$ __$$\ $$ __$$\ \_$$ _|$$$\ $$ |
$$ | $$ / $$ |$$ / $$ |$$ | $$ |$$ | $$ | $$ | $$$$\ $$ |
$$ | $$ | $$ |$$$$$$$$ |$$ | $$ |$$$$$$$\ | $$ | $$ $$\$$ |
$$ | $$ | $$ |$$ __$$ |$$ | $$ |$$ __$$\ $$ | $$ \$$$$ |
$$ | $$ | $$ |$$ | $$ |$$ | $$ |$$ | $$ | $$ | $$ |\$$$ |
$$$$$$$$\ $$$$$$ |$$ | $$ |$$$$$$$ |$$$$$$$ |$$$$$$\ $$ | \$$ |
\________|\______/ \__| \__|\_______/ \_______/ \______|\__| \__|
Loadbin is a simple utility made for LibHydrix that allows you to load a binary file into another file at a specific line. There are versions for both Windows and Linux.
- Injecting binary data into a file (Image, Fonts, Text, etc.)
- Keeping file sizes small until compile time.
In the file you're injecting the binary data into, add a line with the following format:
#[LOADBIN] <from-file-name>
Then run the following command:
.\loadbinary <from-file> <to-file>
Then run the following command:
./loadbinary <from-file> <to-file>