7.1 and 7.5 seem to be the same, 7.1.1 is slightly different.
I usually use my tool to do immo off, because I can never remember how to set the checksum properly, but its super easy with a hex editor too.
http://nefariousmotorsports.com/forum/index.php?topic=6134.15As I did to a spare ecu this morning:
1. Read from ECU. (me7_95040 --OBD -r -p 1 eeprom.bin)
2. view info (eepromtool --in eeprom.bin)
3. turn off immo (eepromtool --in eeprom.bin --out eeprom_off.bin --immo off)
4. write back to ecu in boot mode (me7_95040 --bootmode -w -p 1 eeprom_off.bin)
took about 10 minutes. If you get a complaint about a checksum error on a virgin eeprom that you've just read from a virgin/working ecu, please post up on the thread for the tool.