Hi All, I am from the UK and I am trying to hack the can bus on my 370z Nismo. I have tried on the UK forums but not having
|
|
LinkBack | Thread Tools | Display Modes |
05-26-2019, 02:37 PM | #1 (permalink) |
Base Member
Join Date: May 2019
Location: UK
Posts: 6
Drives: 2019 370z Nismo
Rep Power: 6 |
Can bus Hacking
Hi All,
I am from the UK and I am trying to hack the can bus on my 370z Nismo. I have tried on the UK forums but not having any luck. I am using the USB2CAN device from 8devices on Linux with the can-utils package. I connect to the device in terminal using the command: sudo ip link set can0 up type can bitrate 500000 Then I send the command: cansniffer can0 -c I have also tried sending the messages: 7E0#1081 to start a diagnostic session 7E0#3E01 for keepalive I am not getting any results back. Does anyone know anything about the USB2CAN device? I noticed that some of the guys on here are using the CANUSB device from Lawicel, what is the difference? If anyone could help that would be great. Thanks, Mike. |
05-26-2019, 04:20 PM | #3 (permalink) |
Premium Member
Join Date: Nov 2010
Location: South Arkansas
Posts: 8,435
Drives: 2014 Challenger
Rep Power: 324198 |
Have you tried using dmesg and lsusb commands? Or USB2CAN_TEST.py (manual says you can download it from web)?
__________________
Steering Lock Links - Search The370Z Bookmarklet - FSM @ NICOclub Mankind has progressed past the need for war but we haven't evolved that far. - NachoMahma |
01-24-2020, 11:49 AM | #5 (permalink) |
Track Member
Join Date: May 2018
Location: Farmington Hills, MI
Posts: 599
Drives: 08 Expedition
Rep Power: 6765 |
I'm not sure if others have done this; I couldn't find any tools to do so, but I was able to dump my stock ECU ROM over the OBD port.
I was hoping that UpRev would give me my stock ECU ROM, but it looks like whenever they read it, it's stored encrypted on the PC I found a work-around for that. I put it on my blog https://leftoverpi.com/2020/01/23/re...-370z-ecu-rom/ I would like to help get more support in ROM Raider for the newer Nissans I'll add more information to the threads when I get home from work. Last edited by dts3; 01-24-2020 at 01:24 PM. |
04-26-2020, 02:11 AM | #7 (permalink) |
Track Member
Join Date: May 2018
Location: Farmington Hills, MI
Posts: 599
Drives: 08 Expedition
Rep Power: 6765 |
I discovered something interesting today. I want to put a little more work into documenting these undocumented PIDs (especially the conversion calculations). Uprev obviously knows all of this already because they can log everything with no problem. My intention was to snoop on the CAN bus while each of these PIDs were being requested one by one. I made a special cable that would allow me to pull a man in the middle on the PID requests. The CAN lines are interrupted which allows me to monitor the bus with my laptop. This is how I was able to read out my ECU ROM.
So I started my CAN logging software on my laptop and started logging in Uprev, hoping to see the PID requests for each parameter one by one. Logging in Uprev was working and I could see correct parameters. I couldn't see it in my CAN bus logging software. I was trying to troubleshoot and noticed that I never connected the CAN lines together. So Uprev does all of their PID request logging outside of the CAN bus lines. I was thinking it's coming in over K-line, but I looked in the FSM and I didn't see K-line being brought out to an OBD pin. We have a K-line BUS but if I remember correctly the FSM says that it's for internal use only, for modules to communicate with each other. Does anyone have any info on this? If I can't see K-line traffic I'm going to have to put a scope on the vendor specific pins, and I REALLY don't want to do that inside of the car. |
04-26-2020, 09:51 AM | #8 (permalink) | |
Base Member
Join Date: Jan 2016
Location: Ontario
Posts: 230
Drives: G37 Sport
Rep Power: 6720 |
Quote:
The K-Line is still on pin 7 of the OBD connector and goes directly to pin 117 of the ECU. Nissan sometimes calls it "K-Line" and sometimes calls it "Data Link Connector" Try this test: • With the CAN bus not connected, log data and look at the time between samples. The UpRev log shows time in milliseconds. • Hook up the CAN bus and run the data logging program again. Since the K-Line runs at 10,400 bits per second, and CAN bus runs at 500,000 bits per second, I would expect the time between data to be much faster with the CAN bus. I suspect the UpRev software checked the CAN bus for communication, didn't see it and "failed over" to the K-line. This would allow them to use the same code for older cars (before 2008) that don't have CAN bus. I look forward to your test results Last edited by SonicVQ; 04-26-2020 at 09:59 AM. |
|
04-26-2020, 11:57 AM | #9 (permalink) | |
Track Member
Join Date: May 2018
Location: Farmington Hills, MI
Posts: 599
Drives: 08 Expedition
Rep Power: 6765 |
Quote:
And my car that the ROM came from is a 2017 6MT base model |
|
04-26-2020, 12:57 PM | #11 (permalink) |
Track Member
Join Date: May 2018
Location: Farmington Hills, MI
Posts: 599
Drives: 08 Expedition
Rep Power: 6765 |
Do you have any other resources for the ROM format or CAN bus PIDs? I've been posting on the romraider forums and I'm going to put the ROM in Ida. Any clues you have will help with the disassembly
|
04-26-2020, 01:33 PM | #12 (permalink) |
Track Member
Join Date: May 2018
Location: Farmington Hills, MI
Posts: 599
Drives: 08 Expedition
Rep Power: 6765 |
... my end goal is to get 370z ROM support in romraider, so we don't need Uprev or ECUTek. I think they have some limited support for the 350z generation, but those ECUs used a different generation micro, and they are 1MB while ours are 1.5, so I'm sure the tables will not line up
|
04-26-2020, 02:55 PM | #14 (permalink) |
Track Member
Join Date: May 2018
Location: Farmington Hills, MI
Posts: 599
Drives: 08 Expedition
Rep Power: 6765 |
I keep running this through my head about how to uncover these tables. Uprev stores the ROMs heavily encrypted on the PC, but when flashing it has to be decrypted. I wrote the software to regenate the ROM from the CAN bus log, so I'm thinking of using Uprev to give all cells in each of the tables the same constant value, and using a different value for each table. This way we can flash, recover the ROM from the CAN bus log, and look at the disassembly to find the table addresses from the eyecatcher numbers we put in. I don't want to do this with my ROM though. (I haven't flashed it yet because I am still under warranty). If I buy an ECU off eBay do you think I'd be able to flash and interact with it without having the immobilizer running?
|
04-26-2020, 06:09 PM | #15 (permalink) | |
Premium Member
Join Date: May 2013
Location: St. Pete, FL
Posts: 3,848
Drives: 520whp Fire Breather
Rep Power: 86951 |
subbed
__________________
2013 Gun Metallic Sport - Gamma V3 Twin Turbogized DIY Gamma V3 TT Install * Jayhovah's Gamma V3 TT Install Pic'Z and Vid'Z * DIY: Washer Reservoir for the Boosted Quote:
|
|
Bookmarks |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
People hacking cars | Rooster89 | The Lounge (Off Topic) | 1 | 07-23-2011 07:32 AM |