HoShiMin / Kernel-Bridge

Windows kernel hacking framework, driver template, hypervisor and API written on C++
GNU General Public License v3.0
1.65k stars 384 forks source link

Winsock support help... #32

Open eix128 opened 3 years ago

eix128 commented 3 years ago

Hi , you can use https://github.com/wbenny/KSOCKET KSOCKET is windows kernel socket. Its very easy to use.You can implement it. But there is no usermode to use it.Its kernel only. Just needs some wrapper. Maybe you can do it in Kernel-Bridge

Also checkout for Linux version: https://github.com/hbagdi/ksocket

HoShiMin commented 3 years ago

Sure, I'll add WSK wrappers in the Kb2 (maybe not in the first release, but at the nearest future)