//-------------------------------------- //--- 010 Editor v2.0 Binary Template // // File: Creative firmware (nk.bin)-Parser // Author: mcuelenaere // Revision: 0.1 //-------------------------------------- typedef struct { CHAR BlockID[4]; DWORD Size; UCHAR Data[Size+2]; } BLOCK; //-------------------------------------------- CHAR[] StrRev( CHAR s[] ) { local int sz; local int up; local CHAR strng[sizeof(s)]; for (sz =sizeof(s)-1,up=0;up