summaryrefslogtreecommitdiff
path: root/python/architecture.py
AgeCommit message (Expand)Author
2020-01-01update copyright year to 2020Jordan Wiens
2019-12-04Update architecture doctests to python3contact@devtty1er.com
2019-10-09arch: resolve need for bogus flag write typerssor
2019-09-24typelibrary: more consistent naming, type exportsRyan Snyder
2019-09-24typelibrary: minimal api commitRyan Snyder
2019-09-14lots of small documentation updates, mostly around making sure parameters are...Jordan Wiens
2019-07-10Remove extraneous str cast for instruction patchingKyleMiles
2019-06-08final refactor for missing parametersJordan Wiens
2019-05-31Clean Up 2/3 int/long CompatibilityKyleMiles
2019-05-31improve API cross-reference linkingJordan Wiens
2019-05-30Improve Error Handling and Add Some DocumentationKyleMiles
2019-05-30Fix Architecture.assemble so that it works with ArchitectureHooksJosh Watson
2019-05-15first half of the refactor adding getters and setters for init created proper...Jordan Wiens
2019-05-10Fix use after free on assemble on invalid instructionRusty Wagner
2019-02-01python: make arch hooks transparentRyan Snyder
2019-01-22fixes #1253 for get_instruction_textJordan Wiens
2019-01-17update company name and copyright dateJordan Wiens
2019-01-03lots of spelling / typo fixesJordan Wiens
2018-12-22Python2/3 supportKyleMiles
2018-12-13Commonize all InstructionTextToken generationPeter LaFosse
2018-11-13Add expression parsing APIsPeter LaFosse
2018-10-25Return assemble error string as part of the ValueError exception string. Cle...Shane Fry
2018-07-10Various Python 3 support changesKyleMiles
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-11Add empty list properties to some classes to allow for visibilitynegasora
2018-03-20Cache all created CoreArchitecture objectsRyan Snyder
2018-02-26Architecture plugins no longer need to override the perform_* methods (you ca...Rusty Wagner
2018-02-26Fix type error for get_semantic_{flag,class}_name (#957)Kareem El-Faramawi
2018-02-16implement missing get_semantic_flag_class_name and get_semantic_flag_group_nameJordan Wiens
2018-02-14fix typo in semantic flag core namesJordan Wiens
2018-01-31Adding CPU intrinsics supportRusty Wagner
2018-01-18Allow flag roles to be dependent on semantic classRusty Wagner
2018-01-16Add classes and groups for semantic flags resolutionRusty Wagner
2017-12-26Merge branch 'dev' into fpuRusty Wagner
2017-12-04Better Architecture Transition Support.Brian Potchik
2017-11-27Register stack adjustments in calling conventionsRusty Wagner
2017-11-14Fix _get_instruction_alignment type.Brian Potchik
2017-11-13Add GetInstructionAlignment Callback to Architecture.Brian Potchik
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-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-17Fix referenced to old calling convention api, Fixes #739Peter LaFosse
2017-07-14fix documentation for perform_get_instruction_low_level_ilPeter LaFosse
2017-07-12bug fix for: get_default_flag_write_low_level_il and get_flag_write_low_level_ilPeter LaFosse