pub fn execute<'a>(
target: &'a dyn MatchTarget,
pattern: &'a dyn BinaryPattern,
) -> BinaryMatcher<'a, StaticStack<0x10, u32>, StaticStack<0x10, usize>>Expand description
Match a target against a binary pattern with a statically allocated stack. The default stack size is 0x10 for the save and cursor stack.