Printsse

OllyDbg Plugin API

Printsse

Decodes 128-bit SSE consisting of 4 32-bit floating point numbers to ASCII string. If any component is INF or NAN, displays it as a hexadecimal dump. Returns length of decoded string. Note that this procedure is safer than printf, because some printf implementations generate exception when processing INF or NAN.

int Printsse(char *s,char *f);

Parameters:

s - pointer to buffer of length at least TEXTLEN bytes where Printfsse places decoded string;

f - pointer to 16-byte array containing SSE to decode.

See also: Printfloat4, Printfloat8, Print3dnow