Bitstream Interpretation Library (BIL)  0.1
bit2xmlData.hpp
Go to the documentation of this file.
1 
7 #pragma once
8 #ifndef BIT2XMLDATA_HPP
9 #define BIT2XMLDATA_HPP
10 
11 
13 const size_t DISASSEMBLY_XSL_SIZE = 3704;
14 
16 extern const unsigned char DISASSEMBLY_XSL[DISASSEMBLY_XSL_SIZE];
17 
18 
20 const size_t DISASSEMBLY_CSS_SIZE = 720;
21 
23 extern const unsigned char DISASSEMBLY_CSS[DISASSEMBLY_CSS_SIZE];
24 
25 
26 #endif