summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2021-02-18Improve write lock status state visibility.Brian Potchik
2021-02-18fix syntax error in pydoc warningsJordan Wiens
2021-02-18suppress reanalysis in the load old database unit testXusheng
2021-02-17add support for type xref and variable xrefXusheng
2021-02-17better handling of font size in xref widgetXusheng
2021-02-12Add unresolved control-flow tracking and associated tag support.Brian Potchik
2021-02-10small addition to setter for analysis_skippedJordan Wiens
2021-02-05fix max_instr_length note stylingJordan
2021-02-05improve the documentation of binaryview callbacksXusheng
2021-02-04Update documentation for get_view_of_file_with_options.Brian Potchik
2021-02-02Disable file contents lock by default for new file/binary actions.Brian Potchik
2021-01-31Cleanup and refactor file contents write lock.Brian Potchik
2021-01-31Update unit tests to include detailed information for data variables.Brian Potchik
2021-01-29Add write traction support to help prevent accidental modifications.Brian Potchik
2021-01-28Add tests corrosponding to #2244KyleMiles
2021-01-27Add ABI version verification for pluginsRusty Wagner
2021-01-27Finish HLIL expression mapping APIs.Brian Potchik
2021-01-27add info about switching to development branchJordan Wiens
2021-01-27Fix InstructionTextToken API passthroughPeter LaFosse
2021-01-23Changed SymbolType to Type in define_auto_symbol_and_var_or_function ↵Calle Svensson
documentation