summaryrefslogtreecommitdiff
path: root/python/function.py
AgeCommit message (Expand)Author
2018-02-17For Python, display set of values in hex format.Brian Potchik
2018-02-07Add APIs for overriding stack adjustments on callsRusty Wagner
2018-01-31Adding CPU intrinsics supportRusty Wagner
2017-12-26Merge branch 'dev' into fpuRusty Wagner
2017-12-26Adding return value registers to function typeRusty Wagner
2017-12-04Better Architecture Transition Support.Brian Potchik
2017-11-27Register stack adjustments in calling conventionsRusty Wagner
2017-11-20Update Python API to display PossibleValues that are of type ConstantPointerV...Brian Potchik
2017-11-16Cache Platform object and not handleDavid Barksdale
2017-11-08Cache arch and platform property values (#862)Matt Revelle
2017-11-02Move the function discrimination from SSAVariable to Variable (#856)David Barksdale
2017-10-29Add convenience API's for accessing blocks and instructions in Function (#792)Cory Duplantis
2017-10-29Fixed possible IndexError in Function.get_*_at methods (#775)Josh Watson
2017-10-23Top relative register stack access as a normal registerRusty Wagner
2017-10-06Adding support for register stacks in IL (for x87)Rusty Wagner
2017-08-26Adding Function level comment APIsPeter LaFosse
2017-08-24Add MLIL instruction for dealing with direct access to GOT/IAT entriesRusty Wagner
2017-08-23Added APIs for clobbered registers, global pointers, and function exit data f...Rusty Wagner
2017-08-17Support custom calling conventions in the type parser and type objectsRusty Wagner
2017-08-15Add APIs to access and update portions of the function type, and added new AP...Rusty Wagner
2017-08-11Fixing some broken documentationPeter LaFosse
2017-07-26Merge type propagation into devRusty Wagner
2017-07-24Adding size of stack var refs, source operand in MLILRusty Wagner
2017-07-15adding set_comment_at deprecating set_comment for consistencyPeter LaFosse
2017-07-14Added __hash__ and __eq__ to Variable and SSAVariable (#725)Josh Watson
2017-07-14Added __hash__ to Function. (#668)Josh Watson
2017-07-14Adding API to get type of MLIL expressionRusty Wagner
2017-07-10Add confidence levels to type objectsRusty Wagner
2017-06-27Compute back edges in the coreRusty Wagner
2017-05-25fix enum link in documentationJordan Wiens
2017-05-19update copyright yearJordan Wiens
2017-05-16Adding pointer information to constant reference listRusty Wagner
2017-05-02Renaming SSA index to version, more uniform register and variable representat...Rusty Wagner
2017-04-27Adding an API for performance debuggingRusty Wagner
2017-04-25function.platform now correctly returns the functions platformJordan Wiens
2017-04-22Type check ssa functions (#657)Josh Watson
2017-04-21Merge branch 'mlil' into devRusty Wagner
2017-04-21Add Python variable creation APIsRusty Wagner
2017-04-21Allowing rename of all types of variablesRusty Wagner
2017-04-20Renaming and adding variable identifiersRusty Wagner
2017-04-17Use new variable system in functionsRusty Wagner
2017-04-02replaced BNHasExplicitlyDefinedType with BNFunctionHasExplicitlyDefinedTypelucasduffey
2017-03-22Adding new value object to hold disjoint setsRusty Wagner
2017-03-19change types in documentation for lowlevelil so the results will be clickable...Jordan Wiens
2017-03-16Switching to new data flow systemRusty Wagner
2017-03-16Adding APIs to query register and stack contents from ILRusty Wagner
2017-03-01Adding framework for medium level ILRusty Wagner
2017-02-28Adding return address register valueRusty Wagner
2017-02-23Instruction starts and SSA form are a property of IL functionsRusty Wagner
2017-02-22Add SSA form APIsRusty Wagner