Registry / utility / libhat

libhat

JSON →
library0.9.0vcpkgunverified

A high-performance, modern, C++20 library designed around game hacking.

vcpkg install libhat
INSTALL
IMPORT
SIG · LIBHAT
L
libhat
utilitycppv0.9.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

libhat/libhat.hpp
#include <libhat/libhat.hpp>

Parse and search for a byte pattern in memory

#include <libhat/libhat.hpp> int main() { auto pattern = libhat::parse<libhat::signature_type::extended>("48 8B 05 ?? ?? ?? ??"); auto result = libhat::find_pattern(pattern, reinterpret_cast<std::uintptr_t>(&main), 0x1000); return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.9.0latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
Amazon
1
Resources

No resource links recorded.

libhat — pip install libhat · libregistry