summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-06-14small settings documentation improvementJordan Wiens
2021-06-14Fix comparison of ReferenceSource and TypeFieldReferenceXusheng
2021-06-12Function: Added `GetILVariables()` methodJon Palmisciano
2021-06-12Function: Added `BNGetFunctionILVariables()` / `get_il_vars()` methodJon Palmisciano
2021-06-11Theme: Added `ScriptConsoleWarningColor`Jon Palmisciano
2021-06-11Update demangle.pygalenbwill
fixed typo `s/directally/directly/`
2021-06-11Update TypeView after data variable changesXusheng
2021-06-11Add TypeReferenceChanged notificationXusheng
2021-06-10CommandPalette: Enable navigation of results with `(SHIFT+)TAB`Jon Palmisciano
2021-06-10Add documentation for ui.view.types.defaultTypeFilterXusheng
Make the type view filter displayed by default
2021-06-09Update to Qt 6.1.1 and LLVM 12.0.0Rusty Wagner
2021-06-09Update bug_report.md to request BN version informationJordan
2021-06-07Change get_functions_by_name name param type to strHex Fish
2021-06-03If IL is not available, Get*LILIfAvailable should return nullptrGlenn Smith
Fixes #2494
2021-06-03Always use <user-dir>/pythonX.Y/site-packages directory when installing ↵Peter LaFosse
dependencies outside of a virtual-env
2021-06-02scriptingprovider check if python_bin is NonePeter LaFosse
2021-06-02Return proper status from _pip_existsPeter LaFosse
2021-06-02Fixes for pip requirements installationPeter LaFosse
2021-05-31Improve generated unit.pyAndrew Lamoureux
- class TestBinaryNinjaAPI renamed to distinguish it from the api_tests module and tests - fix --api-only running rebasing tests too - argument serves as a test name search keyword, so you can run all tests with "struct" in the name with `./suite/unit.py struct` or a single test with `./suite/unit.py test_binary___jumptable_armv7`
2021-05-29Initial support for unit test configurations.Brian Potchik
2021-05-28Improve calling convention support for variadic argument resolutionRyan Snyder
2021-05-28additional BNIL documentation cleanupJordan Wiens
2021-05-28add missing backtick in mlil docsJordan Wiens
2021-05-27Add user docs for automatic structure member creationXusheng
2021-05-26Bump ui api version for updated classesGlenn Smith
2021-05-26Updated examples and docsGlenn Smith
2021-05-26More UIContext apiGlenn Smith
2021-05-26small update to parse_expression documentationJordan Wiens
2021-05-26link to v35 in user docsJordan Wiens
2021-05-26TypeDialog: Perform type parsing on separate threadPeter LaFosse
2021-05-26Add the ability to automatically create struct membersXusheng
2021-05-25Remove DockContextHandler interfaces declaration.Brian Potchik
2021-05-25TagTypeList should not inherit from DockContextHandler.Brian Potchik
2021-05-24NTR testGlenn Smith
2021-05-21Added docs for new Edit Function Properties dialogJon Palmisciano
2021-05-21update name of api reference actionJordan Wiens
2021-05-20Added editFunctionProperties() methodsJon Palmisciano
2021-05-19normalize format syntax on LLIL and MLIL documentation and add many missing ↵Jordan Wiens
operations
2021-05-19Divide metadata into user and auto metadataXusheng
2021-05-18Remove activeOnHover from MenuHelperGlenn Smith
2021-05-17Network SettingsGlenn Smith
2021-05-17Updated view font settings keys, added app font info to tableJon Palmisciano
2021-05-13Make it even more clear that the Rust bindings are under constructionKyleMiles
2021-05-12include pointer to type hotkeys from general hotkey listJordan Wiens
2021-05-12adding list of current debug reports to request_debug_report documentationJordan Wiens
2021-05-12Rust API : fix save apisKyleMiles
2021-05-12Rust API : Add filemetadata::FileMetadata::create_database and ↵KyleMiles
filemetadata::FileMetadata::save_auto_snapshot
2021-05-11Rust API; More setting support, fix edgecase in open_view_with_options, and ↵KyleMiles
fixed using mut for const correctness (mut != ~const)
2021-05-11Easier Building with Rust (now requires nightly)KyleMiles
2021-05-11Rust API : Better headless support; Introducing `binaryninja::open_view` and ↵KyleMiles
`binaryninja::open_view_with_options`, updated init/shutdown, script example, more setting support, and misc fixes