diff options
| author | Mason Reed <mason@vector35.com> | 2025-03-10 11:05:40 -0400 |
|---|---|---|
| committer | Mason Reed <mason@vector35.com> | 2025-04-02 05:36:54 -0400 |
| commit | 25cc02431b61097b2adfc2fbc493b648b0300c3b (patch) | |
| tree | a79d9c4f4f67234d3bf9bda413e8608f479a4cc8 /objectivec/objc.h | |
| parent | fa85bf28502286c4821427c5d0ed91a7ed46f8f6 (diff) | |
[SharedCache] Refactor Shared Cache
In absence of a better name, this commit refactors the shared cache code.
Diffstat (limited to 'objectivec/objc.h')
| -rw-r--r-- | objectivec/objc.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
