Title: ecu identification method!! Post by: beginner on May 04, 2024, 05:05:43 AM hello i am trying to make a tool that can identify ecu number from a binary file
i am using c# but the only solution in my mind is building a data base with the ecu numbers that an be read from the file but this method will take long time if data base is big is there a better way to build such method ? any one ? Title: Re: ecu identification method!! Post by: Geomeo on May 04, 2024, 05:14:28 AM Why would you need a database?
Title: Re: ecu identification method!! Post by: stranger on June 10, 2024, 06:40:51 AM hello i am trying to make a tool that can identify ecu number from a binary file i am using c# but the only solution in my mind is building a data base with the ecu numbers that an be read from the file but this method will take long time if data base is big is there a better way to build such method ? any one ? google "ECU-Z" software https://drive.google.com/file/d/1YZNHCZm0ceajJShFJz2I5PMF4xc2WVLj Title: Re: ecu identification method!! Post by: Dande on June 10, 2024, 09:39:05 AM With med9.1 its easy. Find string 907115 (910115...) and you will get ecu number..
|