summaryrefslogtreecommitdiff
path: root/python
AgeCommit message (Collapse)Author
2024-04-09Various fixes for recently added BinaryDataNotifications.Brian Potchik
2024-04-03Add `importDependencies` argument to `ParseTypeString` to control library ↵Glenn Smith
imports
2024-04-03Switch TypeParser to use TypeContainer for its external type sourceGlenn Smith
2024-04-03Fix -DDEBUGGER=NO not working properlyXusheng
2024-04-02Fix external URL does not render properly in docsXusheng
2024-03-25Docs note for original_filename with projectsBrandon Miller
2024-03-21Add uiSelectionControl documentation (skip-ci).Brian Potchik
2024-03-20add comparators for CoreVersionInfo and easier creation from stringsJordan Wiens
2024-03-20Python API : Fix DebugInfo.parsersKyleMiles
2024-03-20Scripting provider: avoid running command that can return non-ASCII ↵Xusheng
characters. Fix https://github.com/Vector35/binaryninja-api/issues/5192
2024-03-19Improve performance of BinaryView.type_archive_type_namesGlenn Smith
2024-03-15Separate local variable tokens in higher level ILs from stack variable ↵Rusty Wagner
tokens in lower levels, and improve token usage in disassembly
2024-03-14Add support for advanced binary search.Brian Potchik
2024-03-14Fix documentation for 'get_next_valid_offset'.Brian Potchik
2024-03-07Python: More IL expr functionsGlenn Smith
- XLILFunction.get_expr: Get an expr by index - XLILFunction.copy_expr: Copy an IL expr to a new expr - XLILInstruction.raw_operands: the straight integers from the core - Extra accessors on XLILLabel
2024-03-07Expose get_expr_count() on python llil and mlilSam Russell
This is already exposed in the CPP interface, and is useful for workflows for enumerating all expressions in an ILFunction
2024-03-04Make sure plugins are initialized when using projectsJosh Ferrell
2024-03-02Add support for memory intrinsics.Brian Potchik
2024-02-29link from traverse APIs to examplesJordan Wiens
2024-02-26fix plugincommand docsJordan Wiens
2024-02-26Provide more fully featured ability to traverse hlilPeter LaFosse
2024-02-23update debugger user docs URL in API docsJordan Wiens
2024-02-234.0 documentationJordan Wiens
- Refactored Type Documentation - Added Projects - Added Type Archives - Added New Sidebar Documentation - Added String Concepts - Added Light/Dark Mode - Added New Tab Documentation - Added BNIL Guide: HLIL docs - Added new cookbook examples - Added migration guide - Added script for building docsets - Added documentation for themes - Updated all images to Ninja Edit - API Docs : Documents BasicBlockEdge and BasicBlock - API Docs : Documents CoreVariable, Variable, and VariableNameAndType - API Docs : Corrects note on `BinaryView.update_analysis` and `BinaryView.update_analysis_and_wait` to represent that analysis is run by default for you now. - Many, many other changes
2024-02-19Type archive python api: remove callbacks that were dropped from releaseGlenn Smith
2024-02-19Clean up type archives docsGlenn Smith
2024-02-16Add UI callback for On(Data)ViewReplaced for rebaseGlenn Smith
2024-02-14Make Project::Delete{File,Folder} return boolJosh Ferrell
2024-02-13Rename ExternalLocation APIs to be more clear, add ExternalLocation and ↵Josh Ferrell
ExternalLibrary API documentation
2024-02-12Project python api docsJosh Ferrell
2024-02-12Fix import name, update copyright yearsJosh Ferrell
2024-02-12Add new sidebar APIs to the sidebar exampleRusty Wagner
2024-02-10Use TypeID for serializing enum types, replace set_int_enum_display_typeid ↵kat
with set_int_display_type, add get_int_display_type_and_typeid, bump ABI
2024-02-08Revert "Convert some assertions to raise ValueError in NTR creation"Peter LaFosse
This reverts commit bae3056d1bed0331a466ea19dedfca68bc023232.
2024-02-08Convert some assertions to raise ValueError in NTR creationPeter LaFosse
2024-02-07add exprIndex field to BNInstructionTextTokenRyan Snyder
2024-02-07Type ArchivesGlenn Smith
2024-02-07Add ImportTypeLibraryTypeByGuid API and dialogPeter LaFosse
2024-02-06Prevent crash in BinaryView.get_external_locationsJosh Ferrell
2024-02-02Fix import_com_type_for_guid for windows x64Peter LaFosse
2024-02-01Adds `BinaryView.check_for_string_annotation_type`; Adds ergonomic way of ↵KyleMiles
retrieving string from ConstPtr IL instructions; Resolves #4144
2024-02-01Python API : Add a more flexible/ergonomic visitor pattern called traverse ↵KyleMiles
to LLIL, MLIL, and HLIL Also cleans up some old code patterns in the old visitors
2024-01-24fix typo on data refs API documentationJordan Wiens
2024-01-22Project supportJosh Ferrell
2024-01-21Update ConstantData expression repr.Brian Potchik
2024-01-19Add support for components in debug infoKyleMiles
2024-01-18Add __hash__ function to Component classPeter LaFosse
2024-01-15Add APIs for getting the the base Metadata object for BinaryViews and ↵Peter LaFosse
TypeLibraries
2024-01-12Add some helpers for reading guid/uuidsPeter LaFosse
2024-01-11Expose the BinaryView::ForgetUndoActions API and use avoid undo actions ↵Xusheng
warning in the debugger
2024-01-08update copyright yearJordan Wiens