summaryrefslogtreecommitdiff
path: root/python
AgeCommit message (Expand)Author
2019-05-23small cleanups from pylint plus fix for analysis_infoJordan Wiens
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
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-14kaitai: remove type hint for python2 compatibilityAndrew Lamoureux
2019-05-11kaitai: fix fields with values 0 being hiddenAndrew Lamoureux
2019-05-10Fix use after free on assemble on invalid instructionRusty Wagner
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-09warning for older pth files not including ui paths and install script now upd...Jordan Wiens
2019-05-08add documentation for replace_exprJordan Wiens
2019-05-08Add LowLevelILFunction.replace_expr methodJosh Watson
2019-04-30Add unit test to detect memory 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-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-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 readme for triage example pluginJordan Wiens
2019-04-15Fix transform import for Python3.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 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-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
2019-04-05add post dominance apisPeter LaFosse
2019-04-05Make DataVariable references work for zero sized data variablesPeter LaFosse
2019-04-04fixed undefined variable 'Type'Arnaud
2019-04-02Add a C++ version of the triage plugin (no Makefile yet)Rusty Wagner
2019-04-01make qsettings match on non-macos platforms and craete snippet folder if missingJordan Wiens
2019-03-29fix datarenderer documentationJordan Wiens
2019-03-28Cleanup setting IDs for new UI plugins.Brian Potchik
2019-03-27Add API for adding a new type of file open button on the new tab pageRusty Wagner
2019-03-27Fix an issue with keyboard shortcuts when imports/exports list is activeRusty Wagner
2019-03-27Fix navigation for raw file mode of triage view.Brian Potchik
2019-03-26Add a tokenized text view class for UI pluginsRusty Wagner
2019-03-26Add BinaryDataNavigable API to View which enables FeatureMap/UI Plugin naviga...Brian Potchik