summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2019-04-22Updates to support get_ssa function returning Instructions instead of indices.Brian Potchik
2019-04-22Add BNGetStructureMemberByName API and add __getitem__ to python Structure APIPeter LaFosse
2019-04-22Fix DataVariable API example.Brian Potchik
2019-04-22- make get_ssa family functions return instructions instead of indexes (#1315)verylazyguy
2019-04-22Cleanup DataVariable API.Brian Potchik
2019-04-18add support for ctl-end hotkey in flow graphsJordan Wiens
2019-04-18add readme for triage example pluginJordan Wiens
2019-04-15Fix transform import for Python3.Brian Potchik
2019-04-13Add default constructors for menus.Brian Potchik
2019-04-13Add interactive disassembly graph type label.Brian Potchik
2019-04-13Add MenuHelper for better menu behavior.Brian Potchik
2019-04-13Don't allow integer values for transform buffer param.Brian Potchik
2019-04-12Encode strings to bytes passed to databufferBambu
2019-04-12Add multiselect and keyboard navigation to graph viewRusty Wagner
2019-04-12Add incoming edges for flow graph nodesRusty Wagner
2019-04-11Add partial support to get_string_at.Brian Potchik
2019-04-11Add GetStringAtAddress to the API.Brian Potchik
2019-04-11Added filters to TriageFilePicker to show hidden files and foldersAlex Mullins
2019-04-11added timeout parameter to BackgroundTaskThread.join()Arnaud
2019-04-09add support for resolving dynamic function loads to triage viewJordan Wiens
2019-04-09add py2 and py3 folders when installing to the python path for the new UI plu...Jordan Wiens
2019-04-07Update goto address preview on selection changePeter LaFosse
2019-04-07Add autocomplete and preview to 'Go To Address' dialogPeter LaFosse
2019-04-07Don't log when expression parsing failsPeter LaFosse
2019-04-07Add API for geting a list of type names without the associated objectsPeter LaFosse
2019-04-07Add callee/caller properties to function objectsPeter LaFosse
2019-04-06kaitai: tree, hex realestate adjustable (QSplitter)Andrew Lamoureux