summaryrefslogtreecommitdiff
path: root/rust/src/medium_level_il
AgeCommit message (Expand)Author
2026-06-05Add abs, min, and max instructionsMark Rowe
2026-06-04Add bswap, popcnt, clz, ctz, cls, and rbit instructionsMark Rowe
2026-05-22Refactor calling conventions to support correct representation of structuresRusty Wagner
2026-05-22Extend MLIL call instruction outputs to be expressionsRusty Wagner
2026-05-11[Rust] Fix off-by-one accesses to operand lists within MediumLevelILInstructi...Mark Rowe
2025-12-10[Rust] Fix untyped `expr_idx` within MLIL `ILReferenceSource`Mason Reed
2025-12-10[Rust] Remove deprecated MLIL functionsMason Reed
2025-09-15Deprecate some Rust MediumLevelILFunction methods in favor of Function implem...Josh Ferrell
2025-09-03Fix user stack var rust APIsJosh Ferrell
2025-07-06[Rust] Fix typo for `MediumLevelILFunction::live_instruction_for_variable` paramMason Reed
2025-07-06[Rust] Fix MLIL function expression index usage in place of instruction indexMason Reed
2025-07-02[Rust] Remove duplicate `BNGetMediumLevelILVariableDefinitions` wrapper functionMason Reed
2025-06-13[Rust] Misc API additions/docs and formatting fixesMason Reed
2025-05-31[Rust] Retrieve architecture if missing from location passed to `MediumLevelI...Mason Reed
2025-05-30[Rust] Finish out the `PossibleValueSet` implementation to include range and ...Mason Reed
2025-05-30[Rust] Express expression vs instruction index for MLIL and HLIL APIsMason Reed
2025-05-12[Rust] Add missing instruction types to MLILMason Reed
2025-05-12[Rust] Simplify operand list retrieval for MLIL and HLILMason Reed
2025-05-12[Rust] Remove useless alias functionMason Reed
2025-05-12[Rust] Don't panic when a Rust plug-in encounters an unhandled MLIL instructionMark Rowe
2025-05-12[Rust] Reduce usage of `IntoCStr` in function signaturesMason Reed
2025-05-12[Rust] Rename `AsCStr` to `IntoCStr`Mason Reed
2025-05-12[Rust] Simplify usage surrounding c stringsMason Reed
2025-05-12[Rust] Simplify `BnStrCompatible` traitMason Reed
2025-05-04[Rust] Avoid leaking a reference within {Medium,High}LevelILFunction::ssa_formMark Rowe
2025-02-25Fix misc rust doc testMason Reed
2025-02-18Remove function from Debug impl of MediumLevelILLiftedInstruction in Rust APIMason Reed
2025-02-17Fix misc Rust formattingMason Reed
2025-02-14uidf refactorRyan Snyder
2025-02-06Add After variants for looking up variables at instructionsGlenn Smith
2025-01-30Render LayersGlenn Smith
2025-01-25Rust refactorMason Reed