Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/clementgallet/libTAS
/ hasMask
Method
hasMask
src/program/Signature.cpp:25–28 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
23
#include <immintrin.h>
24
25
bool Signature::hasMask() const
26
{
27
return memchr(mask.data(), 0, bytes.size()) != nullptr;
28
}
29
30
void Signature::fromIdaString(const std::string sigstr)
31
{
Callers
2
SearchCommon
Method · 0.80
SearchAVX2
Method · 0.80
Calls
2
data
Method · 0.45
size
Method · 0.45
Tested by
no test coverage detected