summaryrefslogtreecommitdiff
path: root/python/callingconvention.py
AgeCommit message (Expand)Author
2021-09-24Use more f-stringsPeter LaFosse
2021-09-06Fix some unnecessary checks for handle is not None in destructorsPeter LaFosse
2021-09-06Fix import of logPeter LaFosse
2021-09-06Commonize _to_core_struct/_from_core_structPeter LaFosse
2021-09-06Add some additional typehints to architecture.py, function.py and metadata.py...Peter LaFosse
2021-09-05type hints for highlevelil.py, mediumlevelil.py and lowlevelil.py, workflow.pyPeter LaFosse
2021-09-05Don't inherit from object anymorePeter LaFosse
2021-09-05Refactor RegisterValue class into multiple dataclasses which can be instantia...Peter LaFosse
2021-09-05Refactor Variable classPeter LaFosse
2021-09-05Add type hints to basicblock.py, lowlevelil.py, architecture.pyPeter LaFosse
2021-05-28Improve calling convention support for variadic argument resolutionRyan Snyder
2021-01-21Let calling conventions opt out of heuristicsGlenn Smith
2021-01-18updating copyright yearJordan Wiens
2020-05-03Fix up equality operators and had hash operatorsPeter LaFosse
2020-01-01update copyright year to 2020Jordan Wiens
2019-05-15first half of the refactor adding getters and setters for init created proper...Jordan Wiens
2019-01-30Prepare API for Python UI bindingsRusty Wagner
2019-01-17update company name and copyright dateJordan Wiens
2018-09-13Add callee saved registers on calling conventions to specify which registers ...Rusty Wagner
2018-07-10Various Python 3 support changesKyleMiles
2018-07-10addition 3 compatibility changesJordan Wiens
2018-07-10Additional changes for python 2/3 compatibilityPeter LaFosse
2018-07-10working division, prints, and metaclasses, but imports broken, still needs workJordan Wiens
2018-03-23Cache all created CoreArchitecture objectsRyan Snyder
2018-03-23Architecture plugins no longer need to override the perform_* methods (you ca...Rusty Wagner
2018-03-23Register stack adjustments in calling conventionsRusty Wagner
2018-03-23Adding support for register stacks in IL (for x87)Rusty Wagner
2017-08-23Added APIs for clobbered registers, global pointers, and function exit data f...Rusty Wagner
2017-08-17Work around limitations in ctypesRusty Wagner
2017-08-15Add APIs to access and update portions of the function type, and added new AP...Rusty Wagner
2017-07-26Merge type propagation into devRusty Wagner
2017-07-17Fix referenced to old calling convention api, Fixes #739Peter LaFosse
2017-07-15Fixes #539 CallingConvention can not be instantiated in the python apiPeter LaFosse
2017-07-14Adding API to get type of MLIL expressionRusty Wagner
2017-07-10Add confidence levels to type objectsRusty Wagner
2017-05-19update copyright yearJordan Wiens
2017-02-16Basic blocks have incoming and outgoing edges with basic block references, us...Rusty Wagner
2016-10-28Refactor python api into separate files and add Enumeration support. Also fix...plafosse