MCPcopy Create free account
hub / github.com/FuzzAnything/PromptFuzz / append_fuzz_seeds_with_magic

Method append_fuzz_seeds_with_magic

src/program/shim.rs:98–102  ·  view source on GitHub ↗
(&mut self, bytes: &[u8])

Source from the content-addressed store, hash-verified

96 }
97
98 fn append_fuzz_seeds_with_magic(&mut self, bytes: &[u8]) {
99 self.fuzz_offset += bytes.len();
100 self.fuzz_seed.extend(bytes);
101 self.append_magic_bytes()
102 }
103
104 pub fn append_string_var(&mut self, str_var: String, ty: &str) {
105 let var = format!(

Callers 5

append_char_arrayMethod · 0.80
append_uchar_arrayMethod · 0.80
append_float_arrayMethod · 0.80
append_double_arrayMethod · 0.80
append_integer_arrayMethod · 0.80

Calls 1

append_magic_bytesMethod · 0.80

Tested by

no test coverage detected