index
:
public/binaryninja-api.git
extended-rust-llil
[no description]
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
filemetadata.cpp
Age
Commit message (
Collapse
)
Author
2025-03-28
missed the older dates!
Jordan Wiens
2024-05-14
Ref count undo objects
Josh Ferrell
2024-01-22
Project support
Josh Ferrell
2024-01-11
Expose the BinaryView::ForgetUndoActions API and use avoid undo actions ↵
Xusheng
warning in the debugger
2024-01-08
update copyright year
Jordan Wiens
2023-06-08
Undo transactions / context manager
Glenn Smith
2023-06-08
Undo entry states and reverting
Glenn Smith
2023-02-15
Remove legacy BNDB Merge Tool
Josh Ferrell
2023-01-05
Update copyright to 2023
Josh F
2023-01-03
Allow specifying snapshot name in SaveSettings
Glenn Smith
2022-10-20
Properly remove the debugger view from the FileMetadata after the target ↵
Xusheng
exits. Fix https://github.com/Vector35/debugger/issues/279
2022-09-29
Interaction::RunProgressDialog
Glenn Smith
2022-09-29
Optimized api for getting the title of the last undo entry
Glenn Smith
2022-07-21
Add FileMetadata::GetLast{Undo,Redo}Entry, add valid field to BNUndoEntry
Josh F
2022-07-04
Add CanUndo,CanRedo,GetRedoEntries
Josh F
2022-04-29
Check in the debugger
Xusheng
2022-03-16
Add support for structured logging
Peter LaFosse
2022-03-11
Use memory tracking API when in core for rapidjson
Rusty Wagner
2022-01-28
Format All Files
KyleMiles
2022-01-27
Free allocated memory during analysis merges.
Brian Potchik
2022-01-17
Make various database progress functions cancellable
Glenn Smith
2022-01-03
update copyright years
Jordan Wiens
2021-07-13
Database api
Glenn Smith
Co-Authored-By: Josh Ferrell <josh@vector35.com>
2021-03-30
Add ability to query for database backing of specific BinaryViewTypes and ↵
Brian Potchik
fix state initialization.
2021-01-18
updating copyright year
Jordan Wiens
2020-12-09
Cleanup project creation and add API.
Brian Potchik
2020-11-16
add a unit test for loading old database
Xusheng
2020-10-16
add unit test for deprecated BinaryViewType
Xusheng
expose FileMetadata::GetExistingViews()
2020-07-10
Add save settings
Josh Ferrell
2020-03-31
Undobuffer merging and mergetool
Josh Ferrell
2020-02-06
Add clean saving
Josh Ferrell
2020-01-01
update copyright year to 2020
Jordan Wiens
2019-11-14
Initial dynamic rebasing support.
Brian Potchik
2019-09-11
Add ability to open a database with options.
Brian Potchik
2019-01-17
update company name and copyright date
Jordan Wiens
2018-10-18
Initial Enhanced Settings System.
Brian Potchik
2018-08-23
add support for original_filename property
Jordan Wiens
2017-05-19
update copyright year
Jordan Wiens
2016-08-25
Adding APIs for database save/load progress and constant references
Rusty Wagner
2016-04-10
Add MIT license for API wrappers
Rusty Wagner
2016-01-31
Refactor API to fix design bug that causes use-after-free on many plugin objects
Rusty Wagner
2015-09-08
Refactor navigation handlers so that Python can interact with them properly
Rusty Wagner
2015-04-27
Restore defined functions from database
Rusty Wagner
2015-04-27
Initial database save/open, just file contents right now
Rusty Wagner
2015-04-26
Add serialization API for undo actions to prepare for storing in database
Rusty Wagner
2015-03-21
Add assemble dialog and use nasm for x86/x86_64
Rusty Wagner
2015-03-20
Load PDB symbols on Windows
Rusty Wagner
2015-02-12
Place API code with the associated class
Rusty Wagner