Mjolnir Core
Core functionality of the Mjolnir API

◆ is_memory_zero()

auto is_memory_zero ( T_RegisterType  a) -> bool
inlinenoexcept

Return true if the whole memory of the passed register is zero and false otherwise.

Template Parameters
T_RegisterTypeThe register type
Parameters
[in]aThe register that should be checked
Returns
true or false