Registry / utility / lightningscanner

lightningscanner

JSON →
library1.0.1vcpkgunverified

A lightning-fast memory signature/pattern scanner, capable of scanning gigabytes of data per second.

vcpkg install lightningscanner
INSTALL
IMPORT
SIG · LIGHTNINGSCANNER
L
lightningscanner
utilitycppv1.0.1
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.

LightningScanner/LightningScanner.h
#include <LightningScanner/LightningScanner.h>

Scans memory for a byte pattern using wildcards

#include <LightningScanner/LightningScanner.h> #include <iostream> int main() { std::vector<uint8_t> data = {0x48, 0x8B, 0x05, 0x00, 0x00, 0x00, 0x00}; auto result = LightningScanner::Scan(data.data(), data.size(), "48 8B 05 ? ? ? ?"); if (result.has_value()) { std::cout << "Pattern found at offset: " << result->offset << std::endl; } return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.0.1latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources

No resource links recorded.

lightningscanner — pip install lightningscanner · libregistry