MCPcopy Create free account
hub / github.com/SecurityAnalysts01/ShellcodeLoader / khash_impl

Function khash_impl

Loading_1.2/Loading/lazy_importer.hpp:275–279  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

273 }
274
275 LAZY_IMPORTER_FORCEINLINE constexpr unsigned
276 khash_impl(const char* str, unsigned value) noexcept
277 {
278 return (*str ? khash_impl(str + 1, hash_single(value, *str)) : value);
279 }
280
281 LAZY_IMPORTER_FORCEINLINE constexpr offset_hash_pair khash(
282 const char* str, unsigned offset) noexcept

Callers 1

offset_hash_pair khashFunction · 0.70

Calls 1

hash_singleFunction · 0.70

Tested by

no test coverage detected