You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
#ifndef __NOP_H
|
|
|
|
#define __NOP_H
|
|
|
|
|
|
|
|
#include "Windas.h"
|
|
|
|
#include "XedWrap.h"
|
|
|
|
#include "NativeCode.h"
|
|
|
|
|
|
|
|
PNATIVE_CODE_LINK NcEmitNop();
|
|
|
|
|
|
|
|
BOOL NcEmitNopGroup(ULONG Count, PNATIVE_CODE_BLOCK Block);
|
|
|
|
|
|
|
|
#endif
|