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. --- objectivec/objc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'objectivec/objc.h') diff --git a/objectivec/objc.h b/objectivec/objc.h index 2939a3e5..754d8d98 100644 --- a/objectivec/objc.h +++ b/objectivec/objc.h @@ -166,7 +166,7 @@ namespace BinaryNinja { \throws Exception \return the string */ - virtual std::string ReadCString() = 0; + virtual std::string ReadCString(size_t maxLength = -1) = 0; /*! Read a uint8_t from the current cursor position and advance the cursor by 1 byte -- cgit v1.3.1