summaryrefslogtreecommitdiff
path: root/python/binaryview.py
AgeCommit message (Expand)Author
2022-12-23fixed broken docstring links in binaryview.pyGalen Williamson
2022-12-23Fixed missing newlines before `:param` in docstringsGalen Williamson
2022-12-23Fix import_library_type and import_library_object passing wrong type of argum...Xusheng
2022-12-22Fix many incorrect type hints and type errorsJosh Ferrell
2022-12-22cleanup some docs, including better explanation of code refs and data refsJordan Wiens
2022-12-21Expose get_next_valid_offset in python apiJosh Ferrell
2022-12-21Add support for adding magic values into expression parserXusheng
2022-12-16Use .length method to get the length of a Section object and deprecate len()....Xusheng
2022-11-30Type library C++ api & import recordingGlenn Smith
2022-11-20Initial constant expression builtin outliner.Brian Potchik
2022-11-16Add BinaryView::GetDependencySortedTypesGlenn Smith
2022-11-16Small docstring improvementsJosh Ferrell
2022-11-10Resolve usage of deprecated BinaryView.__len__()kat
2022-10-09Remove default load settings; Move settings `analysis.debugInfoInternal` and ...KyleMiles
2022-10-04Add API bindings for `BNBinaryViewGetDefaultLoadSettings` for force API actio...KyleMiles
2022-09-29BinaryViewType.open(): Allow PathLike filenameGlenn Smith
2022-09-29[Python API] Type hints for SymbolMappingGlenn Smith
2022-09-22Add the Components APIkat
2022-09-07Fix misspell in rebase and its type hintsPeter LaFosse
2022-08-26implement hash for CoreDataVariableJordan Wiens
2022-08-23Fix loading existing database having empty FileMetadataJosh F
2022-08-19fixed BinaryView.get_functions_by_name to handle cases like `sub_main`Galen Williamson
2022-08-18fix typos in various doc strings (a/an, repeated words) (skip-ci)Galen Williamson
2022-08-16Document BinaryViewTypes and another portion of BinaryViewkat
2022-08-09Add New Theme and some C++ API Documentationkat
2022-08-08Un-deprecate BinaryView.symbols(), and raise KeyError like a real dictGlenn Smith
2022-08-05Fix incorrect type hints in BinaryView.find* apisJosh F
2022-08-03Fix bninspect on documented propertieskat
2022-07-31fix parse type documentationJordan Wiens
2022-07-27remove stale API references fixes #3333Jordan Wiens
2022-07-21Fix type annotation & documentation for `define_auto_symbol_and_var_or_function`Jon Palmisciano
2022-07-18Memory map sidebar widget + segment/section notificationsJosh F
2022-07-03Add some helper routines for getting the IL of callsitesPeter LaFosse
2022-06-18Allow DataVariable.name to be assigned a QualifiedNamePeter LaFosse
2022-06-02Fix Python exceptions when accessing functions with skipped IL analysisRusty Wagner
2022-05-31Increase coverage of architecture.pyrose
2022-05-31fixup invalid pydoc documentationJordan Wiens
2022-05-25Fix binaryview __getitem__ __setitem__ and add many additional BinaryView uni...Peter LaFosse
2022-05-25Add BinaryView::ParseTypesFromSource for clang+typelibsGlenn Smith
2022-05-24update api docs for get_code_refs and get_data_refsJordan Wiens
2022-05-23update binaryview class example documentationJordan Wiens
2022-05-23Esure parse_types api raise proper exceptionsPeter LaFosse
2022-05-23Fix some places in binaryview.py that raised AttributeError instead of ValueE...Peter LaFosse
2022-05-23Fix get_unique_section_namesPeter LaFosse
2022-05-23Fix numerous bugs in TypedDataAccessor and add many unit tests for itPeter LaFosse
2022-05-23Fix many small bugs in TypedDataAccessorPeter LaFosse
2022-05-20Fix some bugs in SymbolMapping objectPeter LaFosse
2022-05-20Fix BinaryViewType.parse methodPeter LaFosse
2022-05-20Add some unit tests for binaryview.py and fix some minor bugsPeter LaFosse
2022-05-06many pydoc formatting cleanups, added deprecated decorator and replaced ad-ho...Jordan Wiens