Skip to content

A useful script that helps to embed files in an executable

License

Notifications You must be signed in to change notification settings

etag4048/binembed

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

binembed - Embeds binary data into an executable

binembed [-h header path] [-o archive path] file ...

DOCUMENTATION

man -l binembed.1

INSTALLATION

1) Copy 'binembed' to a directory contained in the $PATH
variable

2) Copy the manual page to '/usr/share/man1'

QUICK EXAMPLE

echo "Something" > test1.txt

./binembed test1.txt

cc example.c resources.a -o example

./example test1.txt
path: test1.txt
size of resource: 10
Something

About

A useful script that helps to embed files in an executable

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published