index
:
public/binaryninja-api.git
extended-rust-llil
[no description]
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
settings.cpp
Age
Commit message (
Collapse
)
Author
2025-06-20
Update the Settings IsEmpty API for querying resources.
Brian Potchik
2025-04-29
Fix memory leaks in Sections, Segments, Settings, ExternalLibrary, and ↵
Peter LaFosse
BackgroundTask
2024-09-30
Use title for generation of function analysis actions.
Brian Potchik
2024-08-20
Initial support for per-function settings.
Brian Potchik
2023-12-14
Fix object settings.
Brian Potchik
2023-11-10
Add support for object settings
Josh Ferrell
2022-11-10
Include C++ standard headers
Christian Blichmann
When compiling in C++ mode, the C++ standard library headers should be included instead of their C counterparts. Drive-by: - Removed include of `json/json.h` from `settings.cpp`, where it was not used
2022-11-10
Add LoadSettingsFile API to support ephemeral settings.
Brian Potchik
2022-03-11
Use memory tracking API when in core for rapidjson
Rusty Wagner
2022-01-28
Format All Files
KyleMiles
2020-06-20
Remove CopyValuesFrom Settings API.
Brian Potchik
2020-06-17
ResetAll settings API resets settings in the active schema by default.
Brian Potchik
2019-09-21
Access Settings Values as Json.
Brian Potchik
2019-08-29
Add settings API to query keys and json stringified values.
Brian Potchik
2019-08-11
Eliminate mandatory ephemeral view creation during open with options.
Brian Potchik
2019-08-07
Settings system improvements.
Brian Potchik
2019-08-02
Refactor settings system to be reference counted.
Brian Potchik
2019-06-13
Initial rebase on file load support.
Brian Potchik
2019-05-27
Add API to query settings properties.
Brian Potchik
2019-01-25
Add CopyValue to Settings APi.
Brian Potchik
2018-11-21
Add ability to serialize/deserialize settings from BinaryViews.
Brian Potchik
2018-10-18
Initial Enhanced Settings System.
Brian Potchik
2018-09-28
Namespace API cleanup
Peter LaFosse
2018-01-14
Container Memory Reservations.
Brian Potchik
2018-01-11
API Temporary Object Elimination.
Brian Potchik
2017-08-04
Fixing UAF in settings
Peter LaFosse
2017-07-03
Add setting removal APIs, allow negative integers
Peter LaFosse
2017-07-02
expose Settings 'Set' APIs to C++
Peter LaFosse
2017-07-01
Refactor of metadata api names. modify how QueryMetadata works
Peter LaFosse
2017-07-01
Remove need for explicitly initializing settings file
Peter LaFosse