summaryrefslogtreecommitdiff
path: root/python
AgeCommit message (Expand)Author
2024-06-14Plugin mananger : Remove license name fieldKyleMiles
2024-06-14Shallow instruction traversal for HighLevelILInstruction.traverseMason Reed
2024-06-10Fix python magic variables applying post-startupGlenn Smith
2024-06-06Add api/modular system to python magic variablesGlenn Smith
2024-06-05Add support for getting/setting default calling conventions in pythonJosh Ferrell
2024-06-04Docs for the sorted setting propertyGlenn Smith
2024-06-04python/architecture: return instance from `Architecture.register()`Catherine
2024-06-04Add CorePlatform to python api for proper subclassingGlenn Smith
2024-06-04Add AdjustTypeParserArguments callback to platformGlenn Smith
2024-05-28Use Architecture type for BASE arch paramBrandon Miller
2024-05-28Solved issue #1180 by adding new APIsZichuan Li
2024-05-28Fix Python DownloadProvider. Fix https://github.com/Vector35/binaryninja-api/...Xusheng
2024-05-27Update load APIs to take a JSON string for options.Brian Potchik
2024-05-27Add additional JSON schema validation for registered settings.Brian Potchik
2024-05-24arch: multiple delay slot support, suppress spurious mips warningRyan Snyder
2024-05-24platform: initial BNCustomPlatform supportRyan Snyder
2024-05-24fix missing params in ILOperands and mark as deprecated in LLIL, HLILJordan Wiens
2024-05-23Docs for type attributesGlenn Smith
2024-05-23Based pointersGlenn Smith
2024-05-23Expose Type::PointerSuffixGlenn Smith
2024-05-23Add TypeBuilder::SetWidth and TypeBuilder::SetAlignmentGlenn Smith
2024-05-22cleanup all outstanding sphinx RST warningsJordan Wiens
2024-05-22actual fix for incorrect settings tableJordan Wiens
2024-05-19Make call param hints more configurable & support more param types for hint d...Mason Reed
2024-05-16Removed loader.architecture from py mapped viewBrandon Miller
2024-05-15Added MemoryMap C++ API.Brian Potchik
2024-05-15Fix BinaryDataNotification errors when subscribed to undo notificationsJosh Ferrell
2024-05-15Initial MemoryMap implementation.Brian Potchik
2024-05-15fix py function.get_tags_at returned typeRubens Brandao
2024-05-14Fix BinaryDataNotificationJosh Ferrell
2024-05-14History widgetJosh Ferrell
2024-05-13Move collaboration to coreJosh Ferrell
2024-05-07fix def_sites and use_sites 👀KyleMiles
2024-05-07Add SetVar commonil class to appropriate HLIL instructionKyleMiles
2024-05-07fix def_sites and use_sitesJordan Wiens
2024-05-03Fix options BinaryView case on python demangler being passed incorrectlyMason Reed
2024-05-03Expose LLVM demanglerMason Reed
2024-05-03Fixed typing bug in base detection APIBrandon Miller
2024-05-02Fix get_functions_by_name when platform is passedJosh Ferrell
2024-05-02Add address display mode optionsGlenn Smith
2024-05-02BinaryView.get_functions_by_name retrieve regardless of platform when no plat...Mason Reed
2024-04-30link up methods and properties in base address API docsJordan Wiens
2024-04-30Added Python example script for base detectionBrandon Miller
2024-04-30Python helpers for aborting base detectionBrandon Miller
2024-04-30Helpers for querying base detection hitsBrandon Miller
2024-04-30Querying base detection reasons from Python APIBrandon Miller
2024-04-30Python bindings for base address detection APIBrandon Miller
2024-04-25example python API documentation on websocketJordan Wiens
2024-04-25Fix WebsocketClient.connect when `headers` is not passedJosh Ferrell
2024-04-24improve traverse examplesJordan Wiens