summaryrefslogtreecommitdiff
path: root/python/function.py
AgeCommit message (Expand)Author
2019-05-23small cleanups from pylint plus fix for analysis_infoJordan Wiens
2019-05-15two bugs for the refactor -- arch has a caching getter that must be use for b...Jordan Wiens
2019-05-15first half of the refactor adding getters and setters for init created proper...Jordan Wiens
2019-04-07Add callee/caller properties to function objectsPeter LaFosse
2019-03-08Add ability to index into functions and basicblocksPeter LaFosse
2019-02-28Fix typo in API nameRusty Wagner
2019-02-26Fix some flow graph and disassembly API issuesRusty Wagner
2019-02-22Add API for constructing disassembly textRusty Wagner
2019-01-30Prepare API for Python UI bindingsRusty Wagner
2019-01-17update company name and copyright dateJordan Wiens
2018-12-14fixes for get_instruction_lines and code cleanupPeter LaFosse
2018-12-13Commonize all InstructionTextToken generationPeter LaFosse
2018-12-12deprecate current_function.medium_level_il in favor of .mlil and move .instru...Jordan Wiens
2018-11-06Add type check to `Variable.__eq__`Josh Watson
2018-10-13api: more stable PossibleValueSet __repr__ outputRyan Snyder
2018-08-30Allow negative stack offsets for functions like alloca_probeRusty Wagner
2018-08-17Fix report collection reference count bug and add debug report supportRusty Wagner
2018-08-02Add API to query if an assembly instruction is a callRusty Wagner
2018-07-26Merge branch 'dev' into test_stack_adjustRusty Wagner
2018-07-13Add ability to update custom flow graphsRusty Wagner
2018-07-10Rebased so commit history is correct nowKyleMiles
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-06-26Add new API to query active analysis info and set analysis limits.Brian Potchik
2018-06-04Generic flow graph API and report collectionsRusty Wagner
2018-04-02Add plugin commands for LLIL and MLILRusty Wagner
2018-03-23Make indirect branch queries initialize CoreArchitecture objects correctlyRyan Snyder
2018-03-20Cache all created CoreArchitecture objectsRyan Snyder
2018-03-07Add APIs for skipping analysis of functions that are too large, and overridin...Rusty Wagner
2018-02-26Architecture plugins no longer need to override the perform_* methods (you ca...Rusty Wagner
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