MCPcopy Create free account
hub / github.com/BeneficialCode/WinArk / if

Function if

KernelLibrary/disasm.cpp:790–793  ·  view source on GitHub ↗

REX.W trumps 66

Source from the content-addressed store, hash-verified

788#ifdef DETOURS_X64
789 // REX.W trumps 66
790 else if (m_RaxOverride) {
791 bool rax = (flagBits & FlagBits::Rax) == FlagBits::Rax;
792 bytesFixed = fixedSize + (rax ? 4 : 0);
793 }
794#endif // DETOURS_X64
795 else {
796 bytesFixed = m_OperandOverride ? fixedSize16 : fixedSize;

Callers 1

AppCommandBase.hFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected