Expand description
Structs§
- Patch
Plan - Ordered list of operations the patcher will execute.
- Plan
Operation - A single ready-to-execute patch operation.
Constants§
- MAX_
INSTRUCTION_ SIZE - Maximum number of bytes r2SMT will rewrite for a single
instruction. Sized to fit a
jmp rel32(5 bytes) plus a generous safety margin sox86_64encodings still fit.
Functions§
- build_
plan - Construct a
PatchPlanfrom a slice of findings.