summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-01-04add warning for session_data being ephemeral to docsJordan Wiens
2024-01-04Add local label symbol type to always prioritize normal local symbols over co...Rusty Wagner
2024-01-04Add RISC-V relocations required by Linux kernel modulesRusty Wagner
2024-01-04Add GetRelocationsAt APIRusty Wagner
2024-01-04Add RISC-V architecture pluginRusty Wagner
2024-01-04Use unwrap_or_else to avoid running error path code when there isn't an errorRusty Wagner
2024-01-04Support function recognizers in Rust architecture pluginsRusty Wagner
2024-01-04Support relocations in Rust architecture pluginsRusty Wagner
2024-01-04Support patching in Rust architecture pluginsRusty Wagner
2024-01-04Support assemble callback in Rust architecture pluginsRusty Wagner
2024-01-04Support register stacks in Rust architecture pluginsRusty Wagner
2024-01-04Support intrinsics in Rust architecture pluginsRusty Wagner
2024-01-04Build fmt library as PIC. Fix https://github.com/Vector35/binaryninja-api/iss...Xusheng
2023-12-27Add file path tooltips to tabsJosh Ferrell
2023-12-23Add support for writable object settings that are rendered as a table.Brian Potchik
2023-12-22add more documentation about specifying the full path for install_api.pyJordan Wiens
2023-12-19add SSA to important conceptsJordan Wiens
2023-12-15Add automatic table generateion support for serialized objects in the setting...Brian Potchik
2023-12-14Fix object settings.Brian Potchik
2023-12-13Fix TypeContainer's instantiation of Type objectsPeter LaFosse
2023-12-11Update to Qt 6.6.1Rusty Wagner
2023-12-08Add support for main function detection in x64 Windows binariesXusheng
2023-12-06Improve partial access resolution when one of the uses is an automatically di...Rusty Wagner
2023-12-06Add LLIL/MLIL instructions to describe integer vs. floating point argument usageRusty Wagner
2023-12-06DWARF Import : Check if functions already exist at parsed addresses and copy ...KyleMiles
2023-12-05Fix cmake dependency for dwarf import/exportKyleMiles
2023-12-05Resolves #3714: Adds core initialization/shutdown wrapper object (to the Rust...KyleMiles
2023-12-04Rust API : Fix some clippy warningsKyleMiles
2023-12-04Resolves #4774: Lifetimes were causing strings to get garbage collected befor...KyleMiles
2023-12-04Replace NULL with nullptr for some default initialization.Brian Potchik
2023-12-02TriageView Check for valid indexes before navigating to themPeter LaFosse
2023-12-02Add windows kernel platformPeter LaFosse
2023-11-30docs updated for repl concepts sectionJordan Wiens
2023-11-30basic docs for some mainthread module APIsJordan Wiens
2023-11-30add docs on analysis updating in repl vs scriptsJordan Wiens
2023-11-30short circuit exception handling for mlil/hlil_functionsJordan Wiens
2023-11-30Revert "fix copy/pasta in variable name"Alexander Taylor
2023-11-30Implement BN<FileSystem> family of APIs based on std::filesystemXusheng
2023-11-30skip functions exceeding analysis limits in hlil/mlil_function helpers instea...Jordan Wiens
2023-11-30scale AdvancedILFunction preloading based on worker thread count instead 5Jordan Wiens
2023-11-30fix copy/pasta in variable nameJordan Wiens
2023-11-29Update UIDF docs to reflect new capabilitiesJosh Ferrell
2023-11-29Fix typo HighLevelILIntrinsicSsa's `dest_memory` and `src_memory` properties ...KyleMiles
2023-11-28Add SSAVariable.def_site and SSAVariable.use_sitesKyleMiles
2023-11-28Fix memory leak when using the create structure dialog. Fix https://github.co...Xusheng
2023-11-28fix: typo in scriptingprovider.pyScott Lagler
2023-11-28Add access and scope info from core to StructMember access methodsScott Lagler
2023-11-28Add type confidence info to StructureMember typeScott Lagler
2023-11-26Change password setting types to use new 'hidden' property.Brian Potchik
2023-11-24Add Symbolic symbols type.Brian Potchik