PcmHacks icon indicating copy to clipboard operation
PcmHacks copied to clipboard

PCM Hammer & PCM Logger, tools for General Motors Powertrain Control Modules (PCMs).

Results 14 PcmHacks issues
Sort by recently updated
recently updated
newest added

We've got the c# application building, it was only fair to get the Kernels building too.

[_PCM.Hammer._.Throwing.an.exception.pdf](https://github.com/LegacyNsfw/PcmHacks/files/8810405/_PCM.Hammer._.Throwing.an.exception.pdf)

Hi, There is nothing wrong with the` 0x934D - byteswap(seed)`. It's because the calculator you're using (http://www.calculator.net/hex-calculator.html) is showing signed values not unsigned (showing negative values). You should be using...

The current approach works, but a different approach would be more resilient to interuptions. The guidance below is from PeteS / Loud160 (of LS Droid fame). > write the boot...

As part of the J2534-2 compliance, there is an option to request a J2534 scantools maximum packet sizes along with alot of other tool specific information. This should help resolve...

MDI 2 on version 014 is unable to transmit the kernel packets with the current J2534 size limitations. See the debug log here: https://pcmhacking.net/forums/viewtopic.php?f=42&t=6080&p=103411#p103396 I would suggest we halve the...

Not sure if I should be starting an issue for something as small as this? Working with the 12587603 - 2004 1mb - BETA.XDF file and I found a small...

To fix, create an UnknownFlashChipException class, throw it in FlashChip.Create, and catch in CKernelReader / Writer.

Seen with ELM-based devices, may or may not affect others. The first loop in ElmDeviceImplementation.ReadElmLine doesn't check for \r characters. If the PCM is in recovery mode it will loop...

The OS checksum needs to exclude the parameter and calibration ranges. It currently doesn't exclude them, and a quirk of the checksum math enables it to give true positive results,...