summaryrefslogtreecommitdiff
path: root/python
AgeCommit message (Expand)Author
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
2024-04-24add missing documentation for interaction APIs and some normalization of phra...Jordan Wiens
2024-04-23initial advanced binary search documentationJordan Wiens
2024-04-21Improve type hints for many __getitem__ implsJosh Ferrell
2024-04-20Add Segment and Section serialization helpers for load with options.Brian Potchik
2024-04-19added documentation to mainthread package explaining the worker queues; added...Galen Williamson
2024-04-19fixed class docstrings in enterprise.py and typearchive.pyGalen Williamson
2024-04-19docstring hygiene maintenance in python APIGalen Williamson
2024-04-17Update bin_info.py exampleJosh Ferrell
2024-04-17updated bin_info pluginJordan Wiens
2024-04-12Update the Typelib Explorer API Example to support new Sidebar orientations +...kat
2024-04-12Fix Setting docstring tableJosh Ferrell
2024-04-11Change default paddingCols value to 64Glenn Smith
2024-04-11Rename lineWidth -> paddingCols in GetTypeLines()Glenn Smith
2024-04-09Various fixes for recently added BinaryDataNotifications.Brian Potchik
2024-04-03Add `importDependencies` argument to `ParseTypeString` to control library imp...Glenn Smith
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 character...Xusheng
2024-03-19Improve performance of BinaryView.type_archive_type_namesGlenn Smith
2024-03-15Separate local variable tokens in higher level ILs from stack variable tokens...Rusty Wagner
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
2024-03-07Expose get_expr_count() on python llil and mlilSam Russell
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