Announcement
Collapse
No announcement yet.
CSL '0401' Program Binary Disassembly Notes
Collapse
X
-
It appears that the memory space at 0x00ff8000 through 0x00ff87ff (which is managed by CS5 in the SIM module) is somehow a shared memory space between Master and Slave for global variables which need to be accessed by both functions that reside on the master and on the slave. I'm yet to confirm for sure or figure out exactly how it works, or whether there's some other mechanism at play.
-
Original post is now updated with link to the GitHub repo and some basic information on getting started. For anyone who is interested please have a look and let me know where you might need more info/guidance on getting up and running.
- Likes 3
Leave a comment:
-
Originally posted by bmwfnatic View Post
I know there isn't one for the CSL binary, I am still trying to figure out which binary it does belong to 😂
Sent from my iPhone using Tapatalk
Leave a comment:
-
Originally posted by karter16 View Post
Ah I'm with you apologies - afaik there was never a correct A2L leaked for the CSL binary - others have pieced it together from the A2L that was leaked. It is incomplete and there are a range of parameters/curves and tables that seem specific to the CSL that are not identified by the A2L. This is part of the fun and as I'm going through I'm discovering where the XDF/A2L is incorrect.
Sent from my iPhone using Tapatalk
Leave a comment:
-
Originally posted by bmwfnatic View Post
Sounds good, but I meant more which binary belongs to the A2L.
I understand we intend to reverse the CSL bin.
Sent from my iPhone using Tapatalk
Leave a comment:
-
Originally posted by karter16 View Post
Off the back of Heinz's suggestion I'm setting up a GitHub repo with the basics to enable multiple people to contribute to this. I'll share here as soon as it's good enough to share as a start. This will include the binary, etc (I'm using Terra's modified 0401 binary)
Sent from my iPhone using Tapatalk
I understand we intend to reverse the CSL bin.
Leave a comment:
-
Originally posted by bmwfnatic View Post
Makes sense, which binary do we use for this?
Sent from my iPhone using Tapatalk
- Likes 1
Leave a comment:
-
Originally posted by karter16 View Post
Pretty much - the A2L/XDF gives you the memory locations and names of the parameters, curves and tables in the data space along with some somewhat questionable details around UOM etc. from there you can find the references to these in the program binary and start working backwards from there. The FunktionsRahmen helps a bit too with identifying some of the global var names, etc.
Sent from my iPhone using Tapatalk
Leave a comment:
-
Originally posted by bmwfnatic View PostHow do you get started on this, using that leaked A2L and then using a matched binary and then just start cross referencing? Or is there something I am missing.
Sent from my iPhone using Tapatalk
Leave a comment:
-
How do you get started on this, using that leaked A2L and then using a matched binary and then just start cross referencing? Or is there something I am missing.
Leave a comment:
-
Originally posted by heinzboehmer View PostAwesome, thanks for sharing! Let me know if you ever need/want help and I can try to jump in.
Would be nice to get this binary publicly disassembled so that we can write some custom features into the DME (e.g. current gear broadcast to retrofit the SMG screen in a manual car, MK60 brake pressure query over D bus and rebroadcast over CAN, etc.).
Can always leverage the wiki on the github repo if that works better than this thread.Last edited by karter16; 12-14-2024, 11:16 AM.
- Likes 1
Leave a comment:
-
Originally posted by heinzboehmer View PostMonolithic you say? Sounds copy-pastable to me!
- Likes 1
Leave a comment:
-
Originally posted by nextelbuddy View Post
Would love to figure out the oil level read out to be able to get it working on non CSL HP DME tunes
1: It's a monolithic function - the decompiled C code is 700 lines, this is much larger than most other functions which are much more modular in design.
2: It has repeated calls to lookup the same table values in different if/else statements. The rest of the binary is carefully written to prepare the inputs and do a single table lookup, but this one has clearly been written differently in a different style.
It will be a non-trivial exercise to reverse engineer it completely, however for your purpose the key would be to identify the various inputs and outputs, their relative locations in your target binary and go from there.
- Likes 1
Leave a comment:
-
Originally posted by heinzboehmer View PostAwesome, thanks for sharing! Let me know if you ever need/want help and I can try to jump in.
Would be nice to get this binary publicly disassembled so that we can write some custom features into the DME (e.g. current gear broadcast to retrofit the SMG screen in a manual car, MK60 brake pressure query over D bus and rebroadcast over CAN, etc.).
Can always leverage the wiki on the github repo if that works better than this thread.
- Likes 1
Leave a comment:
Leave a comment: