summaryrefslogtreecommitdiff
path: root/rust/src/types.rs
AgeCommit message (Expand)Author
2024-05-01rust: account for changes to NameAndType bindingsRyan Snyder
2024-05-01Merge branch 'fix-into-raw-2' of github.com:rbran/binaryninja-api into devRyan Snyder
2024-05-01Merge branch 'fix-non-escaped' of github.com:rbran/binaryninja-api into devRyan Snyder
2024-05-01Merge branch 'name-and-type-transparent' of github.com:rbran/binaryninja-api ...Ryan Snyder
2024-05-01Merge branch 'remove-zeroed-init' of github.com:rbran/binaryninja-api into devRyan Snyder
2024-05-01Merge branch 'fix-array-2' of github.com:rbran/binaryninja-api into devRyan Snyder
2024-04-25Remove From Conf<Ref<Type>> impl for BNTypeWithConfidenceRubens Brandao
2024-04-25Fix non-escaped CStrRubens Brandao
2024-04-17remove unnecessary transmutionsRubens 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-11Change default paddingCols value to 64Glenn Smith
2024-04-10fix the array implementation using GATRubens Brandao
2024-04-09replace BStr with strRubens Brandao
2024-02-02Rust API : Add HLIL BindingsRubens Brandao
2024-01-08update copyright yearJordan Wiens
2024-01-04Support intrinsics in Rust architecture pluginsRusty Wagner
2023-11-21add mlil to rustRubens Brandao
2023-11-06Type ContainersGlenn Smith
2023-09-29DWARF Import : Misc code cleanup, improvements, and enabling by default changesKyleMiles
2023-08-17Rust API: Add Structure::base_structures and fix type on StructureBuilder::ba...Glenn Smith
2023-08-17Rust API: Stop using NamedTypeReference::from_raw directlyGlenn Smith
2023-08-16Add DefineUserTypes to Rust/Python (+ fix return type)Glenn Smith
2023-07-25impl `From<&'a Ref<T>>` for `Conf<&'a T>`Michael Krasnitski
2023-07-25rust: Add `StructureBuilder::with_members`Michael Krasnitski
2023-07-25rust: Change `StructureBuilder::insert` to take and return `&self`Michael Krasnitski
2023-07-07Expose function "pure" flag to api and typesystemGlenn Smith
2023-05-10added un/define_user_data_var functionsmmaekr
2023-05-10Remove unnecessary qualificationtoolCHAINZ
2023-05-10Added some stack layout and reference APIstoolCHAINZ
2023-05-08Pass debug file along with original file to debug info parsersKyleMiles
2023-04-18[Rust] More Type methodsGlenn Smith
2023-04-18Rust API : Fix call to BNCreateNamedTypeKyleMiles
2023-04-18Rust API : Misc Changes and ImprovementsKyleMiles
2023-03-22DebugInfo: Make datavar types have confidenceGlenn Smith
2023-02-14Rust API: Misc changes and improvementsKyleMiles
2023-02-14Rust API : Fix some bad type casts in FFIKyleMiles
2023-02-06Rust API: Fix typoKyleMiles
2023-01-10Rust API: Remove extra functionKyleMiles
2023-01-10Clean up various buildersMichael Krasnitski
2023-01-06Rust API: Additional CleanupMichael Krasnitski
2023-01-06Rust API: Clean up APIs by removing artificial mut constriantsKyleMiles
2023-01-06Rust API: Lots and lots of clippy changesKyleMiles
2023-01-06Cargo doc fixesKyleMiles
2023-01-06Fix update copyright year leftoverXusheng
2022-11-30[Rust API] BinaryView.get_types() etcGlenn Smith
2022-10-04Fix cargo warnings about unused imports; cargo fmtKyleMiles
2022-09-29[Rust API] From<Vec<StructureMember>> for StructureBuilderGlenn Smith