summaryrefslogtreecommitdiff
path: root/python/binaryview.py
AgeCommit message (Expand)Author
2021-09-29Fix 'get_function_at' API for multi-arch binaries.Brian Potchik
2021-09-29add explanation of save options and warnings on get_view_of_file APIsJordan Wiens
2021-09-28Fix _LinearDisassemblyLine_convertorPeter LaFosse
2021-09-28Fix include in binaryview.pyPeter LaFosse
2021-09-28FunctionList changesPeter LaFosse
2021-09-28Removed some commented codePeter LaFosse
2021-09-28AdvancedILFunctionList class and methods mlil_function, and hlil_functionPeter LaFosse
2021-09-28More f-stringsPeter LaFosse
2021-09-24Use more f-stringsPeter LaFosse
2021-09-23Cleanup tag list and tag renderingGlenn Smith
2021-09-23Fix BinaryView.range_contains_relocationPeter LaFosse
2021-09-22Add __contains__ for Function, Section, Segment, BasicBlock and BinaryViewPeter LaFosse
2021-09-22Add BinaryView.length and deprecate BinaryView.__len__ addresses binaryninja-...Peter LaFosse
2021-09-22Fix Section __repr__Peter LaFosse
2021-09-17Add back in get_disassembly minus the cruft for backward compatibilityPeter LaFosse
2021-09-17Raise an exception when attempting to write to memory which has a relocationPeter LaFosse
2021-09-16Fixes #2643 get_symbols_by_name bugPeter LaFosse
2021-09-14fix several pydoc formatting errorsJordan Wiens
2021-09-11Add FunctionList proxy class and return one from bv.functionsPeter LaFosse
2021-09-07Improve backward compatibility of Tags APIsPeter LaFosse
2021-09-07Create NameSpace.get_core_struct()Peter LaFosse
2021-09-06Fix _platform_recognizers and type error in binaryview.pyPeter LaFosse
2021-09-06Fix import of logPeter LaFosse
2021-09-06Commonize _to_core_struct/_from_core_structPeter LaFosse
2021-09-06Add some additional typehints to architecture.py, function.py and metadata.py...Peter LaFosse
2021-09-06Fix some type check warnings in StructureDataViewPeter LaFosse
2021-09-06Refactor DataVariable, BinaryReader, BinaryWriter, and StructuredDataViewPeter LaFosse
2021-09-06Additional typehints for mediumlevelil.py, binaryview.py and function.pyPeter LaFosse
2021-09-06Fix some rebase errors in binaryview.pyPeter LaFosse
2021-09-06Fix some type check errors in debuginfo.pyPeter LaFosse
2021-09-05Fix data accessors to return bytes objects instead of chrPeter LaFosse
2021-09-05Remove some unnecessary properties for various derived HLIL Instructions, add...Peter LaFosse
2021-09-05Refactor Python TypesPeter LaFosse
2021-09-05type hints for highlevelil.py, mediumlevelil.py and lowlevelil.py, workflow.pyPeter LaFosse
2021-09-05Don't inherit from object anymorePeter LaFosse
2021-09-05Create class CoreDataVariable and make DataVariable class 'active'Peter LaFosse
2021-09-05add a core.free_string helperPeter LaFosse
2021-09-05Refactor RegisterValue class into multiple dataclasses which can be instantia...Peter LaFosse
2021-09-05Fix BinaryView.newPeter LaFosse
2021-09-05Add type hints to basicblock.py, lowlevelil.py, architecture.pyPeter LaFosse
2021-08-20platforms: specify platform types and add bvt platform callbacksRyan Snyder
2021-08-13Workflows early preview.Brian Potchik
2021-08-05Also return the incomingType member in TypeFieldReferenceXusheng
2021-07-15Fix for create_user_function does not consult get_associated_platform_by_addr...galenbwill
2021-07-09Cleanup tags and comments in many placesGlenn Smith
2021-07-07DebugInfo - plugable debug information importers - C++, Rust, and Python APIsKyleMiles
2021-07-01Tag/TagType id apis in pythonGlenn Smith
2021-07-01fixed typo "in" should be "if"galenbwill
2021-07-01Expose Tag::GetIdGlenn Smith
2021-06-11Add TypeReferenceChanged notificationXusheng