summaryrefslogtreecommitdiff
path: root/python/highlevelil.py
AgeCommit message (Expand)Author
2024-11-03Python API : Update .operands documentationKyleMiles
2024-10-28Eliminate AST parameter in high level rendering APIs, as it is already part o...Rusty Wagner
2024-10-21Allow multiple high level representations for display, add Pseudo Rust and a ...Rusty Wagner
2024-07-24Remove deprecated API functions.Alexander Taylor
2024-06-14Shallow instruction traversal for HighLevelILInstruction.traverseMason Reed
2024-05-24fix missing params in ILOperands and mark as deprecated in LLIL, HLILJordan Wiens
2024-05-22cleanup all outstanding sphinx RST warningsJordan Wiens
2024-05-07Add SetVar commonil class to appropriate HLIL instructionKyleMiles
2024-04-24improve traverse examplesJordan Wiens
2024-04-21Improve type hints for many __getitem__ implsJosh Ferrell
2024-03-07Python: More IL expr functionsGlenn Smith
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-11-29Fix typo HighLevelILIntrinsicSsa's `dest_memory` and `src_memory` properties ...KyleMiles
2023-11-23Fix address printing for BasicBlocks in reprScott Lagler
2023-07-22Python API : Add examples to the docs for MediumLevelILInstruction.visit and ...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-02Fix typo in highlevelil.py docsKyleMiles
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-05-26Fix bugs in hlil.ssa_form.vars_written returning empty when it shouldn'tPeter LaFosse
2023-05-11Fix HLILForSSA.body propertyPeter LaFosse
2023-04-25Fix deprecation warning formatting in docs, require deprecated_in parameterJosh Ferrell
2023-03-29Fix some type hints using more correct Dict instead of MappingPeter LaFosse
2023-03-28Add visitors for llil and hlilPeter LaFosse
2023-02-04Initial support for constant data expressions.Brian Potchik
2023-01-30Fix Type object leaksRusty Wagner
2023-01-19Deprecate __len__ of SegmentXusheng
2023-01-09GotoLabel.name is settable and thus its class shouldn't be frozenPeter LaFosse
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 getting constant data from HighLevelILConstDataJosh Ferrell
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-08-22let .vars of an SSA MLIL/HLIL function return a list of SSA variablesXusheng
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-22Add unreachable instruction for switch statements with an unreachable defaultRusty Wagner
2022-06-16update documentation on HLIL tokensJordan Wiens
2022-06-16Implement .tokens property in HLIL.Sean
2022-06-02HLILRet should be a Return, not just ControlFlowJordan Wiens