MCPcopy Create free account
hub / github.com/capstone-engine/capstone / mycallback

Function mycallback

tests/test_skipdata.c:34–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32
33#ifdef CAPSTONE_HAS_ARM
34static size_t CAPSTONE_API mycallback(const uint8_t *buffer, size_t buffer_size, size_t offset, void *p)
35{
36 // always skip 2 bytes when encountering data
37 return 2;
38}
39#endif
40
41static void test()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…