Skip to content

inesonic/build_payload

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

build_payload

The build_payload tool is a small utility that converts a arbitrary file, in binary format, to a C++ file that can be compiled into your own programs. The build_payload command can optionally compress the supplied file.

You can use the --help command line options for details on using this tool.

Build Dependencies

The build_payload command requires the Qt libraries, version 5 or later. The build process on Linux and MacOS is:

$ qmake $ make

The build process on Windows is:

$ qmake $ nmake

About

Small utility that converts a file, in binary format, to a C++ source. The tool can also, optionally zlib compress the file.

Resources

License

GPL-2.0, Unknown licenses found

Licenses found

GPL-2.0
LICENSE.GPLv2
Unknown
LICENSE.INESONIC

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published