MCPcopy 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
25bool Signature::hasMask() const
26{
27 return memchr(mask.data(), 0, bytes.size()) != nullptr;
28}
29
30void Signature::fromIdaString(const std::string sigstr)
31{

Callers 2

SearchCommonMethod · 0.80
SearchAVX2Method · 0.80

Calls 2

dataMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected