COMMITS
/ python/callingconvention.py February 21, 2026
N
fix[python]: missed mismatch for flag_name
nullableVoidPtr committed
February 13, 2026
N
fix[python]: CallingConvention.get_incoming_flag_value
nullableVoidPtr committed
February 4, 2026
January 1, 2026
J
update copyrights for 2026
Jordan Wiens committed
August 1, 2025
March 28, 2025
J
missed the older dates!
Jordan Wiens committed
August 1, 2024
M
Pass length to free register list callback
Mason Reed committed
January 8, 2024
J
update copyright year
Jordan Wiens committed
January 5, 2023
J
Update copyright to 2023
Josh F committed
March 29, 2022
P
Add various type hints
Peter LaFosse committed
January 28, 2022
K
Format All Files
KyleMiles committed
December 9, 2021
G
Fix a bunch of core function calls with bad args
Glenn Smith committed
January 3, 2022
J
update copyright years
Jordan Wiens committed
November 2, 2021
K
Resolves #2748; Variable.ssa_versions; Fixes some type annotations
KyleMiles committed
October 4, 2021
P
Fix error condition on _get_int_return_reg
Peter LaFosse committed
September 24, 2021
P
Use more f-strings
Peter LaFosse committed
September 6, 2021
P
Fix some unnecessary checks for handle is not None in destructors
Peter LaFosse committed
September 5, 2021
P
Fix import of log
Peter LaFosse committed
September 3, 2021
P
Commonize _to_core_struct/_from_core_struct
Peter LaFosse committed
August 27, 2021
June 24, 2021
P
type hints for highlevelil.py, mediumlevelil.py and lowlevelil.py, workflow.py
Peter LaFosse committed
P
Don't inherit from object anymore
Peter LaFosse committed
June 23, 2021
P
Refactor RegisterValue class into multiple dataclasses which can be instantiated directly
Peter LaFosse committed
P
Refactor Variable class
Peter LaFosse committed
June 7, 2021
P
Add type hints to basicblock.py, lowlevelil.py, architecture.py
Peter LaFosse committed
May 28, 2021
R
Improve calling convention support for variadic argument resolution
Ryan Snyder committed
January 15, 2021
G
Let calling conventions opt out of heuristics
Glenn Smith committed
January 18, 2021
J
updating copyright year
Jordan Wiens committed
May 2, 2020
P
Fix up equality operators and had hash operators
Peter LaFosse committed
January 1, 2020
J
update copyright year to 2020
Jordan Wiens committed
May 15, 2019
J
first half of the refactor adding getters and setters for init created properties
Jordan Wiens committed
January 30, 2019
R
Prepare API for Python UI bindings
Rusty Wagner committed
January 17, 2019
J
update company name and copyright date
Jordan Wiens committed
September 11, 2018
June 7, 2018
K
Various Python 3 support changes
KyleMiles committed
May 29, 2018
J
addition 3 compatibility changes
Jordan Wiens committed
March 5, 2018
P
Additional changes for python 2/3 compatibility
Peter LaFosse committed
March 4, 2018
J
working division, prints, and metaclasses, but imports broken, still needs work
Jordan Wiens committed
March 20, 2018
R
Cache all created CoreArchitecture objects
Ryan Snyder committed
February 27, 2018
November 27, 2017
R
Register stack adjustments in calling conventions
Rusty Wagner committed
October 4, 2017
R
Adding support for register stacks in IL (for x87)
Rusty Wagner committed
August 23, 2017
R
Added APIs for clobbered registers, global pointers, and function exit data flow info
Rusty Wagner committed
August 18, 2017
R
Work around limitations in ctypes
Rusty Wagner committed
August 15, 2017
July 26, 2017
R
Merge type propagation into dev
Rusty Wagner committed
July 17, 2017
P
Fix referenced to old calling convention api, Fixes #739
Peter LaFosse committed
July 15, 2017
P
Fixes #539 CallingConvention can not be instantiated in the python api
Peter LaFosse committed
July 14, 2017
R
Adding API to get type of MLIL expression
Rusty Wagner committed
July 11, 2017
R
Add confidence levels to type objects
Rusty Wagner committed