summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2024-04-11update DisassemblyTextLine Drop impl to use BoxRubens Brandao
2024-04-11replace Vec<T> with Box<[T]> where capacity eq to lenRubens Brandao
2024-04-10fix the array implementation using GATRubens Brandao
2024-04-10Update xed to v2024.04.01Xusheng
2024-04-09Fix refresh quiescing for TypeBrowser.Brian Potchik
2024-04-09Various fixes for recently added BinaryDataNotifications.Brian Potchik
2024-04-09riscv : Remove uses of BnString per #5244KyleMiles
2024-04-09replace BStr with strRubens Brandao
2024-04-09Add index field to IL instructionsMichael Krasnitski
2024-04-09Use name method in visitor examplesMichael Krasnitski
2024-04-09Add name method to MLIL and HLIL lifted instructionsMichael Krasnitski
2024-04-08fix typo in concepts exampleJordan Wiens
2024-04-08Fix lifting for movs* and stos* instructions.Brian Potchik
2024-04-05Add ILIsCFGProtected attributePeter LaFosse
2024-04-03Add `importDependencies` argument to `ParseTypeString` to control library ↵Glenn Smith
imports
2024-04-03Switch TypeParser to use TypeContainer for its external type sourceGlenn Smith
2024-04-03Fix -DDEBUGGER=NO not working properlyXusheng
2024-04-02Fix external URL does not render properly in docsXusheng
2024-04-01Add md1rom binary view with pure Rust lzma implementationRusty Wagner
2024-03-30Update copyright year for various modulesXusheng
2024-03-28Workaround for build failures on aarch64 linux.Alexander Taylor
2024-03-26added lifting for EXTSW LD LDU LDUX LDX SLD SRAD SRADI SRD STD STDU STDUX STDXGalen Williamson
2024-03-25Update cookbook.mdJackson
Document how to call plugins headless
2024-03-25[arch-x86] improve lifting for *movd* and *movq* instructionsGalen Williamson