| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-03-22 | Python API : Tags fixes | KyleMiles | |
| 2023-03-22 | Fix crashes in DebugInfo::GetXByY calls when the result is null | Glenn Smith | |
| 2023-03-22 | Tags refactor | KyleMiles | |
| 2023-03-22 | Function.py: Move all the tag functions next to each other | KyleMiles | |
| 2023-03-22 | DebugInfo: Make datavar types have confidence | Glenn Smith | |
| 2023-03-22 | Update README.md to contain other repo links | Peter LaFosse | |
| Add links to all our other important open source repositories. | |||
| 2023-03-21 | Update documentation for progress callbacks to indicate they must return ↵ | Peter LaFosse | |
| True to continue the action | |||
| 2023-03-20 | plugins: Update scriptingprovider.py to install Python packages using ↵ | Brian Knudson | |
| bundled Python interpreter executable on MacOS | |||
| 2023-03-17 | Fix dwarfexport CMakeLists.txt (Now Includes Mac Builds!) | KyleMiles | |
| 2023-03-16 | Fix triage view crashing when GetDefaultPlatform() is null | Glenn Smith | |
| 2023-03-10 | update badge | Jordan | |
| thanks WYSWIG editor for doing the complete WRONG thing | |||
| 2023-03-10 | fix broken badge | Jordan | |
| 2023-03-10 | Forgot to rename the Python API as well. | Alexander Taylor | |
| 2023-03-10 | Small clarifications in Enterprise C++ API. | Alexander Taylor | |
| 2023-03-10 | Make Enterprise C++ API more clear. | Alexander Taylor | |
| 2023-03-09 | now with 33% less ugprade (remove redundant argument) | Jordan Wiens | |
| 2023-03-08 | DWARF Export; add CI | KyleMiles | |
| 2023-03-08 | DWARF Export Plugin : Fix circular references causing infinite recursion | KyleMiles | |
| 2023-03-08 | typo in load docs | Jordan Wiens | |
| 2023-03-08 | pip should upgrade dependencies if required | Jordan Wiens | |
| 2023-03-08 | Stop FilterView from processing key press events. | Alexander Taylor | |
| 2023-03-08 | Fix improper creation of NTR via Type.registered_name | Peter LaFosse | |
| 2023-03-08 | python plugins: Add support on MacOS to install Python plugin dependencies ↵ | Brian Knudson | |
| using bundled python | |||
| 2023-03-07 | Add DataVariable and FunctionToImport features to BNDB Import Dialog | Peter LaFosse | |
| 2023-03-07 | Fix typehint for lookup_imported_object_library | Peter LaFosse | |
| 2023-03-07 | Remove get_constant_data API from BinaryView for the second time. | Brian Potchik | |
| 2023-03-06 | install_api.py: fix None returns when getting expected binaryninja installed ↵ | d0now | |
| directory. | |||
| 2023-03-06 | install_api.py: add credit for original script. | d0now | |
| 2023-03-06 | install_api.py: add argparse interface, refactoring, support pyenv. | d0now | |
| 2023-03-06 | Add CONFIGURE_DEPENDS to CMakeLists.txt | Josh Ferrell | |
| 2023-03-06 | Print the content of the strings in a more straightforward way | Xusheng | |
| 2023-03-01 | Add support for importing DataVariables by Symbol in Import BNDB dialog | Peter LaFosse | |
| 2023-03-01 | Fix Confidence<> operator== | Peter LaFosse | |
| 2023-03-01 | Add missing colon to bug report template. | Alexander Taylor | |
| This was driving me insane when I was reporting a bunch of bugs over the last two weeks... | |||
| 2023-02-28 | another example on applying a type to memory where none exists | Jordan Wiens | |
| 2023-02-25 | Add BNDB import dialog | Peter LaFosse | |
| 2023-02-25 | Fix python constructor of QualifiedNames and some of the operators on the ↵ | Peter LaFosse | |
| C++ API | |||
| 2023-02-24 | Refactor VisitExprs to give separate API to gather subexpressions | Rusty Wagner | |
| 2023-02-24 | Increase max content width in user docs | Josh Ferrell | |
| 2023-02-23 | Allow Search Results panel to be collapsed smaller | Glenn Smith | |
| There was no reason it needed that minimum size | |||
| 2023-02-23 | Update docs for BinaryView.find_all_* with correct return type and note | Glenn Smith | |
| 2023-02-23 | add note about silent install on windows | Jordan Wiens | |
| 2023-02-20 | Revert "Add update mutex to xrefs widget" | Peter LaFosse | |
| This reverts commit 8daa0bd5528549ccc9a6612f77089539c8640f84. | |||
| 2023-02-20 | cookbook ssa example | Jordan Wiens | |
| 2023-02-20 | better documentation of address indicator in the status bar | Jordan Wiens | |
| 2023-02-20 | Swap to a Generator for Component.functions/data_variables, add ↵ | kat | |
| Component.function_list, .data_variable_list | |||
| 2023-02-20 | Allow DataVariables to be added to Components | kat | |
| 2023-02-20 | missed some other examples where param order was documented backward | Jordan Wiens | |
| 2023-02-20 | Rust API : Add minidump example | Cindy Xiao | |
| Squashed commit message history: Initial commit chore: Add files from cargo new, Binary Ninja Rust API template chore: Add README feat: Add basic plugin registration code feat: Add command to print memory information from minidump I can't believe this actually worked the first time feat: Set up registration of Minidump BinaryView type Also set architecture based on contents of MinidumpSystemInfo stream in the minidump. feat: Perform basic segment mapping from MinidumpMemoryList, MinidumpMemory64List feat: Read and apply memory segment protection info from MinidumpMemoryInfoList feat: Log action to add segments at info level docs: Update readme with build instructions, screenshot style: Minor cleanup of types refactor: Remove use of unwrap when parsing raw BaseRVA docs: Add doc comments to view module feat: More logging in print_memory_information command, remove unwrap refactor: Add struct for representing memory protection flags fix: Correct information about difference between MinidumpMemoryList, MinidumpMemory64List MinidumpMemory64List is always used for "full dumps", i.e. dumps which include the full process memory. It does not have to do with 64-bit segments specifically. docs: Clarify Windows-only support for now in README fix: First try to find full dump memory in MinidumpMemory64List before looking for partial dump memory in MinidumpMemoryList docs: Update README with examples of how to generate minidumps feat: Parse module information in MinidumpModuleList, and add modules as sections docs: Add information about unsupported features docs: Update README with screenshots, explanation of memory map docs: Update TODOs in BinaryViewBase impl Rust Minidump example : Clippy appeasements; remove network dependency | |||
| 2023-02-19 | Account for BinaryData::Ctor potentially failing | Glenn Smith | |
