summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-03-17Misc typo changes, const changes, code cleanup, and example updatesKyleMiles
2021-03-17Update docs to point to Qt 6.0.2 sourceRusty Wagner
2021-03-16Add a QTextBrowser capable of showing remote imagesRusty Wagner
2021-03-16Compatibility with Qt 6Rusty Wagner
2021-03-15More mutJosh Watson
2021-03-15cargo fmtJosh Watson
2021-03-15Resolve Kyle's commentsJosh Watson
2021-03-15Implement BackgroundTask::running_tasks()Josh Watson
2021-03-15Implementing BackgroundTaskJosh Watson
2021-03-14Update settings documentation.Brian Potchik
2021-03-11fix namespace issue causing settings to be included in documentation twiceJordan Wiens
2021-03-09Add active spinner with 'reanalyze function' control.Brian Potchik
2021-03-09Fix IL graph label control active highlight.Brian Potchik
2021-03-09Allow disassembly view function header to update with font size changes.Brian Potchik
2021-03-09Add ClickableStateLabel state accessor.Brian Potchik
2021-03-09Fix python errors in dependency installationBrian Knudson
2021-03-05Update BN_CURRENT_CORE_ABI_VERSIONPeter LaFosse
2021-03-04small typo in settings docsJordan Wiens
2021-03-04documentation updates on set_default_session_data and transformation apiJordan Wiens
2021-03-03removing python2 binary from linux setupJordan Wiens
2021-03-02Check for updates in PluginManager unit testPeter LaFosse
2021-03-02Fix api_test unit testsPeter LaFosse
2021-03-02Check if in virtualenv before dependency installationPeter LaFosse
2021-03-02fix api_test issues with demanglersPeter LaFosse
2021-03-02pluginmanager fixesPeter LaFosse
2021-03-02Fix bug in demangle unit testPeter LaFosse
2021-03-02Add PluginManager unit testPeter LaFosse
2021-03-02PluginManager: Install dependencies before installationPeter LaFosse
2021-03-02Some python3 changesPeter LaFosse
2021-03-02Fix some spelling issuesPeter LaFosse
2021-03-02Add ability to install python dependenciesPeter LaFosse
Refactor plugin repo loading into scripting provider. Find python binary for given python library
2021-03-02Add common filesystem APIsPeter LaFosse
2021-03-01Add methods for creating wide char typesJosh Ferrell
2021-02-27Use file contents lock popup to indicate lock is enabled upon change detection.Brian Potchik
2021-02-27Add option to anchor a preview window to a position.Brian Potchik
2021-02-26Add is_eligible_for_heuristics to builderJoe Rozner
2021-02-26Fix rust plugin linking on Windowsyrp
Windows requires the symbols from the core to crate the plugin dll. As these were gated behind the headless feature, these didn't exist, and thus linking failed. Enabling the headless feature was also insufficient, as headless features disabled CorePluginABIVersion function. This patch turns all the headless cfgs into headless or windows cfgs.
2021-02-24shhh dont tell anyone what version this was actually generated withJordan Wiens
2021-02-24small typos, convert before/after to slideshow and fix a few formatting issuesJordan Wiens
2021-02-24resize settings imageJordan Wiens
2021-02-24adding settings scope to the settings tableJordan Wiens
2021-02-24Document HLIL scoping options and dead store eliminationRusty Wagner
2021-02-24Add documentation for Variable and Type cross referencesPeter LaFosse
2021-02-24Miscellaneous getting started guide updates.Brian Potchik
2021-02-24Add Template Simplifier to User DocsKyleMiles
2021-02-24Add Reflection view documentation to getting started guide.Brian Potchik
2021-02-24cleanup settings formatting and update for 2.3Jordan Wiens
2021-02-22Allow Universal archive architecture preference to be specified with the ↵Brian Potchik
get_view_of_file_with_options API.
2021-02-21Fix download_headless --install option check.Brian Potchik
2021-02-18add warning to remove_auto_segmentJordan Wiens