KO
|
EN
gitlite — search
Search
#javascript
#python
#hacktoberfest
#react
#ai
#typescript
#llm
#go
#golang
#android
#machine-learning
#rust
#deep-learning
#linux
p0f-ng
★ 10
Open GitHub ↗
No description available.
Download README (.md)
Explore Similar Repositories
spdx-tools-js
:
No description available.
jsbox-react-demo
:
JSBox Node.js demo that creates a React.js dev environment
nextjs-markdown-blog
:
NextJS Blog using Markdown files
FMXWndProcHook
:
FMX下TForm的WndProc HOOK
Video-Stream-With-React.Js
:
No description available.
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
p0f-ng
?
Download (.md)
# p0f-ng [p0f](http://lcamtuf.coredump.cx/p0f3/) 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.