MCPcopy Create free account
hub / github.com/qilingframework/qiling / place_input_callback

Function place_input_callback

examples/fuzzing/stm32f429/fuzz.py:32–37  ·  view source on GitHub ↗

Called with every newly generated input.

(ql: Qiling, input_bytes: bytes, persistent_round: int)

Source from the content-addressed store, hash-verified

30 ql.fast_mode = True
31
32 def place_input_callback(ql: Qiling, input_bytes: bytes, persistent_round: int) -> Optional[bool]:
33 """Called with every newly generated input."""
34
35 ql.hw.usart3.send(input_bytes)
36
37 return True
38
39 def fuzzing_callback(ql: Qiling):
40 ql.run(end=0x80006d9)

Callers 1

__place_input_wrapperFunction · 0.50

Calls 1

sendMethod · 0.45

Tested by

no test coverage detected