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

Function get_hash

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

Source from the content-addressed store, hash-verified

261 using offset_hash_pair = unsigned long long;
262
263 LAZY_IMPORTER_FORCEINLINE constexpr unsigned get_hash(offset_hash_pair pair) noexcept { return ( pair & 0xFFFFFFFF ); }
264
265 LAZY_IMPORTER_FORCEINLINE constexpr unsigned get_offset(offset_hash_pair pair) noexcept { return ( pair >> 32 ); }
266

Callers 5

getMethod · 0.70
inMethod · 0.70
getMethod · 0.70
forwardedMethod · 0.70
inMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected