Searched defs:pbFunction (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/HostDrivers/Support/win/
H A DSUPR3HardenedMainImports-win.cpp446 uint8_t const *pbFunction = &pbBits[offSymbol]; local
460 if ( pbFunction[ 0] == 0x4c /* mov r10, rcx */
461 && pbFunction[ 1] == 0x8b
462 && pbFunction[ 2] == 0xd1
463 && pbFunction[ 3] == 0xb8 /* mov eax, 0000yyzzh */
464 //&& pbFunction[ 4] == 0xZZ
465 //&& pbFunction[ 5] == 0xYY
466 && pbFunction[ 6] == 0x00
467 && pbFunction[ 7] == 0x00
468 && pbFunction[
[all...]
/vbox/src/VBox/VMM/include/
H A DPATMA.h138 uint8_t *pbFunction; member in struct:__anon16928

Completed in 54 milliseconds