Hi
This is only a suggestion, but if you look through the Processor Expert, there is a component called "ExternalFile"

You will need to add your source file to the list of files included in your project.

Then specify this file in the ExternalFile component in Processor Expert

The rebuild your project. Processor Expert creates a new source file which has all your binary data in code format, defined as an array of bytes.

Your ExternalFile bean has 3 methods, which return the size of the array, a pointer to its start and an indexed value.

Sadly, I could not find any better documentation in the help file, but I am sure someone can point us to it.
Hope this helps
Steve