From 25cc02431b61097b2adfc2fbc493b648b0300c3b Mon Sep 17 00:00:00 2001 From: Mason Reed Date: Mon, 10 Mar 2025 11:05:40 -0400 Subject: [SharedCache] Refactor Shared Cache In absence of a better name, this commit refactors the shared cache code. --- view/macho/objc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'view/macho/objc.h') diff --git a/view/macho/objc.h b/view/macho/objc.h index 42aec8d0..d64923cf 100644 --- a/view/macho/objc.h +++ b/view/macho/objc.h @@ -10,7 +10,7 @@ namespace BinaryNinja { public: void Read(void* dest, size_t len) override; - std::string ReadCString() override; + std::string ReadCString(size_t maxLength = -1) override; uint8_t Read8() override; uint16_t Read16() override; uint32_t Read32() override; -- cgit v1.3.1