index
:
public/binaryninja-api.git
extended-rust-llil
[no description]
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
python
/
metadata.py
Age
Commit message (
Expand
)
Author
2026-05-07
Python: Use BNMetadataIsEqual for object-object comparisons
Glenn Smith
2026-01-01
update copyrights for 2026
Jordan Wiens
2025-03-30
Add Python Metadata API improvements for handling Metadata as values, diction...
Brian Potchik
2025-03-28
missed the older dates!
Jordan Wiens
2024-05-27
Update load APIs to take a JSON string for options.
Brian Potchik
2024-01-15
Add APIs for getting the the base Metadata object for BinaryViews and TypeLib...
Peter LaFosse
2024-01-08
update copyright year
Jordan Wiens
2023-05-11
Fix binaryview metadata bool handling
Peter LaFosse
2023-01-05
Update copyright to 2023
Josh F
2022-04-08
Add some small typehint fixes to typelibrary and metadata.py
Peter LaFosse
2022-03-04
Add a few optimizations to the python API for querying platform
Peter LaFosse
2022-02-17
Improve handling of bytes objects with Metadata
Peter LaFosse
2022-01-28
Format All Files
KyleMiles
2022-01-03
update copyright years
Jordan Wiens
2021-09-06
Add some additional typehints to architecture.py, function.py and metadata.py...
Peter LaFosse
2021-09-05
Don't inherit from object anymore
Peter LaFosse
2021-09-05
Add type hints to basicblock.py, lowlevelil.py, architecture.py
Peter LaFosse
2021-01-18
updating copyright year
Jordan Wiens
2020-05-03
Fix up equality operators and had hash operators
Peter LaFosse
2020-01-01
update copyright year to 2020
Jordan Wiens
2019-05-31
Clean Up 2/3 int/long Compatibility
KyleMiles
2019-02-08
Fix some python2 / python3 issues in Metadata
Bambu
2019-01-17
update company name and copyright date
Jordan Wiens
2018-12-22
Fix metadata (#1224)
Josh Watson
2018-07-13
Python2/3 String Compatibility Fix
KyleMiles
2018-07-10
Various Python 3 support changes
KyleMiles
2018-07-10
Various Python 3 support changes
KyleMiles
2018-07-10
addition 3 compatibility changes
Jordan Wiens
2018-07-10
working division, prints, and metaclasses, but imports broken, still needs work
Jordan Wiens
2017-07-13
Make query/store metadata completely duck typed
Peter LaFosse
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