index
:
public/binaryninja-api.git
extended-rust-llil
[no description]
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
python
Age
Commit message (
Expand
)
Author
2023-07-10
Fix broken python bindings
KyleMiles
2023-07-10
Python API : Fix missing parameter on debuginfo.parse_debug_info
KyleMiles
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-29
Improve __repr__ for IL instructions, and related objects
Peter LaFosse
2023-06-29
Implement __repr__ for all basic blocks in the base class
Peter LaFosse
2023-06-29
Improve API of LLIL /Call/ instruciton
Peter LaFosse
2023-06-29
Clarifying parts of the basic block APIs.
Alexander Taylor
2023-06-27
Deprecate standalone preprocess API function.
Alexander Taylor
2023-06-23
Add warnings around the use of add_binaryview_initial_analysis_completion_eve...
Peter LaFosse
2023-06-22
export svg now theme aware
Jordan Wiens
2023-06-09
fix documentation for callee_addresses fixes #4356
Peter LaFosse
2023-06-09
Fix LowLevelILCallSsa.output to work like MediumLevelILCallSsa.output
Peter LaFosse
2023-06-09
Prevent exception on close in FunctionList
Peter LaFosse
2023-06-08
Undo transactions / context manager
Glenn Smith
2023-06-08
Undo entry states and reverting
Glenn Smith
2023-06-08
include typed file for mypy in builds
Jordan Wiens
2023-06-08
replace format with fstrings, fix opacity bug, better enable raw svg
Jordan Wiens
2023-06-07
variable.py : Add 'offset_to_next_variable' convenience function
KyleMiles
2023-06-06
try to make sphinx ver on macos build happy
Jordan Wiens
2023-06-05
cleanup pydoc warnings
Jordan Wiens
2023-06-02
Fix typo in highlevelil.py docs
KyleMiles
2023-06-02
add handle= to function constructors
JJTech0130
2023-06-02
add AnalysisContext around ac
JJTech0130
2023-06-02
add AnalysisContext class
JJTech0130
2023-06-02
Add Var, SSAVar, and AliasedVar to commonil.py, and update the relavent MLIL/...
KyleMiles
2023-05-31
Simplify template simplifier API; remove cursed RustString stuff
KyleMiles
2023-05-30
nes.py : Add missing perform_get_address_size function
KyleMiles
2023-05-26
Add iterators for TypedDataAccessor and DataVariable
Peter LaFosse
2023-05-26
param_vars doesn't exist, properly refer to parameter_vars
Maja Kądziołka
2023-05-26
Add some missing type annotations
Maja Kądziołka
2023-05-26
Fix bugs in hlil.ssa_form.vars_written returning empty when it shouldn't
Peter LaFosse
2023-05-26
Fix error in bv.llil_basic_blocks when low_level_il function is not available
Peter LaFosse
2023-05-11
Fix HLILForSSA.body property
Peter LaFosse
2023-05-11
Fix binaryview metadata bool handling
Peter LaFosse
2023-05-10
Add name to worker tasks for debugging
Glenn Smith
2023-05-08
Pass debug file along with original file to debug info parsers
KyleMiles
2023-04-25
Fix deprecation warning formatting in docs, require deprecated_in parameter
Josh Ferrell
2023-04-25
Fix enterprise example formatting
Josh Ferrell
2023-04-25
Fix a minor error in BinaryDataNotifications for Components
kat
2023-04-19
[Enterprise] Include collaboration python api properly
Glenn Smith
2023-04-19
small documentation fixes
Jordan Wiens
2023-04-18
Fix deserialization of EnumerationMember values
Peter LaFosse
2023-04-18
Add APIs for dumping the contents of TypeLibraries
Peter LaFosse
2023-04-17
Allow TypeLibrary::Finalize() to return true on success
Peter LaFosse
2023-04-17
Add .components convenience API to Functions and DataVariables
kat
2023-04-12
python: core: trivial docstring update
Willi Ballenthin
2023-04-12
small pydoc tweaks
Jordan Wiens
2023-04-11
remove vestigal imports
Jordan Wiens
2023-04-10
add help for windows python console, resolves #4210
Jordan Wiens
[next]