index
:
public/binaryninja-api.git
extended-rust-llil
[no description]
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
python
/
function.py
Age
Commit message (
Expand
)
Author
2023-04-17
Add .components convenience API to Functions and DataVariables
kat
2023-03-29
Fix formatting of many deprecation notices
Josh Ferrell
2023-03-29
Update reference to deprecated Function.function_type attribute
Josh Ferrell
2023-03-22
Python API : Tags fixes
KyleMiles
2023-03-22
Tags refactor
KyleMiles
2023-03-22
Function.py: Move all the tag functions next to each other
KyleMiles
2023-02-20
Allow DataVariables to be added to Components
kat
2023-02-13
Add __version__ attribute to python api, allow marking deprecation with futur...
Josh Ferrell
2023-02-13
Make Function.function_type transparently use Function.type
Josh Ferrell
2023-02-13
add new function type property, prepare deprecation for function_type
Jordan Wiens
2023-02-08
Change Function.user_type -> Function.has_user_type, deprecate Function.expli...
Josh Ferrell
2023-02-08
Add boolean for Function.user_type to indicate if a user type has been set
Peter LaFosse
2023-02-04
Initial support for constant data expressions.
Brian Potchik
2023-01-30
Fix Type object leaks
Rusty Wagner
2023-01-19
Deprecate __len__ of Segment
Xusheng
2023-01-11
Fix more api type hints
Josh Ferrell
2023-01-10
Fix some type errors in function.py
Josh Ferrell
2023-01-09
Fix type hint for Function.set_call_reg_stack_adjustment
Josh Ferrell
2023-01-05
Update copyright to 2023
Josh F
2023-01-03
Function inlining
Rusty Wagner
2022-12-23
Fixed missing newlines before `:param` in docstrings
Galen Williamson
2022-12-23
correct usage of `BNSetUserCallTypeAdjustment` in `Function.set_call_type_adj...
Galen Williamson
2022-12-22
Fix many incorrect type hints and type errors
Josh Ferrell
2022-10-14
Fix some minor bugs in BasicBlock and highlight API
Peter LaFosse
2022-09-22
Add the Components API
kat
2022-09-01
Splitting of variables
Rusty Wagner
2022-08-18
fix typos in various doc strings (a/an, repeated words) (skip-ci)
Galen Williamson
2022-08-10
Merge variables API/UI, variable liveness API for determining soundness of va...
Rusty Wagner
2022-08-08
implement is_thunk, closes PR #3343
Jordan Wiens
2022-08-05
Allow None for function return_type and calling_convention
Josh F
2022-07-03
Add some helper routines for getting the IL of callsites
Peter LaFosse
2022-06-16
clarify documentation for analysis_skipped and reanalyze
Jordan Wiens
2022-06-14
Function.get_variable_by_name
Glenn Smith
2022-06-02
Fix Python exceptions when accessing functions with skipped IL analysis
Rusty Wagner
2022-05-06
many pydoc formatting cleanups, added deprecated decorator and replaced ad-ho...
Jordan Wiens
2022-04-30
Add debug report alias.
Brian Potchik
2022-03-24
Fix get_all_user_var_values API
Peter LaFosse
2022-03-16
Add type hints to typelibrary.py and fix type hint for get_address_tags_of_type
Peter LaFosse
2022-03-16
Add support for structured logging
Peter LaFosse
2022-03-11
Move stack var refs and constant refs behind advanced analysis requests for s...
Rusty Wagner
2022-03-02
Add function update request API.
Brian Potchik
2022-02-17
Fix some minor correctness issues with function.py
Peter LaFosse
2022-02-17
Make function.architecture non-optional
Peter LaFosse
2022-02-17
Add additional unit tests for function.py
Peter LaFosse
2022-01-28
Format All Files
KyleMiles
2022-01-27
Fix broken comment in function.py
Peter LaFosse
2022-01-26
Convert SizeWithConfidence to OffsetWithConfidence and remove
Peter LaFosse
2022-01-20
Add support for mmlil_if_available
Peter LaFosse
2022-01-19
Turn some asserts back into exceptions
Peter LaFosse
2022-01-19
Many type check fixes
Peter LaFosse
[next]