MCPcopy Index your code
hub / github.com/qilingframework/qiling / spy

Method spy

tests/test_kernel_proxy.py:373–375  ·  view source on GitHub ↗
(nr, args)

Source from the content-addressed store, hash-verified

371 original_syscall = proxy._client.syscall
372
373 def spy(nr, args):
374 sent.append((nr, tuple(args)))
375 return 0 # pretend the kernel accepted
376
377 proxy._client.syscall = spy
378

Callers

nothing calls this directly

Calls 1

appendMethod · 0.45

Tested by

no test coverage detected