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
2024-11-15
Add warnings about silent failures in function APIs.
Alexander Taylor
2024-10-25
Fix not being able to set UIDF on function parameters
Glenn Smith
2024-10-24
Initial implementation of the module-level analysis workflow.
Brian Potchik
2024-10-24
Add __hash__ method to FunctionViewType
Peter LaFosse
2024-10-22
fix: BasicBlockList iteration returns a new list
Scott Lagler
2024-10-21
Allow multiple high level representations for display, add Pseudo Rust and a ...
Rusty Wagner
2024-08-04
spellcheck pass on pydocs
Jordan Wiens
2024-08-04
fix typo in provenance docs
Jordan Wiens
2024-07-24
Remove deprecated API functions.
Alexander Taylor
2024-07-09
Expose Function::UsesIncomingGlobalPointer through the API. Fix https://githu...
Xusheng
2024-06-24
fix python DisassemblyTextRenderer basic_block and settings
Rubens Brandao
2024-06-04
Add CorePlatform to python api for proper subclassing
Glenn Smith
2024-05-15
fix py function.get_tags_at returned type
Rubens Brandao
2024-04-21
Improve type hints for many __getitem__ impls
Josh Ferrell
2024-02-10
Use TypeID for serializing enum types, replace set_int_enum_display_typeid wi...
kat
2024-01-08
update copyright year
Jordan Wiens
2023-11-30
docs updated for repl concepts section
Jordan Wiens
2023-11-14
Print more details when IL could not be loaded
Josh Ferrell
2023-11-07
Make non "if_available" il accessors throw ILException, create exceptions.py ...
Josh Ferrell
2023-10-09
Dont filter on platform when enumerating callees, issue #4672
Andrew Lamoureux
2023-09-20
standardize deprecation format and linkify suggestions
Jordan Wiens
2023-09-20
Fix doc comment on Function.add_tag
KyleMiles
2023-07-29
Core workflows feature update.
Brian Potchik
2023-07-10
Move binary view loading in to the core; deprecate open_view in favor of load...
KyleMiles
2023-07-07
Expose function "pure" flag to api and typesystem
Glenn Smith
2023-06-09
fix documentation for callee_addresses fixes #4356
Peter LaFosse
2023-04-25
Fix deprecation warning formatting in docs, require deprecated_in parameter
Josh Ferrell
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
[next]