summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-08-25Update reflection view for improved IL synchronization and default IL.Brian Potchik
2021-08-25adding BN_DISABLE_REPOSITORY_PLUGINS environment variableJordan Wiens
2021-08-24Update getting-started.mdJordan
typo in key binding link
2021-08-20Workflows basic blocks and IL function analysis setters.Brian Potchik
2021-08-20platforms: specify platform types and add bvt platform callbacksRyan Snyder
2021-08-19convert sample python triage plugin to PySide6Jordan Wiens
2021-08-18Rust API : DebugInfo API FixesKyleMiles
2021-08-17CMake option to set license for generatorGlenn Smith
2021-08-17HTTP C++ library via downloadproviderGlenn Smith
2021-08-17Websocket providerGlenn Smith
2021-08-17add more general API documentation and numerous other documentation improvementsJordan Wiens
2021-08-17Fix ref count issue in BinaryView::GetCodeReferencesForTypeField()Xusheng
Fix https://github.com/Vector35/binaryninja-api/issues/2590
2021-08-16Move py debugger functions to __init__.pyGlenn Smith
2021-08-16Cleanup taglist headerGlenn Smith
2021-08-16Remove disconnected node from tail call example.Brian Potchik
2021-08-15much more information on type librariesJordan Wiens
2021-08-15small fix in title of user plugin helpJordan Wiens
2021-08-14Move debugging info to plugin dev guideGlenn Smith
2021-08-14Startup.py/python debugger updates and documentationGlenn Smith
2021-08-13Workflows early preview.Brian Potchik
2021-08-13convert filter search boxes to be always shown and include default textJordan Wiens
2021-08-13use py3 for install script by defaultJordan Wiens
2021-08-13adding pth uninstallation to install api script and linux setup scriptJordan Wiens
2021-08-10Rust API : Remove nightly requirement; Remove custom Clang args to simplify ↵KyleMiles
getting bindgen to work
2021-08-09Fancier tags listGlenn Smith
2021-08-09Fix warning.Brian Potchik
2021-08-06adding batch processing documentationJordan Wiens
2021-08-06VariableList: Refresh on focusJon Palmisciano
2021-08-05Also return the incomingType member in TypeFieldReferenceXusheng
2021-08-05Correctly detect if the current build is executed on the build serverXusheng
2021-08-04Add IsConstant API for Register.Brian Potchik
2021-08-04Add query mode to flow graph reports.Brian Potchik
2021-08-04Expose some BasicBlock APIs.Brian Potchik
2021-08-04Expose LLIL SSA Generation API.Brian Potchik
2021-08-03startup.py file runs commands on startupGlenn Smith
2021-08-03Fix personal buildXusheng
2021-08-02Allow the API to be built without Binary Ninja core/UIXusheng
2021-07-30VariableList: It's here!Jon Palmisciano
2021-07-30DataRenderer: Create binding for `RenderLinesForData`Jon Palmisciano
2021-07-30Function: Add C++ bindings for `Get{Medium,High}LevelILVariables()`Jon Palmisciano
2021-07-29Fix some sidebar focus issues and add a toggle commandRusty Wagner
2021-07-29support for repository plugins loaded from a subdirectoryJordan Wiens
2021-07-28Add sidebar and move some dock widgets to itRusty Wagner
2021-07-26Remove default register optionKyleMiles
2021-07-26Update tests for new register printing and IL variable APIKyleMiles
2021-07-26Python API : Fix copyright year, add .vars to IL functions, remove ↵KyleMiles
BNGetFunctionILVariables, prevent variables without types (from Mapped MLIL) from erroring out in function.Variable's __repr__, added BNGetLowLevel-Registers, RegisterStacks, Flags, MemoryVersions, and their respective SSA versions, added `LowLevelILFunction`- `.vars`, `.ssa_vars`, `.registers`, `.register_stacks`, `.flags`, `.memory_versions` and ssa versions.
2021-07-15Fix for create_user_function does not consult ↵galenbwill
get_associated_platform_by_address when no platform is specified Fix for https://github.com/Vector35/binaryninja-api/issues/2554#issue-945559859
2021-07-13Database apiGlenn Smith
Co-Authored-By: Josh Ferrell <josh@vector35.com>
2021-07-13Remove ui.debugMode in favor of an "Advanced" submenuGlenn Smith
2021-07-09Optionally annotate LLIL blocks and instructions with stack pointerGlenn Smith