index
:
public/binaryninja-api.git
extended-rust-llil
[no description]
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
python
/
callingconvention.py
Age
Commit message (
Expand
)
Author
2021-01-21
Let calling conventions opt out of heuristics
Glenn Smith
2021-01-18
updating copyright year
Jordan Wiens
2020-05-03
Fix up equality operators and had hash operators
Peter LaFosse
2020-01-01
update copyright year to 2020
Jordan Wiens
2019-05-15
first half of the refactor adding getters and setters for init created proper...
Jordan Wiens
2019-01-30
Prepare API for Python UI bindings
Rusty Wagner
2019-01-17
update company name and copyright date
Jordan Wiens
2018-09-13
Add callee saved registers on calling conventions to specify which registers ...
Rusty Wagner
2018-07-10
Various Python 3 support changes
KyleMiles
2018-07-10
addition 3 compatibility changes
Jordan Wiens
2018-07-10
Additional changes for python 2/3 compatibility
Peter LaFosse
2018-07-10
working division, prints, and metaclasses, but imports broken, still needs work
Jordan Wiens
2018-03-23
Cache all created CoreArchitecture objects
Ryan Snyder
2018-03-23
Architecture plugins no longer need to override the perform_* methods (you ca...
Rusty Wagner
2018-03-23
Register stack adjustments in calling conventions
Rusty Wagner
2018-03-23
Adding support for register stacks in IL (for x87)
Rusty Wagner
2017-08-23
Added APIs for clobbered registers, global pointers, and function exit data f...
Rusty Wagner
2017-08-17
Work around limitations in ctypes
Rusty Wagner
2017-08-15
Add APIs to access and update portions of the function type, and added new AP...
Rusty Wagner
2017-07-26
Merge type propagation into dev
Rusty Wagner
2017-07-17
Fix referenced to old calling convention api, Fixes #739
Peter LaFosse
2017-07-15
Fixes #539 CallingConvention can not be instantiated in the python api
Peter LaFosse
2017-07-14
Adding API to get type of MLIL expression
Rusty Wagner
2017-07-10
Add confidence levels to type objects
Rusty Wagner
2017-05-19
update copyright year
Jordan Wiens
2017-02-16
Basic blocks have incoming and outgoing edges with basic block references, us...
Rusty Wagner
2016-10-28
Refactor python api into separate files and add Enumeration support. Also fix...
plafosse