Ok the decoding part is done.
out of program:
Start decoding gfx data...
========= GFX header =========
filesize : 2858
id : 1
count of blocks : 3
==============================
------- GFX block --------
blocksize : 272
records : 5
ioreg??? (22): 02010C00D041030A0000000001010600001B7FFF0400
***************************
'layout-id' (10) -> '36000000' (4)
'PinConfigurations' (18) -> '4001109050402B01410110901001A09020308B0160E04B0130E0CB01' (28)
'AFGLowPowerState' (17) -> '03000000' (4)
'MaximumBootBeepVolume' (22) -> '37' (1)
'platformFamily' (15) -> '00' (1)
------- GFX block --------
blocksize : 82
records : 1
ioreg??? (28): 02010C00D041030A0000000001010600001E0101060000037FFF0400
***************************
'fwtune' (7) -> '00000008E3E3000000000808E3E3180100004008200000BF' (24)
------- GFX block --------
blocksize : 2492
records : 41
ioreg??? (22): 02010C00D041030A000000000101060000027FFF0400
***************************
'AAPL00,blackscreen-preferences' (31) -> '00000008' (4)
'AAPL01,blackscreen-preferences' (31) -> '00000008' (4)
'AAPL01,BootDisplay' (19) -> '01000000' (4)
'AAPL01,Pipe' (12) -> '01000000' (4)
'AAPL01,IODisplayMode' (21) -> '00100080' (4)
'AAPL01,EDID' (12) -> '00FFFFFFFFFFFF0006105F9C0000000008100103801D12780A2F309758538B2925505400000001010101010101010101010101010101BC1B00A050201730302036001EB310000018000000010006102000000000000000000A20000000FE004C503133335758312D544C4131000000FE00436F6C6F72204C43440A20202000C2' (128)
'AAPL01,Stretched' (17) -> '00000000' (4)
'AAPL01,Interlace' (17) -> '00000000' (4)
'AAPL01,Refresh' (15) -> '3B000000' (4)
'AAPL01,Depth' (13) -> '20000000' (4)
'AAPL01,Width' (13) -> '00050000' (4)
'AAPL01,Height' (14) -> '20030000' (4)
'AAPL01,CurrentDisplay' (22) -> '00000000' (4)
'AAPL01,BacklightIntensity' (26) -> '64000000' (4)
'AAPL01,InverterCurrent' (23) -> '00000000' (4)
'AAPL01,Dither' (14) -> '00000000' (4)
'AAPL01,Inverter' (16) -> '00000000' (4)
'AAPL01,PixelFormat' (19) -> '00000000' (4)
'AAPL01,LinkFormat' (18) -> '00000000' (4)
'AAPL01,DataJustify' (19) -> '01000000' (4)
'AAPL01,DualLink' (16) -> '00000000' (4)
'AAPL01,LinkType' (16) -> '00000000' (4)
'AAPL01,InverterFrequency' (25) -> '08520000' (4)
'AAPL01,T6' (10) -> '90010000' (4)
'AAPL01,T5' (10) -> '00000000' (4)
'AAPL01,T4' (10) -> '01000000' (4)
'AAPL01,T3' (10) -> 'C8000000' (4)
'AAPL01,T2' (10) -> 'C8000000' (4)
'AAPL01,T1' (10) -> '01000000' (4)
'AAPL01,T0' (10) -> '00000000' (4)
'AAPL,aux-power-connected' (25) -> '01000000' (4)
'AAPL,BacklightRestore' (22) -> '01000000' (4)
'AAPL,SelfRefreshSupported' (26) -> '01000000' (4)
'AAPL,NumFramebuffers' (21) -> '02000000' (4)
'AAPL,HasLid' (12) -> '01000000' (4)
'AAPL,HasPanel' (14) -> '01000000' (4)
'AAPL,DisplayConfig' (19) -> '1300000000000001210000000000000041000000000000008100000000000000' (32)
'AAPL,NumDisplays' (17) -> '04000000' (4)
'AAPL,backlight-control' (23) -> '01000000' (4)
'saved-config' (13) -> '00000000010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000061000005F9C000000000000C05F3B04A005000000050000A00500003005000050050000370300002003000037030000230300002903000001000000000000000000000000000000020000000000000000000000640000000010008000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000' (256)
'saved-timing1' (14) -> '00100080000000000000000000000000000000000000000000000000000000000000000000000000C05F3B0400000000C05F3B0400000000C05F3B040000000000050000A000000030000000200000002003000017000000030000000600000000000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000' (160)
Done.
Now comes hard part. Converting to plist and from plist to bin.
Iam not verry good on CoreFoundation part so learning takes little time

Netkas if you are interested i may share my code. Its very beta code yet.