summaryrefslogtreecommitdiff
path: root/python/mediumlevelil.py
AgeCommit message (Expand)Author
2024-04-21Improve type hints for many __getitem__ implsJosh Ferrell
2024-03-07Python: More IL expr functionsGlenn Smith
2024-03-07Expose get_expr_count() on python llil and mlilSam Russell
2024-03-02Add support for memory intrinsics.Brian Potchik
2024-02-29link from traverse APIs to examplesJordan Wiens
2024-02-26fix plugincommand docsJordan Wiens
2024-02-26Provide more fully featured ability to traverse hlilPeter LaFosse
2024-02-234.0 documentationJordan Wiens
2024-02-01Adds `BinaryView.check_for_string_annotation_type`; Adds ergonomic way of ret...KyleMiles
2024-02-01Python API : Add a more flexible/ergonomic visitor pattern called traverse to...KyleMiles
2024-01-08update copyright yearJordan Wiens
2023-12-06Add LLIL/MLIL instructions to describe integer vs. floating point argument usageRusty Wagner
2023-11-28Add SSAVariable.def_site and SSAVariable.use_sitesKyleMiles
2023-11-23Fix address printing for BasicBlocks in reprScott Lagler
2023-08-01remove deprecation warning on mlilvar srcJordan Wiens
2023-07-22Python API : Add examples to the docs for MediumLevelILInstruction.visit and ...KyleMiles
2023-07-22Python API : Deprecate MediumLevelILVar.src and MediumLevelILVarSsa.src in fa...KyleMiles
2023-07-22Python API : Allow HLIL/MLIL get_ssa_var_definition and get_ssa_var_uses to a...KyleMiles
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-02Add Var, SSAVar, and AliasedVar to commonil.py, and update the relavent MLIL/...KyleMiles
2023-05-26param_vars doesn't exist, properly refer to parameter_varsMaja Kądziołka
2023-03-29Fix some type hints using more correct Dict instead of MappingPeter LaFosse
2023-03-28Add visitors for llil and hlilPeter LaFosse
2023-03-23Add visit methods to MLIL and new detailed_operands methodPeter LaFosse
2023-02-04Initial support for constant data expressions.Brian Potchik
2023-01-30Fix Type object leaksRusty Wagner
2023-01-06Fix update copyright year leftoverXusheng
2023-01-03Add instruction attributes to IL instructionsRusty Wagner
2023-01-03Add `replace_expr` to MLIL/HLIL in Python APIXusheng
2022-12-22Fix many incorrect type hints and type errorsJosh Ferrell
2022-11-20Initial constant expression builtin outliner.Brian Potchik
2022-11-10Fix regression in BasicBlock outgoing_edges/incoming_edges source/targetPeter LaFosse
2022-10-05Add SetExprType API to MLIL/HLILXusheng
2022-09-01Splitting of variablesRusty Wagner
2022-08-22let .vars of an SSA MLIL/HLIL function return a list of SSA variablesXusheng
2022-08-19Produce non-ast HLIL expression forms for HLIL mappings.Brian Potchik
2022-08-10Merge variables API/UI, variable liveness API for determining soundness of va...Rusty Wagner
2022-08-08Add missing get_basic_block_at() function for IL functions in Python API. Clo...Xusheng
2022-07-27add better BNIL API documentation examplesJordan Wiens
2022-06-15Fix use of undefined attributeKevin Orr
2022-04-24Ensure Intrinsic is included in low/medium/highlevelil.pyPeter LaFosse
2022-04-24Add commonil class for intrinsicsFabian Freyer
2022-03-16Fix mlil call bases's type hintPeter LaFosse
2022-03-14add additional documentation warning users from creating objects with handles...Jordan Wiens
2022-03-03il block contains methods fixed, resolves #3000Jordan Wiens
2022-02-08Add vars_written to MediumLevelILVarPhisteven1003
2022-02-07Add python wrapper for MLIL generate_ssa_form.Brian Potchik
2022-01-28Format All FilesKyleMiles
2022-01-24Change name of MediumLevelILLoadStruct_ssa -> MediumLevelILLoadStructSsa for ...Peter LaFosse