Home
last modified time | relevance | path

Searched refs:cs_driver_hello (Results 1 – 1 of 1) sorted by relevance

/external/capstone/contrib/cs_driver/cs_driver/
Dcs_driver.c29 static NTSTATUS cs_driver_hello();
37 cs_driver_hello(); in DriverEntry()
44 static NTSTATUS cs_driver_hello() { in cs_driver_hello() function
72 count = cs_disasm(handle, (uint8_t *)&cs_driver_hello, 0x80, in cs_driver_hello()
73 (uint64_t)&cs_driver_hello, 0, &insn); in cs_driver_hello()