Search found 590 matches

by ironduke
Thu Feb 27, 2020 4:33 am
Forum: Tools
Topic: PowerPCM_Flasher: my tool for E38 and E67
Replies: 255
Views: 267803

Re: PowerPCM_Flasher: my tool for E38 and E67

Not sure if this will help, but this is the MDI manager install program.. I grabbed it in the temp folder as it was downloaded and grabbed a copy before it was installed.. It gets erased once the install is complete.. Might have more info than just the folder I uploaded for you.. https://gofile.io/?...
by ironduke
Thu Feb 27, 2020 1:58 am
Forum: Tools
Topic: PowerPCM_Flasher: my tool for E38 and E67
Replies: 255
Views: 267803

Re: PowerPCM_Flasher: my tool for E38 and E67

I may be using it incorrectly.. I have tried using the first and second box to direct to where the dll might be, 2 different folders.. Here's a download link for my entire program files(x86) folder the MDI application..
https://gofile.io/?c=9YEX3u
by ironduke
Thu Feb 27, 2020 12:10 am
Forum: Engineering and Reverse Engineering
Topic: GM E38 E67 E40 Kernel/Bootloader Development Extravaganza
Replies: 676
Views: 403923

Re: GM E38 Kernel/Bootloader Development Extravaganza

Sorry, I didn't know you were looking for donor ecu's... How much is shipping from the USA to you?? I'll try and get a list of ecu's I have, I save all the ecu's in the shop that don't get returned for core or warranty, think I have 10 or so.. scattered around everywhere though, lol.. Keep on saving...
by ironduke
Thu Feb 27, 2020 12:04 am
Forum: Tools
Topic: PowerPCM_Flasher: my tool for E38 and E67
Replies: 255
Views: 267803

Re: PowerPCM_Flasher: my tool for E38 and E67

Thanks for all the work your putting into this!!!! So hopeful between you and Tazzi something will be up and running soon!!! I couldn't get V1 or V2 to run, but V3 is running, and I didn't change anything?? I still have the side by side configuration error with V2 and an unhandled Exemption with V1....
by ironduke
Wed Feb 26, 2020 1:57 am
Forum: Engineering and Reverse Engineering
Topic: GM E38 E67 E40 Kernel/Bootloader Development Extravaganza
Replies: 676
Views: 403923

Re: GM E38 Kernel/Bootloader Development Extravaganza

Definitely keep on looking for updates on this post, Wish I could help for more than moral support.. lol..

Sounds like you have reading and writing pretty much figured out for the E38?? Well, except for the slave, but I don't know what the slave holds?
by ironduke
Mon Feb 24, 2020 12:05 am
Forum: Tools
Topic: PowerPCM_Flasher: my tool for E38 and E67
Replies: 255
Views: 267803

Re: PowerPCM_Flasher: my tool for E38 and E67

Wish I could help out more, I too am sitting here with an E38 on the bench and a gm MDI handy..

Kind of odd how the Dice is J2534 compatible, up to a point..
by ironduke
Sat Feb 22, 2020 11:47 am
Forum: Tools
Topic: PowerPCM_Flasher: my tool for E38 and E67
Replies: 255
Views: 267803

Re: PowerPCM_Flasher: my tool for E38 and E67

I have a different algo for E38 ecu's.. Send up or post up your seed and I'll tell you what I get for a key.. Or use the info below and see if it spits out a good key for you.. unsigned int E38(unsigned int seeds) { int key = 0; key = ((seeds & 0x0000FF00) >> 8) | ((seeds & 0x000000FF) << 8)...
by ironduke
Fri Feb 21, 2020 11:51 pm
Forum: Tools
Topic: PowerPCM_Flasher: my tool for E38 and E67
Replies: 255
Views: 267803

Re: PowerPCM_Flasher: my tool for E38 and E67

Just trying to get it to run.. Looks like it won't be able to run on my windows 10 machine.. Can't seen to find the version of visual c++ I need in order to run this.. Error box info when trying to run it below... System.Drawing Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.9136 (WinRelRS6.0507...
by ironduke
Fri Feb 21, 2020 6:26 am
Forum: Tools
Topic: PowerPCM_Flasher: my tool for E38 and E67
Replies: 255
Views: 267803

Re: PowerPCM_Flasher: my tool for E38 and E67

Hi, this looks very interesting.. For a J2534 device you could probably use one of the toyota ones.. I had one that worked fine with the E38 and gm sps programming up until I tried to update it and bricked it.. lol.. I'll paste a link below of one that looks just like the one I have.. https://www.am...
by ironduke
Fri Feb 14, 2020 1:29 am
Forum: Engineering and Reverse Engineering
Topic: GM E38 E67 E40 Kernel/Bootloader Development Extravaganza
Replies: 676
Views: 403923

Re: GM E38 Kernel/Bootloader Deveopment Extravaganza

Also decompiled the kernel used for the slave OS. Decompiles fine using HCS12. Its only about 0x18F bytes (400) in length which isnt that much. Can see to main function being used, although Im not familiar with that architecture to break down what its doing. Not sure Im willing to put that many hou...