http://groups.google.com/groups?hl=en&threadm=3C6DFA45.3B21A09B%40in4tec.de&rnum=14&prev=/groups%3Fq%3Dphotoshop%2Bsgi%2Birix%2Blicense%26start%3D10%26hl%3Den%26selm%3D3C6DFA45.3B21A09B%2540in4tec.de%26rnum%3D14 

>Use your favorit hex editor and edit: 
>/usr/adobe/Photoshop_3.0.1/lib/src.so 
>offset: 0x0046fa50 old_value: 0x14400018 new_value: 0x10000018 
>offset: 0x0046fae8 old_value: 0x104000c0 new_value: 0x100000c0 NO HEX EDITOR? If you have 'cc' (try 'cc' and see if you actually have the command), you can avoid the hex editing and... (trying to do this without typos) --- fix.c --- #include #include void main() { FILE *fp=fopen("/usr/adobe/Photoshop_3.0.1/lib/src.so","rb+"); int n; if(fp) { fseek(fp,0x46fa50,SEEK_SET); n=0x10000018; fwrite(&n,1,4,fp); fseek(fp,0x46fae8,SEEK_SET); n=0x100000c0; fwrite(&n,1,4,fp); } } 
>>>> Don't forget to run photoshop_sgi ! --- Compile ('cc fix.c') and run ('a.out'), but ofcourse make a backup of src.so first. Hello world, Adobe Illutrator 5.5 is now out of date, and Adobe won't sell you a license. So if you want to use this abandonware under Irix: Edit the file /usr/adobe/Illustrator_5.5/Illustrator.MacFiles/AdobeIllustrator5.5 with hexedit or ghex and replace as follow: offset: 0x00085684 old value: 0x14400027 new value: 0x10000027 offset: 0x00085774 old value: 0x12000106 new value: 0x10000106 
>>>> The offsets are slightly different on 5.5.1. They still work. Don't forget to make a backup copy of AdobeIllustrator5.5 ! By the way I am looking for Adobe Indesign and Premiere 4.2. If someone has a ftp site and no license... 
>>>> You can find these on eMule. Don't forget there is a hack to make PS 3.0 work without any valid 
> > >license (as PS for IRIX is abandonware, I see no problem in cracking it). 
> > > > > >You can download upgrade from 3.0 to 3.01 from . 
> > > > > >Use your favorit hex editor and edit: 
> > >/usr/adobe/Photoshop_3.0.1/lib/src.so
> > >offset: 0x0046fa50 old_value: 0x14400018 new_value: 0x10000018 
> > >offset: 0x0046fae8 old_value: 0x104000c0 new_value: 0x100000c0 
> > > > > >If you have the older version (which is not likely) edit: 
> > >/usr/adobe/Photoshop_3.0/lib/src.so 
> > >offset: 0x0046fe7c old_value: 0x14400018 new_value: 0x10000018 
> > >offset: 0x0046ff14 old_value: 0x104000c0 new_value: 0x100000c0 
> >
