summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-05-11Update open source links in docsRusty Wagner
2020-05-11Modifications for supporting jemalloc in the coreRusty Wagner
2020-05-11Use STL provided uint64_t hash function to speed up Windows buildRusty Wagner
2020-05-11re-add deleted ge with the proper nameJordan Wiens
2020-05-11additional type hotkey descriptions and make taped a bn url handlerJordan Wiens
2020-05-11clean up some linter warningsJordan Wiens
2020-05-11Fixes #1619 Hash transforms encode functions should return bytes instead of strPeter LaFosse
2020-05-09Fix DownloadProvider get_response helper.Brian Potchik
2020-05-08cleaner check for types on parse_type_from_sourceJordan Wiens
2020-05-07fix unit tests on python2Jordan Wiens
2020-05-07Fix graph updatePeter LaFosse
2020-05-07better guard rails for some python apisJordan Wiens
2020-05-06Remove python UndoAction class and old methodJosh Ferrell
2020-05-05Create SECURITY.mdJordan
2020-05-05add warning to add_analysis_completion_eventJordan Wiens
2020-05-05Fix analysis completion events for python 2Josh Ferrell
2020-05-05Allow analysis completion callbacks without parametersJosh Ferrell
2020-05-04HLIL unit testsRusty Wagner
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
Global registers are commonly used for module data pointers in architectures, which are global in nature but should still be eliminated in high level ILs once the data pointers have been resolved. This means there needs to be an additional type of global register for those that should never be eliminated in any way, such as an MSR register or other registers that contain important system state with side effects. To allow for this, a list of system registers can be supplied by the archtiecture.
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 ↵Jordan Wiens
tweaks still
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