summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-04-25Remove From Conf<Ref<Type>> impl for BNTypeWithConfidenceRubens Brandao
2024-04-25Removed unused function in base detectionBrandon Miller
2024-04-25Changed meaning of base detection results tableBrandon Miller
Now the results table consists of a high level report on number of hits per POI type for each candidate base address. The rebase address LineEdit is auto-populated when the user clicks on a row
2024-04-25Base detection rebase navigation improvementBrandon Miller
Now is able to correctly navigate from raw triage summary to mapped linear view when starting analysis from the identified base address
2024-04-25Using ParseExpression to parse numeric inputsBrandon Miller
2024-04-25Moved TryReadPointer to core BinaryReader classBrandon Miller
2024-04-25Simplified base address detection UIBrandon Miller
Moved advanced settings to expandable group and no longer display results items until analysis completes
2024-04-25Hiding base detection results widgets before runBrandon Miller
2024-04-25Querying candidate base address reasonsBrandon Miller
Querying vector of reason information for a candidate base address using the new core API
2024-04-25Base address detection widget in Triage viewBrandon Miller
Initial implementation of base address detection UI widget in triage summary
2024-04-25Fix non-escaped CStrRubens Brandao
2024-04-25Automatically update the element count when the type is changed in the ↵Xusheng
create array dialog. Fix https://github.com/Vector35/binaryninja-api/issues/5284
2024-04-24improve guide description of viewsJordan Wiens
2024-04-24improve traverse examplesJordan Wiens
2024-04-24improve traverse concepts examplesJordan Wiens
2024-04-24add binaryview to important conceptsJordan Wiens
2024-04-24Define symtab in elf raw viewJosh Ferrell
2024-04-24Do not define symbols from mapping symbolsJosh Ferrell
2024-04-24add missing documentation for interaction APIs and some normalization of ↵Jordan Wiens
phrasing. Resolves #5317
2024-04-23initial advanced binary search documentationJordan Wiens
2024-04-23compress additional documentation images for more space savingsJordan Wiens
2024-04-22Fix pdb compile on Free editionGlenn Smith
2024-04-22Public release of PDB parser pluginGlenn Smith
2024-04-21Improve type hints for many __getitem__ implsJosh Ferrell
2024-04-20Add Segment and Section serialization helpers for load with options.Brian Potchik
2024-04-19added documentation to mainthread package explaining the worker queues; ↵Galen Williamson
added documentation to BackgroundTask and BackgroundTaskThread
2024-04-19fixed class docstrings in enterprise.py and typearchive.pyGalen Williamson
2024-04-19docstring hygiene maintenance in python APIGalen Williamson
2024-04-17Update bin_info.py exampleJosh Ferrell
2024-04-17updated bin_info pluginJordan Wiens
2024-04-17remove unnecessary transmutionsRubens Brandao
2024-04-17fix leak creation of invalid BinaryView handleRubens Brandao
2024-04-17remove unecessary and crash causing zeroed call initsRubens Brandao
2024-04-17use Ref to own typesRubens Brandao
2024-04-17allow DataVariable and NameAndType to be transmutableRubens Brandao
2024-04-16add guard to array with unbound return typesRubens Brandao
2024-04-16remove recursive conversion for MetadataRubens Brandao
2024-04-16Adds a GitHub action that runs `cargo check` and `cargo clippy` on incoming ↵KyleMiles
PRs that modify anything in the ./rust folder This will make it a lot easier to approve PRs that don't have breaking API changes
2024-04-16Update README.md with new links to arch and binary view typs plugins. Fix ↵Xusheng
https://github.com/Vector35/binaryninja-api/issues/5278
2024-04-15Fix TE view PerformGetEntryPointBrandon Miller
2024-04-14fix metadata impl From listsRubens Brandao
2024-04-12Prevent slowdown when compiling with clang on not macJosh Ferrell
2024-04-12Bump UI ABI Versionkat
2024-04-12Update the Typelib Explorer API Example to support new Sidebar orientations ↵kat
+ Pane usage
2024-04-12Add DTBWCW::setCornerWidget option to have corner widget stretch instead of tabskat
2024-04-12Fix Setting docstring tableJosh Ferrell
2024-04-11Change default paddingCols value to 64Glenn Smith
80 would have made sense if it were characters, but blocks of 0x50 bytes just look plain weird
2024-04-11Rename lineWidth -> paddingCols in GetTypeLines()Glenn Smith
This is a more accurate name for what the parameter actually does. Documentation was improved as well.
2024-04-11Update sidebar widget and view quiescing API.Brian Potchik
2024-04-11guard DisassemblyTextLine Drop against null ptrRubens Brandao