MAXCMDSIZE

OllyDbg Plugin API

MAXCMDSIZE

Constant that determines maximal possible length of the valid 80x86 command (16 bytes). You may argue that maximal allowed length is 15; that's correct, but 16 is a power of 2 and so seems more preferrable in a computer program.

#define MAXCMDSIZE 16 // Maximal length of 80x86 command