Hidden serial service-port

Disassemble Convers+ firmware 7M2T-14C026-AG using IDA Pro
Post Reply
Go4IT
Pro
Posts: 967
Joined: 08 Feb 2019, 12:25

Hidden serial service-port

Post by Go4IT »

While browsing through the disassembly of the preFL firmware (AG) i found something which may be a hidden service port for the device. I traced down the port this routines accessing and found out that they connect an RXD/TXD to the IPC connector at pins, not utilized by the car.
It's most likely that this is specially made for service functions for the manufacturer (Visteon). I'm not 100% what it all does, but there is a "switch-statement" which reacts on bytes read on that interface. One of the submenus which get's called then is the hidden "pointer placement service menu".
Other menus draws graphics, which i need to trace down to see what they contain. Uh, by the way, do we have a tool that can extract and image from a given location? That may help.

I report as i proceed with my findings...
DGAlexandru
Pro
Posts: 364
Joined: 04 Aug 2019, 22:47

Re: Hunch for hidden serial com in Convers+

Post by DGAlexandru »

Go4IT wrote: 01 Nov 2021, 08:47Uh, by the way, do we have a tool that can extract and image from a given location?
Can you be more specific on what you need?
Go4IT
Pro
Posts: 967
Joined: 08 Feb 2019, 12:25

Re: Hunch for hidden serial com in Convers+

Post by Go4IT »

Thanks for asking, i remebered your tool ConversHacker and this did the job.
I recently found that eSCI module in MAC usually implements LIN. I'll try to find the setup routine in the code to get closer to the protocol.
User avatar
Stevebe
Pro
Posts: 258
Joined: 08 Feb 2019, 12:28

Re: Hidden serial service-port

Post by Stevebe »

Go4IT wrote: 01 Nov 2021, 08:47 While browsing through the disassembly of the preFL firmware (AG) i found something which may be a hidden service port for the device. I traced down the port this routines accessing and found out that they connect an RXD/TXD to the IPC connector at pins, not utilized by the car.
i did try looking at the serial ports all i could find was raw can data , i also tryed a UART to see if there was and boot seial data like there is on the mk5, i made up a unit so i can flip between the serial ports
more to do
flipcmods.JPG
You do not have the required permissions to view the files attached to this post.
Digimod
Go4IT
Pro
Posts: 967
Joined: 08 Feb 2019, 12:25

Re: Hidden serial service-port

Post by Go4IT »

Did you look at the signals with a DSO?
Post Reply