summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-07-01Old tags test caseGlenn Smith
2021-07-01Give tag types unique ids and stop relying on unique namesGlenn Smith
2021-07-01GetAllTagReferenceTypeCounts for optimized all-counts listGlenn Smith
2021-07-01Expose Tag::GetIdGlenn Smith
2021-07-01Change tag ids to stringGlenn Smith
2021-06-30support for section and segment offsets in copy menuJordan Wiens
2021-06-29Rust API : No longer update to latest cargo nightly; Add link args back to ↵KyleMiles
-sys to reduce build errors
2021-06-29Add Rust CIKyleMiles
2021-06-29Resolves #2521; Rust API Linking ErrorsKyleMiles
2021-06-28Add type library creation and dumping examplesAndrew Lamoureux
2021-06-25Change type filter if needed when navigating to the TypeViewXusheng
2021-06-24Catch main thread callback errors #2239Glenn Smith
2021-06-23Add typelibrary doc sectionAndrew Lamoureux
2021-06-18Interactions: add default form valuesGlenn Smith
2021-06-16Add Noto Color Emoji linksJosh F
2021-06-15formattingendeavor
2021-06-15snake case for overwriteExistingendeavor
2021-06-15support are_argument_registers_user_for_var_args added in ↵endeavor
0732c4d3e9b24382271139c6f796d1639efb1c5d
2021-06-15fix BNAddStrutureBuilderMemberAtOffset which changed in ↵endeavor
7c9ada78241e08bf36bd04d989f742a6de721575
2021-06-14updated settings in getting started for 2.4Jordan Wiens
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