summaryrefslogtreecommitdiff
path: root/python/filemetadata.py
AgeCommit message (Expand)Author
2022-08-09Add New Theme and some C++ API Documentationkat
2022-03-16Add support for structured loggingPeter LaFosse
2022-01-28Format All FilesKyleMiles
2022-01-19Many type check fixesPeter LaFosse
2022-01-17Make various database progress functions cancellableGlenn Smith
2022-01-13Fix a bunch of core function calls with bad argsGlenn Smith
2022-01-03update copyright yearsJordan Wiens
2021-11-19Check if core is None in FileMetadata destructorPeter LaFosse
2021-10-15Database python apiGlenn Smith
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-05Refactor Python TypesPeter 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-05Add type hints to basicblock.py, lowlevelil.py, architecture.pyPeter LaFosse
2021-03-30Add ability to query for database backing of specific BinaryViewTypes and fix...Brian Potchik
2021-01-18updating copyright yearJordan Wiens
2020-12-09Cleanup project creation and add API.Brian Potchik
2020-11-29add pydoc for navigation APIs and get_address-for_data_offsetJordan Wiens
2020-11-16add a unit test for loading old databaseXusheng
2020-10-16add unit test for deprecated BinaryViewTypeXusheng
2020-09-17Pass settings handle in save_auto_snapshotJosh Ferrell
2020-08-19Documentation for SaveSettings and SaveOptionJosh Ferrell
2020-07-17- fix TypeError: expected LP_BNSaveSettings instance instead of SaveSettingsverylazyguy
2020-07-10Add save settingsJosh Ferrell
2020-06-17many spelling fixesJordan Wiens
2020-05-03Use correct core API for merge_user_analysisPeter LaFosse
2020-05-03Fix up equality operators and had hash operatorsPeter LaFosse
2020-03-31Undobuffer merging and mergetoolJosh Ferrell
2020-02-06Add clean savingJosh Ferrell
2020-01-01update copyright year to 2020Jordan Wiens
2019-09-14lots of small documentation updates, mostly around making sure parameters are...Jordan Wiens
2019-09-11Add ability to open a database with options.Brian Potchik
2019-05-15first half of the refactor adding getters and setters for init created proper...Jordan Wiens
2019-01-17update company name and copyright dateJordan Wiens
2018-08-23add support for original_filename propertyJordan Wiens
2018-07-10Various Python 3 support changesKyleMiles
2018-07-10Additional changes for python 2/3 compatibilityPeter LaFosse
2018-07-10working division, prints, and metaclasses, but imports broken, still needs workJordan Wiens
2017-05-19update copyright yearJordan Wiens
2017-02-16Basic blocks have incoming and outgoing edges with basic block references, us...Rusty Wagner
2017-01-02Making platform and architecture optional parameters where possiblePeter LaFosse
2016-10-28Refactor python api into separate files and add Enumeration support. Also fix...plafosse