Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
void main()
{
char sztemp[128] = {0};
//using qwertyuiop to flag the start of the data area
strcpy(sztemp,"qwertyuiopxxxxxx...xxx");
cout<<sztemp;
}
[\code]
to check that VC6 didnt do anything clever with the data like compressing it.
copying the file and then editing it using "qwertyuiop" to find the start of the "data area" should be fairly easy.
Obviously you'll have to build up your flag rather than hard code it or you may find the wrong one...