summaryrefslogtreecommitdiff
path: root/python/function.py
AgeCommit message (Expand)Author
2024-08-04spellcheck pass on pydocsJordan Wiens
2024-08-04fix typo in provenance docsJordan Wiens
2024-07-24Remove deprecated API functions.Alexander Taylor
2024-07-09Expose Function::UsesIncomingGlobalPointer through the API. Fix https://githu...Xusheng
2024-06-24fix python DisassemblyTextRenderer basic_block and settingsRubens Brandao
2024-06-04Add CorePlatform to python api for proper subclassingGlenn Smith
2024-05-15fix py function.get_tags_at returned typeRubens Brandao
2024-04-21Improve type hints for many __getitem__ implsJosh Ferrell
2024-02-10Use TypeID for serializing enum types, replace set_int_enum_display_typeid wi...kat
2024-01-08update copyright yearJordan Wiens
2023-11-30docs updated for repl concepts sectionJordan Wiens
2023-11-14Print more details when IL could not be loadedJosh Ferrell
2023-11-07Make non "if_available" il accessors throw ILException, create exceptions.py ...Josh Ferrell
2023-10-09Dont filter on platform when enumerating callees, issue #4672Andrew Lamoureux
2023-09-20standardize deprecation format and linkify suggestionsJordan Wiens
2023-09-20Fix doc comment on Function.add_tagKyleMiles
2023-07-29Core workflows feature update.Brian Potchik
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-09fix documentation for callee_addresses fixes #4356Peter LaFosse
2023-04-25Fix deprecation warning formatting in docs, require deprecated_in parameterJosh Ferrell
2023-04-17Add .components convenience API to Functions and DataVariableskat
2023-03-29Fix formatting of many deprecation noticesJosh Ferrell
2023-03-29Update reference to deprecated Function.function_type attributeJosh Ferrell
2023-03-22Python API : Tags fixesKyleMiles
2023-03-22Tags refactorKyleMiles
2023-03-22Function.py: Move all the tag functions next to each otherKyleMiles
2023-02-20Allow DataVariables to be added to Componentskat
2023-02-13Add __version__ attribute to python api, allow marking deprecation with futur...Josh Ferrell
2023-02-13Make Function.function_type transparently use Function.typeJosh Ferrell
2023-02-13add new function type property, prepare deprecation for function_typeJordan Wiens
2023-02-08Change Function.user_type -> Function.has_user_type, deprecate Function.expli...Josh Ferrell
2023-02-08Add boolean for Function.user_type to indicate if a user type has been setPeter 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-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