crackers 0.9.0

A tool for synthesizing Code Reuse Attacks (ROP chains) using Ghidra's p-code and Z3
Documentation
1
2
3
4
5
6
7
8
pub use crate::synthesis::pcode_theory::pcode_assignment::{
    assert_compatible_semantics, assert_concat, assert_state_constraints,
};
pub mod config;
pub mod error;
pub mod gadget;
mod reference_program;
pub mod synthesis;