summaryrefslogtreecommitdiff
path: root/python
AgeCommit message (Expand)Author
2020-02-16Add parse-only BinaryView creation to the API.Brian Potchik
2020-02-16Add get_response helper to python DownloadInstance.Brian Potchik
2020-02-13make disassemblysettings optional on APIs that use itJordan Wiens
2020-02-07Fix struct display in MLILRusty Wagner
2020-02-06Add unit tests and update binaryview saveJosh Ferrell
2020-02-06Add clean savingJosh Ferrell
2020-02-06correct get_form_input documentation for return valueJordan Wiens
2020-02-04Add registered name to type objectsRusty Wagner
2020-01-27better reprs for llil and mlil functionsJordan Wiens
2020-01-27add negative block indexing for fn, mlil, and llilJordan Wiens
2020-01-25focus cursor at end of last snippet code when restoringJordan Wiens
2020-01-25remember most recently selected snippetJordan Wiens
2020-01-25match behavior of script console so speceific function selected will still ex...Jordan Wiens
2020-01-21InstructionTextTokenType documentation updateJordan Wiens
2020-01-20expose overriding call types at individual call sitesRyan Snyder
2020-01-16Update gutter width, tag token as a constantGlenn Smith
2020-01-01update copyright year to 2020Jordan Wiens
2020-01-01improve some documentation, favor get_view_of_file in examples instead of BVT...Jordan Wiens
2019-12-19Add data flow query optionsRusty Wagner
2019-12-19LLIL_JUMP_TO/MLIL_JUMP_TO now contain mappings from address to destination in...Rusty Wagner
2019-12-17Immutable type/struct/enum objects, allowing deduplication for reduced memory...Rusty Wagner
2019-12-14function variable documentation improvementsJordan Wiens
2019-12-13Fix for issue with custom display typesPeter LaFosse
2019-12-09Properly qualify log_errorPeter LaFosse
2019-12-09Fixes #1413 write_at_cursor api issuePeter LaFosse
2019-12-04Update architecture doctests to python3contact@devtty1er.com
2019-11-29small QOL fixes to snippet editor: remove name field and combine it with desc...Jordan Wiens
2019-11-17Add database support for open with options and rebasing.Brian Potchik
2019-11-15Remove useleess settersPeter LaFosse
2019-11-15Type workflow improvementsPeter LaFosse
2019-11-14Initial dynamic rebasing support.Brian Potchik
2019-10-21windows: interim workaround for windows segment heap bugRyan Snyder
2019-10-15Fix documentation for get_view_of_file_with_options.Brian Potchik
2019-10-15Expose Segment auto_defined propertyPeter LaFosse
2019-10-10switch to raw strings for sections that need to show some backslashesJordan Wiens
2019-10-09arch: resolve need for bogus flag write typerssor
2019-10-09fix get_functions_containing documentation to match new behaviorJordan Wiens
2019-10-09- get_functions_containing() now always returns a list so it can be used dire...verylazyguy
2019-10-05normalize app name for qsettings, will cause snippets window gemoetry to rese...Jordan Wiens
2019-10-01Clean-up BinaryView and Settings documentation.Brian Potchik
2019-09-30missed two functions for tags documentationJordan Wiens
2019-09-30include more tag documentation references to other APIs, fix cross-module doc...Jordan Wiens
2019-09-30Fix create_tag default booleanPeter LaFosse
2019-09-28Fix create_tag apiPeter LaFosse
2019-09-27Tag notifications & tag type list optimizedPeter LaFosse
2019-09-27Add some documentation for Settings and BinaryView.Brian Potchik
2019-09-26more small documentation fixesJordan Wiens
2019-09-26remove extraneous stringJordan Wiens
2019-09-26correct invalid documentationJordan Wiens
2019-09-26many documentation formatting fixupsJordan Wiens