VZ Immo Off
Re: VZ Immo Off
I have just tried messing around with the VZ V6 ecu with those bytes, and it still says immobilized, both with and without the PIM fitted.
Although, I do not have a VZ V6 here to actually plug it into and see if it fires up.
Although, I do not have a VZ V6 here to actually plug it into and see if it fires up.
Your Local Aussie Reverse Engineer
Contact for Software/Hardware development and Reverse Engineering
Site:https://www.envyouscustoms.com
Mob:+61406 140 726

Contact for Software/Hardware development and Reverse Engineering
Site:https://www.envyouscustoms.com
Mob:+61406 140 726

- delcowizzid
- Posts: 5623
- Joined: Sat Feb 28, 2009 8:38 pm
- Location: Wellington NZ
- Contact:
Re: VZ Immo Off
Send me a modded 929 os and some way to flash it in with tactrix cable I'll test it ASAP
If Its Got Gas Or Ass Count Me In.if it cant be fixed with a hammer you have an electrical problem
- Knackersjewels
- Posts: 98
- Joined: Thu May 05, 2022 8:24 pm
- cars: Stock VZ SV6
Cammed VZ SV6 (sson to be 6L45 converted and twin turbo)
VY SS L98 ute
VZ V6 AWD One Tonner - Location: Maffra, Vic
- Contact:
Re: Why I hate VZ V6 ECUs...
Fermec tool can't read full eeprom, only vin and IMMO, I use pcmflash
- keysersoze
- Posts: 5
- Joined: Sat Mar 14, 2020 1:03 pm
Re: VZ Immo Off
Currently working on the MED9.6.1 IMMO for stand-alone use. The EEPROM method doesn't seem to work. But this single IMMO function is a years work alone to sort out...
- Attachments
-
- MED9.6.1 IMMO.png (290.64 KiB) Viewed 7832 times
- keysersoze
- Posts: 5
- Joined: Sat Mar 14, 2020 1:03 pm
Re: VZ Immo Off
A US based E69 ME9-6 Funktionsrahmen would be so useful for understanding the labels and their values. The SAAB ME9-6 function sheet has only a few useful hints.
So far two US OS's have completely different IMMO functions as it is. So there's that as well...
So far two US OS's have completely different IMMO functions as it is. So there's that as well...
- delcowizzid
- Posts: 5623
- Joined: Sat Feb 28, 2009 8:38 pm
- Location: Wellington NZ
- Contact:
Re: VZ Immo Off
I have a new cable on the way that "should" be able to read the whole ecu and clone an ecu so I'll be back into this when it arrives and I get an eeprom read
If Its Got Gas Or Ass Count Me In.if it cant be fixed with a hammer you have an electrical problem
- antus
- Site Admin
- Posts: 8996
- Joined: Sat Feb 28, 2009 8:34 pm
- cars: TX Gemini 2L Twincam
TX Gemini SR20 18psi
Datsun 1200 Ute
Subaru Blitzen '06 EZ30 4th gen, 3.0R Spec B - Contact:
Re: VZ Immo Off
@keysersoze How did you go about disassembling the bin? Just load a bin in to Ghidra and pick MPC555 and let it run? Anything special to set up?
Have you read the FAQ? For lots of information and links to significant threads see here: http://pcmhacking.net/forums/viewtopic.php?f=7&t=1396
- antus
- Site Admin
- Posts: 8996
- Joined: Sat Feb 28, 2009 8:34 pm
- cars: TX Gemini 2L Twincam
TX Gemini SR20 18psi
Datsun 1200 Ute
Subaru Blitzen '06 EZ30 4th gen, 3.0R Spec B - Contact:
Re: VZ Immo Off
update: Looks like its easy to run ghidra on ubuntu 24 LTS. Just apt install python3 openjdk-21-jre openjdk-21-jdk then from an unzipped version of ghidra run it with ./ghidraRun
Once its open create a project, import the bin file from the PCM and use processor type powerpc big endian 64 VLE/Alitivac 64/32 bit. That may be overkill for the processor type (im pretty sure it doesnt use the PPC VLE function and perhaps not 64 bit) but it seems to be covering everything and appears to have found all the functions.... much more than the out of the box ida experience when getting started with what to me is a new architecture.
Once its open create a project, import the bin file from the PCM and use processor type powerpc big endian 64 VLE/Alitivac 64/32 bit. That may be overkill for the processor type (im pretty sure it doesnt use the PPC VLE function and perhaps not 64 bit) but it seems to be covering everything and appears to have found all the functions.... much more than the out of the box ida experience when getting started with what to me is a new architecture.
Have you read the FAQ? For lots of information and links to significant threads see here: http://pcmhacking.net/forums/viewtopic.php?f=7&t=1396
Re: VZ Immo Off
Ghidra is great!antus wrote: ↑Fri May 23, 2025 9:37 am update: Looks like its easy to run ghidra on ubuntu 24 LTS. Just apt install python3 openjdk-21-jre openjdk-21-jdk then from an unzipped version of ghidra run it with ./ghidraRun
Once its open create a project, import the bin file from the PCM and use processor type powerpc big endian 64 VLE/Alitivac 64/32 bit. That may be overkill for the processor type (im pretty sure it doesnt use the PPC VLE function and perhaps not 64 bit) but it seems to be covering everything and appears to have found all the functions.... much more than the out of the box ida experience when getting started with what to me is a new architecture.
Allows also implementing scripts to auto perform various tasks to speed up a process.
Your Local Aussie Reverse Engineer
Contact for Software/Hardware development and Reverse Engineering
Site:https://www.envyouscustoms.com
Mob:+61406 140 726

Contact for Software/Hardware development and Reverse Engineering
Site:https://www.envyouscustoms.com
Mob:+61406 140 726
