diff options
Diffstat (limited to 'platform/efi/efi_resolver/include/GuidRenderer.h')
| -rw-r--r-- | platform/efi/efi_resolver/include/GuidRenderer.h | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/platform/efi/efi_resolver/include/GuidRenderer.h b/platform/efi/efi_resolver/include/GuidRenderer.h index 30bd9126..e30aa880 100644 --- a/platform/efi/efi_resolver/include/GuidRenderer.h +++ b/platform/efi/efi_resolver/include/GuidRenderer.h @@ -6,16 +6,15 @@ using namespace BinaryNinja; using namespace std; -class EfiGuidRenderer : public BinaryNinja::DataRenderer { - EfiGuidRenderer() = default; +class EfiGuidRenderer : public BinaryNinja::DataRenderer +{ + EfiGuidRenderer() = default; public: - bool IsValidForData(BinaryView*, uint64_t address, Type*, - vector<pair<Type*, size_t>>&) override; + bool IsValidForData(BinaryView*, uint64_t address, Type*, vector<pair<Type*, size_t>>&) override; - vector<DisassemblyTextLine> GetLinesForData( - BinaryView*, uint64_t address, Type*, const vector<InstructionTextToken>& prefix, - size_t width, vector<pair<Type*, size_t>>&) override; + vector<DisassemblyTextLine> GetLinesForData(BinaryView*, uint64_t address, Type*, + const vector<InstructionTextToken>& prefix, size_t width, vector<pair<Type*, size_t>>&) override; - static void Register(); + static void Register(); };
\ No newline at end of file |
