Search found 9 matches

by crystal_imprezav
Wed Jan 25, 2023 5:22 am
Forum: Engineering and Reverse Engineering
Topic: GM E38 E67 E40 Kernel/Bootloader Development Extravaganza
Replies: 676
Views: 398945

Re: GM E38 E67 E40 Kernel/Bootloader Development Extravaganz

after more testing seems like the mpc5777 ecu's e88/e90/e99 etc are open to many areas but the e41 is for what ever reason more locked down and you can only read a very limited sector in ram. Requires a bit more inventive thinking on other ecus. Using higher unlock clearance to be allowed to read r...
by crystal_imprezav
Tue Jan 24, 2023 5:10 am
Forum: Engineering and Reverse Engineering
Topic: GM E38 E67 E40 Kernel/Bootloader Development Extravaganza
Replies: 676
Views: 398945

Re: GM E38 E67 E40 Kernel/Bootloader Development Extravaganz

I am always working with the ECU unlocked, it is also patched. $34/$36 work fine. $35 NRC 0x11. Everything in the flash its self that I have tested I get a NRC 0x31. Only things readable are parts of the RAM. Unless it has something to do with the patch which is highly unlikely (this is not an HP p...
by crystal_imprezav
Wed Nov 16, 2022 5:29 am
Forum: Engineering and Reverse Engineering
Topic: GM E38 E67 E40 Kernel/Bootloader Development Extravaganza
Replies: 676
Views: 398945

Re: GM E38 E67 E40 Kernel/Bootloader Development Extravaganz

I am always working with the ECU unlocked, it is also patched. $34/$36 work fine. $35 NRC 0x11. Everything in the flash its self that I have tested I get a NRC 0x31. Only things readable are parts of the RAM. Unless it has something to do with the patch which is highly unlikely (this is not an HP pa...
by crystal_imprezav
Tue Nov 15, 2022 11:21 pm
Forum: Engineering and Reverse Engineering
Topic: GM E38 E67 E40 Kernel/Bootloader Development Extravaganza
Replies: 676
Views: 398945

Re: GM E38 E67 E40 Kernel/Bootloader Development Extravaganz

$23 only works in one range, so far nothing exciting. I've dumped about all that is open.
by crystal_imprezav
Sun Nov 13, 2022 5:09 am
Forum: Engineering and Reverse Engineering
Topic: GM E38 E67 E40 Kernel/Bootloader Development Extravaganza
Replies: 676
Views: 398945

Re: GM E38 E67 E40 Kernel/Bootloader Development Extravaganz

Not an assumption, NRC code 0x11 is pretty clear.
by crystal_imprezav
Thu Nov 10, 2022 12:58 am
Forum: Engineering and Reverse Engineering
Topic: GM E38 E67 E40 Kernel/Bootloader Development Extravaganza
Replies: 676
Views: 398945

Re: GM E38 E67 E40 Kernel/Bootloader Development Extravaganz

How do you figure you could read the boot loader? The e41 and e99 will not take a read/write loader via $34/$36 like all pre global-a. I havent tried, but I highly doubt $35/$36 or $23 will work. If I had a copy of the boot loader, i could easily get through the code in IDA.
by crystal_imprezav
Wed Nov 09, 2022 12:41 am
Forum: Engineering and Reverse Engineering
Topic: GM E38 E67 E40 Kernel/Bootloader Development Extravaganza
Replies: 676
Views: 398945

Re: GM E38 E67 E40 Kernel/Bootloader Development Extravaganz

They power glitch 27 01 on the E41. So it would appear no need to try 27 03. While you might get the ecu to accept unencryted/uncompressed, i would suspect that may take a lot of code change. IIRC everything but the bootloader is stored encrypted/compressed in the flash and is decoded in RAM. There ...
by crystal_imprezav
Mon Nov 07, 2022 3:12 am
Forum: Engineering and Reverse Engineering
Topic: GM E38 E67 E40 Kernel/Bootloader Development Extravaganza
Replies: 676
Views: 398945

Re: GM E38 E67 E40 Kernel/Bootloader Development Extravaganz

Back to the global-a stuff. Generally most people know how to do the 5 byte seed/key with ease. The 27 FB trick only works on T87 variants and its because it has a different type of bootloader from another supplier iirc. All of them use a form of power glitch like Tazzi mentioned at one point. None ...