summaryrefslogtreecommitdiff
path: root/python/function.py
AgeCommit message (Expand)Author
2023-01-19Deprecate __len__ of SegmentXusheng
2023-01-11Fix more api type hintsJosh Ferrell
2023-01-10Fix some type errors in function.pyJosh Ferrell
2023-01-09Fix type hint for Function.set_call_reg_stack_adjustmentJosh Ferrell
2023-01-05Update copyright to 2023Josh F
2023-01-03Function inliningRusty Wagner
2022-12-23Fixed missing newlines before `:param` in docstringsGalen Williamson
2022-12-23correct usage of `BNSetUserCallTypeAdjustment` in `Function.set_call_type_adj...Galen Williamson
2022-12-22Fix many incorrect type hints and type errorsJosh Ferrell
2022-10-14Fix some minor bugs in BasicBlock and highlight APIPeter LaFosse
2022-09-22Add the Components APIkat
2022-09-01Splitting of variablesRusty Wagner
2022-08-18fix typos in various doc strings (a/an, repeated words) (skip-ci)Galen Williamson
2022-08-10Merge variables API/UI, variable liveness API for determining soundness of va...Rusty Wagner
2022-08-08implement is_thunk, closes PR #3343Jordan Wiens
2022-08-05Allow None for function return_type and calling_conventionJosh F
2022-07-03Add some helper routines for getting the IL of callsitesPeter LaFosse
2022-06-16clarify documentation for analysis_skipped and reanalyzeJordan Wiens
2022-06-14Function.get_variable_by_nameGlenn Smith
2022-06-02Fix Python exceptions when accessing functions with skipped IL analysisRusty Wagner
2022-05-06many pydoc formatting cleanups, added deprecated decorator and replaced ad-ho...Jordan Wiens
2022-04-30Add debug report alias.Brian Potchik
2022-03-24Fix get_all_user_var_values APIPeter LaFosse
2022-03-16Add type hints to typelibrary.py and fix type hint for get_address_tags_of_typePeter LaFosse
2022-03-16Add support for structured loggingPeter LaFosse
2022-03-11Move stack var refs and constant refs behind advanced analysis requests for s...Rusty Wagner
2022-03-02Add function update request API.Brian Potchik
2022-02-17Fix some minor correctness issues with function.pyPeter LaFosse
2022-02-17Make function.architecture non-optionalPeter LaFosse
2022-02-17Add additional unit tests for function.pyPeter LaFosse
2022-01-28Format All FilesKyleMiles
2022-01-27Fix broken comment in function.pyPeter LaFosse
2022-01-26Convert SizeWithConfidence to OffsetWithConfidence and removePeter LaFosse
2022-01-20Add support for mmlil_if_availablePeter LaFosse
2022-01-19Turn some asserts back into exceptionsPeter LaFosse
2022-01-19Many type check fixesPeter LaFosse
2022-01-06Add Function::HasUserAnnotationsPeter LaFosse
2022-01-03update copyright yearsJordan Wiens
2021-11-29Fix type hint in TagList.__init__Peter LaFosse
2021-11-29Fix type hints for BasicBlockListPeter LaFosse
2021-11-05Turn some apis back into Lists for ease of use, improve __repr__ for list and...Peter LaFosse
2021-10-20Update Function.function_type to use types.FunctionType instead of types.TypeJosh F
2021-10-19More accurate description of operand argumentGlenn Smith
2021-10-19Docs for get/set integer display typeGlenn Smith
2021-10-11Revert 'mlils' back to list instead of GeneratorPeter LaFosse
2021-09-30Remove unsafe BNDeleteAutoVariablePeter LaFosse
2021-09-30Allow string representation of types to be passed as parameters to methods wh...Peter LaFosse
2021-09-28Add Refactor Symbol to CoreSymbol and SymbolPeter LaFosse
2021-09-28Add BasicBlockList class for improved iteration speed of basic blocksPeter LaFosse
2021-09-22Add __contains__ for Function, Section, Segment, BasicBlock and BinaryViewPeter LaFosse