summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-11-21Add improved instruction mapping APIs.Brian Potchik
2020-11-21Allow DockHandler::notifyOffset to provide notification that an IL view infor...Brian Potchik
2020-11-21Move IL view type access to ViewFrame.Brian Potchik
2020-11-21Cleanup view settings.Brian Potchik
2020-11-21Fix 'create function with platform' in the UI to respect the user preferred p...Brian Potchik
2020-11-19add enumeration PluginLoadStatusXusheng
2020-11-19add executable permission to linux installer scriptsXusheng
2020-11-16Fix crash when navigating around in linear viewJosh Ferrell
2020-11-16Docs shortcut in script consoleGlenn Smith
2020-11-16Function context in LinearViewHistoryEntryJosh Ferrell
2020-11-16support packaging/unpacking bndb filesxusheng
2020-11-16use context manager for bvXusheng
2020-11-16add a unit test for loading old databaseXusheng
2020-11-13add callback for BinaryView finalization and initial analysis completionXusheng
2020-11-13Mac UI is Intel only for nowRusty Wagner
2020-11-12Fix typoKyleMiles
2020-11-12change environment variables to strings in batch documentationJordan Wiens
2020-11-12Add nom license referenceKyleMiles
2020-11-12Fix a ton of -Wextra warningsKyleMiles
2020-11-12add environment variable overrides to batch documentation and fix typosJordan Wiens
2020-11-11fix log API param types to be the appropriate enum instead of intJordan Wiens
2020-11-10documentation update, example for settings and description of using custom co...Jordan Wiens
2020-11-10Fix warningsRusty Wagner
2020-11-08small documentation improvements to demonstrate plugin loading and caveat ope...Jordan Wiens
2020-11-07Add unit tests for MS demangler. Remove unnecessary enumeration value (fixes ...Peter LaFosse
2020-11-07Improved view location preservation when duplicating existing views in the UI.Brian Potchik
2020-11-06Fix python headless default log initialization.Brian Potchik
2020-11-06fix UI plugin build and update build instructionsXusheng
2020-11-05Allow force rebase in python API when UI is enabled.Brian Potchik
2020-11-04Update bncompleter.pyJordan
2020-11-04use getattr_static to avoid executing codeJordan
2020-11-03initial draft of batch processing documentationJordan Wiens
2020-10-29Update lowlevelil.pyDustin Fraze
2020-10-28Avoid varargs in Python FFIRusty Wagner
2020-10-28rapidjson serializationJosh Ferrell
2020-10-28remove confusing comment of MLIL_RETliumuqing
2020-10-27Fix passing raw bv handle to BinaryDataNotification callbacksJosh Ferrell
2020-10-27Fix generator to generate python3 tests onlyKyleMiles
2020-10-27Add simplifier test casesKyleMiles
2020-10-27Fix #2047; open_view/get_view_of_file_with_options return a raw view if heade...KyleMiles
2020-10-27automatically coerce Variable.source_type to enumerationPeter LaFosse
2020-10-27Improve performance when creating Variable's.Tim Bryant
2020-10-27remove the loop to delete temp files on WindowsXusheng
2020-10-26testing workaround to fix scripting console visible when window loses focusJordan Wiens
2020-10-25Cleanup loader settings.Brian Potchik
2020-10-25Add Save All action to the UI.Brian Potchik
2020-10-24PossibleValueSet dialog pulls existing values and miscellaneous cleanup.Brian Potchik
2020-10-23Add more test cases for simplifierKyleMiles
2020-10-23update settings documentationJordan Wiens
2020-10-21add readme to cpp docs and update plugin documentation to refer to the new menuJordan Wiens