summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2020-04-17Initial implementation of new linear view APIRusty Wagner
2020-04-16script console correctly resizes when multi-line no longer necessaryJordan Wiens
2020-04-15scripting console expands on multi-line pasteJordan Wiens
2020-04-15small tweak to high contrast theme for better linear viewJordan Wiens
2020-04-15Improved installation process for venvBen Demick
2020-04-14fix incorrect get_ascii_string_at documentationJordan Wiens
2020-04-13Make addresses clickable in scripting consolePeter LaFosse
2020-04-12Deserialize default setting schema in get_view_of_file_with_options.Brian Potchik
2020-04-12Update unit tests.Brian Potchik
2020-04-11Create new settings instance for use in get_view_of_file_with_options.Brian Potchik
2020-04-09fix outdated ui plugin informationJordan Wiens
2020-04-08add notes for virtualbox with 3d accelerationJordan Wiens
2020-04-08Better error handling for get_view_of_file_with_options.Brian Potchik
2020-04-08Allow get_view_of_file_with_options to set default settings in addition to lo...Brian Potchik
2020-04-07add additional modules to blacklist from documentationJordan Wiens
2020-04-06Fix BinaryView.show_graph_report APIPeter LaFosse