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
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
2022-01-06
Add Function::HasUserAnnotations
Peter LaFosse
2022-01-03
update copyright years
Jordan Wiens
2021-11-29
Fix type hint in TagList.__init__
Peter LaFosse
2021-11-29
Fix type hints for BasicBlockList
Peter LaFosse
2021-11-05
Turn some apis back into Lists for ease of use, improve __repr__ for list and...
Peter LaFosse
2021-10-20
Update Function.function_type to use types.FunctionType instead of types.Type
Josh F
2021-10-19
More accurate description of operand argument
Glenn Smith
2021-10-19
Docs for get/set integer display type
Glenn Smith
2021-10-11
Revert 'mlils' back to list instead of Generator
Peter LaFosse
2021-09-30
Remove unsafe BNDeleteAutoVariable
Peter LaFosse
2021-09-30
Allow string representation of types to be passed as parameters to methods wh...
Peter LaFosse
2021-09-28
Add Refactor Symbol to CoreSymbol and Symbol
Peter LaFosse
2021-09-28
Add BasicBlockList class for improved iteration speed of basic blocks
Peter LaFosse
2021-09-22
Add __contains__ for Function, Section, Segment, BasicBlock and BinaryView
Peter LaFosse
2021-09-18
Make some additional dataclasses frozen
Peter LaFosse
2021-09-14
Fix for issue #2634: adds missing assignment to `DisassemblyTextLine.highligh...
galenbwill
2021-09-08
moving InstructionTextToken back to architecture module and aliasing from fun...
Jordan Wiens
2021-09-07
Improve backward compatibility of Tags APIs
Peter LaFosse
2021-09-06
Fix some unnecessary checks for handle is not None in destructors
Peter LaFosse
2021-09-06
Commonize _to_core_struct/_from_core_struct
Peter LaFosse
2021-09-06
make dataclasses in function.py
Peter LaFosse
2021-09-06
Add some additional typehints to architecture.py, function.py and metadata.py...
Peter LaFosse
[next]