[CISCN 2017] BabyDriver
全国大学生信息安全竞赛 2017 - BabyDriver [Pwn/450] babyopen int __fastcall babyopen(inode *inode, file *filp) { __int64 v2; // rdx _fentry__(inode, filp); babydev_struct.device_buf = (char *)kmem_cache_alloc_trace(kmalloc_caches[6], 0x24000C0LL, 0x40LL); babydev_struct.device_buf_len = 0x40LL; printk("device open\n", 0x24000C0LL, v2); return 0; } babyrelease int __fastcall babyrelease(inode *inode, file *f..