| 4501 | struct HighLevelILInstruction; |
| 4502 | |
| 4503 | class QueryMetadataException : public ExceptionWithStackTrace |
| 4504 | { |
| 4505 | public: |
| 4506 | QueryMetadataException(const std::string& error) : ExceptionWithStackTrace(error) {} |
| 4507 | }; |
| 4508 | |
| 4509 | /*! \c BinaryView implements a view on binary data, and presents a queryable interface of a binary file. |
| 4510 |
no outgoing calls
no test coverage detected