diff options
| author | Ryan Snyder <ryan@vector35.com> | 2024-10-28 15:02:01 -0400 |
|---|---|---|
| committer | Ryan Snyder <ryan@vector35.com> | 2024-10-28 19:36:05 -0400 |
| commit | 717a2ea5c79a95dd3178447e27be979895f55892 (patch) | |
| tree | b900a836bb18087aae5d50968ea4a2671b60bbd9 /binaryninjaapi.h | |
| parent | c0e99630986903c6988b7fdbf4f69a3389c71d76 (diff) | |
hlr: expose ability to claim line addresses
Diffstat (limited to 'binaryninjaapi.h')
| -rw-r--r-- | binaryninjaapi.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/binaryninjaapi.h b/binaryninjaapi.h index bcd1ec97..17b9cfa8 100644 --- a/binaryninjaapi.h +++ b/binaryninjaapi.h @@ -18489,6 +18489,9 @@ namespace BinaryNinja { void SetHasCollapsableRegions(bool state); /*! Starts a new line in the output. */ + void InitLine(); + + /*! Starts a new line in the output. */ void NewLine(); /*! Increases the indentation level by one. */ |
