/* * Copyright (c) 2022-2023 Jon Palmisciano. All rights reserved. * * Use of this source code is governed by the BSD 3-Clause license; the full * terms of the license can be found in the LICENSE.txt file. */ #pragma once #include using AnalysisContextRef = BinaryNinja::Ref; using BinaryViewRef = BinaryNinja::Ref; using LLILFunctionRef = BinaryNinja::Ref; using SymbolRef = BinaryNinja::Ref; using TypeRef = BinaryNinja::Ref; using BinaryViewPtr = BinaryNinja::BinaryView*; using TypePtr = BinaryNinja::Type*; using BinaryViewID = std::size_t;