CBOOT does UDS 34, 35 etc
Get hold of an a2l for your desired target (actually anything would do for the purposes of this discussion)
https://drive.google.com/open?id=13P0HZ5PHiFLjqyZPAatxgut9zEomDjpbTake a look inside it, you should find something along these lines (obviously addresses are target/architecture specific). In theory, those addresses should help to locate the sections of ASM in the bin corresponding to the various sections. I haven’t tried this yet but every day is a school day...
"Calibration Data 'Access-by-ECU' Area"
DATA
FLASH
EXTERN
0xa0800000
0x80000
/begin MEMORY_SEGMENT _ROM_ECU1
"ECU Software (internal flash)"
CODE
FLASH
INTERN
0x80040000
0x100000
/begin MEMORY_SEGMENT _ROM_ECU2
"ECU Software (internal flash)"
CODE
FLASH
INTERN
0x80140000
0xc0000
/begin MEMORY_SEGMENT _ROM_FBB_CBOOT
"Customer's Boot Software"
CODE
FLASH
INTERN
0x8001c000
0x24000
/begin MEMORY_SEGMENT _ROM_NBB_SBOOT
"Supplier Boot Software"
CODE
FLASH
INTERN
0x80000000
0x14000
I read ASM at a snails pace, so sniffing would be a practical next step