diff options
| author | Brian Potchik <brian@vector35.com> | 2023-11-16 16:00:37 -0500 |
|---|---|---|
| committer | Brian Potchik <brian@vector35.com> | 2023-11-16 16:00:37 -0500 |
| commit | c798413b1d6625a94d90f1ef56c067370d93bb9f (patch) | |
| tree | cb03df772a8fc87f79ab4b4b6fbc716a51534626 /binaryninjaapi.h | |
| parent | 4025361513068463390900635313910200542556 (diff) | |
Initial components UI update.
Diffstat (limited to 'binaryninjaapi.h')
| -rw-r--r-- | binaryninjaapi.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/binaryninjaapi.h b/binaryninjaapi.h index 0052e3ed..91006bf5 100644 --- a/binaryninjaapi.h +++ b/binaryninjaapi.h @@ -2825,7 +2825,7 @@ namespace BinaryNinja { SegmentUpdates = SegmentLifetime | SegmentUpdated, SectionLifetime = SectionAdded | SectionRemoved, SectionUpdates = SectionLifetime | SectionUpdated, - ComponentUpdates = ComponentAdded | ComponentRemoved | ComponentMoved | ComponentFunctionAdded | ComponentFunctionRemoved | ComponentDataVariableAdded | ComponentDataVariableRemoved + ComponentUpdates = ComponentNameUpdated | ComponentAdded | ComponentRemoved | ComponentMoved | ComponentFunctionAdded | ComponentFunctionRemoved | ComponentDataVariableAdded | ComponentDataVariableRemoved }; using NotificationTypes = uint64_t; |
