Bitstream Interpretation Library (BIL)
0.1
|
Contains declaration of constants holding the xsl and css stylesheets for use with the bit2xml program. More...
Go to the source code of this file.
Macros | |
#define | BIT2XMLDATA_HPP |
Variables | |
const size_t | DISASSEMBLY_XSL_SIZE = 3704 |
size of XSL stylesheet | |
const unsigned char | DISASSEMBLY_XSL [DISASSEMBLY_XSL_SIZE] |
XSL stylesheet. | |
const size_t | DISASSEMBLY_CSS_SIZE = 720 |
size of CSS stylesheet | |
const unsigned char | DISASSEMBLY_CSS [DISASSEMBLY_CSS_SIZE] |
CSS stylesheet. |
Contains declaration of constants holding the xsl and css stylesheets for use with the bit2xml program.
Definition in file bit2xmlData.hpp.
#define BIT2XMLDATA_HPP |
Definition at line 9 of file bit2xmlData.hpp.
const size_t DISASSEMBLY_XSL_SIZE = 3704 |
size of XSL stylesheet
Definition at line 13 of file bit2xmlData.hpp.
const unsigned char DISASSEMBLY_XSL[DISASSEMBLY_XSL_SIZE] |
XSL stylesheet.
Definition at line 10 of file bit2xmlData.cpp.
const size_t DISASSEMBLY_CSS_SIZE = 720 |
size of CSS stylesheet
Definition at line 20 of file bit2xmlData.hpp.
const unsigned char DISASSEMBLY_CSS[DISASSEMBLY_CSS_SIZE] |
CSS stylesheet.
Definition at line 323 of file bit2xmlData.cpp.