From c05288239744e972c9b3fe9e8fc6619b828f857c Mon Sep 17 00:00:00 2001 From: Cal Leeming Date: Fri, 3 Jan 2014 18:00:40 +0000 Subject: [PATCH] Update README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 13c33eb..17ca37e 100644 --- a/README.md +++ b/README.md @@ -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