summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2021-07-09Cleanup tags and comments in many placesGlenn Smith
Fixes #1926 #2374 #2325 #2204 #1652 and possibly others
2021-07-07DebugInfo - plugable debug information importers - C++, Rust, and Python APIsKyleMiles
2021-07-07Rust API : Fix for calling convention ABI changeKyleMiles
2021-07-07Rust API : Replace Platform::from_raw with Platform::ref_from_rawKyleMiles
2021-07-07Rust API: Type ImprovementsKyleMiles
FunctionParameters now hold refs and have a constructor
2021-07-07fixed type incides should be indicesGalen Williamson
2021-07-07Added slicing support to __getitem__ in all basic block classesGalen Williamson
2021-07-07Fixed missing self parameter in get_instruction_containing_addressGalen Williamson
2021-07-06Remove include of stdlib.h from binaryninjacore.hAndrew Lamoureux
* fixes rust bindgen not finding stdlib in libclang * tested that binja builds release+debug without this include
2021-07-05Remove unneccessary target on Rust example to build on native platformRusty Wagner
2021-07-05Add a unit test for the fixed GetInstallDirectory/GetBundledPluginDirectory APIXusheng
2021-07-05Remove snippet and kaitai plugin. Note their individual links.Xusheng
2021-07-02Docs: Fix theme docs formatting, JSON typosJon Palmisciano
2021-07-02Docs: Added color diagrams to theme docsJon Palmisciano
2021-07-02Docs: Added theming guideJon Palmisciano
2021-07-01Tag/TagType id apis in pythonGlenn Smith
2021-07-01fixed typo "in" should be "if"galenbwill
2021-07-01BNCopyFile()Glenn Smith
2021-07-01Chunked uploads and cancelling uploadsGlenn Smith
2021-07-01Emoji font settings for tagsGlenn Smith