Skip to main content

Crate jingle

Crate jingle 

Source

Re-exports§

pub use jingle_sleigh as sleigh;

Modules§

analysis
display
modeling
varnode

Macros§

register_strengthen
AbstractStates that can Strengthen other states can be registered through this function. The first argument, the target state type, gets strengthened by the second argument, the source state type, using the third argument, a function that takes a target state as a mutable reference and the source state as a const reference.

Structs§

SleighTranslator
This type wraps z3 and a sleigh context and allows for both modeling instructions that sleigh context has already produced, or reading new instructions directly out of sleigh and modeling them in one go

Enums§

JingleError