summaryrefslogtreecommitdiff
path: root/platform.cpp
AgeCommit message (Collapse)Author
2026-01-01update copyrights for 2026Jordan Wiens
2025-12-16Add more reserve callsScott Lagler
2025-12-16Add missing std::vector reserve callsScott Lagler
# Conflicts: # function.cpp
2025-05-28Support for Linux x86-64 x32 ABIBrandon Miller
2025-03-28missed the older dates!Jordan Wiens
2024-07-24Add Platform::GetRelatedPlatformskat
2024-06-19Implement callback function for fallback type libraryZichuan Li
2024-06-04Add AdjustTypeParserArguments callback to platformGlenn Smith
Implementing the solution to #4868
2024-05-24platform: initial BNCustomPlatform supportRyan Snyder
2024-01-08update copyright yearJordan Wiens
2023-11-06Type ContainersGlenn Smith
2023-01-30Fix Type object leaksRusty Wagner
2023-01-05Update copyright to 2023Josh F
2022-11-30Type library C++ api & import recordingGlenn Smith
2022-03-23Fix a bunch of reference miscounts in the C++ and python apisPeter LaFosse
2022-01-28Format All FilesKyleMiles
2022-01-03update copyright yearsJordan Wiens
2021-08-20platforms: specify platform types and add bvt platform callbacksRyan Snyder
2021-01-18updating copyright yearJordan Wiens
2020-06-23Add BinaryView.parse_types_from_string to the python API and update how the ↵Peter LaFosse
underlying BNParseTypesString works
2020-01-01update copyright year to 2020Jordan Wiens
2019-08-30Make GetPlatformFunctionByName optionally strip leading underscores when ↵Peter LaFosse
matching
2019-01-17update company name and copyright dateJordan Wiens
2018-10-06Fix minor memory leak in ParseTypesFromSourcePeter LaFosse
2018-01-14Container Memory Reservations.Brian Potchik
2017-08-17Support custom calling conventions in the type parser and type objectsRusty Wagner
2017-05-19update copyright yearJordan Wiens
2017-02-09API for accessing platform-specific types and function definitionsRusty Wagner
2017-02-09APIs for handling platform typesRusty Wagner
2016-10-31Added APIs for dealing with Thumb more easilyRusty Wagner
2016-04-10Add MIT license for API wrappersRusty Wagner
2016-02-02Detect system calls that do not returnRusty Wagner
2016-01-31Refactor API to fix design bug that causes use-after-free on many plugin objectsRusty Wagner
2016-01-25Initial implementation of platform ABI classesRusty Wagner