summaryrefslogtreecommitdiff
path: root/python
AgeCommit message (Expand)Author
2021-09-06make dataclasses in function.pyPeter LaFosse
2021-09-06Add some additional typehints to architecture.py, function.py and metadata.py...Peter LaFosse
2021-09-06Add __str__ for ArchitecturePeter LaFosse
2021-09-06Commonize all possible IL base classes in commonil.pyPeter LaFosse
2021-09-06Improve backward compatibility of python/function.pyPeter LaFosse
2021-09-06Add back in ILOperationsPeter LaFosse
2021-09-06Fix many bugs in types.pyPeter LaFosse
2021-09-06Fix some comments in typelibrary.pyPeter LaFosse
2021-09-06Fix some type errors in lineardisassembly.pyPeter LaFosse
2021-09-06Fix load/store instruction hierarchy in lowlevelil.pyPeter LaFosse
2021-09-06Fix call to core.BNGetRealVariableName in variable.pyPeter LaFosse
2021-09-06Fix typecheck error in function.pyPeter LaFosse
2021-09-06Fix typecheck error in architecture.pyPeter LaFosse
2021-09-06Ignore some unneeded type check errorsPeter LaFosse
2021-09-06Fix some type check warnings in StructureDataViewPeter LaFosse
2021-09-06Change NamedTypeReference.GetTypeClass to GetTypeReferenceClass as it was con...Peter LaFosse
2021-09-06Use more f-stringsPeter LaFosse
2021-09-06Refactor DataVariable, BinaryReader, BinaryWriter, and StructuredDataViewPeter LaFosse
2021-09-06Improve include style in basicblock.pyPeter LaFosse
2021-09-06Additional typehints for mediumlevelil.py, binaryview.py and function.pyPeter LaFosse
2021-09-06Update types.py to use *WithBuilder APIsPeter LaFosse
2021-09-06Fix some rebase errors in binaryview.pyPeter LaFosse
2021-09-06Some normalizing code changesPeter LaFosse
2021-09-06Remove unnecessary check on typePeter LaFosse
2021-09-06Bug fix for new way of created NamedTypeReferencesPeter LaFosse
2021-09-06Fix some type check errors in debuginfo.pyPeter LaFosse
2021-09-06Fix BasicBlock.can_exitPeter LaFosse
2021-09-06Fix hlil.operands and some other type checker errorsPeter LaFosse
2021-09-05Make use of BNGetRealVariableName for variable namesPeter 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-05Commonize how BasicBlocks are constructedPeter LaFosse
2021-09-05type hints for highlevelil.py, mediumlevelil.py and lowlevelil.py, workflow.pyPeter LaFosse
2021-09-05Fix bug in python/variable.pyPeter LaFosse
2021-09-05Fix bug in unit tests. Fix vars_read, vars_written in Intrinsic instructionsPeter LaFosse
2021-09-05small bug fix to scriptingprovider.pyPeter LaFosse
2021-09-05Refactor ILs for greater speed and utilityPeter LaFosse
2021-09-05Don't inherit from object anymorePeter LaFosse
2021-09-05Fix InstructionInfoPeter LaFosse
2021-09-05Create class CoreDataVariable and make DataVariable class 'active'Peter LaFosse
2021-09-05fix issue when looking up branch type in Architecture._get_instruction_infoPeter LaFosse
2021-09-05Convert the following to dataclasses: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-05Refactor Variable classPeter LaFosse
2021-09-05Fix BinaryView.newPeter LaFosse
2021-09-05Fix highlight colors on BasicBlock objectsPeter LaFosse
2021-09-05Add type hints to basicblock.py, lowlevelil.py, architecture.pyPeter LaFosse
2021-08-25Add 'requiresRestart' property to settings schema for UI notification.Brian Potchik