summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-05-04Remove APIs that don't actually existRusty Wagner
2020-05-03Fix some linter issues in testcommon.pyPeter LaFosse
2020-05-03Add check on equality operators of structure objectsPeter LaFosse
2020-05-03Fix issue with ScriptingInstance.complete_inputPeter LaFosse
2020-05-03return NotImplemented instead of None to placate the linterPeter LaFosse
2020-05-03Assign to unnamed variable to placate linterPeter LaFosse
2020-05-03use correct core API for FlowGraphPeter LaFosse
2020-05-03Use correct core API for merge_user_analysisPeter LaFosse
2020-05-03Use raw string to placate linterPeter LaFosse
2020-05-03Fix up equality operators and had hash operatorsPeter LaFosse
2020-05-03Update unit tests.Brian Potchik
2020-05-02Add hide mouse cursor ability for macOS.Brian Potchik
2020-05-01Add additional context on integer tokensRusty Wagner
2020-05-01Fix iterating over LinearViewObjectsJosh Ferrell
2020-04-30fixes #1628Jordan Wiens
2020-04-29Fix the fix for saving on Windowsmeme
2020-04-28Add system register list to architectures.Rusty Wagner
2020-04-28updated type documentationJordan Wiens
2020-04-28adding BNIL overviewJordan Wiens
2020-04-28more exampleJordan Wiens
2020-04-28updates for type documentation including API examplesJordan Wiens
2020-04-28small documentation update for SymbolType tableJordan Wiens
2020-04-28enable auto increment, flesh out type documentation, normalize hotkeysJordan Wiens
2020-04-28css and jsJosh Ferrell
2020-04-28testing a new javascript slideshow and updated type system guide, needs tweak...Jordan Wiens
2020-04-27Add names for goto labelsRusty Wagner
2020-04-25Add GetDisplayStringForInteger APIPeter LaFosse
2020-04-24Add intermediate analysis mode.Brian Potchik
2020-04-23Send URLError to the ErrorLog in the PythonDownloadProvider.Brian Potchik
2020-04-22Add support for analysis warnings in linear viewRusty Wagner
2020-04-22fix export-svg example opening on windowsJordan Wiens
2020-04-21add py2 compat for export_svg.pyJordan Wiens
2020-04-21Support for adding HLIL instruction highlightingRusty Wagner
2020-04-21Add indentation option for text rendererRusty Wagner
2020-04-20Fix typo in rotate left with carryRusty Wagner
2020-04-20Add python examples: cli lifter and disassemblerAndrew Lamoureux
2020-04-20Add python example: pe_stat.pyAndrew Lamoureux
2020-04-17Fix python API for new linear disassembly structureJosh Ferrell
2020-04-17Add support for forcing navigation to HLILRusty Wagner
2020-04-17Adding SSA support for HLILRusty Wagner
2020-04-17Add HLIL instructions for variable declarationsRusty Wagner
2020-04-17Add member index for structure field HLIL instructionsRusty Wagner
2020-04-17Add types to HLIL expressionsRusty Wagner
2020-04-17Expand support for HLIL switch/case and data flow accessRusty Wagner
2020-04-17Add mem SSA to HLILRusty Wagner
2020-04-17Add continue HLIL instructionRusty Wagner
2020-04-17Early HLIL testingRusty Wagner
2020-04-17Add IL support to linear viewRusty Wagner
2020-04-17Rename linear view disassembly API to use existing optionRusty Wagner
2020-04-17Remove old linear view implementationRusty Wagner