#include #include void main() { FILE *fp=fopen("/usr/adobe/Illustrator_5.5/Illustrator.MacFiles/AdobeIllustrator5.5","rb+"); int n; if(fp) { fseek(fp,0x00085684,SEEK_SET); n=0x10000027; fwrite(&n,1,4,fp); fseek(fp,0x00085774,SEEK_SET); n=0x10000106; fwrite(&n,1,4,fp); } }