summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-01-21Let calling conventions opt out of heuristicsGlenn Smith
2021-01-20Add a sort for mapping tests to avoid index nondeterminism.Brian Potchik
2021-01-20Hold on HLIL mapping test until instability fixed.Brian Potchik
2021-01-20Expand instruction mapping unit tests.Brian Potchik
2021-01-20Add get_lifted_ils_at API.Brian Potchik
2021-01-20Add font change notifications to reflection view.Brian Potchik
2021-01-19make the trasnsformation dialog non-modalXusheng
2021-01-18updating copyright yearJordan Wiens
2021-01-18fix link to plugin guide from getting started docsJordan Wiens
2021-01-18expose Function::IsVariableUserDefinded()Xusheng
2021-01-08add note about max_instr_length to Architecture classJordan Wiens
2021-01-07Update comment for has_data_variablescarsonharmon
2021-01-07improve documentation on BinaryViewEventXusheng
2021-01-06Check for data tag (arch/func == null) in callbacksGlenn Smith
2020-12-31Add basic navigateToViewLocation support for linear view.Brian Potchik
2020-12-26Cleanup Mini Graph visibility handling.Brian Potchik
2020-12-23Add ViewLocation navigation API.Brian Potchik
2020-12-23Add GetLowLevelILInstructionsForAddress API to retrieve all LLIL for an address.Brian Potchik
2020-12-22disable including rst source files in sphinx docsJordan Wiens
2020-12-18Add API/UI to control dead store elimination of specific variablesRusty Wagner
2020-12-17Allow minigraph to work with reflection view when main view is linear.Brian Potchik
2020-12-11Reflection view updates for override and settings query.Brian Potchik
2020-12-09Update settings documentation.Brian Potchik
2020-12-09Cleanup project creation and add API.Brian Potchik
2020-12-08Support generating dash docsetsGlenn Smith
2020-12-08Add some synchronization modes to reflection view along with a context menu.Brian Potchik
2020-12-07initial support for contains operator on possible value setsJordan Wiens
2020-12-06Cleanup flowgraph related highlights API.Brian Potchik
2020-12-06Update reflection view to use view location notification.Brian Potchik
2020-12-06Add ViewLocation notification support to DockHandler.Brian Potchik
2020-12-06Update reflection view on transition to visible state.Brian Potchik
2020-12-05Clean up a couple places where CoreArchitectures are created without checking...Glenn Smith
2020-12-05Fix tag notification callbacks not giving real python objectsGlenn Smith
2020-12-03Allow setting ui.log.maxSize without requiring restart.Brian Potchik
2020-12-02Callback for address changes #2166Glenn Smith
2020-12-02update documentation on reloading pluginsJordan Wiens
2020-12-01convert log maxsize to a settingJordan Wiens
2020-11-29add pydoc for navigation APIs and get_address-for_data_offsetJordan Wiens
2020-11-27include between get_string_at and get_ascii_string_atJordan Wiens
2020-11-23Don't export QThread classes from the bindings, they have issues in shibokenRusty Wagner
2020-11-22Fix unit test ongoing analysis message.Brian Potchik
2020-11-21Add new synchronized graph sub-view dock widget (Reflection).Brian Potchik
2020-11-21Add flowgraph API to highlight related instructions.Brian Potchik
2020-11-21Add IL instruction index navigation support to flowgraph view types.Brian Potchik
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