Includer_Parser (Author: Kenny) ..
To enable it, you have to write:
PREPARSE BinIncluder
See Pre_Parser_concept, for PREPARSE rigid syntax. The ''Includer'' Pre-Parser's purpose is to include directly a File (any kind of File) directly into the .Data section of your PE.
Syntax.
PREPARSE BinIncluder
[BinInclude MyFile.ext:]
Once done, in your usual Source, you may access the Data stored at the 'MyFile.ext:' Label the usual way.
The usual 'Len' is also automatically generated for providing the Length of the included Data. In this example case, - as the Parser does it for you -, you do not have to write, at the end:
... MyFile.ext_Len: len]
The File Max Size is 1 Mb.
~~~~~~~