27CaT 发表于 2023-8-21 13:00:43

读写驱动源码-Ioctl通讯

main.cpp
int main()
{
      mem::find_driver();

      mem::process_id = mem::find_process("r5apex.exe"));

      printf("\n [+] Base_Address: %p")), (void*)mem::find_image());
}
页: [1]
查看完整版本: 读写驱动源码-Ioctl通讯