summaryrefslogtreecommitdiff
path: root/python
AgeCommit message (Expand)Author
2023-07-22Python API : Allow HLIL/MLIL get_ssa_var_definition and get_ssa_var_uses to a...KyleMiles
2023-07-22Add Variable.is_parameter_variableKyleMiles
2023-07-20Add BNGetDefaultTypeParser API.Alexander Taylor
2023-07-12Fix a failure that occured when passing load/BinaryView.load raw datakat
2023-07-10Fix broken python bindingsKyleMiles
2023-07-10Python API : Fix missing parameter on debuginfo.parse_debug_infoKyleMiles
2023-07-10Move binary view loading in to the core; deprecate open_view in favor of load...KyleMiles
2023-07-07Expose function "pure" flag to api and typesystemGlenn Smith
2023-06-29Improve __repr__ for IL instructions, and related objectsPeter LaFosse
2023-06-29Implement __repr__ for all basic blocks in the base classPeter LaFosse
2023-06-29Improve API of LLIL /Call/ instrucitonPeter LaFosse
2023-06-29Clarifying parts of the basic block APIs.Alexander Taylor
2023-06-27Deprecate standalone preprocess API function.Alexander Taylor
2023-06-23Add warnings around the use of add_binaryview_initial_analysis_completion_eve...Peter LaFosse
2023-06-22export svg now theme awareJordan Wiens
2023-06-09fix documentation for callee_addresses fixes #4356Peter LaFosse
2023-06-09Fix LowLevelILCallSsa.output to work like MediumLevelILCallSsa.outputPeter LaFosse
2023-06-09Prevent exception on close in FunctionListPeter LaFosse
2023-06-08Undo transactions / context managerGlenn Smith
2023-06-08Undo entry states and revertingGlenn Smith
2023-06-08include typed file for mypy in buildsJordan Wiens
2023-06-08replace format with fstrings, fix opacity bug, better enable raw svgJordan Wiens
2023-06-07variable.py : Add 'offset_to_next_variable' convenience functionKyleMiles
2023-06-06try to make sphinx ver on macos build happyJordan Wiens
2023-06-05cleanup pydoc warningsJordan Wiens
2023-06-02Fix typo in highlevelil.py docsKyleMiles
2023-06-02add handle= to function constructorsJJTech0130
2023-06-02add AnalysisContext around acJJTech0130
2023-06-02add AnalysisContext classJJTech0130
2023-06-02Add Var, SSAVar, and AliasedVar to commonil.py, and update the relavent MLIL/...KyleMiles
2023-05-31Simplify template simplifier API; remove cursed RustString stuffKyleMiles
2023-05-30nes.py : Add missing perform_get_address_size functionKyleMiles
2023-05-26Add iterators for TypedDataAccessor and DataVariablePeter LaFosse
2023-05-26param_vars doesn't exist, properly refer to parameter_varsMaja Kądziołka
2023-05-26Add some missing type annotationsMaja Kądziołka
2023-05-26Fix bugs in hlil.ssa_form.vars_written returning empty when it shouldn'tPeter LaFosse
2023-05-26Fix error in bv.llil_basic_blocks when low_level_il function is not availablePeter LaFosse
2023-05-11Fix HLILForSSA.body propertyPeter LaFosse
2023-05-11Fix binaryview metadata bool handlingPeter LaFosse
2023-05-10Add name to worker tasks for debuggingGlenn Smith
2023-05-08Pass debug file along with original file to debug info parsersKyleMiles
2023-04-25Fix deprecation warning formatting in docs, require deprecated_in parameterJosh Ferrell
2023-04-25Fix enterprise example formattingJosh Ferrell
2023-04-25Fix a minor error in BinaryDataNotifications for Componentskat
2023-04-19[Enterprise] Include collaboration python api properlyGlenn Smith
2023-04-19small documentation fixesJordan Wiens
2023-04-18Fix deserialization of EnumerationMember valuesPeter LaFosse
2023-04-18Add APIs for dumping the contents of TypeLibrariesPeter LaFosse
2023-04-17Allow TypeLibrary::Finalize() to return true on successPeter LaFosse
2023-04-17Add .components convenience API to Functions and DataVariableskat