index
:
public/binaryninja-api.git
extended-rust-llil
[no description]
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
metadata.cpp
Age
Commit message (
Collapse
)
Author
2026-05-07
Make Metadata::operator== const
Glenn Smith
2025-04-29
Fix memory leak in Metadata::GetKeyValueStore()
Peter LaFosse
2024-05-27
Update load APIs to take a JSON string for options.
Brian Potchik
2023-11-14
Fix a number of leaks and bad uses of free in the api
Glenn Smith
See https://github.com/Vector35/binaryninja-api/issues/4751
2023-11-13
Add fmt library to api
Glenn Smith
2023-01-30
Fix crash on Get of nonexistant metadata
Rusty Wagner
2022-06-30
Implement the missing APIs in BinaryNinja::Metadata
Xusheng
2022-01-28
Format All Files
KyleMiles
2021-09-05
Fix memory leak in 'Metadata(const std::map<std::string, Ref<Metadata>>& data'
Peter LaFosse
2018-10-19
Fix memory leak in namespaces
Peter LaFosse
2018-01-14
Container Memory Reservations.
Brian Potchik
2017-07-12
Adding remove_metadata API to BinaryView. Add remove APIs to Metadata
Peter LaFosse
2017-07-12
Metadata enhancements. Metadata objects are now serialized to the DB
Peter LaFosse
2017-07-01
Refactor of metadata api names. modify how QueryMetadata works
Peter LaFosse
2017-07-01
Adding settings system apis, and binaryview metadata apis
Peter LaFosse