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

Function get_offset

Loading/Loading/lazy_importer.hpp:265–265  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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
267 template<bool CaseSensitive = LAZY_IMPORTER_CASE_SENSITIVITY>
268 LAZY_IMPORTER_FORCEINLINE constexpr unsigned hash_single(unsigned value, char c) noexcept

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