Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Cal Leeming committed Jan 3, 2014
1 parent fd5153f commit c052882
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Expand Up @@ -35,6 +35,11 @@ This is [detailed here](http://www.linuxjournal.com/content/embedding-file-execu

This is [detailed here](http://stackoverflow.com/questions/4864866/c-c-with-gcc-statically-add-resource-files-to-executable-library) but can cause some anti virus / integrity tools to throw warnings. It also breaks any hash checking you put into your binary.

#### Convert to data array

This is [shown here](http://www.cocoanetics.com/2010/10/embedding-binary-resources/) and [here](http://blog.theroyweb.com/embedding-a-binary-file-as-an-array-in-firmware), but has the same problems as compiling to a symbol afaik.


## Acknowledgements

Thanks to [harryr](https://github.com/harryr) and `freenode/##c` for code review and assistance

0 comments on commit c052882

Please sign in to comment.