diff options
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 |
