Getoriginaldatasize

OllyDbg Plugin API

Getoriginaldatasize

For the data compressed by Compress, returns size of the original data. Returns 0 on error.

ulong Getoriginaldatasize(char *bufin,ulong nbufin);

Parameters:

bufin - pointer to compressed data;

nbufin - size of compressed data;

See also: Decompress