summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-05-28Document user xrefs python APIsStephen Tong
2019-05-28Redo/Undo support for user-defined xrefsStephen Tong
2019-05-28WIP: Support adding user-defined xrefsStephen Tong
2019-05-27Add keyboard navigation and selection to linear viewRusty Wagner
2019-05-27update qt referencesJordan Wiens
2019-05-27Add API to query settings properties.Brian Potchik
2019-05-25Fix remaining button state tracking bugs.Brian Potchik
2019-05-24Initialize mouse selection mode in FlowGraphWidget.Brian Potchik
2019-05-24Limit size of entropy image to fix crashRusty Wagner
2019-05-23small cleanups from pylint plus fix for analysis_infoJordan Wiens
2019-05-23updated docs for macos troubleshooting third-party python3 issuesJordan Wiens
2019-05-21Fix generator.py on non-windowsGlenn Smith
2019-05-21Bring Python triage plugin changes to C++, don't default to raw files always ...Rusty Wagner
2019-05-17Testsuite: fix generator.py on Windowsv35stong
2019-05-16only include filename so unit tests dont depend on paths and unit tests can r...Jordan Wiens
2019-05-16add incoming and outgoing edges to basic block unit testJordan Wiens
2019-05-16incoming edges fixJordan Wiens
2019-05-16fix databufferJordan Wiens
2019-05-15two bugs for the refactor -- arch has a caching getter that must be use for b...Jordan Wiens
2019-05-15first half of the refactor adding getters and setters for init created proper...Jordan Wiens
2019-05-15Add flow graph call to try to maintain location across graph typesRusty Wagner
2019-05-14Add dynamic dock widget support for UI plugins.Brian Potchik
2019-05-14kaitai: remove type hint for python2 compatibilityAndrew Lamoureux
2019-05-11kaitai: fix fields with values 0 being hiddenAndrew Lamoureux
2019-05-11moving rtd modifications to a submodule, moving to py3 for docsJordan Wiens
2019-05-10Fix use after free on assemble on invalid instructionRusty Wagner
2019-05-10Fix some double free bugs in APIRusty Wagner
2019-05-10Use Qt qobject casting style for DockWidgets.Brian Potchik
2019-05-10Fix memory leak and use after free bugs in BinaryView and FlowGraph objectsRusty Wagner
2019-05-09fix python3 and temporarily disable warningJordan Wiens
2019-05-09Fix widget visibility state in the application menu.Brian Potchik
2019-05-09warning for older pth files not including ui paths and install script now upd...Jordan Wiens
2019-05-08Revert "corrected to c99 syntax, re PR #1339"Jordan Wiens
2019-05-08corrected to c99 syntax, re PR #1339Jordan Wiens
2019-05-08add documentation for replace_exprJordan Wiens
2019-05-08Add LowLevelILFunction.replace_expr methodJosh Watson
2019-05-07fix install script to only add appropriate python 2/3 UI librariesJordan Wiens
2019-05-03update license informationJordan Wiens
2019-05-01DockWidget interface updates to better support UI plugins.Brian Potchik
2019-05-01Fix typo in ViewFrame interface.Brian Potchik
2019-05-01Add clear scripting console command to command palette.Brian Potchik
2019-04-30Add unit test to detect memory leaksRusty Wagner
2019-04-30Temporary dockwidget interface fix for UI API based dock widgets.Brian Potchik
2019-04-27Add debug mode for finding refcount leaksRusty Wagner
2019-04-26Don't let a node that hasn't been added to the graph be added as an edge targetRusty Wagner
2019-04-26Fix reference leak in FlowGraph::GetFunctionRusty Wagner
2019-04-25Add SetLicense APIPeter LaFosse
2019-04-25add type checks for various comparatorsJordan Wiens
2019-04-23add eq for LLIL and MLIL instructionsJordan Wiens
2019-04-23Update MiniGraph to work with FlowGraphWidet.Brian Potchik