summaryrefslogtreecommitdiff
path: root/python/examples
AgeCommit message (Expand)Author
2021-06-11Add TypeReferenceChanged notificationXusheng
2021-05-26Updated examples and docsGlenn Smith
2021-05-05Ser/des history entriesGlenn Smith
2021-01-18updating copyright yearJordan Wiens
2020-12-02Callback for address changes #2166Glenn Smith
2020-10-25Cleanup loader settings.Brian Potchik
2020-10-14UIContext notifications (eg file open/save)Glenn Smith
2020-10-09remove comma in Python codeXusheng
2020-09-16Add setting to control logging in headless.Brian Potchik
2020-09-15Add support for custom flowgraph edgesPeter LaFosse
2020-09-15display as in linear viewXusheng
2020-09-13Disable logging during headless unit tests.Brian Potchik
2020-09-02update snippets from latest pluginJordan Wiens
2020-07-29fix some colors and add preferences for showing opcodes and addressesJordan Wiens
2020-07-29update export svg to include other graph modes and fix windows with python3Jordan Wiens
2020-07-03Allow triage view navigation via featuremap for firmwares with no entry point.Brian Potchik
2020-06-16Use Python 3 for bininfo testRusty Wagner
2020-06-06Cleanup mappedview.py exmaple.Brian Potchik
2020-06-06Add BinaryView.init documentation to mappedview.py example.Brian Potchik
2020-06-03Fix error handling in mappedview exampleNick Shipp
2020-04-29Fix the fix for saving on Windowsmeme
2020-04-22fix export-svg example opening on windowsJordan Wiens
2020-04-21add py2 compat for export_svg.pyJordan Wiens
2020-04-20Add python examples: cli lifter and disassemblerAndrew Lamoureux
2020-04-20Add python example: pe_stat.pyAndrew Lamoureux
2020-04-06Update DockWidget example to use getActiveDockWidget.Brian Potchik
2020-04-06Add various missing BinaryDataNotification callbacks in pythonGlenn Smith
2020-04-01tiny snippets tweaks including a fix for platform-specific qsetting behaviorJordan Wiens
2020-03-05Update mappedview example to add the entry point after segments are added.Brian Potchik
2020-03-02small updates to snippets from upstreamJordan Wiens
2020-02-16Add example binary view plugin which demonstrates the load settings system.Brian Potchik
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-01update copyright year to 2020Jordan Wiens
2019-12-09Properly qualify log_errorPeter LaFosse
2019-11-29small QOL fixes to snippet editor: remove name field and combine it with desc...Jordan Wiens
2019-10-05normalize app name for qsettings, will cause snippets window gemoetry to rese...Jordan Wiens
2019-09-11Support all colors of the rainbow in export_svg.pymechanicalnull
2019-09-03make snippets dialog modal and also disable edit fields until a new snippet i...Jordan Wiens
2019-08-28add preference for showing hidden files in triageJordan Wiens
2019-08-26better error handling for invalid snippetsJordan Wiens
2019-08-26fix hotkeys for snippets and move all snippets into a tool submenuJordan Wiens
2019-08-19update nes example plugin for python3 supportJordan Wiens
2019-07-24small typo fixup in triage toolJordan Wiens
2019-06-13Initial rebase on file load support.Brian Potchik
2019-06-12add dock widget exampleJordan Wiens
2019-05-24Limit size of entropy image to fix crashRusty Wagner
2019-05-21Bring Python triage plugin changes to C++, don't default to raw files always ...Rusty Wagner
2019-05-16only include filename so unit tests dont depend on paths and unit tests can r...Jordan Wiens