Unfortunately we do not accept new members for free, Now Registration cost 30€, if you are interesting Send Email to [email protected]

BMW CIC PATCHER v2 - GENERATE YOUR OWN RETROFIT FSC CERTS
09-04-2017, 08:36 AM, (This post was last modified: 09-04-2017, 08:49 AM by larshutten.)
Post: #71
RE: RELEASED! BMW CIC PATCHER v2 - GENERATE YOUR OWN RETROFIT FSC CERTS - DONE IN 10 SEC
(09-04-2017, 04:38 AM)ntuner Wrote:  
(09-04-2017, 03:14 AM)pshoey Wrote:  Attached is the initial version of an application that can generate an ASAP style XML file from an FSC file.

I've not had much time to test, so feedback is welcome and I'll fix any issues.

Rep and thanks appreciated.

pshoey

not sure if matters but comparing original xml from ASAP with generated one, I saw the date format is different and fsc id is not the same..

original xml
<genTime>2009-10-15T22:00:00.000Z</genTime>

gen xml
<genTime>200910160907Z</genTime>


Normaly this should do the job you can use notepad++ to base64 encode under plugins->mime tools->base64. Of course you have to cange the app id and partno for the right app
PHP Code:
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<fscProvided custOrderID="          " dealerNo="29691" orderID="000000" partNo="000001B0001" requestID="1OL03EF8">  
<vinShort>Put here your short vin</vinShort>  
<fscItem>   
<genTime>2011-10-27T22:00:00.000Z</genTime>   
<fsc code="base64" id="102823042586">
Put here your base64 encoded FSC Code
</fsc>   
<diagnoseAddr>63</diagnoseAddr>   
<swID>    
<applicationNo>001B</applicationNo>    
<upgradeIndex>0001</upgradeIndex>   
</swID>           
</fscItem>    
<certificate code="base64" serial="AAAAAAAABAI=">
Put here your base64 encoded certificate
</certificate> 
</fscProvided> 


Don't know if it is the same this way but normaly all the fsc codes use the same certificate so i encoded it and tested it with a random generated FSC code. Ista/p did succesfully imported the code and certificate is availible in file manager. Don't have a car to test if it will import them but first step is made. Hope someone can test it. If they have trouble with encoding send me a pm maybe i can help you out!
EDIT:
PHP Code:
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<fscProvided custOrderID="          " dealerNo="29691" orderID="000000" partNo="000001B0001" requestID="1OL03EF8">  
<vinShort>Put here your short vin number</vinShort>  
<fscItem>   
<genTime>2011-10-27T22:00:00.000Z</genTime>   
<fsc code="base64" id="102823042586">
put here your base64 encoded FSC code you generated
</fsc>   
<diagnoseAddr>63</diagnoseAddr>   
<swID>    
<applicationNo>001B</applicationNo>    
<upgradeIndex>0001</upgradeIndex>   
</swID>           
</fscItem>    
<certificate code="base64" serial="AAAAAAAABAI=">
MIIDCDCCAfCgAwIBAgICBAIwDQYJKoZIhvcNAQEEBQAwaTETMBEGCgmSJomT8ixkARkWA2NvbTEYMBYGCgmSJomT8ixkARkWCGJtd2dyb3VwMQwwCgYDVQQKDANwa2kxFDASBgNVBAsMC2Jtdy1memctcGtpMRQwEgYDVQQDDAtmemctcm9vdC1jYTAeFw0xNzA0MDMxNjI4MjJaFw0yNzA0MDExNjI4MjJaMIGMMRMwEQYKCZImiZPyLGQBGRYDY29tMRgwFgYKCZImiZPyLGQBGRYIYm13Z3JvdXAxDDAKBgNVBAoMA3BraTEUMBIGA1UECwwLYm13LWZ6Zy1wa2kxNzA1BgNVBAMMLnplbnRyYWxlIE1hc3RlciBGcmVpc2NoYWx0Y29kZXN0ZWxsZS1Qcm9kdWt0aXYwgZ0wDQYJKoZIhvcNAQEBBQADgYsAMIGHAoGBAL/9yM2oDHCCNA5CvXgPbzqRyeUqWj55z5vUoNm3ztt10olUi3+Bc0xK7shw0LId1u/ViYrYPQUNQuJkkhNXZx1SG97aisAgXDbVok+Kacn9Vb/U+l8XWyj+95u36GgMvYGzTZmxopE6fGmGtPwOkqJJpgd/uWpqhfexSfEGZPCDAgEDoxwwGjAYBgNVHSUBAf8EDjAMBgorBgEEAYQBCgEBMA0GCSqGSIb3DQEBBAUAA4IBAQBYAuYDqMsPXeVwvNE5C7NeflgdIWHjhSHr3eYeDaUzgq+5liYNsYvhcaKfWGWiVLdbuN8dY2nZ7Lf/dQ3jfV8uNqu+jlafW9JXyRR72MvqtR7nt4KKuGuJpL4y/BdIcmFdkcl5n9KpMbG5+0GBAKdVcQSLu6LpQYv7gc0ii9VfFGYaItvWk0W/aMF0cumJkkXN88E2oXmf87a/Wx316izm3yEjFZeaYfTrFPHaDeaBUwZg3FWLg/ldzKQ5I6P9cOksNno/tkFkMxcj1UKzlonWU4v/+VT5m1R4STPOFhh7aSAxjPr0q7gDihmLX+46lvg3j2Y8h8wimIgx8WNEeUUv
</certificate> 
</fscProvided> 
Quote this message in a reply
09-04-2017, 08:44 AM,
Post: #72
RE: RELEASED! BMW CIC PATCHER v2 - GENERATE YOUR OWN RETROFIT FSC CERTS - DONE IN 10 SEC
EXCELLENT WORK PROFESSIONAL !!!
EVERYTHING IS WORKING!!!
SHOULD RECORD AND CODES AND CERTIFICATES IN THE HEAD!
THANK YOU SO MUCH!!!
Quote this message in a reply
[+] 2 users say Thank You to IZGOY for this post
09-04-2017, 08:57 AM,
Post: #73
RE: RELEASED! BMW CIC PATCHER v2 - GENERATE YOUR OWN RETROFIT FSC CERTS - DONE IN 10 SEC
How about patcher for startup logo ? smile

[Image: 18.08.44-17.09.18.gif]
BlackBOX Sistemi, Automotive   
Reputation: +1 - sameur10 [+1]
Visit this user's website
Quote this message in a reply
[+] 5 users say Thank You to intel123 for this post
09-04-2017, 08:59 AM,
Post: #74
RE: RELEASED! BMW CIC PATCHER v2 - GENERATE YOUR OWN RETROFIT FSC CERTS - DONE IN 10 SEC
Intel123, will you release the sources of your patch? Don't know about other members, but I'm just curious smile)

Pozdrav!
Quote this message in a reply
09-04-2017, 09:03 AM,
Post: #75
RE: RELEASED! BMW CIC PATCHER v2 - GENERATE YOUR OWN RETROFIT FSC CERTS - DONE IN 10 SEC
(09-04-2017, 08:57 AM)intel123 Wrote:  How about patcher for startup logo ? smile

WAIT BRO!)))
Quote this message in a reply
[+] 3 users say Thank You to IZGOY for this post
09-04-2017, 09:04 AM, (This post was last modified: 09-04-2017, 09:20 AM by intel123.)
Post: #76
RE: RELEASED! BMW CIC PATCHER v2 - GENERATE YOUR OWN RETROFIT FSC CERTS - DONE IN 10 SEC
Yes sources will be published, its actually pretty simple everything important is published, but this is what program does:

opens /dev/fs0 for reading
goes to fixed offset of the function in the fs0
checks for signature
copies 256k from the fs0 to the ram(/dev/shmem) with modified bytes like in the first post picture
executes flashit that writes modified file from /dev/shmem that we wrote in last step
clears SWT (virginize)
reboot

so if it fails to check the signature it aborts.

that is all, very simple.

(09-04-2017, 09:03 AM)IZGOY Wrote:  
(09-04-2017, 08:57 AM)intel123 Wrote:  How about patcher for startup logo ? smile

WAIT BRO!)))

I can make one for you with AUDI logo ??? biggrin biggrin biggrin

[Image: 18.08.44-17.09.18.gif]
BlackBOX Sistemi, Automotive   
Visit this user's website
Quote this message in a reply
[+] 2 users say Thank You to intel123 for this post
09-04-2017, 10:03 AM,
Post: #77
RE: RELEASED! BMW CIC PATCHER v2 - GENERATE YOUR OWN RETROFIT FSC CERTS - DONE IN 10 SEC
(09-04-2017, 08:57 AM)intel123 Wrote:  How about patcher for startup logo ? smile

intel123

You are the best you released how to do own FSC that no one in the world did it like you (fast and clean )
nd Now the startup logo ! you are amazing ,no one did till now

so waiting for News

Best regards Man clappingclappingclapping

  • FSC Patch CIC/NBT/EVO/ENAV2/MGU
  • Remove Component Protection EVO/ENAV2/MGU
  • VIRGIN KAFAS/RAM/ENAV2/EVO/MGU
  • VIRGIN EGS ZF / DCT
  • Secure Coding 2.0 Type Key, FA, SFA

Please Hit Thanks [Image: tyl_add.png] and Reputation [Image: postbit_reputation.gif] if I helped you under
Quote this message in a reply
[+] 4 users say Thank You to sameur10 for this post
09-04-2017, 11:10 AM,
Post: #78
RE: RELEASED! BMW CIC PATCHER v2 - GENERATE YOUR OWN RETROFIT FSC CERTS - DONE IN 10 SEC
Just a big thanks for sharing! Would've needed it a while ago! smile
Quote this message in a reply
09-04-2017, 11:40 AM, (This post was last modified: 09-04-2017, 11:42 AM by sbc55.)
Post: #79
RE: RELEASED! BMW CIC PATCHER v2 - GENERATE YOUR OWN RETROFIT FSC CERTS - DONE IN 10 SEC
Hi,

Can i ask some noob questions?

1) after patching and signed all the certs in folder 03 according to my car's VIN with fscs.der in folder 00,
2) we will need to import the fscs.der and sigs.der in folder 02,
3) and import the rest of the signed certs

Am i right with the steps? I am using Esys for F series car.

Thanks.
Quote this message in a reply
09-04-2017, 12:59 PM,
Post: #80
RE: RELEASED! BMW CIC PATCHER v2 - GENERATE YOUR OWN RETROFIT FSC CERTS - DONE IN 10 SEC
(09-04-2017, 09:04 AM)intel123 Wrote:  Yes sources will be published, its actually pretty simple everything important is published, but this is what program does:

opens /dev/fs0 for reading
goes to fixed offset of the function in the fs0
checks for signature
copies 256k from the fs0 to the ram(/dev/shmem) with modified bytes like in the first post picture
executes flashit that writes modified file from /dev/shmem that we wrote in last step
clears SWT (virginize)
reboot

so if it fails to check the signature it aborts.

that is all, very simple.

(09-04-2017, 09:03 AM)IZGOY Wrote:  
(09-04-2017, 08:57 AM)intel123 Wrote:  How about patcher for startup logo ? smile

WAIT BRO!)))

I can make one for you with AUDI logo ??? biggrin biggrin biggrin

no audi!))))) lada kalina)))))))))))))))))))))))))gavelrofl
Quote this message in a reply
[+] 6 users say Thank You to IZGOY for this post


Possibly Related Threads…
Thread Author Replies Views Last Post
  F25 cic retrofit hero3838 2 15 22 minutes ago
Last Post: hero3838
XZBMW G21 paddles retrofit bm92 5 173 Yesterday, 21:07 PM
Last Post: bm92
XZBMW Is it possible to retrofit G30 seat to G20? hitit 0 75 08-05-2024, 14:22 PM
Last Post: hitit
  retrofit USB BMW E63 Jalami 7 123 06-05-2024, 18:48 PM
Last Post: stecom90
  Bmw G31 retrofit Mgu id7 atm problem intranet 20 2,517 26-04-2024, 08:06 AM
Last Post: smilo
  Kafas issue aftrer ACC Retrofit It3_Magic 14 687 23-04-2024, 07:44 AM
Last Post: It3_Magic
  G82 rear tail lights CSL retrofit Sauron 10 816 20-04-2024, 07:35 AM
Last Post: SANYA
XZBMW Neck warmer retrofit Just2fast5 5 404 17-04-2024, 11:20 AM
Last Post: Spirit5676
  ID4 evo to ID6 Evo full retrofit, ATM issues 03178A mitch32 1 209 15-04-2024, 17:52 PM
Last Post: mitch32
XZBMW BMW E84 Cruise control retrofit not workig Alyn546 4 233 12-04-2024, 14:23 PM
Last Post: DieStream

Forum Jump:


Users browsing this thread:
7 Guest(s)

Return to TopReturn to Content