summaryrefslogtreecommitdiff
path: root/python
AgeCommit message (Expand)Author
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-16fix get_semantic_flag_class_indexPeter LaFosse
2021-09-16Fix type check error on self.regs/self.reg_stacksPeter LaFosse
2021-09-16Make RegisterInfo and RegisterStackInfo classes frozen and thus hashablePeter LaFosse
2021-09-15Fix initialization of IntrinsicInfo objects.Peter LaFosse
2021-09-15Fix index usage in `LowLevelILReg_ssa_partial.src`Alex Cameron
2021-09-15Use new types outside of `isinstance` checks to satisfy PyRightAlex Cameron
2021-09-15Avoid using `isinstance` on objects returned by `NewType`Alex Cameron
2021-09-15Fix RegisterInfo initializationPeter LaFosse
2021-09-15Fix NamedTypeReferenceType.targetPeter LaFosse
2021-09-15Fix default arguments to 'DebugFunctionInfo'Peter LaFosse
2021-09-14fix several pydoc formatting errorsJordan Wiens
2021-09-14Fix for issue #2634: adds missing assignment to `DisassemblyTextLine.highligh...galenbwill
2021-09-13Update typelib_create, typelib_dump examples to new APIAndrew Lamoureux
2021-09-11Add fix typelib_create.pyPeter LaFosse
2021-09-11fix Platform.generate_auto_platform_type_refPeter LaFosse
2021-09-11Add FunctionList proxy class and return one from bv.functionsPeter LaFosse
2021-09-11actually remove old snippets plugin, readme links to proper oneJordan Wiens
2021-09-08moving InstructionTextToken back to architecture module and aliasing from fun...Jordan Wiens
2021-09-08update triage plugin to work with 3.0 api refactorJordan Wiens
2021-09-07Fixup typelib_create example for new type APIsPeter LaFosse
2021-09-07Rename all TypeBuilder objects to end with 'Builder' to avoid name collisionsPeter LaFosse
2021-09-07Improve typehints in highlevelil.pyPeter LaFosse
2021-09-07Fix some bugs in lowlevelil.py refactorPeter LaFosse
2021-09-07Improve backward compatibility of Tags APIsPeter LaFosse
2021-09-07Improve backward compatibility of get_low_level_il* functionsPeter LaFosse
2021-09-07Create NameSpace.get_core_struct()Peter LaFosse
2021-09-06Fix bin_info plugin's use of logPeter LaFosse
2021-09-06Fix some unnecessary checks for handle is not None in destructorsPeter LaFosse
2021-09-06Fix mlil.vars_readPeter LaFosse
2021-09-06Fix mediumlevelil operands (don't expand)Peter LaFosse
2021-09-06Fix _platform_recognizers and type error in binaryview.pyPeter LaFosse
2021-09-06Fix IL comparision instructionsPeter LaFosse
2021-09-06Fix import of logPeter LaFosse
2021-09-06type hints for mediumlevelil.pyPeter LaFosse
2021-09-06Fix hlil vars_used_in_functionPeter LaFosse
2021-09-06Commonize _to_core_struct/_from_core_structPeter LaFosse
2021-09-06Add BNTypeBuilderSetChildTypePeter LaFosse
2021-09-06Reorder inheritance for consistencyPeter LaFosse
2021-09-06Dont' expand operands to maintain backward compatibilityPeter LaFosse
2021-09-06Ignore some type check warnings in downloadprovider.pyPeter LaFosse
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