OK!
I found new version of OTX (just recompile from 0.1.6 sources)
Click to view attachmentClick to view attachmentI got a result
CODE
sk98osx_dnet::RomlessInit()
+0 0000000000019dd2 55 pushq %rbp
+1 0000000000019dd3 4889e5 movq %rsp,%rbp
+4 0000000000019dd6 4883ec70 subq $0x70,%rsp
+8 0000000000019dda 48895dd8 movq %rbx,0xd8(%rbp)
+12 0000000000019dde 4c8965e0 movq %r12,0xe0(%rbp)
+16 0000000000019de2 4c896de8 movq %r13,0xe8(%rbp)
+20 0000000000019de6 4c8975f0 movq %r14,0xf0(%rbp)
+24 0000000000019dea 4c897df8 movq %r15,0xf8(%rbp)
+28 0000000000019dee 4989fe movq %rdi,%r14
+31 0000000000019df1 488bbf30320000 movq 0x00003230(%rdi),%rdi
+38 0000000000019df8 488b07 movq (%rdi),%rax
+41 0000000000019dfb 31f6 xorl %esi,%esi
+43 0000000000019dfd ff9080080000 call *0x00000880(%rax)
+49 0000000000019e03 3dab116043 cmpl $0x436011ab,%eax
+54 0000000000019e08 7419 je 0x00019e23
+56 0000000000019e0a 3dab116543 cmpl $0x436511ab,%eax
+61 0000000000019e0f 7412 je 0x00019e23
+63 0000000000019e11 3dab115a43 cmpl $0x435a11ab,%eax
+68 0000000000019e16 740b je 0x00019e23
+70 0000000000019e18 3dab115443 cmpl $0x435411ab,%eax
+75 0000000000019e1d 0f8534010000 jneq 0x00019f57
+81 0000000000019e23 c645c000 movb $0x00,0xc0(%rbp)
+85 0000000000019e27 c645c111 movb $0x11,0xc1(%rbp)
+89 0000000000019e2b c645c222 movb $0x22,0xc2(%rbp)
+93 0000000000019e2f c645c333 movb $0x33,0xc3(%rbp)
+97 0000000000019e33 c645c444 movb $0x44,0xc4(%rbp)
+101 0000000000019e37 c645c555 movb $0x55,0xc5(%rbp)
+105 0000000000019e3b 4531c0 xorl %r8d,%r8d
+108 0000000000019e3e 31c9 xorl %ecx,%ecx
+110 0000000000019e40 31d2 xorl %edx,%edx
+112 0000000000019e42 31f6 xorl %esi,%esi
+114 0000000000019e44 488d3dd4b30000 leaq 0x0000b3d4(%rip),%rdi IODeviceTree:/efi/platform
There is a place to patch MacAddress from 00:11:22:33:44:55 to real one
And also a place to patch device ID if you have something else (4354, 435a, 4560, 4365)
What about other solutions for x86_64?