summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-07-11add BinaryView::functions_containingunknowntrojan
2023-07-11Bump bindgen version to fix compilation with latest rustcunknowntrojan
2023-07-11Ignore clangd compilation cacheunknowntrojan
2023-07-10Enable dwarf export by defaultKyleMiles
2023-07-10mention new example CI in plugin dev docsJordan Wiens
2023-07-10Dwarf import : Resolve multiple data variable definitions for the same ↵KyleMiles
location; Resolves Vector35/dwarf_import#19
2023-07-10Fix broken python bindingsKyleMiles
2023-07-10DWARF Import DebugInfo PluginKyleMiles
Resolves #3206
2023-07-10DWARF Export : Misc improvementsKyleMiles
2023-07-10DWARF Export : Improve Default Parameter HandlingKyleMiles
2023-07-10Python API : Fix missing parameter on debuginfo.parse_debug_infoKyleMiles
2023-07-10Move DWARF Export in to DWARF folder in Rust API examples folderKyleMiles
2023-07-10Move binary view loading in to the core; deprecate open_view in favor of ↵KyleMiles
load; update examples
2023-07-07Expose function "pure" flag to api and typesystemGlenn Smith
2023-06-29Pass KeyValueStore ValueHash through the APIJosh Ferrell
2023-06-29Improve __repr__ for IL instructions, and related objectsPeter LaFosse
2023-06-29Implement __repr__ for all basic blocks in the base classPeter LaFosse
2023-06-29Improve API of LLIL /Call/ instrucitonPeter LaFosse
2023-06-29Clarifying parts of the basic block APIs.Alexander Taylor
2023-06-28small doc changesJordan Wiens
2023-06-27Deprecate standalone preprocess API function.Alexander Taylor
2023-06-23Add warnings around the use of ↵Peter LaFosse
add_binaryview_initial_analysis_completion_event and add_binaryview_finalized_event
2023-06-23Proper no-selection state for MetadataChoiceDialogkat
2023-06-22export svg now theme awareJordan Wiens
2023-06-22Added a boolean to log view to stop restore logic.Alexander Taylor
2023-06-22Revert "support for sticky log filter"Peter LaFosse
This reverts commit dc35205050bdcefce6a1298c993bb11329a12ec7.
2023-06-21Allow copy & copy-as to operate on 'full' string instead of string annotationPeter LaFosse
2023-06-20Correctly ignore debugger docs in .gitignoreXusheng
2023-06-19update documentation about headless python installsJordan Wiens
2023-06-19Update API repo .gitignore to ignore all markdown files in the debugger docsXusheng
2023-06-19Allow constructing BaseStructure from NamedTypeReference typeDan Killinger
2023-06-19Ensure that binaryninjacore.h is valid C.Alex Rønne Petersen
2023-06-14Support IMAGE_SUBSYSTEM_WINDOWS_BOOT_APPLICATION PE subsystem with EFI typesRusty Wagner
2023-06-14Updates to README.mdPeter LaFosse
Moved 'Platforms' out of 'Related Repositories' and into is own section, added link to EFI platform
2023-06-14Update Platform links in README.mdPeter LaFosse
2023-06-13Move platform submodules into APIRusty Wagner
2023-06-13Add EFI platformRusty Wagner
2023-06-13add FlowGraphWidget::addressForCall helper APIPeter LaFosse
2023-06-13add LinearView::addressForCall helper APIPeter LaFosse
2023-06-09fix documentation for callee_addresses fixes #4356Peter LaFosse
2023-06-09Fix LowLevelILCallSsa.output to work like MediumLevelILCallSsa.outputPeter LaFosse
2023-06-09Prevent exception on close in FunctionListPeter LaFosse
2023-06-08Bump abi versionGlenn Smith
2023-06-08API to read raw undo buffer (for DHView)Glenn Smith
2023-06-08Undo transactions / context managerGlenn Smith
2023-06-08Undo entry states and revertingGlenn Smith
2023-06-08include typed file for mypy in buildsJordan Wiens
2023-06-08replace format with fstrings, fix opacity bug, better enable raw svgJordan Wiens
2023-06-07variable.py : Add 'offset_to_next_variable' convenience functionKyleMiles
2023-06-06fix sidebar documentationJordan Wiens