index
:
public/binaryninja-api.git
extended-rust-llil
[no description]
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
platform.cpp
Age
Commit message (
Expand
)
Author
2026-01-01
update copyrights for 2026
Jordan Wiens
2025-12-16
Add more reserve calls
Scott Lagler
2025-12-16
Add missing std::vector reserve calls
Scott Lagler
2025-05-28
Support for Linux x86-64 x32 ABI
Brandon Miller
2025-03-28
missed the older dates!
Jordan Wiens
2024-07-24
Add Platform::GetRelatedPlatforms
kat
2024-06-19
Implement callback function for fallback type library
Zichuan Li
2024-06-04
Add AdjustTypeParserArguments callback to platform
Glenn Smith
2024-05-24
platform: initial BNCustomPlatform support
Ryan Snyder
2024-01-08
update copyright year
Jordan Wiens
2023-11-06
Type Containers
Glenn Smith
2023-01-30
Fix Type object leaks
Rusty Wagner
2023-01-05
Update copyright to 2023
Josh F
2022-11-30
Type library C++ api & import recording
Glenn Smith
2022-03-23
Fix a bunch of reference miscounts in the C++ and python apis
Peter LaFosse
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-06-23
Add BinaryView.parse_types_from_string to the python API and update how the u...
Peter LaFosse
2020-01-01
update copyright year to 2020
Jordan Wiens
2019-08-30
Make GetPlatformFunctionByName optionally strip leading underscores when matc...
Peter LaFosse
2019-01-17
update company name and copyright date
Jordan Wiens
2018-10-06
Fix minor memory leak in ParseTypesFromSource
Peter LaFosse
2018-01-14
Container Memory Reservations.
Brian Potchik
2017-08-17
Support custom calling conventions in the type parser and type objects
Rusty Wagner
2017-05-19
update copyright year
Jordan Wiens
2017-02-09
API for accessing platform-specific types and function definitions
Rusty Wagner
2017-02-09
APIs for handling platform types
Rusty Wagner
2016-10-31
Added APIs for dealing with Thumb more easily
Rusty Wagner
2016-04-10
Add MIT license for API wrappers
Rusty Wagner
2016-02-02
Detect system calls that do not return
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