eteran / p0f-ng

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

p0f-ng

p0f is a wonderful tool. Unfortunately, because of some of the core design decisions, specifically it being a service with a socket API, it proves very difficult to use as a library.

This project aims to bring p0f into the modern age.

It has been ported to C++17, it no longer uses any compiler extensions beyond structure packing, and functions as a true library which can be built into any C++17 project easily.

Additionally, the build system has been updated to use CMake.

For proof of concept, the original p0f service is still available and is just built in terms of the new library API.

About


Languages

Language:C++ 80.7%Language:GLSL 14.8%Language:CMake 3.5%Language:C 1.0%