index
:
public/binaryninja-api.git
extended-rust-llil
[no description]
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
binaryviewtype.cpp
Age
Commit message (
Expand
)
Author
2026-04-22
Always show the triage view when opening a shared cache or kernel cache
Mark Rowe
2026-01-01
update copyrights for 2026
Jordan Wiens
2025-03-28
missed the older dates!
Jordan Wiens
2025-03-10
Remove platform registration API footgun.
Alexander Taylor
2024-10-03
Added IsForceLoadable method to BinaryViewType
Brandon Miller
2024-01-08
update copyright year
Jordan Wiens
2023-02-08
Clean up possible early deletion issues in API callbacks
Rusty Wagner
2023-01-30
Fix UAF on C++ BinaryView plugin init, improve demangler and BinaryView APIs
Rusty Wagner
2023-01-05
Update copyright to 2023
Josh F
2022-04-29
Check in the debugger
Xusheng
2022-01-28
Format All Files
KyleMiles
2022-01-03
update copyright years
Jordan Wiens
2021-08-20
platforms: specify platform types and add bvt platform callbacks
Ryan Snyder
2021-01-18
updating copyright year
Jordan Wiens
2020-11-13
add callback for BinaryView finalization and initial analysis completion
Xusheng
2020-10-16
add unit test for deprecated BinaryViewType
Xusheng
2020-02-16
Add parse-only BinaryView creation to the API.
Brian Potchik
2020-01-01
update copyright year to 2020
Jordan Wiens
2019-08-02
Refactor settings system to be reference counted.
Brian Potchik
2019-06-13
Initial rebase on file load support.
Brian Potchik
2019-01-17
update company name and copyright date
Jordan Wiens
2018-06-28
Fix lifting of intrinsics in Python bindings
Ryan Snyder
2018-06-21
c++: Allow custom BinaryViewTypes to fail gracefully
Ryan Snyder
2018-01-14
Container Memory Reservations.
Brian Potchik
2017-05-19
update copyright year
Jordan Wiens
2016-07-23
Add endian argument to registering archs with views
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
2016-01-25
Initial implementation of platform ABI classes
Rusty Wagner
2015-08-28
Binary view API cleanup, and add reader/writer class to Python API
Rusty Wagner
2015-03-04
Add architecture to graph edges, and add edge routing data field for layout
Rusty Wagner
2015-02-16
Add architecture plugin type, x86 plugin, and get ready for threads
Rusty Wagner
2015-02-16
Restyle the code to use smart tabs
Rusty Wagner
2015-02-12
Place API code with the associated class
Rusty Wagner