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
2018-12-22
Python2/3 support
KyleMiles
2018-12-22
Added TransformParameter.repr (#1223)
Josh Watson
2018-12-22
Fix metadata (#1224)
Josh Watson
2018-12-14
fixes for get_instruction_lines and code cleanup
Peter LaFosse
2018-12-13
Commonize all InstructionTextToken generation
Peter LaFosse
2018-12-12
better error handling for bv.read
Jordan Wiens
2018-12-12
deprecate current_function.medium_level_il in favor of .mlil and move .instru...
Jordan Wiens
2018-12-12
small typo
Jordan Wiens
2018-11-26
convert core_serial, version, build_id ando thers to methods
Jordan Wiens
2018-11-26
Convert core globals to functions.
Brian Potchik
2018-11-26
Update documentation for show_markdown_report and show_html_report
Peter LaFosse
2018-11-26
Fix version switcher on Python 3
Rusty Wagner
2018-11-21
Fix typo.
Brian Potchik
2018-11-21
Fix imports in functionrecognizer.py
Josh Watson
2018-11-21
Fixed export_svg.py to work with FlowGraphs and fixed several issues due to P...
Josh Watson
2018-11-19
Update analysis_info documentation.
Brian Potchik
2018-11-13
Add expression parsing APIs
Peter LaFosse
2018-11-06
byte string to fix python 3 loading bndb
Jordan Wiens
2018-11-06
Forgot the return False at the end
Josh Watson
2018-11-06
Added __eq__ to MediumLevelILOperationAndSize as well
Josh Watson
2018-11-06
Add type check to `Variable.__eq__`
Josh Watson
2018-11-05
Provide fall-through indication in BasicBlockEdge info.
Brian Potchik
2018-10-31
Merge pull request #1188 from shane-runsafe/assemble_fixes
Jordan
2018-10-30
Type check SSA variables in __eq__
Eric Hennenfent
2018-10-26
open bndb files in binary mode, fixes #1186
Jordan Wiens
2018-10-25
Return assemble error string as part of the ValueError exception string. Cle...
Shane Fry
2018-10-24
Add new APIs for querying data references
Peter LaFosse
2018-10-22
Obtain the BinaryView handle automatically for the Settings set API.
Brian Potchik
2018-10-19
Add char convenience method
Peter LaFosse
2018-10-19
Expose DataRender APIs, allow setting const on types, and allow type comparison
Peter LaFosse
2018-10-18
Initial Enhanced Settings System.
Brian Potchik
2018-10-15
Refactor to how symbols and namespaces work
Peter LaFosse
2018-10-13
api: more stable PossibleValueSet __repr__ output
Ryan Snyder
2018-10-11
Fixes #1164, #1166 and #1165
Peter LaFosse
2018-10-10
Fix get_section_by_name API
Peter LaFosse
2018-10-06
Fix misspelled API
Peter LaFosse
2018-10-05
Expose SymbolBinding API
Peter LaFosse
2018-10-05
Force use of requests on Windows to avoid cert issues on some installs
Rusty Wagner
2018-10-05
Patch FlowGraph locking
negasora
2018-10-05
python3: ensure callbacks live long enough
Ryan Snyder
2018-10-05
api: remove some lingering xrange uses in python bindings
Ryan Snyder
2018-10-05
Fix generation of core.BNLog
Josh Watson
2018-09-28
Namespace API cleanup
Peter LaFosse
2018-09-20
Merge branch 'dev' into test_relocation
Peter LaFosse
2018-09-20
Adding NameSpace tokens and plumbing through some namespce apis
Peter LaFosse
2018-09-18
python: make BasicBlocks iterate over disassembly lines, not instrs
Ryan Snyder
2018-09-17
api: fix read beyond bounds of basic block
Ryan Snyder
2018-09-13
Add callee saved registers on calling conventions to specify which registers ...
Rusty Wagner
2018-09-12
Merging with dev
Peter LaFosse
2018-09-10
import MainThreadAction from the correct location
gaasedelen
[next]