summaryrefslogtreecommitdiff
path: root/python/settings.py
AgeCommit message (Collapse)Author
2022-08-14Update documentation settings, update Settings documentationkat
2022-01-28Format All FilesKyleMiles
2022-01-03update copyright yearsJordan Wiens
2021-09-06Fix some unnecessary checks for handle is not None in destructorsPeter LaFosse
2021-09-05Don't inherit from object anymorePeter LaFosse
2021-09-05Add type hints to basicblock.py, lowlevelil.py, architecture.pyPeter LaFosse
2021-08-25Add 'requiresRestart' property to settings schema for UI notification.Brian Potchik
2021-06-14small settings documentation improvementJordan Wiens
2021-04-13Fix duplicate row in settings schema documentation.Brian Potchik
2021-03-24fixing layout for settings tableJordan Wiens
2021-03-14Update settings documentation.Brian Potchik
2021-03-04small typo in settings docsJordan Wiens
2021-01-18updating copyright yearJordan Wiens
2020-12-09Update settings documentation.Brian Potchik
2020-11-10documentation update, example for settings and description of using custom ↵Jordan Wiens
convention in type docs
2020-07-04Workspace Settings are now Project Settings.Brian Potchik
2020-06-20Remove CopyValuesFrom Settings API.Brian Potchik
2020-06-20Add serialization support to the Settings Python API.Brian Potchik
2020-06-17ResetAll settings API resets settings in the active schema by default.Brian Potchik
2020-05-03Fix up equality operators and had hash operatorsPeter LaFosse
2020-03-13fixing several broken __hash__ methodsJordan Wiens
2020-01-01update copyright year to 2020Jordan Wiens
2019-12-17Immutable type/struct/enum objects, allowing deduplication for reduced ↵Rusty Wagner
memory usage. In C++ API, modifying or creating types, structures, or enumerations should be done with the new TypeBuilder, StructureBuilder, and EnumerationBuilder objects, then converted to a final Type, Structure, or Enumeration object using the Finalize method once the modifications are complete. When modifying structures or enumerations inside existing types, use the WithReplacedStructure or WithReplacedEnumeration methods on the root type object and reregister the type to use the modified object. In Python API, types, structures, and enumerations can be created as in previous versions, but the objects become immutable once they are passed to a method. To modify an existing type, structure, or enumeration, use the mutable_copy() method. When modifying structures or enumerations, replace the modified object in the Type with the with_replaced_structure() or with_replaced_enumeration() methods.
2019-10-01Clean-up BinaryView and Settings documentation.Brian Potchik
2019-09-27Add some documentation for Settings and BinaryView.Brian Potchik
2019-09-21Access Settings Values as Json.Brian Potchik
2019-08-29Add settings API to query keys and json stringified values.Brian Potchik
2019-08-11Eliminate mandatory ephemeral view creation during open with options.Brian Potchik
2019-08-07Settings system improvements.Brian Potchik
2019-08-02Refactor settings system to be reference counted.Brian Potchik
2019-06-13Initial rebase on file load support.Brian Potchik
2019-06-08final refactor for missing parametersJordan Wiens
2019-05-27Add API to query settings properties.Brian Potchik
2019-01-25Add CopyValue to Settings APi.Brian Potchik
2019-01-17update company name and copyright dateJordan Wiens
2019-01-03lots of spelling / typo fixesJordan Wiens
2018-10-22Obtain the BinaryView handle automatically for the Settings set API.Brian Potchik
2018-10-18Initial Enhanced Settings System.Brian Potchik