summaryrefslogtreecommitdiff
path: root/rust/src/medium_level_il/lift.rs
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
2025-06-13[Rust] Misc API additions/docs and formatting fixesMason 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] Don't panic when a Rust plug-in encounters an unhandled MLIL instructionMark Rowe
2025-02-18Remove function from Debug impl of MediumLevelILLiftedInstruction in Rust APIMason Reed
2025-01-25Rust refactorMason Reed