1.08 MB
/srv/reproducible-results/rbuild-debian/tmp.M1vuZm8q3o/b1/pymol_2.2.0+dfsg-4_armhf.changes vs.
/srv/reproducible-results/rbuild-debian/tmp.M1vuZm8q3o/b2/pymol_2.2.0+dfsg-4_armhf.changes
998 B
Files
    
Offset 1, 7 lines modifiedOffset 1, 7 lines modified
  
1 ·ffcca301dd9293ed0939fe6a094e4776·1336352·science·optional·pymol-data_2.2.0+dfsg-4_all.deb1 ·ffcca301dd9293ed0939fe6a094e4776·1336352·science·optional·pymol-data_2.2.0+dfsg-4_all.deb
2 ·7d9b1001ac222c382c12a23bcc38c834·188348·science·optional·pymol_2.2.0+dfsg-4_all.deb2 ·7d9b1001ac222c382c12a23bcc38c834·188348·science·optional·pymol_2.2.0+dfsg-4_all.deb
3 ·2598b6d79068b9b111c3b1ac6148f71b·23010400·debug·optional·python-pymol-dbgsym_2.2.0+dfsg-4_armhf.deb3 ·b20652f8b223fdb5c740724be38ce63c·23010904·debug·optional·python-pymol-dbgsym_2.2.0+dfsg-4_armhf.deb
4 ·3b78099d851bd73a44464170370ed84b·3474816·python·optional·python-pymol_2.2.0+dfsg-4_armhf.deb4 ·7068d044e5857a717d44731469a3791b·3477044·python·optional·python-pymol_2.2.0+dfsg-4_armhf.deb
5 ·3e38d5329b9684c8c46fdf3f335519ca·23141424·debug·optional·python3-pymol-dbgsym_2.2.0+dfsg-4_armhf.deb5 ·f64fddd502acb96deae92627fa8c9fd7·23141928·debug·optional·python3-pymol-dbgsym_2.2.0+dfsg-4_armhf.deb
6 ·026a7ab098ca28224ce4243ceae2668d·3477072·python·optional·python3-pymol_2.2.0+dfsg-4_armhf.deb6 ·9738e51be4c030be90a511efad5ad575·3477368·python·optional·python3-pymol_2.2.0+dfsg-4_armhf.deb
385 KB
python-pymol_2.2.0+dfsg-4_armhf.deb
367 B
file list
    
Offset 1, 3 lines modifiedOffset 1, 3 lines modified
1 -rw-r--r--···0········0········0········4·2019-01-02·01:15:06.000000·debian-binary1 -rw-r--r--···0········0········0········4·2019-01-02·01:15:06.000000·debian-binary
2 -rw-r--r--···0········0········0·····6708·2019-01-02·01:15:06.000000·control.tar.xz2 -rw-r--r--···0········0········0·····6708·2019-01-02·01:15:06.000000·control.tar.xz
3 -rw-r--r--···0········0········0··3467916·2019-01-02·01:15:06.000000·data.tar.xz3 -rw-r--r--···0········0········0··3470144·2019-01-02·01:15:06.000000·data.tar.xz
98.0 B
control.tar.xz
70.0 B
control.tar
48.0 B
./md5sums
30.0 B
./md5sums
Files differ
385 KB
data.tar.xz
385 KB
data.tar
385 KB
./usr/lib/python2.7/dist-packages/pymol/_cmd.arm-linux-gnueabihf.so
430 B
readelf --wide --notes {}
    
Offset 1, 4 lines modifiedOffset 1, 4 lines modified
  
1 Displaying·notes·found·in:·.note.gnu.build-id1 Displaying·notes·found·in:·.note.gnu.build-id
2 ··Owner·················Data·size»  Description2 ··Owner·················Data·size»  Description
3 ··GNU··················0x00000014»  NT_GNU_BUILD_ID·(unique·build·ID·bitstring)»   ····Build·ID:·3238f2a31217e818339dc80a8547959b2ef765eb3 ··GNU··················0x00000014»  NT_GNU_BUILD_ID·(unique·build·ID·bitstring)»   ····Build·ID:·501962e5d2f8b7f794019cc1d6ea6e2e1816c6e1
23.8 KB
strings --all --bytes=8 {}
    
Offset 5741, 74 lines modifiedOffset 5741, 14 lines modified
5741 varying·vec4·COLOR·;5741 varying·vec4·COLOR·;
5742 varying·vec3·NORMAL·;5742 varying·vec3·NORMAL·;
5743 void·main()5743 void·main()
5744 float·NdotV·=·dot(NORMAL,·vec3(0.,0.,1.));5744 float·NdotV·=·dot(NORMAL,·vec3(0.,0.,1.));
5745 gl_FragColor·=·vec4(NdotV·*·COLOR.xyz,·COLOR.a);5745 gl_FragColor·=·vec4(NdotV·*·COLOR.xyz,·COLOR.a);
5746 #ifdef·ANAGLYPH5746 #ifdef·ANAGLYPH
5747 gl_FragColor.rgb·=·vec3((gl_FragColor.r·+·gl_FragColor.b·+·gl_FragColor.g)·/·3.);5747 gl_FragColor.rgb·=·vec3((gl_FragColor.r·+·gl_FragColor.b·+·gl_FragColor.g)·/·3.);
5748 #include·webgl_header.fs 
5749 #define·bgTextureLookup·a_bgTextureLookup 
5750 varying·vec3·a_NORMAL·; 
5751 varying·vec4·a_COLOR·; 
5752 varying·vec4·a_COLOR2·; 
5753 varying·vec4·a_COLOR_INTERP·; 
5754 varying·float·a_INTERPOLATE; 
5755 varying·float·a_LINE_POSITION; 
5756 varying·float·a_fog; 
5757 varying·vec2·a_bgTextureLookup; 
5758 uniform·bool·lighting_enabled; 
5759 uniform·bool·two_sided_lighting_enabled; 
5760 #include·anaglyph_header.fs 
5761 #include·compute_fog_color.fs 
5762 #include·compute_color_for_light.fs 
5763 void·main() 
5764 float·whichColor·=·step(.5,·a_LINE_POSITION); 
5765 vec4·color_step·=·whichColor·*·a_COLOR2·/·a_LINE_POSITION·+·(1.-whichColor)·*·a_COLOR·/·(1.-a_LINE_POSITION); 
5766 vec4·icolor·=·a_INTERPOLATE·*·a_COLOR_INTERP·+·(1.-a_INTERPOLATE)·*·color_step; 
5767 vec4·color·=·ApplyColorEffects(icolor,·gl_FragCoord.z); 
5768 if·(!isPicking·&&·lighting_enabled){ 
5769 vec3·normal·=·a_NORMAL; 
5770 if·(two_sided_lighting_enabled){ 
5771 bool·ff·=·gl_FrontFacing·?·true·:·false; 
5772 if·(!ff) 
5773 normal·=·-normal; 
5774 color·=·ApplyLighting(color,·normal); 
5775 gl_FragColor·=·ApplyFog(color,·a_fog); 
5776 PostLightingEffects(); 
5777 uniform·mat3·g_NormalMatrix; 
5778 uniform·mat4·g_ModelViewMatrix; 
5779 uniform·mat4·g_ProjectionMatrix; 
5780 #ifdef·PYMOL_WEBGL_IOS 
5781 uniform·float·g_PointSize; 
5782 uniform·float·g_Fog_end; 
5783 uniform·float·g_Fog_scale; 
5784 #include·webgl_header.fs 
5785 varying·vec3·packed_data_0·; 
5786 varying·float·fog; 
5787 varying·vec2·bgTextureLookup; 
5788 #ifdef·PURE_OPENGL_ES_2 
5789 varying·vec4·COLOR; 
5790 #define·COLOR·gl_Color 
5791 #define·NORMAL·normalize(packed_data_0.xyz) 
5792 uniform·bool·lighting_enabled; 
5793 uniform·bool·two_sided_lighting_enabled; 
5794 #include·anaglyph_header.fs 
5795 #include·compute_fog_color.fs 
5796 #include·compute_color_for_light.fs 
5797 void·main() 
5798 vec4·color·=·ApplyColorEffects(COLOR,·gl_FragCoord.z); 
5799 if·(!isPicking·&&·lighting_enabled){ 
5800 vec3·normal·=·NORMAL; 
5801 if·(two_sided_lighting_enabled){ 
5802 bool·ff·=·gl_FrontFacing·?·true·:·false; 
5803 if·(!ff) 
5804 normal·=·-normal; 
5805 color·=·ApplyLighting(color,·normal); 
5806 gl_FragColor·=·ApplyFog(color,·fog); 
5807 PostLightingEffects(); 
5808 #ifdef·PYMOL_WEBGL_IOS5748 #ifdef·PYMOL_WEBGL_IOS
5809 #extension·GL_EXT_frag_depth·:·require5749 #extension·GL_EXT_frag_depth·:·require
5810 #include·webgl_header.fs5750 #include·webgl_header.fs
5811 uniform·float·inv_height;5751 uniform·float·inv_height;
5812 uniform·bool·no_flat_caps;5752 uniform·bool·no_flat_caps;
5813 uniform·float·half_bond;5753 uniform·float·half_bond;
5814 #include·anaglyph_header.fs5754 #include·anaglyph_header.fs
Offset 5917, 14 lines modifiedOffset 5857, 74 lines modified
5917 color·=·ApplyLighting(color,·normal);5857 color·=·ApplyLighting(color,·normal);
5918 if·(isPicking){5858 if·(isPicking){
5919 gl_FragColor·=·color;5859 gl_FragColor·=·color;
5920 }·else·{5860 }·else·{
5921 float·fog·=·(g_Fog_end·+·new_point.z)·*·g_Fog_scale;5861 float·fog·=·(g_Fog_end·+·new_point.z)·*·g_Fog_scale;
5922 gl_FragColor·=·ApplyFog(color,·fog);5862 gl_FragColor·=·ApplyFog(color,·fog);
5923 PostLightingEffects(depth);5863 PostLightingEffects(depth);
 5864 uniform·mat3·g_NormalMatrix;
 5865 uniform·mat4·g_ModelViewMatrix;
 5866 uniform·mat4·g_ProjectionMatrix;
 5867 #ifdef·PYMOL_WEBGL_IOS
 5868 uniform·float·g_PointSize;
 5869 uniform·float·g_Fog_end;
 5870 uniform·float·g_Fog_scale;
 5871 #include·webgl_header.fs
 5872 varying·vec3·packed_data_0·;
 5873 varying·float·fog;
 5874 varying·vec2·bgTextureLookup;
 5875 #ifdef·PURE_OPENGL_ES_2
 5876 varying·vec4·COLOR;
 5877 #define·COLOR·gl_Color
 5878 #define·NORMAL·normalize(packed_data_0.xyz)
 5879 uniform·bool·lighting_enabled;
 5880 uniform·bool·two_sided_lighting_enabled;
 5881 #include·anaglyph_header.fs
 5882 #include·compute_fog_color.fs
 5883 #include·compute_color_for_light.fs
 5884 void·main()
 5885 vec4·color·=·ApplyColorEffects(COLOR,·gl_FragCoord.z);
 5886 if·(!isPicking·&&·lighting_enabled){
 5887 vec3·normal·=·NORMAL;
 5888 if·(two_sided_lighting_enabled){
 5889 bool·ff·=·gl_FrontFacing·?·true·:·false;
 5890 if·(!ff)
 5891 normal·=·-normal;
 5892 color·=·ApplyLighting(color,·normal);
 5893 gl_FragColor·=·ApplyFog(color,·fog);
 5894 PostLightingEffects();
 5895 #include·webgl_header.fs
 5896 #define·bgTextureLookup·a_bgTextureLookup
 5897 varying·vec3·a_NORMAL·;
 5898 varying·vec4·a_COLOR·;
 5899 varying·vec4·a_COLOR2·;
 5900 varying·vec4·a_COLOR_INTERP·;
 5901 varying·float·a_INTERPOLATE;
 5902 varying·float·a_LINE_POSITION;
 5903 varying·float·a_fog;
 5904 varying·vec2·a_bgTextureLookup;
 5905 uniform·bool·lighting_enabled;
 5906 uniform·bool·two_sided_lighting_enabled;
 5907 #include·anaglyph_header.fs
 5908 #include·compute_fog_color.fs
Max diff block lines reached; 19618/24302 bytes (80.73%) of diff not shown.
4.07 KB
objdump --line-numbers --disassemble --demangle --reloc --no-show-raw-insn --section=.text {}
    
Offset 30128, 15 lines modifiedOffset 30128, 15 lines modified
30128 »       movs»   r0,·r530128 »       movs»   r0,·r5
30129 »       bne.n»  5e4d4·<molfile_basissetplugin_fini@@Base+0x95c>30129 »       bne.n»  5e4d4·<molfile_basissetplugin_fini@@Base+0x95c>
30130 »       movs»   r0,·r530130 »       movs»   r0,·r5
30131 »       lsls»   r2,·r2,·#330131 »       lsls»   r2,·r2,·#3
30132 »       movs»   r0,·r530132 »       movs»   r0,·r5
30133 »       ldmia»  r7,·{r5,·r6,·r7}30133 »       ldmia»  r7,·{r5,·r6,·r7}
30134 »       movs»   r0,·r530134 »       movs»   r0,·r5
30135 »       ldrh»   r0,·[r1,·r1]30135 »       strb»   r4,·[r6,·r3]
30136 »       movs»   r7,·r430136 »       movs»   r7,·r4
30137 »       cdp2»   0,·0,·cr0,·cr14,·cr7,·{1}30137 »       cdp2»   0,·0,·cr0,·cr14,·cr7,·{1}
30138 »       ldc2l»  0,·cr0,·[lr,·#156]!»  ;·0x9c30138 »       ldc2l»  0,·cr0,·[lr,·#156]!»  ;·0x9c
30139 »       ldmia»  r5!,·{r7}30139 »       ldmia»  r5!,·{r7}
30140 »       movs»   r0,·r530140 »       movs»   r0,·r5
30141 »       mcrr2»  0,·2,·r0,·lr,·cr730141 »       mcrr2»  0,·2,·r0,·lr,·cr7
30142 »       mcrr2»  0,·2,·r0,·r0,·cr730142 »       mcrr2»  0,·2,·r0,·r0,·cr7
Offset 186069, 15 lines modifiedOffset 186069, 15 lines modified
186069 ./contrib/uiuc/plugins/molfile_plugin/src/pdbplugin.c:556186069 ./contrib/uiuc/plugins/molfile_plugin/src/pdbplugin.c:556
186070 »       blx»    4d528·<__stack_chk_fail@plt>186070 »       blx»    4d528·<__stack_chk_fail@plt>
186071 »       nop186071 »       nop
186072 »       ldr»    r4,·[pc,·#976]»;·(a4c04·<molfile_pbeqplugin_fini@@Base+0x1274>)186072 »       ldr»    r4,·[pc,·#976]»;·(a4c04·<molfile_pbeqplugin_fini@@Base+0x1274>)
186073 »       movs»   r4,·r4186073 »       movs»   r4,·r4
186074 »       add»    r1,·pc,·#64»   ;·(adr·r1,·a4878·<molfile_pbeqplugin_fini@@Base+0xee8>)186074 »       add»    r1,·pc,·#64»   ;·(adr·r1,·a4878·<molfile_pbeqplugin_fini@@Base+0xee8>)
186075 »       movs»   r3,·r4186075 »       movs»   r3,·r4
186076 »       »       »       ;·<UNDEFINED>·instruction:·0xf38e0022186076 »       cdp»    0,·3,·cr0,·cr10,·cr2,·{1}
186077 »       lsrs»   r4,·r6,·#9186077 »       lsrs»   r4,·r6,·#9
186078 »       movs»   r0,·r0186078 »       movs»   r0,·r0
186079 »       ldr»    r5,·[pc,·#768]»;·(a4b44·<molfile_pbeqplugin_fini@@Base+0x11b4>)186079 »       ldr»    r5,·[pc,·#768]»;·(a4b44·<molfile_pbeqplugin_fini@@Base+0x11b4>)
186080 »       movs»   r4,·r4186080 »       movs»   r4,·r4
186081 open_pdb_read():186081 open_pdb_read():
186082 ./contrib/uiuc/plugins/molfile_plugin/src/pdbplugin.c:53186082 ./contrib/uiuc/plugins/molfile_plugin/src/pdbplugin.c:53
186083 »       ldr»    r3,·[pc,·#1008]»       ;·(a4c38·<molfile_pbeqplugin_fini@@Base+0x12a8>)186083 »       ldr»    r3,·[pc,·#1008]»       ;·(a4c38·<molfile_pbeqplugin_fini@@Base+0x12a8>)
Offset 207936, 15 lines modifiedOffset 207936, 15 lines modified
207936 »       nop207936 »       nop
207937 »       cbnz»   r4,·adbd2·<molfile_plyplugin_fini@@Base+0x862>207937 »       cbnz»   r4,·adbd2·<molfile_plyplugin_fini@@Base+0x862>
207938 »       movs»   r3,·r4207938 »       movs»   r3,·r4
207939 »       beq.n»  adbc8·<molfile_plyplugin_fini@@Base+0x858>207939 »       beq.n»  adbc8·<molfile_plyplugin_fini@@Base+0x858>
207940 »       movs»   r3,·r4207940 »       movs»   r3,·r4
207941 »       ldmia»  r7,·{r1,·r2,·r3,·r4,·r6,·r7}207941 »       ldmia»  r7,·{r1,·r2,·r3,·r4,·r6,·r7}
207942 »       movs»   r3,·r4207942 »       movs»   r3,·r4
207943 »       str»    r6,·[r1,·#0]207943 »       ldrh»   r2,·[r7,·r2]
207944 »       movs»   r2,·r4207944 »       movs»   r2,·r4
207945 open_pqr_write():207945 open_pqr_write():
207946 ./contrib/uiuc/plugins/molfile_plugin/src/pqrplugin.c:350207946 ./contrib/uiuc/plugins/molfile_plugin/src/pqrplugin.c:350
207947 »       ldr»    r1,·[pc,·#48]» ;·(adbd4·<molfile_plyplugin_fini@@Base+0x864>)207947 »       ldr»    r1,·[pc,·#48]» ;·(adbd4·<molfile_plyplugin_fini@@Base+0x864>)
207948 ./contrib/uiuc/plugins/molfile_plugin/src/pqrplugin.c:347207948 ./contrib/uiuc/plugins/molfile_plugin/src/pqrplugin.c:347
207949 »       push»   {r4,·r5,·r6,·lr}207949 »       push»   {r4,·r5,·r6,·lr}
207950 ./contrib/uiuc/plugins/molfile_plugin/src/pqrplugin.c:350207950 ./contrib/uiuc/plugins/molfile_plugin/src/pqrplugin.c:350
Offset 245444, 15 lines modifiedOffset 245444, 15 lines modified
245444 »       ldc2l»  0,·cr0,·[r0],·{33}»   ;·0x21245444 »       ldc2l»  0,·cr0,·[r0],·{33}»   ;·0x21
245445 »       asrs»   r6,·r0,·#8245445 »       asrs»   r6,·r0,·#8
245446 »       movs»   r3,·r4245446 »       movs»   r3,·r4
245447 »       asrs»   r4,·r5,·#7245447 »       asrs»   r4,·r5,·#7
245448 »       movs»   r3,·r4245448 »       movs»   r3,·r4
245449 »       ldmia»  r3,·{r1,·r2,·r3}245449 »       ldmia»  r3,·{r1,·r2,·r3}
245450 »       movs»   r2,·r4245450 »       movs»   r2,·r4
245451 »       ldrsb»  r0,·[r5,·r2]245451 »       str»    r4,·[r2,·r5]
245452 »       movs»   r1,·r4245452 »       movs»   r1,·r4
245453 write_xbgf_structure():245453 write_xbgf_structure():
245454 ./contrib/uiuc/plugins/molfile_plugin/src/xbgfplugin.cpp:341245454 ./contrib/uiuc/plugins/molfile_plugin/src/xbgfplugin.cpp:341
245455 »       ldr»    r3,·[pc,·#44]» ;·(be5a8·<molfile_vtkplugin_fini@@Base+0x8d8>)245455 »       ldr»    r3,·[pc,·#44]» ;·(be5a8·<molfile_vtkplugin_fini@@Base+0x8d8>)
245456 »       push»   {r4,·r5,·r6,·lr}245456 »       push»   {r4,·r5,·r6,·lr}
245457 »       mov»    r5,·r0245457 »       mov»    r5,·r0
245458 ./contrib/uiuc/plugins/molfile_plugin/src/xbgfplugin.cpp:342245458 ./contrib/uiuc/plugins/molfile_plugin/src/xbgfplugin.cpp:342
Offset 1010247, 15 lines modifiedOffset 1010247, 15 lines modified
1010247 »       movs»   r4,·r11010247 »       movs»   r4,·r1
1010248 »       lsrs»   r0,·r6,·#91010248 »       lsrs»   r0,·r6,·#9
1010249 »       movs»   r0,·r01010249 »       movs»   r0,·r0
1010250 »       str»    r5,·[sp,·#112]»;·0x701010250 »       str»    r5,·[sp,·#112]»;·0x70
1010251 »       movs»   r4,·r11010251 »       movs»   r4,·r1
1010252 »       movs»   r1,·#188»    ;·0xbc1010252 »       movs»   r1,·#188»    ;·0xbc
1010253 »       movs»   r6,·r11010253 »       movs»   r6,·r1
1010254 »       add»    r5,·sp,·#48»   ;·0x301010254 »       add»    r7,·pc,·#736»  ;·(adr·r7,·228a4c·<RenderSphereComputeFog(_PyMOLGlobals*,·RenderInfo*,·float*)@@Base+0x68>)
1010255 »       movs»   r2,·r11010255 »       movs»   r2,·r1
1010256 »       str»    r6,·[r2,·r7]1010256 »       str»    r6,·[r2,·r7]
1010257 »       movs»   r2,·r11010257 »       movs»   r2,·r1
1010258 »       str»    r4,·[sp,·#88]» ;·0x581010258 »       str»    r4,·[sp,·#88]» ;·0x58
1010259 »       movs»   r4,·r11010259 »       movs»   r4,·r1
1010260 RepSphereRender():1010260 RepSphereRender():
1010261 ./layer2/RepSphere.cpp:1761010261 ./layer2/RepSphere.cpp:176
Offset 1014425, 15 lines modifiedOffset 1014425, 15 lines modified
1014425 »       blx»    4c9b0·<glBegin@plt+0x4>1014425 »       blx»    4c9b0·<glBegin@plt+0x4>
1014426 ./layer2/RepSphereImmediate.cpp:461014426 ./layer2/RepSphereImmediate.cpp:46
1014427 »       b.n»    22a5e4·<RepSphereRenderImmediate(CoordSet*,·RenderInfo*)@@Base+0x858>1014427 »       b.n»    22a5e4·<RepSphereRenderImmediate(CoordSet*,·RenderInfo*)@@Base+0x858>
1014428 »       ldmia»  r4!,·{r0,·r2,·r3,·r6,·r7}1014428 »       ldmia»  r4!,·{r0,·r2,·r3,·r6,·r7}
1014429 »       subs»   r5,·#76»     ;·0x4c1014429 »       subs»   r5,·#76»     ;·0x4c
1014430 »       movs»   r0,·r01014430 »       movs»   r0,·r0
1014431 »       movs»   r0,·r01014431 »       movs»   r0,·r0
1014432 »       str»    r1,·[sp,·#824]»;·0x3381014432 »       ldrh»   r2,·[r7,·#34]»;·0x22
1014433 »       movs»   r2,·r11014433 »       movs»   r2,·r1
1014434 »       adds»   r6,·#172»    ;·0xac1014434 »       adds»   r6,·#172»    ;·0xac
1014435 »       movs»   r2,·r11014435 »       movs»   r2,·r1
1014436 »       ldrb»   r6,·[r6,·#3]1014436 »       ldrb»   r6,·[r6,·#3]
1014437 »       movs»   r4,·r11014437 »       movs»   r4,·r1
1014438 »       lsrs»   r0,·r4,·#151014438 »       lsrs»   r0,·r4,·#15
1014439 »       movs»   r0,·r01014439 »       movs»   r0,·r0
Offset 1159915, 15 lines modifiedOffset 1159915, 15 lines modified
1159915 »       movs»   r0,·r01159915 »       movs»   r0,·r0
1159916 »       ldc2l»  0,·cr0,·[lr],·#-36»   ;·0xffffffdc1159916 »       ldc2l»  0,·cr0,·[lr],·#-36»   ;·0xffffffdc
1159917 »       ldr»    r2,·[sp,·#256]»;·0x1001159917 »       ldr»    r2,·[sp,·#256]»;·0x100
1159918 »       movs»   r7,·r01159918 »       movs»   r7,·r0
1159919 »       push»   {r2,·r7}1159919 »       push»   {r2,·r7}
1159920 »       movs»   r7,·r01159920 »       movs»   r7,·r0
1159921 »       »       »       ;·<UNDEFINED>·instruction:·0xfaa000091159921 »       »       »       ;·<UNDEFINED>·instruction:·0xfaa00009
1159922 »       subs»   r6,·#96»     ;·0x601159922 »       subs»   r1,·#12
1159923 »       movs»   r6,·r01159923 »       movs»   r6,·r0
  
1159924 0026fd6c·<MoleculeExporterCIF::init(_PyMOLGlobals*)@@Base>:1159924 0026fd6c·<MoleculeExporterCIF::init(_PyMOLGlobals*)@@Base>:
1159925 _ZN19MoleculeExporterCIF4initEP13_PyMOLGlobals():1159925 _ZN19MoleculeExporterCIF4initEP13_PyMOLGlobals():
1159926 ./layer3/MoleculeExporter.cpp:5771159926 ./layer3/MoleculeExporter.cpp:577
1159927 »       stmdb»  sp!,·{r4,·r5,·r6,·r7,·r8,·lr}1159927 »       stmdb»  sp!,·{r4,·r5,·r6,·r7,·r8,·lr}
1159928 ./layer3/MoleculeExporter.cpp:1561159928 ./layer3/MoleculeExporter.cpp:156
Offset 1263841, 15 lines modifiedOffset 1263841, 15 lines modified
1263841 CmdGetVersion():1263841 CmdGetVersion():
1263842 ./layer4/Cmd.cpp:18921263842 ./layer4/Cmd.cpp:1892
1263843 »       push»   {lr}1263843 »       push»   {lr}
1263844 »       sub»    sp,·#201263844 »       sub»    sp,·#20
1263845 ./layer4/Cmd.cpp:18931263845 ./layer4/Cmd.cpp:1893
1263846 »       ldr»    r3,·[pc,·#60]» ;·(2a0300·<std::vector<bool,·std::allocator<bool>·>::_M_fill_insert(std::_Bit_iterator,·unsigned·int,·bool)@@Base+0x7d8>)1263846 »       ldr»    r3,·[pc,·#60]» ;·(2a0300·<std::vector<bool,·std::allocator<bool>·>::_M_fill_insert(std::_Bit_iterator,·unsigned·int,·bool)@@Base+0x7d8>)
1263847 »       movs»   r0,·#01263847 »       movs»   r0,·#0
1263848 »       movw»   r1,·#23817»  ;·0x5d091263848 »       movw»   r1,·#26602»  ;·0x67ea
1263849 »       movw»   r2,·#34920»  ;·0x88681263849 »       movw»   r2,·#34920»  ;·0x8868
1263850 »       add»    r3,·pc1263850 »       add»    r3,·pc
1263851 »       movt»   r1,·#24413»  ;·0x5f5d1263851 »       movt»   r1,·#24413»  ;·0x5f5d
1263852 »       strd»   r3,·r0,·[sp,·#8]1263852 »       strd»   r3,·r0,·[sp,·#8]
1263853 »       movt»   r2,·#301263853 »       movt»   r2,·#30
1263854 »       ldr»    r0,·[pc,·#40]» ;·(2a0304·<std::vector<bool,·std::allocator<bool>·>::_M_fill_insert(std::_Bit_iterator,·unsigned·int,·bool)@@Base+0x7dc>)1263854 »       ldr»    r0,·[pc,·#40]» ;·(2a0304·<std::vector<bool,·std::allocator<bool>·>::_M_fill_insert(std::_Bit_iterator,·unsigned·int,·bool)@@Base+0x7dc>)
1263855 »       strd»   r2,·r1,·[sp]1263855 »       strd»   r2,·r1,·[sp]
Max diff block lines reached; -1/3982 bytes (-0.03%) of diff not shown.
353 KB
readelf --wide --decompress --hex-dump=.rodata {}
    
Offset 981, 372 lines modifiedOffset 981, 372 lines modified
981 ··0x002d0660·797a2c20·434f4c4f·522e6129·3b0a2369·yz,·COLOR.a);.#i981 ··0x002d0660·797a2c20·434f4c4f·522e6129·3b0a2369·yz,·COLOR.a);.#i
982 ··0x002d0670·66646566·20414e41·474c5950·480a676c·fdef·ANAGLYPH.gl982 ··0x002d0670·66646566·20414e41·474c5950·480a676c·fdef·ANAGLYPH.gl
983 ··0x002d0680·5f467261·67436f6c·6f722e72·6762203d·_FragColor.rgb·=983 ··0x002d0680·5f467261·67436f6c·6f722e72·6762203d·_FragColor.rgb·=
984 ··0x002d0690·20766563·33282867·6c5f4672·6167436f··vec3((gl_FragCo984 ··0x002d0690·20766563·33282867·6c5f4672·6167436f··vec3((gl_FragCo
985 ··0x002d06a0·6c6f722e·72202b20·676c5f46·72616743·lor.r·+·gl_FragC985 ··0x002d06a0·6c6f722e·72202b20·676c5f46·72616743·lor.r·+·gl_FragC
986 ··0x002d06b0·6f6c6f72·2e62202b·20676c5f·46726167·olor.b·+·gl_Frag986 ··0x002d06b0·6f6c6f72·2e62202b·20676c5f·46726167·olor.b·+·gl_Frag
987 ··0x002d06c0·436f6c6f·722e6729·202f2033·2e293b0a·Color.g)·/·3.);.987 ··0x002d06c0·436f6c6f·722e6729·202f2033·2e293b0a·Color.g)·/·3.);.
988 ··0x002d06d0·23656e64·69660a7d·0a000000·23696e63·#endif.}....#inc988 ··0x002d06d0·23656e64·69660a7d·0a000000·23696664·#endif.}....#ifd
 989 ··0x002d06e0·65662050·594d4f4c·5f574542·474c5f49·ef·PYMOL_WEBGL_I
 990 ··0x002d06f0·4f530a23·65787465·6e73696f·6e20474c·OS.#extension·GL
 991 ··0x002d0700·5f455854·5f667261·675f6465·70746820·_EXT_frag_depth·
 992 ··0x002d0710·3a207265·71756972·650a2365·6e646966·:·require.#endif
 993 ··0x002d0720·0a23696e·636c7564·65207765·62676c5f·.#include·webgl_
 994 ··0x002d0730·68656164·65722e66·730a756e·69666f72·header.fs.unifor
 995 ··0x002d0740·6d20666c·6f617420·696e765f·68656967·m·float·inv_heig
 996 ··0x002d0750·68743b0a·756e6966·6f726d20·626f6f6c·ht;.uniform·bool
 997 ··0x002d0760·206e6f5f·666c6174·5f636170·733b0a75··no_flat_caps;.u
 998 ··0x002d0770·6e69666f·726d2066·6c6f6174·2068616c·niform·float·hal
 999 ··0x002d0780·665f626f·6e643b0a·23696e63·6c756465·f_bond;.#include
 1000 ··0x002d0790·20616e61·676c7970·685f6865·61646572··anaglyph_header
 1001 ··0x002d07a0·2e66730a·76617279·696e6720·76656333·.fs.varying·vec3
 1002 ··0x002d07b0·20737572·66616365·5f706f69·6e74203b··surface_point·;
 1003 ··0x002d07c0·0a766172·79696e67·20766563·33206178·.varying·vec3·ax
 1004 ··0x002d07d0·6973203b·0a766172·79696e67·20766563·is·;.varying·vec
 1005 ··0x002d07e0·33206261·7365203b·0a766172·79696e67·3·base·;.varying
 1006 ··0x002d07f0·20766563·3320656e·645f6379·6c203b0a··vec3·end_cyl·;.
 1007 ··0x002d0800·76617279·696e6720·76656333·2055203b·varying·vec3·U·;
 1008 ··0x002d0810·0a766172·79696e67·20766563·33205620·.varying·vec3·V·
 1009 ··0x002d0820·3b0a7661·7279696e·6720666c·6f617420·;.varying·float·
 1010 ··0x002d0830·72616469·75733b0a·76617279·696e6720·radius;.varying·
 1011 ··0x002d0840·666c6f61·74206361·703b0a76·61727969·float·cap;.varyi
 1012 ··0x002d0850·6e672066·6c6f6174·20696e76·5f737172·ng·float·inv_sqr
 1013 ··0x002d0860·5f686569·6768743b·0a766172·79696e67·_height;.varying
 1014 ··0x002d0870·20766563·3420636f·6c6f7231·3b0a7661··vec4·color1;.va
 1015 ··0x002d0880·7279696e·67207665·63342063·6f6c6f72·rying·vec4·color
 1016 ··0x002d0890·323b0a76·61727969·6e672076·65633220·2;.varying·vec2·
 1017 ··0x002d08a0·62675465·78747572·654c6f6f·6b75703b·bgTextureLookup;
 1018 ··0x002d08b0·0a756e69·666f726d·20626f6f·6c206c69·.uniform·bool·li
 1019 ··0x002d08c0·67687469·6e675f65·6e61626c·65643b0a·ghting_enabled;.
 1020 ··0x002d08d0·23696e63·6c756465·20636f6d·70757465·#include·compute
 1021 ··0x002d08e0·5f666f67·5f636f6c·6f722e66·730a2369·_fog_color.fs.#i
 1022 ··0x002d08f0·6e636c75·64652063·6f6d7075·74655f63·nclude·compute_c
 1023 ··0x002d0900·6f6c6f72·5f666f72·5f6c6967·68742e66·olor_for_light.f
 1024 ··0x002d0910·730a2f2a·0a2a2047·65742074·6865206c·s./*.*·Get·the·l
 1025 ··0x002d0920·6f776573·74206269·74206672·6f6d2027·owest·bit·from·'
 1026 ··0x002d0930·62697473·2720616e·64207368·69667420·bits'·and·shift·
 1027 ··0x002d0940·27626974·73272074·6f207468·65207269·'bits'·to·the·ri
 1028 ··0x002d0950·6768742e·0a2a2045·71756976·616c656e·ght..*·Equivalen
 1029 ··0x002d0960·7420746f·20286966·20276269·74732720·t·to·(if·'bits'·
 1030 ··0x002d0970·776f756c·64206265·20696e74·293a0a2a·would·be·int):.*
 1031 ··0x002d0980·20626974·203d2062·69747320·26203078··bit·=·bits·&·0x
 1032 ··0x002d0990·313b2062·69747320·3e3e3d20·313b2072·1;·bits·>>=·1;·r
 1033 ··0x002d09a0·65747572·6e206269·743b0a2a·2f0a626f·eturn·bit;.*/.bo
 1034 ··0x002d09b0·6f6c2067·65745f62·69745f61·6e645f73·ol·get_bit_and_s
 1035 ··0x002d09c0·68696674·28696e6f·75742066·6c6f6174·hift(inout·float
 1036 ··0x002d09d0·20626974·7329207b·0a666c6f·61742062··bits)·{.float·b
 1037 ··0x002d09e0·6974203d·206d6f64·28626974·732c2032·it·=·mod(bits,·2
 1038 ··0x002d09f0·2e30293b·0a626974·73203d20·28626974·.0);.bits·=·(bit
 1039 ··0x002d0a00·73202d20·62697429·202f2032·2e303b0a·s·-·bit)·/·2.0;.
 1040 ··0x002d0a10·72657475·726e2062·6974203e·20302e35·return·bit·>·0.5
 1041 ··0x002d0a20·3b0a7d0a·766f6964·206d6169·6e28766f·;.}.void·main(vo
 1042 ··0x002d0a30·6964290a·7b0a7665·63332072·61795f74·id).{.vec3·ray_t
 1043 ··0x002d0a40·61726765·74203d20·73757266·6163655f·arget·=·surface_
 1044 ··0x002d0a50·706f696e·743b0a23·69666465·66206f72·point;.#ifdef·or
 1045 ··0x002d0a60·74686f0a·76656333·20726179·5f6f7269·tho.vec3·ray_ori
 1046 ··0x002d0a70·67696e20·3d207375·72666163·655f706f·gin·=·surface_po
 1047 ··0x002d0a80·696e743b·0a766563·33207261·795f6469·int;.vec3·ray_di
 1048 ··0x002d0a90·72656374·696f6e20·3d207665·63332830·rection·=·vec3(0
 1049 ··0x002d0aa0·2e2c2030·2e2c2031·2e293b0a·23656c73·.,·0.,·1.);.#els
 1050 ··0x002d0ab0·650a7665·63332072·61795f6f·72696769·e.vec3·ray_origi
 1051 ··0x002d0ac0·6e203d20·76656333·28302e29·3b0a7665·n·=·vec3(0.);.ve
 1052 ··0x002d0ad0·63332072·61795f64·69726563·74696f6e·c3·ray_direction
 1053 ··0x002d0ae0·203d206e·6f726d61·6c697a65·282d7261··=·normalize(-ra
 1054 ··0x002d0af0·795f7461·72676574·293b0a23·656e6469·y_target);.#endi
 1055 ··0x002d0b00·660a6d61·74332062·61736973·203d206d·f.mat3·basis·=·m
 1056 ··0x002d0b10·61743328·552c2056·2c206178·6973293b·at3(U,·V,·axis);
 1057 ··0x002d0b20·0a766563·32205020·3d202828·7261795f·.vec2·P·=·((ray_
 1058 ··0x002d0b30·74617267·6574202d·20626173·6529202a·target·-·base)·*
 1059 ··0x002d0b40·20626173·6973292e·78793b0a·76656332··basis).xy;.vec2
 1060 ··0x002d0b50·2044203d·20287261·795f6469·72656374··D·=·(ray_direct
 1061 ··0x002d0b60·696f6e20·2a206261·73697329·2e78793b·ion·*·basis).xy;
 1062 ··0x002d0b70·0a666c6f·61742072·61646975·7332203d·.float·radius2·=
 1063 ··0x002d0b80·20726164·6975732a·72616469·75733b0a··radius*radius;.
 1064 ··0x002d0b90·666c6f61·74206130·203d2050·2e782a50·float·a0·=·P.x*P
 1065 ··0x002d0ba0·2e78202b·20502e79·2a502e79·202d2072·.x·+·P.y*P.y·-·r
 1066 ··0x002d0bb0·61646975·73323b0a·666c6f61·74206131·adius2;.float·a1
 1067 ··0x002d0bc0·203d2050·2e782a44·2e78202b·20502e79··=·P.x*D.x·+·P.y
 1068 ··0x002d0bd0·2a442e79·3b0a666c·6f617420·6132203d·*D.y;.float·a2·=
 1069 ··0x002d0be0·20442e78·2a442e78·202b2044·2e792a44··D.x*D.x·+·D.y*D
 1070 ··0x002d0bf0·2e793b0a·666c6f61·74206420·3d206131·.y;.float·d·=·a1
 1071 ··0x002d0c00·2a613120·2d206130·2a61323b·0a696620·*a1·-·a0*a2;.if·
 1072 ··0x002d0c10·2864203c·20302e30·290a6469·73636172·(d·<·0.0).discar
 1073 ··0x002d0c20·643b0a66·6c6f6174·20646973·74203d20·d;.float·dist·=·
 1074 ··0x002d0c30·282d6131·202b2073·71727428·6429292f·(-a1·+·sqrt(d))/
 1075 ··0x002d0c40·61323b0a·76656333·206e6577·5f706f69·a2;.vec3·new_poi
 1076 ··0x002d0c50·6e74203d·20726179·5f746172·67657420·nt·=·ray_target·
 1077 ··0x002d0c60·2b206469·7374202a·20726179·5f646972·+·dist·*·ray_dir
 1078 ··0x002d0c70·65637469·6f6e3b0a·76656333·20746d70·ection;.vec3·tmp
 1079 ··0x002d0c80·5f706f69·6e74203d·206e6577·5f706f69·_point·=·new_poi
 1080 ··0x002d0c90·6e74202d·20626173·653b0a76·65633320·nt·-·base;.vec3·
 1081 ··0x002d0ca0·6e6f726d·616c203d·206e6f72·6d616c69·normal·=·normali
 1082 ··0x002d0cb0·7a652874·6d705f70·6f696e74·202d2061·ze(tmp_point·-·a
 1083 ··0x002d0cc0·78697320·2a20646f·7428746d·705f706f·xis·*·dot(tmp_po
 1084 ··0x002d0cd0·696e742c·20617869·7329293b·0a2f2a20·int,·axis));./*·
 1085 ··0x002d0ce0·63617020·3a202034·20626974·73203a20·cap·:··4·bits·:·
 1086 ··0x002d0cf0·31737420·2d206672·6f6e7463·61700a32·1st·-·frontcap.2
 1087 ··0x002d0d00·6e64202d·20656e64·6361700a·33726420·nd·-·endcap.3rd·
 1088 ··0x002d0d10·2d206672·6f6e7463·6170726f·756e640a·-·frontcapround.
 1089 ··0x002d0d20·34746820·2d20656e·64636170·726f756e·4th·-·endcaproun
 1090 ··0x002d0d30·640a3574·68202d20·696e7465·72700a2a·d.5th·-·interp.*
 1091 ··0x002d0d40·2f0a666c·6f617420·66636170·203d2063·/.float·fcap·=·c
 1092 ··0x002d0d50·6170202b·202e3030·313b2020·2f2f2074·ap·+·.001;··//·t
 1093 ··0x002d0d60·6f206163·636f756e·7420666f·72206f64·o·account·for·od
 1094 ··0x002d0d70·6420726f·756e6469·6e672069·73737565·d·rounding·issue
 1095 ··0x002d0d80·73207768·656e2073·65747469·6e670a62·s·when·setting.b
 1096 ··0x002d0d90·6f6f6c20·66726f6e·74636170·20202020·ool·frontcap····
 1097 ··0x002d0da0·20203d20·6765745f·6269745f·616e645f···=·get_bit_and_
 1098 ··0x002d0db0·73686966·74286663·6170293b·0a626f6f·shift(fcap);.boo
 1099 ··0x002d0dc0·6c20656e·64636170·20202020·20202020·l·endcap········
 1100 ··0x002d0dd0·3d206765·745f6269·745f616e·645f7368·=·get_bit_and_sh
 1101 ··0x002d0de0·69667428·66636170·293b0a62·6f6f6c20·ift(fcap);.bool·
 1102 ··0x002d0df0·66726f6e·74636170·726f756e·64203d20·frontcapround·=·
 1103 ··0x002d0e00·6765745f·6269745f·616e645f·73686966·get_bit_and_shif
 1104 ··0x002d0e10·74286663·61702920·2626206e·6f5f666c·t(fcap)·&&·no_fl
 1105 ··0x002d0e20·61745f63·6170733b·0a626f6f·6c20656e·at_caps;.bool·en
 1106 ··0x002d0e30·64636170·726f756e·64202020·3d206765·dcapround···=·ge
 1107 ··0x002d0e40·745f6269·745f616e·645f7368·69667428·t_bit_and_shift(
Max diff block lines reached; 312650/361182 bytes (86.56%) of diff not shown.
2.86 KB
readelf --wide --decompress --hex-dump=.data {}
    
Offset 42, 29 lines modifiedOffset 42, 29 lines modified
42 ··0x00341270·44cc2c00·30cb2c00·68ca2c00·54cc2c00·D.,.0.,.h.,.T.,.42 ··0x00341270·44cc2c00·30cb2c00·68ca2c00·54cc2c00·D.,.0.,.h.,.T.,.
43 ··0x00341280·a0cb2c00·94cc2c00·a8ca2c00·6ccc2c00·..,...,...,.l.,.43 ··0x00341280·a0cb2c00·94cc2c00·a8ca2c00·6ccc2c00·..,...,...,.l.,.
44 ··0x00341290·70cb2c00·fcc92c00·00000000·00000000·p.,...,.........44 ··0x00341290·70cb2c00·fcc92c00·00000000·00000000·p.,...,.........
45 ··0x003412a0·60cc2c00·d4cc2c00·30cb2c00·c0ce2c00·`.,...,.0.,...,.45 ··0x003412a0·60cc2c00·d4cc2c00·30cb2c00·c0ce2c00·`.,...,.0.,...,.
46 ··0x003412b0·7ccb2c00·f4d12c00·4cd82c00·60d82c00·|.,...,.L.,.`.,.46 ··0x003412b0·7ccb2c00·f4d12c00·4cd82c00·60d82c00·|.,...,.L.,.`.,.
47 ··0x003412c0·c0ca2c00·48dd2c00·c0c92c00·b4e32c00·..,.H.,...,...,.47 ··0x003412c0·c0ca2c00·48dd2c00·c0c92c00·b4e32c00·..,.H.,...,...,.
48 ··0x003412d0·9ccc2c00·b4ea2c00·84c92c00·a4052d00·..,...,...,...-.48 ··0x003412d0·9ccc2c00·b4ea2c00·84c92c00·a4052d00·..,...,...,...-.
49 ··0x003412e0·94cc2c00·dc062d00·dcca2c00·dc0a2d00·..,...-...,...-.49 ··0x003412e0·68ca2c00·dc062d00·dcca2c00·80152d00·h.,...-...,...-.
50 ··0x003412f0·54cc2c00·a80b2d00·68ca2c00·800e2d00·T.,...-.h.,...-.50 ··0x003412f0·54cc2c00·4c162d00·94cc2c00·24192d00·T.,.L.-...,.$.-.
51 ··0x00341300·b4ca2c00·241d2d00·98232d00·b8232d00·..,.$.-..#-..#-.51 ··0x00341300·b4ca2c00·241d2d00·98232d00·b8232d00·..,.$.-..#-..#-.
52 ··0x00341310·74ca2c00·10252d00·4ccc2c00·b0272d00·t.,..%-.L.,..'-.52 ··0x00341310·74ca2c00·10252d00·4ccc2c00·b0272d00·t.,..%-.L.,..'-.
53 ··0x00341320·fcc92c00·9c282d00·08ca2c00·402c2d00·..,..(-...,.@,-.53 ··0x00341320·70cb2c00·9c282d00·08ca2c00·742b2d00·p.,..(-...,.t+-.
54 ··0x00341330·7cc92c00·d02d2d00·a0cb2c00·3c302d00·|.,..--...,.<0-. 
55 ··0x00341340·18332d00·2c332d00·40ca2c00·983b2d00·.3-.,3-.@.,..;-. 
56 ··0x00341350·b0cc2c00·903f2d00·d0cb2c00·b0712d00·..,..?-...,..q-.54 ··0x00341330·d0cb2c00·042d2d00·c42d2d00·d82d2d00·..,..--..--..--.
 55 ··0x00341340·a0cb2c00·44362d00·c0cc2c00·20392d00·..,.D6-...,.·9-.
 56 ··0x00341350·40ca2c00·34422d00·b0cc2c00·2c462d00·@.,.4B-...,.,F-.
57 ··0x00341360·c0cc2c00·70722d00·90ca2c00·847b2d00·..,.pr-...,..{-.57 ··0x00341360·7cc92c00·4c782d00·a0ca2c00·b87a2d00·|.,.Lx-...,..z-.
 58 ··0x00341370·90ca2c00·907f2d00·a8ca2c00·f8802d00·..,...-...,...-.
58 ··0x00341370·a8ca2c00·ec7c2d00·6ccc2c00·d4822d00·..,..|-.l.,...-.59 ··0x00341380·8cc92c00·e0862d00·40cb2c00·ac882d00·..,...-.@.,...-.
 60 ··0x00341390·5cc92c00·c4962d00·d8cb2c00·4ca32d00·\.,...-...,.L.-.
59 ··0x00341380·40cb2c00·9c862d00·5cc92c00·b4942d00·@.,...-.\.,...-. 
60 ··0x00341390·e0cb2c00·3ca12d00·70cb2c00·20a22d00·..,.<.-.p.,.·.-. 
61 ··0x003413a0·a0ca2c00·f8a42d00·cccc2c00·d0a92d00·..,...-...,...-.61 ··0x003413a0·fcc92c00·4ca42d00·cccc2c00·f0a72d00·..,.L.-...,...-.
62 ··0x003413b0·b8cb2c00·04ab2d00·ccca2c00·24b72d00·..,...-...,.$.-.62 ··0x003413b0·b8cb2c00·24a92d00·ccca2c00·44b52d00·..,.$.-...,.D.-.
63 ··0x003413c0·8cc92c00·b0b72d00·d8cb2c00·7cb92d00·..,...-...,.|.-.63 ··0x003413c0·6ccc2c00·d0b52d00·e0cb2c00·98b92d00·l.,...-...,...-.
64 ··0x003413d0·80ca2c00·7cba2d00·44cc2c00·e8bc2d00·..,.|.-.D.,...-.64 ··0x003413d0·80ca2c00·7cba2d00·44cc2c00·e8bc2d00·..,.|.-.D.,...-.
65 ··0x003413e0·00000000·501b2e00·f0192e00·481c2e00·....P.......H...65 ··0x003413e0·00000000·501b2e00·f0192e00·481c2e00·....P.......H...
66 ··0x003413f0·b8cc2d00·a44d2e00·fc203100·b04d2e00·..-..M...·1..M..66 ··0x003413f0·b8cc2d00·a44d2e00·fc203100·b04d2e00·..-..M...·1..M..
67 ··0x00341400·bc4d2e00·50b02e00·4c582e00·54582e00·.M..P...LX..TX..67 ··0x00341400·bc4d2e00·50b02e00·4c582e00·54582e00·.M..P...LX..TX..
68 ··0x00341410·5c582e00·64582e00·6c582e00·00000000·\X..dX..lX......68 ··0x00341410·5c582e00·64582e00·6c582e00·00000000·\X..dX..lX......
69 ··0x00341420·00000000·01000000·02000000·04000000·................69 ··0x00341420·00000000·01000000·02000000·04000000·................
70 ··0x00341430·01000000·02000000·04000000·04000000·................70 ··0x00341430·01000000·02000000·04000000·04000000·................
811 B
error from `readelf --wide --decompress --hex-dump=.gnu_debuglink {}`: readelf: Error: no .dynamic section in the dynamic segment
    
Offset 1, 7 lines modifiedOffset 1, 7 lines modified
  
1 Hex·dump·of·section·'.gnu_debuglink':1 Hex·dump·of·section·'.gnu_debuglink':
2 ··0x00000000·33386632·61333132·31376538·31383333·38f2a31217e81833 
3 ··0x00000010·39646338·30613835·34373935·39623265·9dc80a8547959b2e2 ··0x00000000·31393632·65356432·66386237·66373934·1962e5d2f8b7f794
 3 ··0x00000010·30313963·63316436·65613665·32653138·019cc1d6ea6e2e18
4 ··0x00000020·66373635·65622e64·65627567·00000000·f765eb.debug....4 ··0x00000020·31366336·65312e64·65627567·00000000·16c6e1.debug....
5 ··0x00000030·08e3f588····························....5 ··0x00000030·eceadbbe····························....
  
629 KB
python3-pymol_2.2.0+dfsg-4_armhf.deb
367 B
file list
    
Offset 1, 3 lines modifiedOffset 1, 3 lines modified
1 -rw-r--r--···0········0········0········4·2019-01-02·01:15:06.000000·debian-binary1 -rw-r--r--···0········0········0········4·2019-01-02·01:15:06.000000·debian-binary
2 -rw-r--r--···0········0········0·····6804·2019-01-02·01:15:06.000000·control.tar.xz2 -rw-r--r--···0········0········0·····6804·2019-01-02·01:15:06.000000·control.tar.xz
3 -rw-r--r--···0········0········0··3470076·2019-01-02·01:15:06.000000·data.tar.xz3 -rw-r--r--···0········0········0··3470372·2019-01-02·01:15:06.000000·data.tar.xz
98.0 B
control.tar.xz
70.0 B
control.tar
48.0 B
./md5sums
30.0 B
./md5sums
Files differ
629 KB
data.tar.xz
629 KB
data.tar
629 KB
./usr/lib/python3/dist-packages/pymol/_cmd.cpython-37m-arm-linux-gnueabihf.so
5.68 KB
readelf --wide --relocs {}
    
Offset 4787, 58 lines modifiedOffset 4787, 58 lines modified
4787 00341044··00000017·R_ARM_RELATIVE········4787 00341044··00000017·R_ARM_RELATIVE········
4788 00341048··00000017·R_ARM_RELATIVE········4788 00341048··00000017·R_ARM_RELATIVE········
4789 0034104c··00000017·R_ARM_RELATIVE········4789 0034104c··00000017·R_ARM_RELATIVE········
4790 00341050··00000017·R_ARM_RELATIVE········4790 00341050··00000017·R_ARM_RELATIVE········
4791 00341058··00000017·R_ARM_RELATIVE········4791 00341058··00000017·R_ARM_RELATIVE········
4792 0034105c··00000017·R_ARM_RELATIVE········4792 0034105c··00000017·R_ARM_RELATIVE········
4793 00341060··00000017·R_ARM_RELATIVE········4793 00341060··00000017·R_ARM_RELATIVE········
4794 00341064··00000017·R_ARM_RELATIVE········ 
4795 00341068··00000017·R_ARM_RELATIVE········4794 00341068··00000017·R_ARM_RELATIVE········
4796 0034106c··00000017·R_ARM_RELATIVE········4795 0034106c··00000017·R_ARM_RELATIVE········
4797 00341070··00000017·R_ARM_RELATIVE········4796 00341070··00000017·R_ARM_RELATIVE········
4798 00341074··00000017·R_ARM_RELATIVE········4797 00341074··00000017·R_ARM_RELATIVE········
4799 00341078··00000017·R_ARM_RELATIVE········ 
4800 0034107c··00000017·R_ARM_RELATIVE········4798 0034107c··00000017·R_ARM_RELATIVE········
4801 00341080··00000017·R_ARM_RELATIVE········4799 00341080··00000017·R_ARM_RELATIVE········
 4800 00341084··00000017·R_ARM_RELATIVE········
4802 00341088··00000017·R_ARM_RELATIVE········4801 00341088··00000017·R_ARM_RELATIVE········
4803 0034108c··00000017·R_ARM_RELATIVE········4802 0034108c··00000017·R_ARM_RELATIVE········
4804 00341090··00000017·R_ARM_RELATIVE········4803 00341090··00000017·R_ARM_RELATIVE········
4805 00341094··00000017·R_ARM_RELATIVE········4804 00341094··00000017·R_ARM_RELATIVE········
4806 00341098··00000017·R_ARM_RELATIVE········4805 00341098··00000017·R_ARM_RELATIVE········
 4806 0034109c··00000017·R_ARM_RELATIVE········
4807 003410a0··00000017·R_ARM_RELATIVE········4807 003410a0··00000017·R_ARM_RELATIVE········
4808 003410a4··00000017·R_ARM_RELATIVE········4808 003410a4··00000017·R_ARM_RELATIVE········
4809 003410a8··00000017·R_ARM_RELATIVE········ 
4810 003410ac··00000017·R_ARM_RELATIVE········4809 003410ac··00000017·R_ARM_RELATIVE········
4811 003410b0··00000017·R_ARM_RELATIVE········4810 003410b0··00000017·R_ARM_RELATIVE········
4812 003410b8··00000017·R_ARM_RELATIVE········4811 003410b8··00000017·R_ARM_RELATIVE········
4813 003410bc··00000017·R_ARM_RELATIVE········4812 003410bc··00000017·R_ARM_RELATIVE········
4814 003410c4··00000017·R_ARM_RELATIVE········4813 003410c4··00000017·R_ARM_RELATIVE········
4815 003410c8··00000017·R_ARM_RELATIVE········4814 003410c8··00000017·R_ARM_RELATIVE········
4816 003410d0··00000017·R_ARM_RELATIVE········4815 003410d0··00000017·R_ARM_RELATIVE········
4817 003410d4··00000017·R_ARM_RELATIVE········4816 003410d4··00000017·R_ARM_RELATIVE········
4818 003410dc··00000017·R_ARM_RELATIVE········4817 003410dc··00000017·R_ARM_RELATIVE········
4819 003410e0··00000017·R_ARM_RELATIVE········4818 003410e0··00000017·R_ARM_RELATIVE········
4820 003410e4··00000017·R_ARM_RELATIVE········4819 003410e4··00000017·R_ARM_RELATIVE········
4821 003410ec··00000017·R_ARM_RELATIVE········4820 003410ec··00000017·R_ARM_RELATIVE········
4822 003410f0··00000017·R_ARM_RELATIVE········4821 003410f0··00000017·R_ARM_RELATIVE········
4823 003410f8··00000017·R_ARM_RELATIVE········4822 003410f4··00000017·R_ARM_RELATIVE········
4824 003410fc··00000017·R_ARM_RELATIVE········4823 003410fc··00000017·R_ARM_RELATIVE········
4825 00341100··00000017·R_ARM_RELATIVE········4824 00341100··00000017·R_ARM_RELATIVE········
 4825 00341104··00000017·R_ARM_RELATIVE········
4826 00341108··00000017·R_ARM_RELATIVE········4826 00341108··00000017·R_ARM_RELATIVE········
4827 0034110c··00000017·R_ARM_RELATIVE········4827 0034110c··00000017·R_ARM_RELATIVE········
4828 00341110··00000017·R_ARM_RELATIVE········4828 00341114··00000017·R_ARM_RELATIVE········
4829 00341118··00000017·R_ARM_RELATIVE········4829 00341118··00000017·R_ARM_RELATIVE········
4830 0034111c··00000017·R_ARM_RELATIVE········4830 0034111c··00000017·R_ARM_RELATIVE········
4831 00341120··00000017·R_ARM_RELATIVE········4831 00341120··00000017·R_ARM_RELATIVE········
4832 00341124··00000017·R_ARM_RELATIVE········4832 00341124··00000017·R_ARM_RELATIVE········
4833 0034112c··00000017·R_ARM_RELATIVE········4833 0034112c··00000017·R_ARM_RELATIVE········
4834 00341130··00000017·R_ARM_RELATIVE········4834 00341130··00000017·R_ARM_RELATIVE········
4835 00341138··00000017·R_ARM_RELATIVE········4835 00341134··00000017·R_ARM_RELATIVE········
4836 0034113c··00000017·R_ARM_RELATIVE········4836 0034113c··00000017·R_ARM_RELATIVE········
4837 00341144··00000017·R_ARM_RELATIVE········4837 00341140··00000017·R_ARM_RELATIVE········
4838 00341148··00000017·R_ARM_RELATIVE········4838 00341148··00000017·R_ARM_RELATIVE········
4839 0034114c··00000017·R_ARM_RELATIVE········4839 0034114c··00000017·R_ARM_RELATIVE········
4840 00341154··00000017·R_ARM_RELATIVE········4840 00341154··00000017·R_ARM_RELATIVE········
4841 00341158··00000017·R_ARM_RELATIVE········4841 00341158··00000017·R_ARM_RELATIVE········
4842 00341160··00000017·R_ARM_RELATIVE········4842 00341160··00000017·R_ARM_RELATIVE········
4843 00341164··00000017·R_ARM_RELATIVE········4843 00341164··00000017·R_ARM_RELATIVE········
4844 0034116c··00000017·R_ARM_RELATIVE········4844 0034116c··00000017·R_ARM_RELATIVE········
Offset 4850, 62 lines modifiedOffset 4850, 62 lines modified
4850 00341190··00000017·R_ARM_RELATIVE········4850 00341190··00000017·R_ARM_RELATIVE········
4851 00341194··00000017·R_ARM_RELATIVE········4851 00341194··00000017·R_ARM_RELATIVE········
4852 0034119c··00000017·R_ARM_RELATIVE········4852 0034119c··00000017·R_ARM_RELATIVE········
4853 003411a0··00000017·R_ARM_RELATIVE········4853 003411a0··00000017·R_ARM_RELATIVE········
4854 003411ac··00000017·R_ARM_RELATIVE········4854 003411ac··00000017·R_ARM_RELATIVE········
4855 003411b0··00000017·R_ARM_RELATIVE········4855 003411b0··00000017·R_ARM_RELATIVE········
4856 003411b4··00000017·R_ARM_RELATIVE········4856 003411b4··00000017·R_ARM_RELATIVE········
4857 003411b8··00000017·R_ARM_RELATIVE········ 
4858 003411bc··00000017·R_ARM_RELATIVE········4857 003411bc··00000017·R_ARM_RELATIVE········
4859 003411c0··00000017·R_ARM_RELATIVE········4858 003411c0··00000017·R_ARM_RELATIVE········
4860 003411c4··00000017·R_ARM_RELATIVE········4859 003411c4··00000017·R_ARM_RELATIVE········
 4860 003411c8··00000017·R_ARM_RELATIVE········
4861 003411cc··00000017·R_ARM_RELATIVE········4861 003411cc··00000017·R_ARM_RELATIVE········
4862 003411d0··00000017·R_ARM_RELATIVE········4862 003411d0··00000017·R_ARM_RELATIVE········
4863 003411d4··00000017·R_ARM_RELATIVE········4863 003411d4··00000017·R_ARM_RELATIVE········
4864 003411d8··00000017·R_ARM_RELATIVE········4864 003411d8··00000017·R_ARM_RELATIVE········
4865 003411dc··00000017·R_ARM_RELATIVE········4865 003411dc··00000017·R_ARM_RELATIVE········
4866 003411e0··00000017·R_ARM_RELATIVE········4866 003411e0··00000017·R_ARM_RELATIVE········
4867 003411e4··00000017·R_ARM_RELATIVE········4867 003411e4··00000017·R_ARM_RELATIVE········
4868 003411e8··00000017·R_ARM_RELATIVE········4868 003411e8··00000017·R_ARM_RELATIVE········
4869 003411ec··00000017·R_ARM_RELATIVE········ 
4870 003411f0··00000017·R_ARM_RELATIVE········4869 003411f0··00000017·R_ARM_RELATIVE········
4871 003411f4··00000017·R_ARM_RELATIVE········4870 003411f4··00000017·R_ARM_RELATIVE········
4872 003411f8··00000017·R_ARM_RELATIVE········4871 003411f8··00000017·R_ARM_RELATIVE········
 4872 003411fc··00000017·R_ARM_RELATIVE········
4873 00341200··00000017·R_ARM_RELATIVE········4873 00341200··00000017·R_ARM_RELATIVE········
4874 00341204··00000017·R_ARM_RELATIVE········4874 00341204··00000017·R_ARM_RELATIVE········
4875 00341208··00000017·R_ARM_RELATIVE········4875 00341208··00000017·R_ARM_RELATIVE········
4876 0034120c··00000017·R_ARM_RELATIVE········ 
4877 00341210··00000017·R_ARM_RELATIVE········4876 00341210··00000017·R_ARM_RELATIVE········
4878 00341214··00000017·R_ARM_RELATIVE········4877 00341214··00000017·R_ARM_RELATIVE········
4879 00341218··00000017·R_ARM_RELATIVE········4878 00341218··00000017·R_ARM_RELATIVE········
4880 0034121c··00000017·R_ARM_RELATIVE········4879 0034121c··00000017·R_ARM_RELATIVE········
4881 00341220··00000017·R_ARM_RELATIVE········4880 00341220··00000017·R_ARM_RELATIVE········
4882 00341224··00000017·R_ARM_RELATIVE········4881 00341224··00000017·R_ARM_RELATIVE········
4883 00341228··00000017·R_ARM_RELATIVE········4882 00341228··00000017·R_ARM_RELATIVE········
 4883 0034122c··00000017·R_ARM_RELATIVE········
4884 00341230··00000017·R_ARM_RELATIVE········4884 00341230··00000017·R_ARM_RELATIVE········
4885 00341234··00000017·R_ARM_RELATIVE········4885 00341234··00000017·R_ARM_RELATIVE········
4886 00341238··00000017·R_ARM_RELATIVE········4886 00341238··00000017·R_ARM_RELATIVE········
4887 0034123c··00000017·R_ARM_RELATIVE········4887 0034123c··00000017·R_ARM_RELATIVE········
4888 00341240··00000017·R_ARM_RELATIVE········ 
4889 00341244··00000017·R_ARM_RELATIVE········4888 00341244··00000017·R_ARM_RELATIVE········
 4889 00341248··00000017·R_ARM_RELATIVE········
4890 0034124c··00000017·R_ARM_RELATIVE········4890 0034124c··00000017·R_ARM_RELATIVE········
4891 00341250··00000017·R_ARM_RELATIVE········4891 00341250··00000017·R_ARM_RELATIVE········
4892 00341254··00000017·R_ARM_RELATIVE········4892 00341254··00000017·R_ARM_RELATIVE········
4893 00341258··00000017·R_ARM_RELATIVE········4893 00341258··00000017·R_ARM_RELATIVE········
4894 0034125c··00000017·R_ARM_RELATIVE········4894 0034125c··00000017·R_ARM_RELATIVE········
4895 00341260··00000017·R_ARM_RELATIVE········4895 00341260··00000017·R_ARM_RELATIVE········
4896 00341264··00000017·R_ARM_RELATIVE········4896 00341264··00000017·R_ARM_RELATIVE········
4897 00341268··00000017·R_ARM_RELATIVE········4897 00341268··00000017·R_ARM_RELATIVE········
4898 0034126c··00000017·R_ARM_RELATIVE········4898 0034126c··00000017·R_ARM_RELATIVE········
4899 00341270··00000017·R_ARM_RELATIVE········ 
4900 00341274··00000017·R_ARM_RELATIVE········4899 00341274··00000017·R_ARM_RELATIVE········
4901 00341278··00000017·R_ARM_RELATIVE········4900 00341278··00000017·R_ARM_RELATIVE········
 4901 0034127c··00000017·R_ARM_RELATIVE········
4902 00341280··00000017·R_ARM_RELATIVE········4902 00341280··00000017·R_ARM_RELATIVE········
4903 00341284··00000017·R_ARM_RELATIVE········4903 00341284··00000017·R_ARM_RELATIVE········
4904 0034128c··00000017·R_ARM_RELATIVE········4904 00341288··00000017·R_ARM_RELATIVE········
4905 00341290··00000017·R_ARM_RELATIVE········4905 00341290··00000017·R_ARM_RELATIVE········
4906 00341294··00000017·R_ARM_RELATIVE········4906 00341294··00000017·R_ARM_RELATIVE········
4907 003412a0··00000017·R_ARM_RELATIVE········4907 003412a0··00000017·R_ARM_RELATIVE········
4908 003412a4··00000017·R_ARM_RELATIVE········4908 003412a4··00000017·R_ARM_RELATIVE········
4909 003412a8··00000017·R_ARM_RELATIVE········4909 003412a8··00000017·R_ARM_RELATIVE········
Max diff block lines reached; 43/5767 bytes (0.75%) of diff not shown.
430 B
readelf --wide --notes {}
    
Offset 1, 4 lines modifiedOffset 1, 4 lines modified
  
1 Displaying·notes·found·in:·.note.gnu.build-id1 Displaying·notes·found·in:·.note.gnu.build-id
2 ··Owner·················Data·size»  Description2 ··Owner·················Data·size»  Description
3 ··GNU··················0x00000014»  NT_GNU_BUILD_ID·(unique·build·ID·bitstring)»   ····Build·ID:·7ec1f83333bed58bfaf3a55edefc418169015fc33 ··GNU··················0x00000014»  NT_GNU_BUILD_ID·(unique·build·ID·bitstring)»   ····Build·ID:·e91713ab65684fb69ec3f2865b6235dd438a4803
86.2 KB
strings --all --bytes=8 {}
    
Offset 5346, 907 lines modifiedOffset 5346, 143 lines modified
5346 label.vs5346 label.vs
5347 screen.fs5347 screen.fs
5348 screen.vs5348 screen.vs
5349 surface.fs5349 surface.fs
5350 surface.vs5350 surface.vs
5351 trilines.fs5351 trilines.fs
5352 ANAGLYPH5352 ANAGLYPH
 5353 use_geometry_shaders
 5354 connector.fs
 5355 connector.vs
 5356 line_smooth
 5357 trilines.vs
5353 PYMOL_WEBGL_IOS5358 PYMOL_WEBGL_IOS
5354 cylinder.fs5359 cylinder.fs
5355 indicator.fs5360 indicator.fs
5356 indicator.vs5361 indicator.vs
5357 sphere.fs5362 sphere.fs
5358 sphere.vs5363 sphere.vs
5359 webgl_header.fs5364 webgl_header.fs
5360 webgl_header.vs5365 webgl_header.vs
5361 PYMOL_WEBGL5366 gl_VertexID_enabled
5362 bg_image_mode_solid5367 bg_image_mode_solid
5363 compute_fog_color.fs5368 compute_fog_color.fs
5364 bg_image_mode_1_or_35369 bg_image_mode_1_or_3
5365 bg_image_mode_2_or_35370 bg_image_mode_2_or_3
5366 depth_cue5371 depth_cue
5367 gl_VertexID_enabled 
5368 volume_mode5372 volume_mode
5369 volume.fs5373 volume.fs
5370 volume.vs5374 volume.vs
 5375 PYMOL_WEBGL
5371 use_geometry_shaders 
5372 connector.fs 
5373 connector.vs 
5374 line_smooth 
5375 trilines.vs 
5376 precomputed_lighting 
5377 compute_color_for_light.fs 
5378 ray_transparency_oblique 
5379 NO_ORDER_TRANSP5376 NO_ORDER_TRANSP
5380 ONE_DRAW_BUFFER5377 ONE_DRAW_BUFFER
5381 ray_trace_mode_35378 ray_trace_mode_3
5382 chromadepth_postlighting5379 chromadepth_postlighting
5383 transparency_mode_35380 transparency_mode_3
5384 chromadepth5381 chromadepth
5385 PYMOL_IOS5382 PYMOL_IOS
 5383 precomputed_lighting
 5384 compute_color_for_light.fs
 5385 ray_transparency_oblique
5386 GLEW_VERSION_3_05386 GLEW_VERSION_3_0
5387 connector.shared5387 connector.shared
 5388 connector.gs
5388 cylinder.vs5389 cylinder.vs
5389 CallComputeColorForLight5390 CallComputeColorForLight
5390 connector.gs5391 #ifdef·PURE_OPENGL_ES_2
 5392 precision·highp·float;
 5393 attribute·vec3·a_Vertex;
 5394 varying·vec2·bgTextureLookup·;
 5395 uniform·bool·isPicking;
 5396 void·main()
 5397 gl_Position·=·vec4(a_Vertex.xy,·.5,·1.);
 5398 bgTextureLookup·=·(1.·+·a_Vertex.xy)·/·2.;
5391 #ifdef·PURE_OPENGL_ES_25399 #ifdef·PURE_OPENGL_ES_2
5392 precision·lowp·float;5400 precision·lowp·float;
5393 varying·vec4·COLOR·;5401 varying·vec4·COLOR·;
5394 varying·vec3·NORMAL·;5402 varying·vec3·NORMAL·;
5395 void·main()5403 void·main()
5396 float·NdotV·=·dot(NORMAL,·vec3(0.,0.,1.));5404 float·NdotV·=·dot(NORMAL,·vec3(0.,0.,1.));
5397 gl_FragColor·=·vec4(NdotV·*·COLOR.xyz,·COLOR.a);5405 gl_FragColor·=·vec4(NdotV·*·COLOR.xyz,·COLOR.a);
5398 #ifdef·ANAGLYPH5406 #ifdef·ANAGLYPH
5399 gl_FragColor.rgb·=·vec3((gl_FragColor.r·+·gl_FragColor.b·+·gl_FragColor.g)·/·3.);5407 gl_FragColor.rgb·=·vec3((gl_FragColor.r·+·gl_FragColor.b·+·gl_FragColor.g)·/·3.);
 5408 attribute·vec4·a_target_pt3d;
 5409 attribute·vec4·a_center_pt3d;
 5410 attribute·vec3·a_indentFactor;
 5411 attribute·vec3·a_screenWorldOffset;
5400 #ifdef·PYMOL_WEBGL_IOS 
5401 #extension·GL_EXT_frag_depth·:·require 
5402 #include·webgl_header.fs 
5403 uniform·float·inv_height; 
5404 uniform·bool·no_flat_caps; 
5405 uniform·float·half_bond; 
5406 #include·anaglyph_header.fs 
5407 varying·vec3·surface_point·; 
5408 varying·vec3·axis·; 
5409 varying·vec3·base·; 
5410 varying·vec3·end_cyl·; 
5411 varying·vec3·U·; 
5412 varying·vec3·V·; 
5413 varying·float·radius; 
5414 varying·float·cap; 
5415 varying·float·inv_sqr_height; 
5416 varying·vec4·color1; 
5417 varying·vec4·color2; 
5418 varying·vec2·bgTextureLookup; 
5419 uniform·bool·lighting_enabled; 
5420 #include·compute_fog_color.fs 
5421 #include·compute_color_for_light.fs 
5422 *·Get·the·lowest·bit·from·'bits'·and·shift·'bits'·to·the·right. 
5423 *·Equivalent·to·(if·'bits'·would·be·int): 
5424 *·bit·=·bits·&·0x1;·bits·>>=·1;·return·bit; 
5425 bool·get_bit_and_shift(inout·float·bits)·{ 
5426 float·bit·=·mod(bits,·2.0); 
5427 bits·=·(bits·-·bit)·/·2.0; 
5428 return·bit·>·0.5; 
5429 void·main(void) 
5430 vec3·ray_target·=·surface_point; 
5431 #ifdef·ortho 
5432 vec3·ray_origin·=·surface_point; 
5433 vec3·ray_direction·=·vec3(0.,·0.,·1.); 
5434 vec3·ray_origin·=·vec3(0.); 
5435 vec3·ray_direction·=·normalize(-ray_target); 
5436 mat3·basis·=·mat3(U,·V,·axis); 
5437 vec2·P·=·((ray_target·-·base)·*·basis).xy; 
5438 vec2·D·=·(ray_direction·*·basis).xy; 
5439 float·radius2·=·radius*radius; 
5440 float·a0·=·P.x*P.x·+·P.y*P.y·-·radius2; 
5441 float·a1·=·P.x*D.x·+·P.y*D.y; 
5442 float·a2·=·D.x*D.x·+·D.y*D.y; 
5443 float·d·=·a1*a1·-·a0*a2; 
5444 if·(d·<·0.0) 
5445 discard; 
5446 float·dist·=·(-a1·+·sqrt(d))/a2; 
5447 vec3·new_point·=·ray_target·+·dist·*·ray_direction; 
5448 vec3·tmp_point·=·new_point·-·base; 
5449 vec3·normal·=·normalize(tmp_point·-·axis·*·dot(tmp_point,·axis)); 
5450 /*·cap·:··4·bits·:·1st·-·frontcap 
5451 2nd·-·endcap 
Max diff block lines reached; 76937/88170 bytes (87.26%) of diff not shown.
15.8 KB
objdump --line-numbers --disassemble --demangle --reloc --no-show-raw-insn --section=.text {}
    
Offset 1702, 15 lines modifiedOffset 1702, 15 lines modified
1702 »       ldrdeq» r1,·[fp],·-lr»      ;·<UNPREDICTABLE>1702 »       ldrdeq» r1,·[fp],·-lr»      ;·<UNPREDICTABLE>
1703 »       eoreq»  r1,·fp,·r0,·lsr·#211703 »       eoreq»  r1,·fp,·r0,·lsr·#21
1704 »       eoreq»  r1,·fp,·r2,·ror·sl1704 »       eoreq»  r1,·fp,·r2,·ror·sl
1705 »       mlaeq»  fp,·r4,·sl,·r11705 »       mlaeq»  fp,·r4,·sl,·r1
1706 »       eoreq»  r1,·fp,·sl,·ror·sl1706 »       eoreq»  r1,·fp,·sl,·ror·sl
1707 »       eoreq»  r1,·fp,·r2,·lsl·#211707 »       eoreq»  r1,·fp,·r2,·lsl·#21
1708 »       mlaeq»  fp,·r0,·sl,·r11708 »       mlaeq»  fp,·r0,·sl,·r1
1709 »       eoreq»  lr,·r7,·sl,·ror·lr1709 »       eoreq»  lr,·r7,·r2,·lsr·sp
1710 »       eoreq»  r1,·fp,·r4,·asr·#201710 »       eoreq»  r1,·fp,·r4,·asr·#20
1711 »       eoreq»  r1,·fp,·sl,·lsr·sl1711 »       eoreq»  r1,·fp,·sl,·lsr·sl
1712 »       eoreq»  r1,·fp,·r2,·lsr·sl1712 »       eoreq»  r1,·fp,·r2,·lsr·sl
1713 »       ldrdeq» r1,·[fp],·-ip»      ;·<UNPREDICTABLE>1713 »       ldrdeq» r1,·[fp],·-ip»      ;·<UNPREDICTABLE>
1714 »       eoreq»  r1,·fp,·r2,·lsr·#201714 »       eoreq»  r1,·fp,·r2,·lsr·#20
1715 »       strdeq» r1,·[fp],·-r8»      ;·<UNPREDICTABLE>1715 »       strdeq» r1,·[fp],·-r8»      ;·<UNPREDICTABLE>
1716 »       eoreq»  r1,·fp,·ip,·asr·#191716 »       eoreq»  r1,·fp,·ip,·asr·#19
Offset 1745, 15 lines modifiedOffset 1745, 15 lines modified
1745 »       eoreq»  r2,·fp,·r4,·lsr·#141745 »       eoreq»  r2,·fp,·r4,·lsr·#14
1746 »       eoreq»  r1,·fp,·r4,·ror·#141746 »       eoreq»  r1,·fp,·r4,·ror·#14
1747 »       eoreq»  r1,·fp,·r6,·ror·r71747 »       eoreq»  r1,·fp,·r6,·ror·r7
1748 »       eoreq»  r1,·fp,·r0,·lsl·#151748 »       eoreq»  r1,·fp,·r0,·lsl·#15
1749 »       eoreq»  r1,·fp,·sl,·lsr·#141749 »       eoreq»  r1,·fp,·sl,·lsr·#14
1750 »       eoreq»  r1,·fp,·ip,·lsr·#141750 »       eoreq»  r1,·fp,·ip,·lsr·#14
1751 »       ldrdeq» ip,·[r9],·-sl»      ;·<UNPREDICTABLE>1751 »       ldrdeq» ip,·[r9],·-sl»      ;·<UNPREDICTABLE>
1752 »       eoreq»  lr,·r7,·ip,·ror·#161752 »       eoreq»  lr,·r7,·r4,·lsr·#17
1753 »       strdeq» r1,·[fp],·-sl»      ;·<UNPREDICTABLE>1753 »       strdeq» r1,·[fp],·-sl»      ;·<UNPREDICTABLE>
1754 »       eoreq»  r6,·sl,·r6,·lsr·fp1754 »       eoreq»  r6,·sl,·r6,·lsr·fp
1755 »       strdeq» r3,·[sl],·-sl»      ;·<UNPREDICTABLE>1755 »       strdeq» r3,·[sl],·-sl»      ;·<UNPREDICTABLE>
1756 »       strhteq»r1,·[fp],·-r01756 »       strhteq»r1,·[fp],·-r0
1757 »       eoreq»  r1,·fp,·sl,·lsr·#131757 »       eoreq»  r1,·fp,·sl,·lsr·#13
1758 »       eoreq»  r1,·fp,·lr,·asr·#121758 »       eoreq»  r1,·fp,·lr,·asr·#12
1759 »       eoreq»  r1,·fp,·ip,·asr·#121759 »       eoreq»  r1,·fp,·ip,·asr·#12
Offset 10808, 15 lines modifiedOffset 10808, 15 lines modified
10808 »       eoreq»  lr,·sl,·lr,·lsl·#610808 »       eoreq»  lr,·sl,·lr,·lsl·#6
10809 »       eoreq»  lr,·sl,·ip,·lsr·#610809 »       eoreq»  lr,·sl,·ip,·lsr·#6
10810 »       eoreq»  ip,·sl,·r2,·rrx10810 »       eoreq»  ip,·sl,·r2,·rrx
10811 »       eoreq»  lr,·sl,·ip,·ror·#510811 »       eoreq»  lr,·sl,·ip,·ror·#5
10812 »       eoreq»  lr,·sl,·r4,·ror·#310812 »       eoreq»  lr,·sl,·r4,·ror·#3
10813 »       eoreq»  lr,·sl,·r0,·lsr·r210813 »       eoreq»  lr,·sl,·r0,·lsr·r2
10814 »       eoreq»  lr,·sl,·r0,·lsr·#410814 »       eoreq»  lr,·sl,·r0,·lsr·#4
10815 »       eoreq»  r9,·r7,·ip,·ror·#410815 »       eoreq»  r9,·r7,·r8,·ror·#5
10816 »       eoreq»  lr,·sl,·lr,·lsl·#410816 »       eoreq»  lr,·sl,·lr,·lsl·#4
10817 »       eoreq»  lr,·sl,·ip,·lsl·r210817 »       eoreq»  lr,·sl,·ip,·lsl·r2
10818 »       eoreq»  lr,·sl,·sl,·lsr·#410818 »       eoreq»  lr,·sl,·sl,·lsr·#4
10819 »       eoreq»  lr,·sl,·sl,·ror·#310819 »       eoreq»  lr,·sl,·sl,·ror·#3
10820 »       eoreq»  lr,·sl,·r4,·ror·#310820 »       eoreq»  lr,·sl,·r4,·ror·#3
10821 »       eoreq»  lr,·sl,·sl,·lsl·r210821 »       eoreq»  lr,·sl,·sl,·lsl·r2
10822 »       eoreq»  lr,·sl,·lr,·ror·r110822 »       eoreq»  lr,·sl,·lr,·ror·r1
Offset 14259, 35 lines modifiedOffset 14259, 35 lines modified
14259 »       eoreq»  ip,·sl,·r8,·asr·#2614259 »       eoreq»  ip,·sl,·r8,·asr·#26
14260 »       eoreq»  ip,·sl,·lr,·lsl·sp14260 »       eoreq»  ip,·sl,·lr,·lsl·sp
14261 »       eoreq»  ip,·sl,·ip,·lsr·sp14261 »       eoreq»  ip,·sl,·ip,·lsr·sp
14262 »       ldrdeq» r9,·[sl],·-lr»      ;·<UNPREDICTABLE>14262 »       ldrdeq» r9,·[sl],·-lr»      ;·<UNPREDICTABLE>
14263 »       eoreq»  ip,·sl,·r4,·lsl·#2614263 »       eoreq»  ip,·sl,·r4,·lsl·#26
14264 »       eoreq»  r8,·sl,·lr,·lsr·#814264 »       eoreq»  r8,·sl,·lr,·lsr·#8
14265 »       eoreq»  ip,·sl,·r2,·lsl·sp14265 »       eoreq»  ip,·sl,·r2,·lsl·sp
14266 »       eoreq»  r6,·r7,·sl,·lsr·#3014266 »       eoreq»  r6,·r7,·r2,·ror·#27
14267 »       eoreq»  ip,·sl,·r6,·lsl·#2614267 »       eoreq»  ip,·sl,·r6,·lsl·#26
14268 »       eoreq»  ip,·sl,·ip,·asr·#2514268 »       eoreq»  ip,·sl,·ip,·asr·#25
14269 »       eoreq»  ip,·sl,·lr,·lsr·sp14269 »       eoreq»  ip,·sl,·lr,·lsr·sp
14270 »       eoreq»  ip,·sl,·sl,·ror·#2514270 »       eoreq»  ip,·sl,·sl,·ror·#25
14271 »       eoreq»  ip,·sl,·lr,·asr·#2514271 »       eoreq»  ip,·sl,·lr,·asr·#25
14272 »       strdeq» ip,·[sl],·-lr»      ;·<UNPREDICTABLE>14272 »       strdeq» ip,·[sl],·-lr»      ;·<UNPREDICTABLE>
14273 »       eoreq»  ip,·sl,·ip,·lsl·#2614273 »       eoreq»  ip,·sl,·ip,·lsl·#26
14274 »       eoreq»  ip,·sl,·r4,·lsr·#2514274 »       eoreq»  ip,·sl,·r4,·lsr·#25
14275 »       strhteq»ip,·[sl],·-r414275 »       strhteq»ip,·[sl],·-r4
14276 »       strhteq»ip,·[sl],·-lr14276 »       strhteq»ip,·[sl],·-lr
14277 »       rsbseq» r7,·r1,·r6,·lsl·#1014277 »       rsbseq» r7,·r1,·r6,·lsl·#10
14278 »       strhteq»ip,·[sl],·-r014278 »       strhteq»ip,·[sl],·-r0
14279 »       ldrdeq» r6,·[r7],·-lr»      ;·<UNPREDICTABLE>14279 »       eoreq»  r6,·r7,·r2,·lsl·#26
14280 »       eoreq»  ip,·sl,·r2,·lsl·#2314280 »       eoreq»  ip,·sl,·r2,·lsl·#23
14281 »       eoreq»  fp,·r9,·r2,·ror·#2414281 »       eoreq»  fp,·r9,·r2,·ror·#24
14282 »       eoreq»  ip,·sl,·r8,·asr·#2314282 »       eoreq»  ip,·sl,·r8,·asr·#23
14283 »       eoreq»  ip,·sl,·r8,·asr·fp14283 »       eoreq»  ip,·sl,·r8,·asr·fp
14284 »       eoreq»  ip,·sl,·r6,·lsr·fp14284 »       eoreq»  ip,·sl,·r6,·lsr·fp
14285 »       eoreq»  r6,·r7,·lr,·ror·#2414285 »       eoreq»  r6,·r7,·sl,·ror·#25
14286 »       strdeq» r6,·[r7],·-r8»      ;·<UNPREDICTABLE>14286 »       eoreq»  r6,·r7,·r8,·lsr·#25
14287 »       eoreq»  ip,·sl,·r6,·ror·#2114287 »       eoreq»  ip,·sl,·r6,·ror·#21
14288 »       eoreq»  ip,·sl,·r2,·asr·#2114288 »       eoreq»  ip,·sl,·r2,·asr·#21
14289 »       ldrdeq» r4,·[r9],·-sl»      ;·<UNPREDICTABLE>14289 »       ldrdeq» r4,·[r9],·-sl»      ;·<UNPREDICTABLE>
14290 ./layer1/SettingInfo.h:3214290 ./layer1/SettingInfo.h:32
14291 »       strbpl» pc,·[pc,·-r3,·lsl·#10]!»      ;·<UNPREDICTABLE>14291 »       strbpl» pc,·[pc,·-r3,·lsl·#10]!»      ;·<UNPREDICTABLE>
14292 »       »       »       ;·<UNDEFINED>·instruction:·0xf643970514292 »       »       »       ;·<UNDEFINED>·instruction:·0xf6439705
14293 ./layer1/SettingInfo.h:88214293 ./layer1/SettingInfo.h:882
Offset 30211, 15 lines modifiedOffset 30211, 15 lines modified
30211 »       movs»   r0,·r530211 »       movs»   r0,·r5
30212 »       blt.n»  5e484·<molfile_basissetplugin_fini@@Base+0x82c>30212 »       blt.n»  5e484·<molfile_basissetplugin_fini@@Base+0x82c>
30213 »       movs»   r0,·r530213 »       movs»   r0,·r5
30214 »       lsrs»   r2,·r7,·#1230214 »       lsrs»   r2,·r7,·#12
30215 »       movs»   r0,·r530215 »       movs»   r0,·r5
30216 »       bge.n»  5e5e0·<molfile_basissetplugin_fini@@Base+0x988>30216 »       bge.n»  5e5e0·<molfile_basissetplugin_fini@@Base+0x988>
30217 »       movs»   r0,·r530217 »       movs»   r0,·r5
30218 »       udf»    #830218 »       b.n»    5e71c·<molfile_basissetplugin_fini@@Base+0xac4>
30219 »       movs»   r7,·r430219 »       movs»   r7,·r4
30220 »       lsrs»   r6,·r6,·#130220 »       lsrs»   r6,·r6,·#1
30221 »       movs»   r0,·r530221 »       movs»   r0,·r5
30222 »       lsrs»   r6,·r4,·#130222 »       lsrs»   r6,·r4,·#1
30223 »       movs»   r0,·r530223 »       movs»   r0,·r5
30224 »       bvc.n»  5e530·<molfile_basissetplugin_fini@@Base+0x8d8>30224 »       bvc.n»  5e530·<molfile_basissetplugin_fini@@Base+0x8d8>
30225 »       movs»   r0,·r530225 »       movs»   r0,·r5
Offset 187264, 15 lines modifiedOffset 187264, 15 lines modified
187264 ./contrib/uiuc/plugins/molfile_plugin/src/pdbplugin.c:556187264 ./contrib/uiuc/plugins/molfile_plugin/src/pdbplugin.c:556
187265 »       blx»    4d51c·<__stack_chk_fail@plt>187265 »       blx»    4d51c·<__stack_chk_fail@plt>
187266 »       nop187266 »       nop
187267 »       ldr»    r3,·[pc,·#800]»;·(a57c8·<molfile_pbeqplugin_fini@@Base+0xf98>)187267 »       ldr»    r3,·[pc,·#800]»;·(a57c8·<molfile_pbeqplugin_fini@@Base+0xf98>)
187268 »       movs»   r4,·r4187268 »       movs»   r4,·r4
187269 »       ldr»    r7,·[sp,·#912]»;·0x390187269 »       ldr»    r7,·[sp,·#912]»;·0x390
187270 »       movs»   r3,·r4187270 »       movs»   r3,·r4
187271 »       ldr»    r2,·[r7,·#56]» ;·0x38187271 »       ldr»    r6,·[r2,·#104]»;·0x68
187272 »       movs»   r3,·r4187272 »       movs»   r3,·r4
187273 »       lsrs»   r4,·r4,·#9187273 »       lsrs»   r4,·r4,·#9
187274 »       movs»   r0,·r0187274 »       movs»   r0,·r0
187275 »       ldr»    r4,·[pc,·#592]»;·(a5708·<molfile_pbeqplugin_fini@@Base+0xed8>)187275 »       ldr»    r4,·[pc,·#592]»;·(a5708·<molfile_pbeqplugin_fini@@Base+0xed8>)
187276 »       movs»   r4,·r4187276 »       movs»   r4,·r4
187277 open_pdb_read():187277 open_pdb_read():
187278 ./contrib/uiuc/plugins/molfile_plugin/src/pdbplugin.c:53187278 ./contrib/uiuc/plugins/molfile_plugin/src/pdbplugin.c:53
Offset 209089, 15 lines modifiedOffset 209089, 15 lines modified
209089 »       nop209089 »       nop
209090 »       cbnz»   r4,·ae7b0·<molfile_plyplugin_fini@@Base+0x7b8>209090 »       cbnz»   r4,·ae7b0·<molfile_plyplugin_fini@@Base+0x7b8>
209091 »       movs»   r3,·r4209091 »       movs»   r3,·r4
209092 »       ldmia»  r7!,·{r4,·r6}209092 »       ldmia»  r7!,·{r4,·r6}
209093 »       movs»   r3,·r4209093 »       movs»   r3,·r4
209094 »       ldmia»  r7!,·{r1,·r2,·r4}209094 »       ldmia»  r7!,·{r1,·r2,·r4}
209095 »       movs»   r3,·r4209095 »       movs»   r3,·r4
209096 »       bhi.n»  ae6ec·<molfile_plyplugin_fini@@Base+0x6f4>209096 »       blt.n»  ae8a4·<molfile_pqrplugin_fini@@Base>
209097 »       movs»   r2,·r4209097 »       movs»   r2,·r4
209098 open_pqr_write():209098 open_pqr_write():
209099 ./contrib/uiuc/plugins/molfile_plugin/src/pqrplugin.c:350209099 ./contrib/uiuc/plugins/molfile_plugin/src/pqrplugin.c:350
Max diff block lines reached; 12000/16027 bytes (74.87%) of diff not shown.
511 KB
readelf --wide --decompress --hex-dump=.rodata {}
    
Offset 8, 3914 lines modifiedOffset 8, 3914 lines modified
8 ··0x002cd4d8·6c616265·6c2e6673·00000000·6c616265·label.fs....labe8 ··0x002cd4d8·6c616265·6c2e6673·00000000·6c616265·label.fs....labe
9 ··0x002cd4e8·6c2e7673·00000000·72616d70·2e667300·l.vs....ramp.fs.9 ··0x002cd4e8·6c2e7673·00000000·72616d70·2e667300·l.vs....ramp.fs.
10 ··0x002cd4f8·73637265·656e2e66·73000000·73637265·screen.fs...scre10 ··0x002cd4f8·73637265·656e2e66·73000000·73637265·screen.fs...scre
11 ··0x002cd508·656e2e76·73000000·73757266·6163652e·en.vs...surface.11 ··0x002cd508·656e2e76·73000000·73757266·6163652e·en.vs...surface.
12 ··0x002cd518·66730000·73757266·6163652e·76730000·fs..surface.vs..12 ··0x002cd518·66730000·73757266·6163652e·76730000·fs..surface.vs..
13 ··0x002cd528·7472696c·696e6573·2e667300·414e4147·trilines.fs.ANAG13 ··0x002cd528·7472696c·696e6573·2e667300·414e4147·trilines.fs.ANAG
14 ··0x002cd538·4c595048·00000000·6f69742e·66730000·LYPH....oit.fs..14 ··0x002cd538·4c595048·00000000·6f69742e·66730000·LYPH....oit.fs..
 15 ··0x002cd548·7573655f·67656f6d·65747279·5f736861·use_geometry_sha
 16 ··0x002cd558·64657273·00000000·636f6e6e·6563746f·ders....connecto
 17 ··0x002cd568·722e6673·00000000·636f6e6e·6563746f·r.fs....connecto
 18 ··0x002cd578·722e7673·00000000·6c696e65·5f736d6f·r.vs....line_smo
 19 ··0x002cd588·6f746800·7472696c·696e6573·2e767300·oth.trilines.vs.
15 ··0x002cd548·50594d4f·4c5f5745·42474c5f·494f5300·PYMOL_WEBGL_IOS.20 ··0x002cd598·50594d4f·4c5f5745·42474c5f·494f5300·PYMOL_WEBGL_IOS.
16 ··0x002cd558·63796c69·6e646572·2e667300·696e6469·cylinder.fs.indi21 ··0x002cd5a8·63796c69·6e646572·2e667300·696e6469·cylinder.fs.indi
17 ··0x002cd568·6361746f·722e6673·00000000·696e6469·cator.fs....indi22 ··0x002cd5b8·6361746f·722e6673·00000000·696e6469·cator.fs....indi
18 ··0x002cd578·6361746f·722e7673·00000000·6c696e65·cator.vs....line23 ··0x002cd5c8·6361746f·722e7673·00000000·6c696e65·cator.vs....line
19 ··0x002cd588·2e767300·73706865·72652e66·73000000·.vs.sphere.fs...24 ··0x002cd5d8·2e767300·73706865·72652e66·73000000·.vs.sphere.fs...
20 ··0x002cd598·73706865·72652e76·73000000·77656267·sphere.vs...webg25 ··0x002cd5e8·73706865·72652e76·73000000·77656267·sphere.vs...webg
21 ··0x002cd5a8·6c5f6865·61646572·2e667300·77656267·l_header.fs.webg26 ··0x002cd5f8·6c5f6865·61646572·2e667300·77656267·l_header.fs.webg
22 ··0x002cd5b8·6c5f6865·61646572·2e767300·6f727468·l_header.vs.orth27 ··0x002cd608·6c5f6865·61646572·2e767300·676c5f56·l_header.vs.gl_V
23 ··0x002cd5c8·6f000000·50594d4f·4c5f5745·42474c00·o...PYMOL_WEBGL. 
24 ··0x002cd5d8·636f7079·2e667300·636f7079·2e767300·copy.fs.copy.vs. 
25 ··0x002cd5e8·6f69742e·76730000·62675f69·6d616765·oit.vs..bg_image 
26 ··0x002cd5f8·5f6d6f64·655f736f·6c696400·636f6d70·_mode_solid.comp 
27 ··0x002cd608·7574655f·666f675f·636f6c6f·722e6673·ute_fog_color.fs28 ··0x002cd618·65727465·7849445f·656e6162·6c656400·ertexID_enabled.
 29 ··0x002cd628·62675f69·6d616765·5f6d6f64·655f736f·bg_image_mode_so
 30 ··0x002cd638·6c696400·636f6d70·7574655f·666f675f·lid.compute_fog_
 31 ··0x002cd648·636f6c6f·722e6673·00000000·62675f69·color.fs....bg_i
 32 ··0x002cd658·6d616765·5f6d6f64·655f315f·6f725f33·mage_mode_1_or_3
28 ··0x002cd618·00000000·62675f69·6d616765·5f6d6f64·....bg_image_mod33 ··0x002cd668·00000000·62675f69·6d616765·5f6d6f64·....bg_image_mod
29 ··0x002cd628·655f315f·6f725f33·00000000·62675f69·e_1_or_3....bg_i34 ··0x002cd678·655f325f·6f725f33·00000000·64657074·e_2_or_3....dept
 35 ··0x002cd688·685f6375·65000000·766f6c75·6d655f6d·h_cue...volume_m
 36 ··0x002cd698·6f646500·766f6c75·6d652e66·73000000·ode.volume.fs...
30 ··0x002cd638·6d616765·5f6d6f64·655f325f·6f725f33·mage_mode_2_or_3 
31 ··0x002cd648·00000000·64657074·685f6375·65000000·....depth_cue... 
32 ··0x002cd658·676c5f56·65727465·7849445f·656e6162·gl_VertexID_enab 
33 ··0x002cd668·6c656400·766f6c75·6d655f6d·6f646500·led.volume_mode. 
34 ··0x002cd678·766f6c75·6d652e66·73000000·766f6c75·volume.fs...volu37 ··0x002cd6a8·766f6c75·6d652e76·73000000·6f727468·volume.vs...orth
 38 ··0x002cd6b8·6f000000·50594d4f·4c5f5745·42474c00·o...PYMOL_WEBGL.
 39 ··0x002cd6c8·636f7079·2e667300·636f7079·2e767300·copy.fs.copy.vs.
35 ··0x002cd688·6d652e76·73000000·7573655f·67656f6d·me.vs...use_geom 
36 ··0x002cd698·65747279·5f736861·64657273·00000000·etry_shaders.... 
37 ··0x002cd6a8·636f6e6e·6563746f·722e6673·00000000·connector.fs.... 
38 ··0x002cd6b8·636f6e6e·6563746f·722e7673·00000000·connector.vs.... 
39 ··0x002cd6c8·6c696e65·5f736d6f·6f746800·7472696c·line_smooth.tril 
40 ··0x002cd6d8·696e6573·2e767300·70726563·6f6d7075·ines.vs.precompu 
41 ··0x002cd6e8·7465645f·6c696768·74696e67·00000000·ted_lighting.... 
42 ··0x002cd6f8·636f6d70·7574655f·636f6c6f·725f666f·compute_color_fo 
43 ··0x002cd708·725f6c69·6768742e·66730000·7261795f·r_light.fs..ray_ 
44 ··0x002cd718·7472616e·73706172·656e6379·5f6f626c·transparency_obl 
45 ··0x002cd728·69717565·00000000·4e4f5f4f·52444552·ique....NO_ORDER40 ··0x002cd6d8·6f69742e·76730000·4e4f5f4f·52444552·oit.vs..NO_ORDER
46 ··0x002cd738·5f545241·4e535000·4f4e455f·44524157·_TRANSP.ONE_DRAW41 ··0x002cd6e8·5f545241·4e535000·4f4e455f·44524157·_TRANSP.ONE_DRAW
47 ··0x002cd748·5f425546·46455200·7261795f·74726163·_BUFFER.ray_trac42 ··0x002cd6f8·5f425546·46455200·7261795f·74726163·_BUFFER.ray_trac
48 ··0x002cd758·655f6d6f·64655f33·00000000·6368726f·e_mode_3....chro43 ··0x002cd708·655f6d6f·64655f33·00000000·6368726f·e_mode_3....chro
49 ··0x002cd768·6d616465·7074685f·706f7374·6c696768·madepth_postligh44 ··0x002cd718·6d616465·7074685f·706f7374·6c696768·madepth_postligh
50 ··0x002cd778·74696e67·00000000·7472616e·73706172·ting....transpar45 ··0x002cd728·74696e67·00000000·7472616e·73706172·ting....transpar
51 ··0x002cd788·656e6379·5f6d6f64·655f3300·6368726f·ency_mode_3.chro46 ··0x002cd738·656e6379·5f6d6f64·655f3300·6368726f·ency_mode_3.chro
52 ··0x002cd798·6d616465·70746800·50594d4f·4c5f494f·madepth.PYMOL_IO47 ··0x002cd748·6d616465·70746800·50594d4f·4c5f494f·madepth.PYMOL_IO
 48 ··0x002cd758·53000000·70726563·6f6d7075·7465645f·S...precomputed_
 49 ··0x002cd768·6c696768·74696e67·00000000·636f6d70·lighting....comp
 50 ··0x002cd778·7574655f·636f6c6f·725f666f·725f6c69·ute_color_for_li
 51 ··0x002cd788·6768742e·66730000·7261795f·7472616e·ght.fs..ray_tran
 52 ··0x002cd798·73706172·656e6379·5f6f626c·69717565·sparency_oblique
53 ··0x002cd7a8·53000000·474c4557·5f564552·53494f4e·S...GLEW_VERSION53 ··0x002cd7a8·00000000·474c4557·5f564552·53494f4e·....GLEW_VERSION
54 ··0x002cd7b8·5f335f30·00000000·6c696e65·2e667300·_3_0....line.fs.54 ··0x002cd7b8·5f335f30·00000000·636f6e6e·6563746f·_3_0....connecto
55 ··0x002cd7c8·636f6e6e·6563746f·722e7368·61726564·connector.shared 
56 ··0x002cd7d8·00000000·63796c69·6e646572·2e767300·....cylinder.vs.55 ··0x002cd7c8·722e7368·61726564·00000000·636f6e6e·r.shared....conn
 56 ··0x002cd7d8·6563746f·722e6773·00000000·63796c69·ector.gs....cyli
 57 ··0x002cd7e8·6e646572·2e767300·72616d70·2e767300·nder.vs.ramp.vs.
57 ··0x002cd7e8·72616d70·2e767300·43616c6c·436f6d70·ramp.vs.CallComp58 ··0x002cd7f8·6c696e65·2e667300·43616c6c·436f6d70·line.fs.CallComp
58 ··0x002cd7f8·75746543·6f6c6f72·466f724c·69676874·uteColorForLight59 ··0x002cd808·75746543·6f6c6f72·466f724c·69676874·uteColorForLight
59 ··0x002cd808·00000000·636f6e6e·6563746f·722e6773·....connector.gs 
60 ··0x002cd818·00000000·23696664·65662050·5552455f·....#ifdef·PURE_60 ··0x002cd818·00000000·23696664·65662050·5552455f·....#ifdef·PURE_
61 ··0x002cd828·4f50454e·474c5f45·535f320a·70726563·OPENGL_ES_2.prec61 ··0x002cd828·4f50454e·474c5f45·535f320a·70726563·OPENGL_ES_2.prec
62 ··0x002cd838·6973696f·6e206c6f·77702066·6c6f6174·ision·lowp·float 
63 ··0x002cd848·3b0a2365·6e646966·0a766172·79696e67·;.#endif.varying 
64 ··0x002cd858·20766563·3420434f·4c4f5220·3b0a7661··vec4·COLOR·;.va 
65 ··0x002cd868·7279696e·67207665·6333204e·4f524d41·rying·vec3·NORMA 
66 ··0x002cd878·4c203b0a·766f6964·206d6169·6e28290a·L·;.void·main(). 
67 ··0x002cd888·7b0a666c·6f617420·4e646f74·56203d20·{.float·NdotV·=· 
68 ··0x002cd898·646f7428·4e4f524d·414c2c20·76656333·dot(NORMAL,·vec3 
69 ··0x002cd8a8·28302e2c·302e2c31·2e29293b·0a676c5f·(0.,0.,1.));.gl_ 
70 ··0x002cd8b8·46726167·436f6c6f·72203d20·76656334·FragColor·=·vec4 
71 ··0x002cd8c8·284e646f·7456202a·20434f4c·4f522e78·(NdotV·*·COLOR.x 
72 ··0x002cd8d8·797a2c20·434f4c4f·522e6129·3b0a2369·yz,·COLOR.a);.#i 
73 ··0x002cd8e8·66646566·20414e41·474c5950·480a676c·fdef·ANAGLYPH.gl 
74 ··0x002cd8f8·5f467261·67436f6c·6f722e72·6762203d·_FragColor.rgb·= 
75 ··0x002cd908·20766563·33282867·6c5f4672·6167436f··vec3((gl_FragCo 
76 ··0x002cd918·6c6f722e·72202b20·676c5f46·72616743·lor.r·+·gl_FragC 
77 ··0x002cd928·6f6c6f72·2e62202b·20676c5f·46726167·olor.b·+·gl_Frag 
78 ··0x002cd938·436f6c6f·722e6729·202f2033·2e293b0a·Color.g)·/·3.);. 
79 ··0x002cd948·23656e64·69660a7d·0a000000·23696664·#endif.}....#ifd 
80 ··0x002cd958·65662050·594d4f4c·5f574542·474c5f49·ef·PYMOL_WEBGL_I 
81 ··0x002cd968·4f530a23·65787465·6e73696f·6e20474c·OS.#extension·GL 
82 ··0x002cd978·5f455854·5f667261·675f6465·70746820·_EXT_frag_depth· 
83 ··0x002cd988·3a207265·71756972·650a2365·6e646966·:·require.#endif 
84 ··0x002cd998·0a23696e·636c7564·65207765·62676c5f·.#include·webgl_ 
85 ··0x002cd9a8·68656164·65722e66·730a756e·69666f72·header.fs.unifor 
86 ··0x002cd9b8·6d20666c·6f617420·696e765f·68656967·m·float·inv_heig 
87 ··0x002cd9c8·68743b0a·756e6966·6f726d20·626f6f6c·ht;.uniform·bool 
88 ··0x002cd9d8·206e6f5f·666c6174·5f636170·733b0a75··no_flat_caps;.u 
89 ··0x002cd9e8·6e69666f·726d2066·6c6f6174·2068616c·niform·float·hal 
90 ··0x002cd9f8·665f626f·6e643b0a·23696e63·6c756465·f_bond;.#include 
91 ··0x002cda08·20616e61·676c7970·685f6865·61646572··anaglyph_header 
92 ··0x002cda18·2e66730a·76617279·696e6720·76656333·.fs.varying·vec3 
93 ··0x002cda28·20737572·66616365·5f706f69·6e74203b··surface_point·; 
94 ··0x002cda38·0a766172·79696e67·20766563·33206178·.varying·vec3·ax 
95 ··0x002cda48·6973203b·0a766172·79696e67·20766563·is·;.varying·vec 
96 ··0x002cda58·33206261·7365203b·0a766172·79696e67·3·base·;.varying 
97 ··0x002cda68·20766563·3320656e·645f6379·6c203b0a··vec3·end_cyl·;. 
98 ··0x002cda78·76617279·696e6720·76656333·2055203b·varying·vec3·U·; 
99 ··0x002cda88·0a766172·79696e67·20766563·33205620·.varying·vec3·V· 
100 ··0x002cda98·3b0a7661·7279696e·6720666c·6f617420·;.varying·float· 
101 ··0x002cdaa8·72616469·75733b0a·76617279·696e6720·radius;.varying· 
102 ··0x002cdab8·666c6f61·74206361·703b0a76·61727969·float·cap;.varyi 
103 ··0x002cdac8·6e672066·6c6f6174·20696e76·5f737172·ng·float·inv_sqr 
104 ··0x002cdad8·5f686569·6768743b·0a766172·79696e67·_height;.varying 
105 ··0x002cdae8·20766563·3420636f·6c6f7231·3b0a7661··vec4·color1;.va 
106 ··0x002cdaf8·7279696e·67207665·63342063·6f6c6f72·rying·vec4·color 
107 ··0x002cdb08·323b0a76·61727969·6e672076·65633220·2;.varying·vec2· 
108 ··0x002cdb18·62675465·78747572·654c6f6f·6b75703b·bgTextureLookup; 
109 ··0x002cdb28·0a756e69·666f726d·20626f6f·6c206c69·.uniform·bool·li 
110 ··0x002cdb38·67687469·6e675f65·6e61626c·65643b0a·ghting_enabled;. 
111 ··0x002cdb48·23696e63·6c756465·20636f6d·70757465·#include·compute 
112 ··0x002cdb58·5f666f67·5f636f6c·6f722e66·730a2369·_fog_color.fs.#i 
113 ··0x002cdb68·6e636c75·64652063·6f6d7075·74655f63·nclude·compute_c 
114 ··0x002cdb78·6f6c6f72·5f666f72·5f6c6967·68742e66·olor_for_light.f 
Max diff block lines reached; 402/523426 bytes (0.08%) of diff not shown.
8.38 KB
readelf --wide --decompress --hex-dump=.data {}
    
Offset 1, 71 lines modifiedOffset 1, 71 lines modified
  
1 Hex·dump·of·section·'.data':1 Hex·dump·of·section·'.data':
2 ··0x00341000·00103400·88d42c00·9cd42c00·b0d42c00·..4...,...,...,.2 ··0x00341000·00103400·88d42c00·9cd42c00·b0d42c00·..4...,...,...,.
3 ··0x00341010·b8d42c00·c0d42c00·ccd42c00·d8d42c00·..,...,...,...,.3 ··0x00341010·b8d42c00·c0d42c00·ccd42c00·d8d42c00·..,...,...,...,.
4 ··0x00341020·e4d42c00·f0d42c00·f8d42c00·04d52c00·..,...,...,...,.4 ··0x00341020·e4d42c00·f0d42c00·f8d42c00·04d52c00·..,...,...,...,.
5 ··0x00341030·10d52c00·1cd52c00·28d52c00·00000000·..,...,.(.,.....5 ··0x00341030·10d52c00·1cd52c00·28d52c00·00000000·..,...,.(.,.....
6 ··0x00341040·34d52c00·9cd42c00·40d52c00·f0d42c00·4.,...,.@.,...,.6 ··0x00341040·34d52c00·9cd42c00·40d52c00·f0d42c00·4.,...,.@.,...,.
7 ··0x00341050·f8d42c00·00000000·48d52c00·58d52c00·..,.....H.,.X.,.7 ··0x00341050·f8d42c00·00000000·48d52c00·60d52c00·..,.....H.,.`.,.
8 ··0x00341060·ccd42c00·64d52c00·74d52c00·84d52c00·..,.d.,.t.,...,. 
9 ··0x00341070·8cd52c00·98d52c00·1cd52c00·a4d52c00·..,...,...,...,. 
10 ··0x00341080·b4d52c00·00000000·c4d52c00·9cd42c00·..,.......,...,. 
11 ··0x00341090·58d52c00·8cd52c00·98d52c00·00000000·X.,...,...,..... 
12 ··0x003410a0·ccd52c00·d8d52c00·e0d52c00·40d52c00·..,...,...,.@.,. 
13 ··0x003410b0·e8d52c00·00000000·f0d52c00·04d62c00·..,.......,...,.8 ··0x00341060·70d52c00·00000000·80d52c00·60d52c00·p.,.......,.`.,.
14 ··0x003410c0·00000000·1cd62c00·04d62c00·00000000·......,...,.....9 ··0x00341070·28d52c00·8cd52c00·00000000·98d52c00·(.,...,.......,.
 10 ··0x00341080·a8d52c00·ccd42c00·b4d52c00·c4d52c00·..,...,...,...,.
 11 ··0x00341090·d4d52c00·dcd52c00·e8d52c00·1cd52c00·..,...,...,...,.
15 ··0x003410d0·34d62c00·04d62c00·00000000·4cd62c00·4.,...,.....L.,.12 ··0x003410a0·f4d52c00·04d62c00·00000000·14d62c00·..,...,.......,.
 13 ··0x003410b0·d4d52c00·00000000·28d62c00·3cd62c00·..,.....(.,.<.,.
 14 ··0x003410c0·00000000·54d62c00·3cd62c00·00000000·....T.,.<.,.....
 15 ··0x003410d0·6cd62c00·3cd62c00·00000000·84d62c00·l.,.<.,.......,.
16 ··0x003410e0·04d62c00·e4d42c00·00000000·58d62c00·..,...,.....X.,.16 ··0x003410e0·3cd62c00·e4d42c00·00000000·90d62c00·<.,...,.......,.
17 ··0x003410f0·84d52c00·00000000·6cd62c00·78d62c00·..,.....l.,.x.,. 
18 ··0x00341100·84d62c00·00000000·90d62c00·a8d62c00·..,.......,...,.17 ··0x003410f0·9cd62c00·a8d62c00·00000000·b4d62c00·..,...,.......,.
 18 ··0x00341100·9cd42c00·a8d52c00·dcd52c00·e8d52c00·..,...,...,...,.
19 ··0x00341110·b8d62c00·00000000·c8d62c00·a8d62c00·..,.......,...,.19 ··0x00341110·00000000·bcd62c00·c8d62c00·d0d62c00·......,...,...,.
20 ··0x00341120·28d52c00·d4d62c00·00000000·e0d62c00·(.,...,.......,.20 ··0x00341120·40d52c00·d8d62c00·00000000·e0d62c00·@.,...,.......,.
21 ··0x00341130·f8d62c00·00000000·14d72c00·f8d62c00·..,.......,...,. 
22 ··0x00341140·00000000·30d72c00·9cd42c00·d8d42c00·....0.,...,...,. 
23 ··0x00341150·00000000·40d72c00·9cd42c00·00000000·....@.,...,..... 
24 ··0x00341160·50d72c00·9cd42c00·00000000·64d72c00·P.,...,.....d.,.21 ··0x00341130·9cd42c00·d8d42c00·00000000·f0d62c00·..,...,.......,.
25 ··0x00341170·9cd42c00·00000000·80d72c00·9cd42c00·..,.......,...,.22 ··0x00341140·9cd42c00·00000000·00d72c00·9cd42c00·..,.......,...,.
26 ··0x00341180·00000000·94d72c00·9cd42c00·00000000·......,...,.....23 ··0x00341150·00000000·14d72c00·9cd42c00·00000000·......,...,.....
 24 ··0x00341160·30d72c00·9cd42c00·00000000·44d72c00·0.,...,.....D.,.
 25 ··0x00341170·9cd42c00·00000000·50d72c00·d8d42c00·..,.....P.,...,.
 26 ··0x00341180·00000000·5cd72c00·74d72c00·00000000·....\.,.t.,.....
27 ··0x00341190·a0d72c00·d8d42c00·00000000·acd72c00·..,...,.......,.27 ··0x00341190·90d72c00·74d72c00·00000000·acd72c00·..,.t.,.......,.
28 ··0x003411a0·40d52c00·00000000·00000000·a4d52c00·@.,...........,.28 ··0x003411a0·40d52c00·00000000·00000000·c0d72c00·@.,...........,.
29 ··0x003411b0·a8d62c00·58d52c00·c0d42c00·c0d72c00·..,.X.,...,...,. 
30 ··0x003411c0·8cd52c00·10d52c00·00000000·9cd42c00·..,...,.......,.29 ··0x003411b0·d4d72c00·70d52c00·00000000·04d62c00·..,.p.,.......,.
31 ··0x003411d0·b0d42c00·a8d62c00·58d52c00·c0d42c00·..,...,.X.,...,. 
32 ··0x003411e0·64d52c00·d8d42c00·c0d72c00·8cd52c00·d.,...,...,...,. 
33 ··0x003411f0·10d52c00·28d52c00·78d62c00·00000000·..,.(.,.x.,..... 
34 ··0x00341200·04d62c00·b0d42c00·a8d62c00·58d52c00·..,...,...,.X.,. 
35 ··0x00341210·c0d42c00·d8d42c00·c0d72c00·8cd52c00·..,...,...,...,. 
36 ··0x00341220·10d52c00·28d52c00·78d62c00·00000000·..,.(.,.x.,..... 
37 ··0x00341230·f8d62c00·58d52c00·c0d42c00·c0d72c00·..,.X.,...,...,. 
38 ··0x00341240·8cd52c00·10d52c00·00000000·b4d52c00·..,...,.......,. 
39 ··0x00341250·c8d72c00·dcd72c00·ccd42c00·74d52c00·..,...,...,.t.,.30 ··0x003411c0·c0d72c00·e4d72c00·ccd42c00·c4d52c00·..,...,...,...,.
40 ··0x00341260·e4d42c00·84d52c00·e8d72c00·98d52c00·..,...,...,...,.31 ··0x003411d0·e4d42c00·d4d52c00·f0d72c00·e8d52c00·..,...,...,...,.
41 ··0x00341270·1cd52c00·d4d62c00·84d62c00·00000000·..,...,...,.....32 ··0x003411e0·1cd52c00·8cd52c00·a8d62c00·00000000·..,...,...,.....
 33 ··0x003411f0·f4d52c00·60d52c00·a8d52c00·c0d42c00·..,.`.,...,...,.
 34 ··0x00341200·f8d72c00·dcd52c00·10d52c00·00000000·..,...,...,.....
42 ··0x00341280·f0d72c00·f8d62c00·00000000·c8d72c00·..,...,.......,.35 ··0x00341210·9cd42c00·b0d42c00·60d52c00·a8d52c00·..,...,.`.,...,.
 36 ··0x00341220·c0d42c00·b4d52c00·d8d42c00·f8d72c00·..,...,...,...,.
 37 ··0x00341230·dcd52c00·10d52c00·28d52c00·9cd62c00·..,...,.(.,...,.
 38 ··0x00341240·00000000·3cd62c00·b0d42c00·60d52c00·....<.,...,.`.,.
 39 ··0x00341250·a8d52c00·c0d42c00·d8d42c00·f8d72c00·..,...,...,...,.
 40 ··0x00341260·dcd52c00·10d52c00·28d52c00·9cd62c00·..,...,.(.,...,.
 41 ··0x00341270·00000000·74d72c00·a8d52c00·c0d42c00·....t.,...,...,.
 42 ··0x00341280·f8d72c00·dcd52c00·10d52c00·00000000·..,...,...,.....
43 ··0x00341290·0cd82c00·b8d62c00·00000000·00000000·..,...,.........43 ··0x00341290·00d82c00·74d72c00·00000000·00000000·..,.t.,.........
44 ··0x003412a0·f0d42c00·1cd82c00·58d52c00·54d92c00·..,...,.X.,.T.,.44 ··0x003412a0·b8d42c00·1cd82c00·f0d42c00·08d92c00·..,...,...,...,.
45 ··0x003412b0·e8d52c00·f8e72c00·e8d72c00·dce82c00·..,...,...,...,.45 ··0x003412b0·70d52c00·40da2c00·d4d72c00·58e82c00·p.,.@.,...,.X.,.
46 ··0x003412c0·04d62c00·10ea2c00·84d52c00·08ee2c00·..,...,...,...,. 
47 ··0x003412d0·ccd42c00·e0f22c00·78d62c00·80f52c00·..,...,.x.,...,. 
48 ··0x003412e0·24f92c00·38f92c00·98d52c00·20fe2c00·$.,.8.,...,.·.,. 
49 ··0x003412f0·a8d62c00·94042d00·04d52c00·c8072d00·..,...-...,...-. 
50 ··0x00341300·f8d62c00·b4092d00·9cd42c00·b4102d00·..,...-...,...-. 
51 ··0x00341310·c8d72c00·3c1d2d00·b0d42c00·2c382d00·..,.<.-...,.,8-. 
52 ··0x00341320·c0d72c00·f8382d00·e0d52c00·f83c2d00·..,..8-...,..<-.46 ··0x003412c0·c0d72c00·781a2d00·8cd52c00·68352d00·..,.x.-...,.h5-.
53 ··0x00341330·b8d42c00·f83d2d00·1cd52c00·e43e2d00·..,..=-...,..>-.47 ··0x003412d0·c0d42c00·c03b2d00·d4d52c00·983e2d00·..,..;-...,..>-.
54 ··0x00341340·28d52c00·50452d00·10d52c00·28482d00·(.,.PE-...,.(H-.48 ··0x003412e0·b4d52c00·70432d00·1cd52c00·dc452d00·..,.pC-...,..E-.
 49 ··0x003412f0·3cd62c00·484c2d00·9cd62c00·40502d00·<.,.HL-...,.@P-.
 50 ··0x00341300·a8d52c00·e4532d00·28d52c00·88622d00·..,..S-.(.,..b-.
55 ··0x00341350·e4d42c00·f04b2d00·d8d52c00·10582d00·..,..K-...,..X-.51 ··0x00341310·e4d42c00·60652d00·d8d62c00·80712d00·..,.`e-...,..q-.
56 ··0x00341360·0cd82c00·d0582d00·b8d62c00·f08a2d00·..,..X-...,...-.52 ··0x00341320·9cd42c00·64722d00·a8d62c00·ec7e2d00·..,.dr-...,..~-.
 53 ··0x00341330·04d62c00·7c802d00·48812d00·5c812d00·..,.|.-.H.-.\.-.
57 ··0x00341370·d8d42c00·08992d00·a4d52c00·e49b2d00·..,...-...,...-. 
58 ··0x00341380·709c2d00·909c2d00·74d52c00·e89d2d00·p.-...-.t.,...-. 
59 ··0x00341390·64d52c00·509f2d00·8cd52c00·bca12d00·d.,.P.-...,...-. 
60 ··0x003413a0·84d62c00·a4a72d00·c0d42c00·34a92d00·..,...-...,.4.-.54 ··0x00341340·f4d52c00·44862d00·d8d42c00·d0862d00·..,.D.-...,...-.
61 ··0x003413b0·b4d52c00·0cac2d00·f8d42c00·d8ac2d00·..,...-...,...-.55 ··0x00341350·c4d52c00·ac892d00·f8d42c00·148b2d00·..,...-...,...-.
 56 ··0x00341360·e4d72c00·e08c2d00·b0d42c00·f4952d00·..,...-...,...-.
 57 ··0x00341370·c8d62c00·c0962d00·74d72c00·80972d00·..,...-.t.,...-.
 58 ··0x00341380·60d52c00·809e2d00·04d52c00·b4a12d00·`.,...-...,...-.
62 ··0x003413c0·dcd72c00·a4ae2d00·b8b72d00·ccb72d00·..,...-...-...-.59 ··0x00341390·d0d62c00·a0a32d00·a0a42d00·c0a42d00·..,...-...-...-.
 60 ··0x003413a0·10d52c00·18a62d00·ccd42c00·e0a92d00·..,...-...,...-.
63 ··0x003413d0·40d52c00·38c02d00·d4d62c00·a4c22d00·@.,.8.-...,...-.61 ··0x003413b0·40d52c00·80ac2d00·f0d72c00·ecae2d00·@.,...-...,...-.
 62 ··0x003413c0·f8d72c00·20b02d00·e8d52c00·20b42d00·..,.·.-...,.·.-.
 63 ··0x003413d0·94ba2d00·a8ba2d00·dcd52c00·14c32d00·..-...-...,...-.
64 ··0x003413e0·00000000·98262e00·38252e00·90272e00·.....&..8%...'..64 ··0x003413e0·00000000·98262e00·38252e00·90272e00·.....&..8%...'..
65 ··0x003413f0·00d82d00·ec582e00·182c3100·f8582e00·..-..X...,1..X..65 ··0x003413f0·00d82d00·ec582e00·182c3100·f8582e00·..-..X...,1..X..
66 ··0x00341400·04592e00·98bb2e00·94632e00·9c632e00·.Y.......c...c..66 ··0x00341400·04592e00·98bb2e00·94632e00·9c632e00·.Y.......c...c..
67 ··0x00341410·a4632e00·ac632e00·b4632e00·00000000·.c...c...c......67 ··0x00341410·a4632e00·ac632e00·b4632e00·00000000·.c...c...c......
68 ··0x00341420·00000000·01000000·02000000·04000000·................68 ··0x00341420·00000000·01000000·02000000·04000000·................
69 ··0x00341430·01000000·02000000·04000000·04000000·................69 ··0x00341430·01000000·02000000·04000000·04000000·................
70 ··0x00341440·08000000·70b12e00·03000000·03000000·....p...........70 ··0x00341440·08000000·70b12e00·03000000·03000000·....p...........
811 B
error from `readelf --wide --decompress --hex-dump=.gnu_debuglink {}`: readelf: Error: no .dynamic section in the dynamic segment
    
Offset 1, 7 lines modifiedOffset 1, 7 lines modified
  
1 Hex·dump·of·section·'.gnu_debuglink':1 Hex·dump·of·section·'.gnu_debuglink':
2 ··0x00000000·63316638·33333333·62656435·38626661·c1f83333bed58bfa 
3 ··0x00000010·66336135·35656465·66633431·38313639·f3a55edefc4181692 ··0x00000000·31373133·61623635·36383466·62363965·1713ab65684fb69e
 3 ··0x00000010·63336632·38363562·36323335·64643433·c3f2865b6235dd43
4 ··0x00000020·30313566·63332e64·65627567·00000000·015fc3.debug....4 ··0x00000020·38613438·30332e64·65627567·00000000·8a4803.debug....
5 ··0x00000030·738bf070····························s..p5 ··0x00000030·0b117651····························..vQ
  
36.0 KB
python-pymol-dbgsym_2.2.0+dfsg-4_armhf.deb
452 B
file list
    
Offset 1, 3 lines modifiedOffset 1, 3 lines modified
1 -rw-r--r--···0········0········0········4·2019-01-02·01:15:06.000000·debian-binary1 -rw-r--r--···0········0········0········4·2019-01-02·01:15:06.000000·debian-binary
2 -rw-r--r--···0········0········0······600·2019-01-02·01:15:06.000000·control.tar.xz2 -rw-r--r--···0········0········0······604·2019-01-02·01:15:06.000000·control.tar.xz
3 -rw-r--r--···0········0········0·23009608·2019-01-02·01:15:06.000000·data.tar.xz3 -rw-r--r--···0········0········0·23010108·2019-01-02·01:15:06.000000·data.tar.xz
808 B
control.tar.xz
780 B
control.tar
455 B
./control
    
Offset 5, 8 lines modifiedOffset 5, 8 lines modified
5 Architecture:·armhf5 Architecture:·armhf
6 Maintainer:·Debichem·Team·<debichem-devel@lists.alioth.debian.org>6 Maintainer:·Debichem·Team·<debichem-devel@lists.alioth.debian.org>
7 Installed-Size:·230987 Installed-Size:·23098
8 Depends:·python-pymol·(=·2.2.0+dfsg-4)8 Depends:·python-pymol·(=·2.2.0+dfsg-4)
9 Section:·debug9 Section:·debug
10 Priority:·optional10 Priority:·optional
11 Description:·debug·symbols·for·python-pymol11 Description:·debug·symbols·for·python-pymol
12 Build-Ids:·3238f2a31217e818339dc80a8547959b2ef765eb·efa7d4dd664b375ff93b664a74f58d44c95b032312 Build-Ids:·501962e5d2f8b7f794019cc1d6ea6e2e1816c6e1·efa7d4dd664b375ff93b664a74f58d44c95b0323
303 B
./md5sums
30.0 B
./md5sums
Files differ
255 B
line order
    
Offset 1, 2 lines modifiedOffset 1, 2 lines modified
1 usr/lib/debug/.build-id/32/38f2a31217e818339dc80a8547959b2ef765eb.debug1 usr/lib/debug/.build-id/50/1962e5d2f8b7f794019cc1d6ea6e2e1816c6e1.debug
2 usr/lib/debug/.build-id/ef/a7d4dd664b375ff93b664a74f58d44c95b0323.debug2 usr/lib/debug/.build-id/ef/a7d4dd664b375ff93b664a74f58d44c95b0323.debug
34.7 KB
data.tar.xz
34.6 KB
data.tar
1.66 KB
file list
    
Offset 1, 12 lines modifiedOffset 1, 12 lines modified
1 drwxr-xr-x···0·root·········(0)·root·········(0)········0·2019-01-02·01:15:06.000000·./1 drwxr-xr-x···0·root·········(0)·root·········(0)········0·2019-01-02·01:15:06.000000·./
2 drwxr-xr-x···0·root·········(0)·root·········(0)········0·2019-01-02·01:15:06.000000·./usr/2 drwxr-xr-x···0·root·········(0)·root·········(0)········0·2019-01-02·01:15:06.000000·./usr/
3 drwxr-xr-x···0·root·········(0)·root·········(0)········0·2019-01-02·01:15:06.000000·./usr/lib/3 drwxr-xr-x···0·root·········(0)·root·········(0)········0·2019-01-02·01:15:06.000000·./usr/lib/
4 drwxr-xr-x···0·root·········(0)·root·········(0)········0·2019-01-02·01:15:06.000000·./usr/lib/debug/4 drwxr-xr-x···0·root·········(0)·root·········(0)········0·2019-01-02·01:15:06.000000·./usr/lib/debug/
5 drwxr-xr-x···0·root·········(0)·root·········(0)········0·2019-01-02·01:15:06.000000·./usr/lib/debug/.build-id/5 drwxr-xr-x···0·root·········(0)·root·········(0)········0·2019-01-02·01:15:06.000000·./usr/lib/debug/.build-id/
6 drwxr-xr-x···0·root·········(0)·root·········(0)········0·2019-01-02·01:15:06.000000·./usr/lib/debug/.build-id/32/6 drwxr-xr-x···0·root·········(0)·root·········(0)········0·2019-01-02·01:15:06.000000·./usr/lib/debug/.build-id/50/
7 -rw-r--r--···0·root·········(0)·root·········(0)·23530660·2019-01-02·01:15:06.000000·./usr/lib/debug/.build-id/32/38f2a31217e818339dc80a8547959b2ef765eb.debug7 -rw-r--r--···0·root·········(0)·root·········(0)·23530660·2019-01-02·01:15:06.000000·./usr/lib/debug/.build-id/50/1962e5d2f8b7f794019cc1d6ea6e2e1816c6e1.debug
8 drwxr-xr-x···0·root·········(0)·root·········(0)········0·2019-01-02·01:15:06.000000·./usr/lib/debug/.build-id/ef/8 drwxr-xr-x···0·root·········(0)·root·········(0)········0·2019-01-02·01:15:06.000000·./usr/lib/debug/.build-id/ef/
9 -rw-r--r--···0·root·········(0)·root·········(0)···109132·2019-01-02·01:15:06.000000·./usr/lib/debug/.build-id/ef/a7d4dd664b375ff93b664a74f58d44c95b0323.debug9 -rw-r--r--···0·root·········(0)·root·········(0)···109132·2019-01-02·01:15:06.000000·./usr/lib/debug/.build-id/ef/a7d4dd664b375ff93b664a74f58d44c95b0323.debug
10 drwxr-xr-x···0·root·········(0)·root·········(0)········0·2019-01-02·01:15:06.000000·./usr/share/10 drwxr-xr-x···0·root·········(0)·root·········(0)········0·2019-01-02·01:15:06.000000·./usr/share/
11 drwxr-xr-x···0·root·········(0)·root·········(0)········0·2019-01-02·01:15:06.000000·./usr/share/doc/11 drwxr-xr-x···0·root·········(0)·root·········(0)········0·2019-01-02·01:15:06.000000·./usr/share/doc/
12 lrwxrwxrwx···0·root·········(0)·root·········(0)········0·2019-01-02·01:15:06.000000·./usr/share/doc/python-pymol-dbgsym·->·python-pymol12 lrwxrwxrwx···0·root·········(0)·root·········(0)········0·2019-01-02·01:15:06.000000·./usr/share/doc/python-pymol-dbgsym·->·python-pymol
33.0 KB
./usr/lib/debug/.build-id/32/38f2a31217e818339dc80a8547959b2ef765eb.debug vs.
./usr/lib/debug/.build-id/50/1962e5d2f8b7f794019cc1d6ea6e2e1816c6e1.debug
Files similar despite different names (score: 21, lower is more similar)
1.28 KB
readelf --wide --sections {}
    
Offset 30, 15 lines modifiedOffset 30, 15 lines modified
30 ··[25]·.ARM.attributes···ARM_ATTRIBUTES··00000000·000154·000033·00······0···0··130 ··[25]·.ARM.attributes···ARM_ATTRIBUTES··00000000·000154·000033·00······0···0··1
31 ··[26]·.debug_aranges····PROGBITS········00000000·000188·00108d·00···C··0···0··431 ··[26]·.debug_aranges····PROGBITS········00000000·000188·00108d·00···C··0···0··4
32 ··[27]·.debug_info·······PROGBITS········00000000·001218·11d91c3·00···C··0···0··432 ··[27]·.debug_info·······PROGBITS········00000000·001218·11d91c3·00···C··0···0··4
33 ··[28]·.debug_abbrev·····PROGBITS········00000000·11da3dc·01d662·00···C··0···0··433 ··[28]·.debug_abbrev·····PROGBITS········00000000·11da3dc·01d662·00···C··0···0··4
34 ··[29]·.debug_line·······PROGBITS········00000000·11f7a40·14976b·00···C··0···0··434 ··[29]·.debug_line·······PROGBITS········00000000·11f7a40·14976b·00···C··0···0··4
35 ··[30]·.debug_frame······PROGBITS········00000000·13411ac·00e4aa·00···C··0···0··435 ··[30]·.debug_frame······PROGBITS········00000000·13411ac·00e4aa·00···C··0···0··4
36 ··[31]·.debug_str········PROGBITS········00000000·134f658·05dc9d·01·MSC··0···0··436 ··[31]·.debug_str········PROGBITS········00000000·134f658·05dc9d·01·MSC··0···0··4
37 ··[32]·.debug_loc········PROGBITS········00000000·13ad2f8·1f1872·00···C··0···0··437 ··[32]·.debug_loc········PROGBITS········00000000·13ad2f8·1f1873·00···C··0···0··4
38 ··[33]·.debug_ranges·····PROGBITS········00000000·159eb6c·05615e·00···C··0···0··438 ··[33]·.debug_ranges·····PROGBITS········00000000·159eb6c·05615e·00···C··0···0··4
39 ··[34]·.symtab···········SYMTAB··········00000000·15f4ccc·041d50·10·····35·12724··439 ··[34]·.symtab···········SYMTAB··········00000000·15f4ccc·041d50·10·····35·12724··4
40 ··[35]·.strtab···········STRTAB··········00000000·1636a1c·039b50·00······0···0··140 ··[35]·.strtab···········STRTAB··········00000000·1636a1c·039b50·00······0···0··1
41 ··[36]·.shstrtab·········STRTAB··········00000000·167056c·00016d·00······0···0··141 ··[36]·.shstrtab·········STRTAB··········00000000·167056c·00016d·00······0···0··1
42 Key·to·Flags:42 Key·to·Flags:
43 ··W·(write),·A·(alloc),·X·(execute),·M·(merge),·S·(strings),·I·(info),43 ··W·(write),·A·(alloc),·X·(execute),·M·(merge),·S·(strings),·I·(info),
44 ··L·(link·order),·O·(extra·OS·processing·required),·G·(group),·T·(TLS),44 ··L·(link·order),·O·(extra·OS·processing·required),·G·(group),·T·(TLS),
2.3 KB
readelf --wide --symbols {}
    
Offset 9777, 15 lines modifiedOffset 9777, 15 lines modified
9777 ··9773:·00228775···624·FUNC····LOCAL··DEFAULT···11·_ZL15RepSphereRenderP9RepSphereP10RenderInfo9777 ··9773:·00228775···624·FUNC····LOCAL··DEFAULT···11·_ZL15RepSphereRenderP9RepSphereP10RenderInfo
9778 ··9774:·002289d0·····0·NOTYPE··LOCAL··DEFAULT···11·$d9778 ··9774:·002289d0·····0·NOTYPE··LOCAL··DEFAULT···11·$d
9779 ··9775:·002289e4·····0·NOTYPE··LOCAL··DEFAULT···11·$t9779 ··9775:·002289e4·····0·NOTYPE··LOCAL··DEFAULT···11·$t
9780 ··9776:·00229244·····0·NOTYPE··LOCAL··DEFAULT···11·$d9780 ··9776:·00229244·····0·NOTYPE··LOCAL··DEFAULT···11·$d
9781 ··9777:·00229264·····0·NOTYPE··LOCAL··DEFAULT···11·$t9781 ··9777:·00229264·····0·NOTYPE··LOCAL··DEFAULT···11·$t
9782 ··9778:·002299e8·····0·NOTYPE··LOCAL··DEFAULT···11·$d9782 ··9778:·002299e8·····0·NOTYPE··LOCAL··DEFAULT···11·$d
9783 ··9779:·00771984·····0·NOTYPE··LOCAL··DEFAULT···23·$d9783 ··9779:·00771984·····0·NOTYPE··LOCAL··DEFAULT···23·$d
9784 ··9780:·002d3318·····0·NOTYPE··LOCAL··DEFAULT···13·$d9784 ··9780:·002d2dc4·····0·NOTYPE··LOCAL··DEFAULT···13·$d
9785 ··9781:·00000000·····0·FILE····LOCAL··DEFAULT··ABS·RepSphereGenerate.cpp9785 ··9781:·00000000·····0·FILE····LOCAL··DEFAULT··ABS·RepSphereGenerate.cpp
9786 ··9782:·002299f0·····0·NOTYPE··LOCAL··DEFAULT···11·$t9786 ··9782:·002299f0·····0·NOTYPE··LOCAL··DEFAULT···11·$t
9787 ··9783:·00229ad4·····0·NOTYPE··LOCAL··DEFAULT···11·$d9787 ··9783:·00229ad4·····0·NOTYPE··LOCAL··DEFAULT···11·$d
9788 ··9784:·00322d98·····0·NOTYPE··LOCAL··DEFAULT···15·$d9788 ··9784:·00322d98·····0·NOTYPE··LOCAL··DEFAULT···15·$d
9789 ··9785:·00229adc·····0·NOTYPE··LOCAL··DEFAULT···11·$t9789 ··9785:·00229adc·····0·NOTYPE··LOCAL··DEFAULT···11·$t
9790 ··9786:·00229b7c·····0·NOTYPE··LOCAL··DEFAULT···11·$d9790 ··9786:·00229b7c·····0·NOTYPE··LOCAL··DEFAULT···11·$d
9791 ··9787:·00229b90·····0·NOTYPE··LOCAL··DEFAULT···11·$t9791 ··9787:·00229b90·····0·NOTYPE··LOCAL··DEFAULT···11·$t
Offset 9805, 15 lines modifiedOffset 9805, 15 lines modified
9805 ··9801:·0022b138·····0·NOTYPE··LOCAL··DEFAULT···11·$d9805 ··9801:·0022b138·····0·NOTYPE··LOCAL··DEFAULT···11·$d
9806 ··9802:·0031c9bc·····0·NOTYPE··LOCAL··DEFAULT···14·$d9806 ··9802:·0031c9bc·····0·NOTYPE··LOCAL··DEFAULT···14·$d
9807 ··9803:·0030a7d8·····0·NOTYPE··LOCAL··DEFAULT···13·$d9807 ··9803:·0030a7d8·····0·NOTYPE··LOCAL··DEFAULT···13·$d
9808 ··9804:·0030a7d8·····8·OBJECT··LOCAL··DEFAULT···13·_ZZL28RepSphereRenderOneSphere_ARBP13_PyMOLGlobalsP10RenderInfoPKfPfS5_S4_S4_E3_009808 ··9804:·0030a7d8·····8·OBJECT··LOCAL··DEFAULT···13·_ZZL28RepSphereRenderOneSphere_ARBP13_PyMOLGlobalsP10RenderInfoPKfPfS5_S4_S4_E3_00
9809 ··9805:·0030a7e0·····8·OBJECT··LOCAL··DEFAULT···13·_ZZL28RepSphereRenderOneSphere_ARBP13_PyMOLGlobalsP10RenderInfoPKfPfS5_S4_S4_E3_109809 ··9805:·0030a7e0·····8·OBJECT··LOCAL··DEFAULT···13·_ZZL28RepSphereRenderOneSphere_ARBP13_PyMOLGlobalsP10RenderInfoPKfPfS5_S4_S4_E3_10
9810 ··9806:·0030a7e8·····8·OBJECT··LOCAL··DEFAULT···13·_ZZL28RepSphereRenderOneSphere_ARBP13_PyMOLGlobalsP10RenderInfoPKfPfS5_S4_S4_E3_119810 ··9806:·0030a7e8·····8·OBJECT··LOCAL··DEFAULT···13·_ZZL28RepSphereRenderOneSphere_ARBP13_PyMOLGlobalsP10RenderInfoPKfPfS5_S4_S4_E3_11
9811 ··9807:·0030a7f0·····8·OBJECT··LOCAL··DEFAULT···13·_ZZL28RepSphereRenderOneSphere_ARBP13_PyMOLGlobalsP10RenderInfoPKfPfS5_S4_S4_E3_019811 ··9807:·0030a7f0·····8·OBJECT··LOCAL··DEFAULT···13·_ZZL28RepSphereRenderOneSphere_ARBP13_PyMOLGlobalsP10RenderInfoPKfPfS5_S4_S4_E3_01
9812 ··9808:·002d3318·····0·NOTYPE··LOCAL··DEFAULT···13·$d9812 ··9808:·002d2dc4·····0·NOTYPE··LOCAL··DEFAULT···13·$d
9813 ··9809:·00229cc5·····0·NOTYPE··LOCAL··DEFAULT···11·$d9813 ··9809:·00229cc5·····0·NOTYPE··LOCAL··DEFAULT···11·$d
9814 ··9810:·00229cc6·····0·NOTYPE··LOCAL··DEFAULT···11·$t9814 ··9810:·00229cc6·····0·NOTYPE··LOCAL··DEFAULT···11·$t
9815 ··9811:·00000000·····0·FILE····LOCAL··DEFAULT··ABS·RepSurface.cpp9815 ··9811:·00000000·····0·FILE····LOCAL··DEFAULT··ABS·RepSurface.cpp
9816 ··9812:·0022b140·····0·NOTYPE··LOCAL··DEFAULT···11·$t9816 ··9812:·0022b140·····0·NOTYPE··LOCAL··DEFAULT···11·$t
9817 ··9813:·00322dc8·····0·NOTYPE··LOCAL··DEFAULT···15·$d9817 ··9813:·00322dc8·····0·NOTYPE··LOCAL··DEFAULT···15·$d
9818 ··9814:·0022b305····22·FUNC····LOCAL··DEFAULT···11·_ZL20RepSurfaceInvalidateP3RepP8CoordSeti9818 ··9814:·0022b305····22·FUNC····LOCAL··DEFAULT···11·_ZL20RepSurfaceInvalidateP3RepP8CoordSeti
9819 ··9815:·0022b31d··1120·FUNC····LOCAL··DEFAULT···11·_ZL37immediate_draw_indexed_vertices_alphaPKfS0_fS0_S0_PKii9819 ··9815:·0022b31d··1120·FUNC····LOCAL··DEFAULT···11·_ZL37immediate_draw_indexed_vertices_alphaPKfS0_fS0_S0_PKii
430 B
readelf --wide --notes {}
    
Offset 1, 4 lines modifiedOffset 1, 4 lines modified
  
1 Displaying·notes·found·in:·.note.gnu.build-id1 Displaying·notes·found·in:·.note.gnu.build-id
2 ··Owner·················Data·size»  Description2 ··Owner·················Data·size»  Description
3 ··GNU··················0x00000014»  NT_GNU_BUILD_ID·(unique·build·ID·bitstring)»   ····Build·ID:·3238f2a31217e818339dc80a8547959b2ef765eb3 ··GNU··················0x00000014»  NT_GNU_BUILD_ID·(unique·build·ID·bitstring)»   ····Build·ID:·501962e5d2f8b7f794019cc1d6ea6e2e1816c6e1
17.5 KB
readelf --wide --debug-dump=loc {}
error from `readelf --wide --debug-dump=loc {}`: readelf: Warning: Hole and overlap detection requires adjacent view lists and loclists. readelf: Warning: Hole and overlap detection requires adjacent view lists and loclists. readelf: Warning: Hole and overlap detection requires adjacent view lists and loclists. readelf: Warning: Hole and overlap detection requires adjacent view lists and loclists.
    
Offset 9517, 15 lines modifiedOffset 9517, 15 lines modified
9517 ····00009f9c·v0000000·v0000000·views·at·00009ef2·for:9517 ····00009f9c·v0000000·v0000000·views·at·00009ef2·for:
9518 ·············0005dfba·0005dfc3·(DW_OP_breg4·(r4):·0)9518 ·············0005dfba·0005dfc3·(DW_OP_breg4·(r4):·0)
9519 ····00009fa8·<End·of·list>9519 ····00009fa8·<End·of·list>
  
9520 ····00009fb0·v0000002·v0000000·location·view·pair9520 ····00009fb0·v0000002·v0000000·location·view·pair
  
9521 ····00009fb2·v0000002·v0000000·views·at·00009fb0·for:9521 ····00009fb2·v0000002·v0000000·views·at·00009fb0·for:
9522 ·············0005e13e·0005e14a·(DW_OP_addr:·2d3b90;·DW_OP_stack_value)9522 ·············0005e13e·0005e14a·(DW_OP_addr:·2d363c;·DW_OP_stack_value)
9523 ····00009fc2·<End·of·list>9523 ····00009fc2·<End·of·list>
  
9524 ····00009fca·v0000002·v0000000·location·view·pair9524 ····00009fca·v0000002·v0000000·location·view·pair
  
9525 ····00009fcc·v0000002·v0000000·views·at·00009fca·for:9525 ····00009fcc·v0000002·v0000000·views·at·00009fca·for:
9526 ·············0005e13e·0005e149·(DW_OP_GNU_entry_value:·(DW_OP_reg0·(r0)))9526 ·············0005e13e·0005e149·(DW_OP_GNU_entry_value:·(DW_OP_reg0·(r0)))
9527 ····00009fd9·<End·of·list>9527 ····00009fd9·<End·of·list>
Offset 279520, 15 lines modifiedOffset 279520, 15 lines modified
279520 ····00121514·v0000000·v0000000·views·at·00121506·for:279520 ····00121514·v0000000·v0000000·views·at·00121506·for:
279521 ·············000a47ba·000a47e1·(DW_OP_reg0·(r0))279521 ·············000a47ba·000a47e1·(DW_OP_reg0·(r0))
279522 ····0012151f·<End·of·list>279522 ····0012151f·<End·of·list>
  
279523 ····00121527·v0000002·v0000000·location·view·pair279523 ····00121527·v0000002·v0000000·location·view·pair
  
279524 ····00121529·v0000002·v0000000·views·at·00121527·for:279524 ····00121529·v0000002·v0000000·views·at·00121527·for:
279525 ·············000a47f4·000a4804·(DW_OP_addr:·2d3b90;·DW_OP_stack_value)279525 ·············000a47f4·000a4804·(DW_OP_addr:·2d363c;·DW_OP_stack_value)
279526 ····00121539·<End·of·list>279526 ····00121539·<End·of·list>
  
279527 ····00121541·v0000002·v0000000·location·view·pair279527 ····00121541·v0000002·v0000000·location·view·pair
  
279528 ····00121543·v0000002·v0000000·views·at·00121541·for:279528 ····00121543·v0000002·v0000000·views·at·00121541·for:
279529 ·············000a47f4·000a4803·(DW_OP_breg11·(r11):·0)279529 ·············000a47f4·000a4803·(DW_OP_breg11·(r11):·0)
279530 ····0012154f·<End·of·list>279530 ····0012154f·<End·of·list>
Offset 295375, 15 lines modifiedOffset 295375, 15 lines modified
295375 ····00132351·v0000000·v0000002·views·at·0013234f·for:295375 ····00132351·v0000000·v0000002·views·at·0013234f·for:
295376 ·············000adb74·000adb84·(DW_OP_reg8·(r8))295376 ·············000adb74·000adb84·(DW_OP_reg8·(r8))
295377 ····0013235c·<End·of·list>295377 ····0013235c·<End·of·list>
  
295378 ····00132364·v0000002·v0000000·location·view·pair295378 ····00132364·v0000002·v0000000·location·view·pair
  
295379 ····00132366·v0000002·v0000000·views·at·00132364·for:295379 ····00132366·v0000002·v0000000·views·at·00132364·for:
295380 ·············000adb74·000adb84·(DW_OP_addr:·2d3b90;·DW_OP_stack_value)295380 ·············000adb74·000adb84·(DW_OP_addr:·2d363c;·DW_OP_stack_value)
295381 ····00132376·<End·of·list>295381 ····00132376·<End·of·list>
  
295382 ····0013237e·v0000002·v0000000·location·view·pair295382 ····0013237e·v0000002·v0000000·location·view·pair
  
295383 ····00132380·v0000002·v0000000·views·at·0013237e·for:295383 ····00132380·v0000002·v0000000·views·at·0013237e·for:
295384 ·············000adb74·000adb83·(DW_OP_breg8·(r8):·0)295384 ·············000adb74·000adb83·(DW_OP_breg8·(r8):·0)
295385 ····0013238c·<End·of·list>295385 ····0013238c·<End·of·list>
Offset 321655, 15 lines modifiedOffset 321655, 15 lines modified
321655 ····0014dfe9·v0000001·v0000000·views·at·0014dfe7·for:321655 ····0014dfe9·v0000001·v0000000·views·at·0014dfe7·for:
321656 ·············000be4a2·000be4b3·(DW_OP_breg4·(r4):·0)321656 ·············000be4a2·000be4b3·(DW_OP_breg4·(r4):·0)
321657 ····0014dff5·<End·of·list>321657 ····0014dff5·<End·of·list>
  
321658 ····0014dffd·v0000002·v0000000·location·view·pair321658 ····0014dffd·v0000002·v0000000·location·view·pair
  
321659 ····0014dfff·v0000002·v0000000·views·at·0014dffd·for:321659 ····0014dfff·v0000002·v0000000·views·at·0014dffd·for:
321660 ·············000be4de·000be4ea·(DW_OP_addr:·2d3b90;·DW_OP_stack_value)321660 ·············000be4de·000be4ea·(DW_OP_addr:·2d363c;·DW_OP_stack_value)
321661 ····0014e00f·<End·of·list>321661 ····0014e00f·<End·of·list>
  
321662 ····0014e017·v0000002·v0000000·location·view·pair321662 ····0014e017·v0000002·v0000000·location·view·pair
  
321663 ····0014e019·v0000002·v0000000·views·at·0014e017·for:321663 ····0014e019·v0000002·v0000000·views·at·0014e017·for:
321664 ·············000be4de·000be4e9·(DW_OP_breg4·(r4):·0)321664 ·············000be4de·000be4e9·(DW_OP_breg4·(r4):·0)
321665 ····0014e025·<End·of·list>321665 ····0014e025·<End·of·list>
Offset 1394721, 15 lines modifiedOffset 1394721, 15 lines modified
1394721 ····005e788c·v0000000·v0000000·views·at·005e787c·for:1394721 ····005e788c·v0000000·v0000000·views·at·005e787c·for:
1394722 ·············002285a8·002285d2·(DW_OP_reg9·(r9))1394722 ·············002285a8·002285d2·(DW_OP_reg9·(r9))
1394723 ····005e7897·<End·of·list>1394723 ····005e7897·<End·of·list>
  
1394724 ····005e789f·v0000002·v0000000·location·view·pair1394724 ····005e789f·v0000002·v0000000·location·view·pair
  
1394725 ····005e78a1·v0000002·v0000000·views·at·005e789f·for:1394725 ····005e78a1·v0000002·v0000000·views·at·005e789f·for:
1394726 ·············002285f8·0022863e·(DW_OP_addr:·2d3318;·DW_OP_stack_value)1394726 ·············002285f8·0022863e·(DW_OP_addr:·2d2dc4;·DW_OP_stack_value)
1394727 ····005e78b1·<End·of·list>1394727 ····005e78b1·<End·of·list>
  
1394728 ····005e78b9·v0000002·v0000000·location·view·pair1394728 ····005e78b9·v0000002·v0000000·location·view·pair
1394729 ····005e78bb·v0000000·v0000000·location·view·pair1394729 ····005e78bb·v0000000·v0000000·location·view·pair
  
1394730 ····005e78bd·v0000002·v0000000·views·at·005e78b9·for:1394730 ····005e78bd·v0000002·v0000000·views·at·005e78b9·for:
1394731 ·············002285f8·002285ff·(DW_OP_reg0·(r0))1394731 ·············002285f8·002285ff·(DW_OP_reg0·(r0))
Offset 1394760, 84 lines modifiedOffset 1394760, 84 lines modified
1394760 ····005e791d·v0000008·v0000009·views·at·005e791b·for:1394760 ····005e791d·v0000008·v0000009·views·at·005e791b·for:
1394761 ·············002285f8·002285f8·(DW_OP_reg0·(r0))1394761 ·············002285f8·002285f8·(DW_OP_reg0·(r0))
1394762 ····005e7928·<End·of·list>1394762 ····005e7928·<End·of·list>
  
1394763 ····005e7930·v000000c·v0000000·location·view·pair1394763 ····005e7930·v000000c·v0000000·location·view·pair
  
1394764 ····005e7932·v000000c·v0000000·views·at·005e7930·for:1394764 ····005e7932·v000000c·v0000000·views·at·005e7930·for:
1394765 ·············002285f8·0022863e·(DW_OP_addr:·2d3328;·DW_OP_stack_value)1394765 ·············002285f8·0022863e·(DW_OP_addr:·2d2dd4;·DW_OP_stack_value)
1394766 ····005e7942·<End·of·list>1394766 ····005e7942·<End·of·list>
  
1394767 ····005e794a·v000000c·v0000000·location·view·pair1394767 ····005e794a·v000000c·v0000000·location·view·pair
  
1394768 ····005e794c·v000000c·v0000000·views·at·005e794a·for:1394768 ····005e794c·v000000c·v0000000·views·at·005e794a·for:
1394769 ·············002285f8·0022863e·(DW_OP_addr:·2d3318;·DW_OP_stack_value)1394769 ·············002285f8·0022863e·(DW_OP_addr:·2d2dc4;·DW_OP_stack_value)
1394770 ····005e795c·<End·of·list>1394770 ····005e795c·<End·of·list>
  
1394771 ····005e7964·v000000c·v0000000·location·view·pair1394771 ····005e7964·v000000c·v0000000·location·view·pair
1394772 ····005e7966·v0000000·v0000000·location·view·pair1394772 ····005e7966·v0000000·v0000000·location·view·pair
  
1394773 ····005e7968·v000000c·v0000000·views·at·005e7964·for:1394773 ····005e7968·v000000c·v0000000·views·at·005e7964·for:
1394774 ·············002285f8·002285ff·(DW_OP_reg0·(r0))1394774 ·············002285f8·002285ff·(DW_OP_reg0·(r0))
1394775 ····005e7973·v0000000·v0000000·views·at·005e7966·for:1394775 ····005e7973·v0000000·v0000000·views·at·005e7966·for:
1394776 ·············002285ff·0022863e·(DW_OP_reg8·(r8))1394776 ·············002285ff·0022863e·(DW_OP_reg8·(r8))
1394777 ····005e797e·<End·of·list>1394777 ····005e797e·<End·of·list>
  
1394778 ····005e7986·v000000d·v0000000·location·view·pair1394778 ····005e7986·v000000d·v0000000·location·view·pair
  
1394779 ····005e7988·v000000d·v0000000·views·at·005e7986·for:1394779 ····005e7988·v000000d·v0000000·views·at·005e7986·for:
1394780 ·············002285f8·0022863e·(DW_OP_addr:·2d3328;·DW_OP_stack_value)1394780 ·············002285f8·0022863e·(DW_OP_addr:·2d2dd4;·DW_OP_stack_value)
1394781 ····005e7998·<End·of·list>1394781 ····005e7998·<End·of·list>
  
1394782 ····005e79a0·v000000d·v0000000·location·view·pair1394782 ····005e79a0·v000000d·v0000000·location·view·pair
  
1394783 ····005e79a2·v000000d·v0000000·views·at·005e79a0·for:1394783 ····005e79a2·v000000d·v0000000·views·at·005e79a0·for:
1394784 ·············002285f8·0022863e·(DW_OP_addr:·2d3318;·DW_OP_stack_value)1394784 ·············002285f8·0022863e·(DW_OP_addr:·2d2dc4;·DW_OP_stack_value)
1394785 ····005e79b2·<End·of·list>1394785 ····005e79b2·<End·of·list>
  
1394786 ····005e79ba·v000000d·v0000000·location·view·pair1394786 ····005e79ba·v000000d·v0000000·location·view·pair
1394787 ····005e79bc·v0000000·v0000000·location·view·pair1394787 ····005e79bc·v0000000·v0000000·location·view·pair
  
1394788 ····005e79be·v000000d·v0000000·views·at·005e79ba·for:1394788 ····005e79be·v000000d·v0000000·views·at·005e79ba·for:
1394789 ·············002285f8·002285ff·(DW_OP_reg0·(r0))1394789 ·············002285f8·002285ff·(DW_OP_reg0·(r0))
1394790 ····005e79c9·v0000000·v0000000·views·at·005e79bc·for:1394790 ····005e79c9·v0000000·v0000000·views·at·005e79bc·for:
1394791 ·············002285ff·0022863e·(DW_OP_reg8·(r8))1394791 ·············002285ff·0022863e·(DW_OP_reg8·(r8))
1394792 ····005e79d4·<End·of·list>1394792 ····005e79d4·<End·of·list>
  
1394793 ····005e79dc·v000000e·v0000000·location·view·pair1394793 ····005e79dc·v000000e·v0000000·location·view·pair
Max diff block lines reached; 12158/17415 bytes (69.81%) of diff not shown.
11.3 KB
strings --all --bytes=8 {}
    
Offset 4919, 564 lines modifiedOffset 4919, 518 lines modified
4919 Y!Y%<t3xB4919 Y!Y%<t3xB
4920 2kFRmV1'4920 2kFRmV1'
4921 dVEdkS=`:4921 dVEdkS=`:
4922 Ljr·`23.4922 Ljr·`23.
4923 8Iew!E_$4923 8Iew!E_$
4924 <IHgKB:g4924 <IHgKB:g
4925 ":iK']Dg4925 ":iK']Dg
4926 or`7@+E,VIz 
4927 oZE!Mo?o 
4928 '3E·#X9@ 
4929 %)55_"wR 
4930 h0?-BYK·? 
4931 tZGeuTXy 
4932 Mof·#+m{ 
4933 6p^P(8/* 
4934 d$:~du3% 
4935 F;KoL;KoL;KoL;KoL;KoLk{t 
4936 `p}TUFXE 
4937 -VWB0mtPp 
4938 [)3·Xg2· 
4939 ·8x.GLq0 
4940 8Y$XeEH6 
4941 MgTBYE» eA 
4942 *ww[*ww[*ww[*ww[*wk 
4943 0i5·U:]: 
4944 9u.9g{>kO 
4945 43~vw?hZz 
4946 dm}XMLm}(Y 
4947 5\/RB]·RB 
4948 gV)»    9R^! 
4949 GEHG@G>?x0s 
4950 w<Ah:»  5O 
4951 E]2]Niq:@zD»    .S 
4952 [/'e]BR`H 
4953 V%>+e={_ 
4954 N<umM^4dY 
4955 YaA.I<@r 
4956 -\h)s6}} 
4957 l=H={];s 
4958 h.zE$_-%Sv 
4959 }8)Z·G{h 
4960 !iAS=$-h 
4961 2!aBo_q>Oz 
4962 },9S%1h% 
4963 jOGz·k_dt 
4964 Z=YC5c]? 
4965 /?%>c%w7V 
4966 /?%>c%w7V 
4967 vH~|%3e#CL4926 A(Q*Tv7V
 4927 R+J6dw<Gh
 4928 ?PQD`"\'
 4929 lee.7dHU
 4930 [AK7l!xy(
 4931 2~/H[2aO\
 4932 EFkbK=p-
 4933 s%@FySw;
 4934 UrO@g:fLY
 4935 j$N5*J5*J5
 4936 ZV'SV'@5
 4937 =vr~/7g$
 4938 kW]u)UT)Ut),
 4939 ;z"8x.GLq
 4940 {71v^3Wf)
 4941 ~PgSvZRlke
 4942 }KKjJnm*
 4943 »       z-9J=`i
 4944 <`#86zobT
 4945 VfJ\se!I
 4946 $=-»    G~8`
 4947 $},»    G~8`
 4948 [.=+DMC.v[
 4949 Vs}+N"wK
 4950 Q|JJ'[-B
 4951 V%p1q`bbI
 4952 KiYs-:QB
 4953 d[Y]RRQ1f
 4954 Z:hwRiI=
 4955 ,[#'CM?zr^=9
 4956 SR;#9^!rK
 4957 ~ViDW<F)
 4958 vdYmKA7p
 4959 ln]fs#!$g
 4960 W@[K{v/z
 4961 aMQ2Mol2
 4962 n*x"2I"{
 4963 k*.rXCd"
 4964 grd,']`G
 4965 P\VOPVC%
 4966 j^`»    %/»  -b
 4967 C·k5nTV*»w
 4968 s)»     0KSwoP1&
 4969 9c46wk#<G[
 4970 e8Hu.[S6
4968 rn6UkAej4971 +rn6UkAej
 4972 BS5z[,\4C
 4973 (uN5HKIIK1e
 4974 @k/&Ah<&A
 4975 -S"M0B~/`
 4976 x,q*&EN%HD1IF
 4977 g+>O``7$
4969 Q!4lz3Jz 
4970 ([~DYkS& 
4971 T+0`N':? 
4972 »       [{2AMQ0q 
4973 SVx_%7{l 
4974 q+VkG[kGk 
4975 Dv6$g$zF 
4976 e4DK(IP* 
4977 D.%8D!GFq0 
4978 x^nkNnT+K 
4979 njUu:n^-w 
4980 ~WB0nP4,Cx[ 
4981 $8D!GFq0 
4982 0#7Xf4,8 
4983 7,|·O2yk 
4984 N4=y:Y6o5 
4985 .·b.1Zk! 
4986 --hiAK3v 
4987 74!^~q`nI 
4988 ?|L<4d9< 
4989 zNrM5HzW4978 zArM5HzW
4990 U|aPq^[Wt 
4991 KYGBTg%# 
4992 ht2=GbKSh 
4993 uc517r;M@;T 
4994 7-E,@V0} 
4995 *.;C\Rt[ 
Max diff block lines reached; 9808/11513 bytes (85.19%) of diff not shown.
54.2 KB
python3-pymol-dbgsym_2.2.0+dfsg-4_armhf.deb
452 B
file list
    
Offset 1, 3 lines modifiedOffset 1, 3 lines modified
1 -rw-r--r--···0········0········0········4·2019-01-02·01:15:06.000000·debian-binary1 -rw-r--r--···0········0········0········4·2019-01-02·01:15:06.000000·debian-binary
2 -rw-r--r--···0········0········0······600·2019-01-02·01:15:06.000000·control.tar.xz2 -rw-r--r--···0········0········0······604·2019-01-02·01:15:06.000000·control.tar.xz
3 -rw-r--r--···0········0········0·23140632·2019-01-02·01:15:06.000000·data.tar.xz3 -rw-r--r--···0········0········0·23141132·2019-01-02·01:15:06.000000·data.tar.xz
810 B
control.tar.xz
782 B
control.tar
457 B
./control
    
Offset 5, 8 lines modifiedOffset 5, 8 lines modified
5 Architecture:·armhf5 Architecture:·armhf
6 Maintainer:·Debichem·Team·<debichem-devel@lists.alioth.debian.org>6 Maintainer:·Debichem·Team·<debichem-devel@lists.alioth.debian.org>
7 Installed-Size:·232277 Installed-Size:·23227
8 Depends:·python3-pymol·(=·2.2.0+dfsg-4)8 Depends:·python3-pymol·(=·2.2.0+dfsg-4)
9 Section:·debug9 Section:·debug
10 Priority:·optional10 Priority:·optional
11 Description:·debug·symbols·for·python3-pymol11 Description:·debug·symbols·for·python3-pymol
12 Build-Ids:·54b5ee79c8a01601dafe63dba8c1e74c4f718443·7ec1f83333bed58bfaf3a55edefc418169015fc312 Build-Ids:·54b5ee79c8a01601dafe63dba8c1e74c4f718443·e91713ab65684fb69ec3f2865b6235dd438a4803
303 B
./md5sums
30.0 B
./md5sums
Files differ
255 B
line order
    
Offset 1, 2 lines modifiedOffset 1, 2 lines modified
1 usr/lib/debug/.build-id/54/b5ee79c8a01601dafe63dba8c1e74c4f718443.debug1 usr/lib/debug/.build-id/54/b5ee79c8a01601dafe63dba8c1e74c4f718443.debug
2 usr/lib/debug/.build-id/7e/c1f83333bed58bfaf3a55edefc418169015fc3.debug2 usr/lib/debug/.build-id/e9/1713ab65684fb69ec3f2865b6235dd438a4803.debug
52.8 KB
data.tar.xz
52.8 KB
data.tar
1.66 KB
file list
    
Offset 1, 12 lines modifiedOffset 1, 12 lines modified
1 drwxr-xr-x···0·root·········(0)·root·········(0)········0·2019-01-02·01:15:06.000000·./1 drwxr-xr-x···0·root·········(0)·root·········(0)········0·2019-01-02·01:15:06.000000·./
2 drwxr-xr-x···0·root·········(0)·root·········(0)········0·2019-01-02·01:15:06.000000·./usr/2 drwxr-xr-x···0·root·········(0)·root·········(0)········0·2019-01-02·01:15:06.000000·./usr/
3 drwxr-xr-x···0·root·········(0)·root·········(0)········0·2019-01-02·01:15:06.000000·./usr/lib/3 drwxr-xr-x···0·root·········(0)·root·········(0)········0·2019-01-02·01:15:06.000000·./usr/lib/
4 drwxr-xr-x···0·root·········(0)·root·········(0)········0·2019-01-02·01:15:06.000000·./usr/lib/debug/4 drwxr-xr-x···0·root·········(0)·root·········(0)········0·2019-01-02·01:15:06.000000·./usr/lib/debug/
5 drwxr-xr-x···0·root·········(0)·root·········(0)········0·2019-01-02·01:15:06.000000·./usr/lib/debug/.build-id/5 drwxr-xr-x···0·root·········(0)·root·········(0)········0·2019-01-02·01:15:06.000000·./usr/lib/debug/.build-id/
6 drwxr-xr-x···0·root·········(0)·root·········(0)········0·2019-01-02·01:15:06.000000·./usr/lib/debug/.build-id/54/6 drwxr-xr-x···0·root·········(0)·root·········(0)········0·2019-01-02·01:15:06.000000·./usr/lib/debug/.build-id/54/
7 -rw-r--r--···0·root·········(0)·root·········(0)···114064·2019-01-02·01:15:06.000000·./usr/lib/debug/.build-id/54/b5ee79c8a01601dafe63dba8c1e74c4f718443.debug7 -rw-r--r--···0·root·········(0)·root·········(0)···114064·2019-01-02·01:15:06.000000·./usr/lib/debug/.build-id/54/b5ee79c8a01601dafe63dba8c1e74c4f718443.debug
8 drwxr-xr-x···0·root·········(0)·root·········(0)········0·2019-01-02·01:15:06.000000·./usr/lib/debug/.build-id/7e/8 drwxr-xr-x···0·root·········(0)·root·········(0)········0·2019-01-02·01:15:06.000000·./usr/lib/debug/.build-id/e9/
9 -rw-r--r--···0·root·········(0)·root·········(0)·23657892·2019-01-02·01:15:06.000000·./usr/lib/debug/.build-id/7e/c1f83333bed58bfaf3a55edefc418169015fc3.debug9 -rw-r--r--···0·root·········(0)·root·········(0)·23657896·2019-01-02·01:15:06.000000·./usr/lib/debug/.build-id/e9/1713ab65684fb69ec3f2865b6235dd438a4803.debug
10 drwxr-xr-x···0·root·········(0)·root·········(0)········0·2019-01-02·01:15:06.000000·./usr/share/10 drwxr-xr-x···0·root·········(0)·root·········(0)········0·2019-01-02·01:15:06.000000·./usr/share/
11 drwxr-xr-x···0·root·········(0)·root·········(0)········0·2019-01-02·01:15:06.000000·./usr/share/doc/11 drwxr-xr-x···0·root·········(0)·root·········(0)········0·2019-01-02·01:15:06.000000·./usr/share/doc/
12 lrwxrwxrwx···0·root·········(0)·root·········(0)········0·2019-01-02·01:15:06.000000·./usr/share/doc/python3-pymol-dbgsym·->·python3-pymol12 lrwxrwxrwx···0·root·········(0)·root·········(0)········0·2019-01-02·01:15:06.000000·./usr/share/doc/python3-pymol-dbgsym·->·python3-pymol
51.1 KB
./usr/lib/debug/.build-id/7e/c1f83333bed58bfaf3a55edefc418169015fc3.debug vs.
./usr/lib/debug/.build-id/e9/1713ab65684fb69ec3f2865b6235dd438a4803.debug
Files similar despite different names (score: 13, lower is more similar)
899 B
readelf --wide --file-header {}
    
Offset 6, 15 lines modifiedOffset 6, 15 lines modified
6 ··OS/ABI:····························UNIX·-·GNU6 ··OS/ABI:····························UNIX·-·GNU
7 ··ABI·Version:·······················07 ··ABI·Version:·······················0
8 ··Type:······························DYN·(Shared·object·file)8 ··Type:······························DYN·(Shared·object·file)
9 ··Machine:···························ARM9 ··Machine:···························ARM
10 ··Version:···························0x110 ··Version:···························0x1
11 ··Entry·point·address:···············0x4e03011 ··Entry·point·address:···············0x4e030
12 ··Start·of·program·headers:··········52·(bytes·into·file)12 ··Start·of·program·headers:··········52·(bytes·into·file)
13 ··Start·of·section·headers:··········23656412·(bytes·into·file)13 ··Start·of·section·headers:··········23656416·(bytes·into·file)
14 ··Flags:·····························0x5000400,·Version5·EABI,·hard-float·ABI14 ··Flags:·····························0x5000400,·Version5·EABI,·hard-float·ABI
15 ··Size·of·this·header:···············52·(bytes)15 ··Size·of·this·header:···············52·(bytes)
16 ··Size·of·program·headers:···········32·(bytes)16 ··Size·of·program·headers:···········32·(bytes)
17 ··Number·of·program·headers:·········717 ··Number·of·program·headers:·········7
18 ··Size·of·section·headers:···········40·(bytes)18 ··Size·of·section·headers:···········40·(bytes)
19 ··Number·of·section·headers:·········3719 ··Number·of·section·headers:·········37
20 ··Section·header·string·table·index:·3620 ··Section·header·string·table·index:·36
2.27 KB
readelf --wide --sections {}
    
Offset 1, 8 lines modifiedOffset 1, 8 lines modified
1 There·are·37·section·headers,·starting·at·offset·0x168f7dc:1 There·are·37·section·headers,·starting·at·offset·0x168f7e0:
  
2 Section·Headers:2 Section·Headers:
3 ··[Nr]·Name··············Type············Addr·····Off····Size···ES·Flg·Lk·Inf·Al3 ··[Nr]·Name··············Type············Addr·····Off····Size···ES·Flg·Lk·Inf·Al
4 ··[·0]···················NULL············00000000·000000·000000·00······0···0··04 ··[·0]···················NULL············00000000·000000·000000·00······0···0··0
5 ··[·1]·.note.gnu.build-id·NOTE············00000114·000114·000024·00···A··0···0··45 ··[·1]·.note.gnu.build-id·NOTE············00000114·000114·000024·00···A··0···0··4
6 ··[·2]·.gnu.hash·········NOBITS··········00000138·000138·0056d0·04···A··3···0··46 ··[·2]·.gnu.hash·········NOBITS··········00000138·000138·0056d0·04···A··3···0··4
7 ··[·3]·.dynsym···········NOBITS··········00005808·000138·010230·10···A··4···3··47 ··[·3]·.dynsym···········NOBITS··········00005808·000138·010230·10···A··4···3··4
Offset 30, 17 lines modifiedOffset 30, 17 lines modified
30 ··[25]·.ARM.attributes···ARM_ATTRIBUTES··00000000·000154·000033·00······0···0··130 ··[25]·.ARM.attributes···ARM_ATTRIBUTES··00000000·000154·000033·00······0···0··1
31 ··[26]·.debug_aranges····PROGBITS········00000000·000188·001090·00···C··0···0··431 ··[26]·.debug_aranges····PROGBITS········00000000·000188·001090·00···C··0···0··4
32 ··[27]·.debug_info·······PROGBITS········00000000·001218·11f673a·00···C··0···0··432 ··[27]·.debug_info·······PROGBITS········00000000·001218·11f673a·00···C··0···0··4
33 ··[28]·.debug_abbrev·····PROGBITS········00000000·11f7954·01d8bb·00···C··0···0··433 ··[28]·.debug_abbrev·····PROGBITS········00000000·11f7954·01d8bb·00···C··0···0··4
34 ··[29]·.debug_line·······PROGBITS········00000000·1215210·14a386·00···C··0···0··434 ··[29]·.debug_line·······PROGBITS········00000000·1215210·14a386·00···C··0···0··4
35 ··[30]·.debug_frame······PROGBITS········00000000·135f598·00e4e3·00···C··0···0··435 ··[30]·.debug_frame······PROGBITS········00000000·135f598·00e4e3·00···C··0···0··4
36 ··[31]·.debug_str········PROGBITS········00000000·136da7c·05e088·01·MSC··0···0··436 ··[31]·.debug_str········PROGBITS········00000000·136da7c·05e088·01·MSC··0···0··4
37 ··[32]·.debug_loc········PROGBITS········00000000·13cbb04·1f1c13·00···C··0···0··437 ··[32]·.debug_loc········PROGBITS········00000000·13cbb04·1f1c17·00···C··0···0··4
38 ··[33]·.debug_ranges·····PROGBITS········00000000·15bd718·0566bd·00···C··0···0··438 ··[33]·.debug_ranges·····PROGBITS········00000000·15bd71c·0566bd·00···C··0···0··4
39 ··[34]·.symtab···········SYMTAB··········00000000·1613dd8·041cf0·10·····35·12719··439 ··[34]·.symtab···········SYMTAB··········00000000·1613ddc·041cf0·10·····35·12719··4
40 ··[35]·.strtab···········STRTAB··········00000000·1655ac8·039ba6·00······0···0··140 ··[35]·.strtab···········STRTAB··········00000000·1655acc·039ba6·00······0···0··1
41 ··[36]·.shstrtab·········STRTAB··········00000000·168f66e·00016d·00······0···0··141 ··[36]·.shstrtab·········STRTAB··········00000000·168f672·00016d·00······0···0··1
42 Key·to·Flags:42 Key·to·Flags:
43 ··W·(write),·A·(alloc),·X·(execute),·M·(merge),·S·(strings),·I·(info),43 ··W·(write),·A·(alloc),·X·(execute),·M·(merge),·S·(strings),·I·(info),
44 ··L·(link·order),·O·(extra·OS·processing·required),·G·(group),·T·(TLS),44 ··L·(link·order),·O·(extra·OS·processing·required),·G·(group),·T·(TLS),
45 ··C·(compressed),·x·(unknown),·o·(OS·specific),·E·(exclude),45 ··C·(compressed),·x·(unknown),·o·(OS·specific),·E·(exclude),
46 ··y·(purecode),·p·(processor·specific)46 ··y·(purecode),·p·(processor·specific)
2.3 KB
readelf --wide --symbols {}
    
Offset 9765, 15 lines modifiedOffset 9765, 15 lines modified
9765 ··9761:·00228f35···624·FUNC····LOCAL··DEFAULT···11·_ZL15RepSphereRenderP9RepSphereP10RenderInfo9765 ··9761:·00228f35···624·FUNC····LOCAL··DEFAULT···11·_ZL15RepSphereRenderP9RepSphereP10RenderInfo
9766 ··9762:·00229190·····0·NOTYPE··LOCAL··DEFAULT···11·$d9766 ··9762:·00229190·····0·NOTYPE··LOCAL··DEFAULT···11·$d
9767 ··9763:·002291a4·····0·NOTYPE··LOCAL··DEFAULT···11·$t9767 ··9763:·002291a4·····0·NOTYPE··LOCAL··DEFAULT···11·$t
9768 ··9764:·00229a04·····0·NOTYPE··LOCAL··DEFAULT···11·$d9768 ··9764:·00229a04·····0·NOTYPE··LOCAL··DEFAULT···11·$d
9769 ··9765:·00229a24·····0·NOTYPE··LOCAL··DEFAULT···11·$t9769 ··9765:·00229a24·····0·NOTYPE··LOCAL··DEFAULT···11·$t
9770 ··9766:·0022a1a8·····0·NOTYPE··LOCAL··DEFAULT···11·$d9770 ··9766:·0022a1a8·····0·NOTYPE··LOCAL··DEFAULT···11·$d
9771 ··9767:·007719f4·····0·NOTYPE··LOCAL··DEFAULT···23·$d9771 ··9767:·007719f4·····0·NOTYPE··LOCAL··DEFAULT···23·$d
9772 ··9768:·002db7b8·····0·NOTYPE··LOCAL··DEFAULT···13·$d9772 ··9768:·002dba94·····0·NOTYPE··LOCAL··DEFAULT···13·$d
9773 ··9769:·00000000·····0·FILE····LOCAL··DEFAULT··ABS·RepSphereGenerate.cpp9773 ··9769:·00000000·····0·FILE····LOCAL··DEFAULT··ABS·RepSphereGenerate.cpp
9774 ··9770:·0022a1b0·····0·NOTYPE··LOCAL··DEFAULT···11·$t9774 ··9770:·0022a1b0·····0·NOTYPE··LOCAL··DEFAULT···11·$t
9775 ··9771:·0022a294·····0·NOTYPE··LOCAL··DEFAULT···11·$d9775 ··9771:·0022a294·····0·NOTYPE··LOCAL··DEFAULT···11·$d
9776 ··9772:·003238a0·····0·NOTYPE··LOCAL··DEFAULT···15·$d9776 ··9772:·003238a0·····0·NOTYPE··LOCAL··DEFAULT···15·$d
9777 ··9773:·0022a29c·····0·NOTYPE··LOCAL··DEFAULT···11·$t9777 ··9773:·0022a29c·····0·NOTYPE··LOCAL··DEFAULT···11·$t
9778 ··9774:·0022a33c·····0·NOTYPE··LOCAL··DEFAULT···11·$d9778 ··9774:·0022a33c·····0·NOTYPE··LOCAL··DEFAULT···11·$d
9779 ··9775:·0022a350·····0·NOTYPE··LOCAL··DEFAULT···11·$t9779 ··9775:·0022a350·····0·NOTYPE··LOCAL··DEFAULT···11·$t
Offset 9793, 15 lines modifiedOffset 9793, 15 lines modified
9793 ··9789:·0022b8f8·····0·NOTYPE··LOCAL··DEFAULT···11·$d9793 ··9789:·0022b8f8·····0·NOTYPE··LOCAL··DEFAULT···11·$d
9794 ··9790:·0031d4d8·····0·NOTYPE··LOCAL··DEFAULT···14·$d9794 ··9790:·0031d4d8·····0·NOTYPE··LOCAL··DEFAULT···14·$d
9795 ··9791:·0030b318·····0·NOTYPE··LOCAL··DEFAULT···13·$d9795 ··9791:·0030b318·····0·NOTYPE··LOCAL··DEFAULT···13·$d
9796 ··9792:·0030b318·····8·OBJECT··LOCAL··DEFAULT···13·_ZZL28RepSphereRenderOneSphere_ARBP13_PyMOLGlobalsP10RenderInfoPKfPfS5_S4_S4_E3_009796 ··9792:·0030b318·····8·OBJECT··LOCAL··DEFAULT···13·_ZZL28RepSphereRenderOneSphere_ARBP13_PyMOLGlobalsP10RenderInfoPKfPfS5_S4_S4_E3_00
9797 ··9793:·0030b320·····8·OBJECT··LOCAL··DEFAULT···13·_ZZL28RepSphereRenderOneSphere_ARBP13_PyMOLGlobalsP10RenderInfoPKfPfS5_S4_S4_E3_109797 ··9793:·0030b320·····8·OBJECT··LOCAL··DEFAULT···13·_ZZL28RepSphereRenderOneSphere_ARBP13_PyMOLGlobalsP10RenderInfoPKfPfS5_S4_S4_E3_10
9798 ··9794:·0030b328·····8·OBJECT··LOCAL··DEFAULT···13·_ZZL28RepSphereRenderOneSphere_ARBP13_PyMOLGlobalsP10RenderInfoPKfPfS5_S4_S4_E3_119798 ··9794:·0030b328·····8·OBJECT··LOCAL··DEFAULT···13·_ZZL28RepSphereRenderOneSphere_ARBP13_PyMOLGlobalsP10RenderInfoPKfPfS5_S4_S4_E3_11
9799 ··9795:·0030b330·····8·OBJECT··LOCAL··DEFAULT···13·_ZZL28RepSphereRenderOneSphere_ARBP13_PyMOLGlobalsP10RenderInfoPKfPfS5_S4_S4_E3_019799 ··9795:·0030b330·····8·OBJECT··LOCAL··DEFAULT···13·_ZZL28RepSphereRenderOneSphere_ARBP13_PyMOLGlobalsP10RenderInfoPKfPfS5_S4_S4_E3_01
9800 ··9796:·002db7b8·····0·NOTYPE··LOCAL··DEFAULT···13·$d9800 ··9796:·002dba94·····0·NOTYPE··LOCAL··DEFAULT···13·$d
9801 ··9797:·0022a485·····0·NOTYPE··LOCAL··DEFAULT···11·$d9801 ··9797:·0022a485·····0·NOTYPE··LOCAL··DEFAULT···11·$d
9802 ··9798:·0022a486·····0·NOTYPE··LOCAL··DEFAULT···11·$t9802 ··9798:·0022a486·····0·NOTYPE··LOCAL··DEFAULT···11·$t
9803 ··9799:·00000000·····0·FILE····LOCAL··DEFAULT··ABS·RepSurface.cpp9803 ··9799:·00000000·····0·FILE····LOCAL··DEFAULT··ABS·RepSurface.cpp
9804 ··9800:·0022b900·····0·NOTYPE··LOCAL··DEFAULT···11·$t9804 ··9800:·0022b900·····0·NOTYPE··LOCAL··DEFAULT···11·$t
9805 ··9801:·003238d0·····0·NOTYPE··LOCAL··DEFAULT···15·$d9805 ··9801:·003238d0·····0·NOTYPE··LOCAL··DEFAULT···15·$d
9806 ··9802:·0022bac5····22·FUNC····LOCAL··DEFAULT···11·_ZL20RepSurfaceInvalidateP3RepP8CoordSeti9806 ··9802:·0022bac5····22·FUNC····LOCAL··DEFAULT···11·_ZL20RepSurfaceInvalidateP3RepP8CoordSeti
9807 ··9803:·0022badd··1120·FUNC····LOCAL··DEFAULT···11·_ZL37immediate_draw_indexed_vertices_alphaPKfS0_fS0_S0_PKii9807 ··9803:·0022badd··1120·FUNC····LOCAL··DEFAULT···11·_ZL37immediate_draw_indexed_vertices_alphaPKfS0_fS0_S0_PKii
430 B
readelf --wide --notes {}
    
Offset 1, 4 lines modifiedOffset 1, 4 lines modified
  
1 Displaying·notes·found·in:·.note.gnu.build-id1 Displaying·notes·found·in:·.note.gnu.build-id
2 ··Owner·················Data·size»  Description2 ··Owner·················Data·size»  Description
3 ··GNU··················0x00000014»  NT_GNU_BUILD_ID·(unique·build·ID·bitstring)»   ····Build·ID:·7ec1f83333bed58bfaf3a55edefc418169015fc33 ··GNU··················0x00000014»  NT_GNU_BUILD_ID·(unique·build·ID·bitstring)»   ····Build·ID:·e91713ab65684fb69ec3f2865b6235dd438a4803
34.6 KB
readelf --wide --debug-dump=loc {}
error from `readelf --wide --debug-dump=loc {}`: readelf: Warning: Hole and overlap detection requires adjacent view lists and loclists. readelf: Warning: Hole and overlap detection requires adjacent view lists and loclists. readelf: Warning: Hole and overlap detection requires adjacent view lists and loclists. readelf: Warning: Hole and overlap detection requires adjacent view lists and loclists.
    
Offset 9595, 15 lines modifiedOffset 9595, 15 lines modified
9595 ····0000a108·v0000000·v0000000·views·at·0000a05e·for:9595 ····0000a108·v0000000·v0000000·views·at·0000a05e·for:
9596 ·············0005e09a·0005e0a3·(DW_OP_breg4·(r4):·0)9596 ·············0005e09a·0005e0a3·(DW_OP_breg4·(r4):·0)
9597 ····0000a114·<End·of·list>9597 ····0000a114·<End·of·list>
  
9598 ····0000a11c·v0000002·v0000000·location·view·pair9598 ····0000a11c·v0000002·v0000000·location·view·pair
  
9599 ····0000a11e·v0000002·v0000000·views·at·0000a11c·for:9599 ····0000a11e·v0000002·v0000000·views·at·0000a11c·for:
9600 ·············0005e21e·0005e22a·(DW_OP_addr:·2dc030;·DW_OP_stack_value)9600 ·············0005e21e·0005e22a·(DW_OP_addr:·2dc30c;·DW_OP_stack_value)
9601 ····0000a12e·<End·of·list>9601 ····0000a12e·<End·of·list>
  
9602 ····0000a136·v0000002·v0000000·location·view·pair9602 ····0000a136·v0000002·v0000000·location·view·pair
  
9603 ····0000a138·v0000002·v0000000·views·at·0000a136·for:9603 ····0000a138·v0000002·v0000000·views·at·0000a136·for:
9604 ·············0005e21e·0005e229·(DW_OP_GNU_entry_value:·(DW_OP_reg0·(r0)))9604 ·············0005e21e·0005e229·(DW_OP_GNU_entry_value:·(DW_OP_reg0·(r0)))
9605 ····0000a145·<End·of·list>9605 ····0000a145·<End·of·list>
Offset 279166, 15 lines modifiedOffset 279166, 15 lines modified
279166 ····00120f13·v0000000·v0000000·views·at·00120f05·for:279166 ····00120f13·v0000000·v0000000·views·at·00120f05·for:
279167 ·············000a542e·000a5455·(DW_OP_reg0·(r0))279167 ·············000a542e·000a5455·(DW_OP_reg0·(r0))
279168 ····00120f1e·<End·of·list>279168 ····00120f1e·<End·of·list>
  
279169 ····00120f26·v0000002·v0000000·location·view·pair279169 ····00120f26·v0000002·v0000000·location·view·pair
  
279170 ····00120f28·v0000002·v0000000·views·at·00120f26·for:279170 ····00120f28·v0000002·v0000000·views·at·00120f26·for:
279171 ·············000a5468·000a5478·(DW_OP_addr:·2dc030;·DW_OP_stack_value)279171 ·············000a5468·000a5478·(DW_OP_addr:·2dc30c;·DW_OP_stack_value)
279172 ····00120f38·<End·of·list>279172 ····00120f38·<End·of·list>
  
279173 ····00120f40·v0000002·v0000000·location·view·pair279173 ····00120f40·v0000002·v0000000·location·view·pair
  
279174 ····00120f42·v0000002·v0000000·views·at·00120f40·for:279174 ····00120f42·v0000002·v0000000·views·at·00120f40·for:
279175 ·············000a5468·000a5477·(DW_OP_breg11·(r11):·0)279175 ·············000a5468·000a5477·(DW_OP_breg11·(r11):·0)
279176 ····00120f4e·<End·of·list>279176 ····00120f4e·<End·of·list>
Offset 295033, 15 lines modifiedOffset 295033, 15 lines modified
295033 ····00131d8b·v0000000·v0000002·views·at·00131d89·for:295033 ····00131d8b·v0000000·v0000002·views·at·00131d89·for:
295034 ·············000ae784·000ae794·(DW_OP_reg8·(r8))295034 ·············000ae784·000ae794·(DW_OP_reg8·(r8))
295035 ····00131d96·<End·of·list>295035 ····00131d96·<End·of·list>
  
295036 ····00131d9e·v0000002·v0000000·location·view·pair295036 ····00131d9e·v0000002·v0000000·location·view·pair
  
295037 ····00131da0·v0000002·v0000000·views·at·00131d9e·for:295037 ····00131da0·v0000002·v0000000·views·at·00131d9e·for:
295038 ·············000ae784·000ae794·(DW_OP_addr:·2dc030;·DW_OP_stack_value)295038 ·············000ae784·000ae794·(DW_OP_addr:·2dc30c;·DW_OP_stack_value)
295039 ····00131db0·<End·of·list>295039 ····00131db0·<End·of·list>
  
295040 ····00131db8·v0000002·v0000000·location·view·pair295040 ····00131db8·v0000002·v0000000·location·view·pair
  
295041 ····00131dba·v0000002·v0000000·views·at·00131db8·for:295041 ····00131dba·v0000002·v0000000·views·at·00131db8·for:
295042 ·············000ae784·000ae793·(DW_OP_breg8·(r8):·0)295042 ·············000ae784·000ae793·(DW_OP_breg8·(r8):·0)
295043 ····00131dc6·<End·of·list>295043 ····00131dc6·<End·of·list>
Offset 321484, 15 lines modifiedOffset 321484, 15 lines modified
321484 ····0014de5a·v0000001·v0000000·views·at·0014de58·for:321484 ····0014de5a·v0000001·v0000000·views·at·0014de58·for:
321485 ·············000bec92·000beca3·(DW_OP_breg4·(r4):·0)321485 ·············000bec92·000beca3·(DW_OP_breg4·(r4):·0)
321486 ····0014de66·<End·of·list>321486 ····0014de66·<End·of·list>
  
321487 ····0014de6e·v0000002·v0000000·location·view·pair321487 ····0014de6e·v0000002·v0000000·location·view·pair
  
321488 ····0014de70·v0000002·v0000000·views·at·0014de6e·for:321488 ····0014de70·v0000002·v0000000·views·at·0014de6e·for:
321489 ·············000becce·000becda·(DW_OP_addr:·2dc030;·DW_OP_stack_value)321489 ·············000becce·000becda·(DW_OP_addr:·2dc30c;·DW_OP_stack_value)
321490 ····0014de80·<End·of·list>321490 ····0014de80·<End·of·list>
  
321491 ····0014de88·v0000002·v0000000·location·view·pair321491 ····0014de88·v0000002·v0000000·location·view·pair
  
321492 ····0014de8a·v0000002·v0000000·views·at·0014de88·for:321492 ····0014de8a·v0000002·v0000000·views·at·0014de88·for:
321493 ·············000becce·000becd9·(DW_OP_breg4·(r4):·0)321493 ·············000becce·000becd9·(DW_OP_breg4·(r4):·0)
321494 ····0014de96·<End·of·list>321494 ····0014de96·<End·of·list>
Offset 1396095, 15 lines modifiedOffset 1396095, 15 lines modified
1396095 ····005e8d3c·v0000000·v0000000·views·at·005e8d2c·for:1396095 ····005e8d3c·v0000000·v0000000·views·at·005e8d2c·for:
1396096 ·············00228d68·00228d92·(DW_OP_reg9·(r9))1396096 ·············00228d68·00228d92·(DW_OP_reg9·(r9))
1396097 ····005e8d47·<End·of·list>1396097 ····005e8d47·<End·of·list>
  
1396098 ····005e8d4f·v0000002·v0000000·location·view·pair1396098 ····005e8d4f·v0000002·v0000000·location·view·pair
  
1396099 ····005e8d51·v0000002·v0000000·views·at·005e8d4f·for:1396099 ····005e8d51·v0000002·v0000000·views·at·005e8d4f·for:
1396100 ·············00228db8·00228dfe·(DW_OP_addr:·2db7b8;·DW_OP_stack_value)1396100 ·············00228db8·00228dfe·(DW_OP_addr:·2dba94;·DW_OP_stack_value)
1396101 ····005e8d61·<End·of·list>1396101 ····005e8d61·<End·of·list>
  
1396102 ····005e8d69·v0000002·v0000000·location·view·pair1396102 ····005e8d69·v0000002·v0000000·location·view·pair
1396103 ····005e8d6b·v0000000·v0000000·location·view·pair1396103 ····005e8d6b·v0000000·v0000000·location·view·pair
  
1396104 ····005e8d6d·v0000002·v0000000·views·at·005e8d69·for:1396104 ····005e8d6d·v0000002·v0000000·views·at·005e8d69·for:
1396105 ·············00228db8·00228dbf·(DW_OP_reg0·(r0))1396105 ·············00228db8·00228dbf·(DW_OP_reg0·(r0))
Offset 1396134, 84 lines modifiedOffset 1396134, 84 lines modified
1396134 ····005e8dcd·v0000008·v0000009·views·at·005e8dcb·for:1396134 ····005e8dcd·v0000008·v0000009·views·at·005e8dcb·for:
1396135 ·············00228db8·00228db8·(DW_OP_reg0·(r0))1396135 ·············00228db8·00228db8·(DW_OP_reg0·(r0))
1396136 ····005e8dd8·<End·of·list>1396136 ····005e8dd8·<End·of·list>
  
1396137 ····005e8de0·v000000c·v0000000·location·view·pair1396137 ····005e8de0·v000000c·v0000000·location·view·pair
  
1396138 ····005e8de2·v000000c·v0000000·views·at·005e8de0·for:1396138 ····005e8de2·v000000c·v0000000·views·at·005e8de0·for:
1396139 ·············00228db8·00228dfe·(DW_OP_addr:·2db7c8;·DW_OP_stack_value)1396139 ·············00228db8·00228dfe·(DW_OP_addr:·2dbaa4;·DW_OP_stack_value)
1396140 ····005e8df2·<End·of·list>1396140 ····005e8df2·<End·of·list>
  
1396141 ····005e8dfa·v000000c·v0000000·location·view·pair1396141 ····005e8dfa·v000000c·v0000000·location·view·pair
  
1396142 ····005e8dfc·v000000c·v0000000·views·at·005e8dfa·for:1396142 ····005e8dfc·v000000c·v0000000·views·at·005e8dfa·for:
1396143 ·············00228db8·00228dfe·(DW_OP_addr:·2db7b8;·DW_OP_stack_value)1396143 ·············00228db8·00228dfe·(DW_OP_addr:·2dba94;·DW_OP_stack_value)
1396144 ····005e8e0c·<End·of·list>1396144 ····005e8e0c·<End·of·list>
  
1396145 ····005e8e14·v000000c·v0000000·location·view·pair1396145 ····005e8e14·v000000c·v0000000·location·view·pair
1396146 ····005e8e16·v0000000·v0000000·location·view·pair1396146 ····005e8e16·v0000000·v0000000·location·view·pair
  
1396147 ····005e8e18·v000000c·v0000000·views·at·005e8e14·for:1396147 ····005e8e18·v000000c·v0000000·views·at·005e8e14·for:
1396148 ·············00228db8·00228dbf·(DW_OP_reg0·(r0))1396148 ·············00228db8·00228dbf·(DW_OP_reg0·(r0))
1396149 ····005e8e23·v0000000·v0000000·views·at·005e8e16·for:1396149 ····005e8e23·v0000000·v0000000·views·at·005e8e16·for:
1396150 ·············00228dbf·00228dfe·(DW_OP_reg8·(r8))1396150 ·············00228dbf·00228dfe·(DW_OP_reg8·(r8))
1396151 ····005e8e2e·<End·of·list>1396151 ····005e8e2e·<End·of·list>
  
1396152 ····005e8e36·v000000d·v0000000·location·view·pair1396152 ····005e8e36·v000000d·v0000000·location·view·pair
  
1396153 ····005e8e38·v000000d·v0000000·views·at·005e8e36·for:1396153 ····005e8e38·v000000d·v0000000·views·at·005e8e36·for:
1396154 ·············00228db8·00228dfe·(DW_OP_addr:·2db7c8;·DW_OP_stack_value)1396154 ·············00228db8·00228dfe·(DW_OP_addr:·2dbaa4;·DW_OP_stack_value)
1396155 ····005e8e48·<End·of·list>1396155 ····005e8e48·<End·of·list>
  
1396156 ····005e8e50·v000000d·v0000000·location·view·pair1396156 ····005e8e50·v000000d·v0000000·location·view·pair
  
1396157 ····005e8e52·v000000d·v0000000·views·at·005e8e50·for:1396157 ····005e8e52·v000000d·v0000000·views·at·005e8e50·for:
1396158 ·············00228db8·00228dfe·(DW_OP_addr:·2db7b8;·DW_OP_stack_value)1396158 ·············00228db8·00228dfe·(DW_OP_addr:·2dba94;·DW_OP_stack_value)
1396159 ····005e8e62·<End·of·list>1396159 ····005e8e62·<End·of·list>
  
1396160 ····005e8e6a·v000000d·v0000000·location·view·pair1396160 ····005e8e6a·v000000d·v0000000·location·view·pair
1396161 ····005e8e6c·v0000000·v0000000·location·view·pair1396161 ····005e8e6c·v0000000·v0000000·location·view·pair
  
1396162 ····005e8e6e·v000000d·v0000000·views·at·005e8e6a·for:1396162 ····005e8e6e·v000000d·v0000000·views·at·005e8e6a·for:
1396163 ·············00228db8·00228dbf·(DW_OP_reg0·(r0))1396163 ·············00228db8·00228dbf·(DW_OP_reg0·(r0))
1396164 ····005e8e79·v0000000·v0000000·views·at·005e8e6c·for:1396164 ····005e8e79·v0000000·v0000000·views·at·005e8e6c·for:
1396165 ·············00228dbf·00228dfe·(DW_OP_reg8·(r8))1396165 ·············00228dbf·00228dfe·(DW_OP_reg8·(r8))
1396166 ····005e8e84·<End·of·list>1396166 ····005e8e84·<End·of·list>
  
1396167 ····005e8e8c·v000000e·v0000000·location·view·pair1396167 ····005e8e8c·v000000e·v0000000·location·view·pair
Max diff block lines reached; 29735/34992 bytes (84.98%) of diff not shown.
10.4 KB
strings --all --bytes=8 {}
    
Offset 4737, 113 lines modifiedOffset 4737, 95 lines modified
4737 OP"!*yx]f4737 OP"!*yx]f
4738 rvQ2JHYUIJ4738 rvQ2JHYUIJ
4739 koWiI{K54739 koWiI{K5
4740 [$td*4:·4740 [$td*4:·
4741 k%lv>jFc44741 k%lv>jFc4
4742 ^'t24+n14742 ^'t24+n1
4743 -U5,C-G]4743 -U5,C-G]
 4744 j]jwZ-0"
 4745 0l{=i+o9
 4746 uV7x1R)V
 4747 |kS?z@C0S6
 4748 9\_8:y]7·
 4749 $%]/g[J/g
 4750 MmXAmHAmHA]
 4751 -N5ceR$$?
 4752 $O8&xo^g/
 4753 UyVddA/z
 4754 5mZ;k2*./
 4755 GM!8>^?i
 4756 Nc:[UZ%|
 4757 >'J8$84#
4744 tIBzn$!=' 
4745 <IHgKB:g 
4746 ?TQD`"\· 
4747 t.ipr|", 
4748 (K*s·F'UB 
4749 &+n{%c`z 
4750 f;,%ji)QD 
4751 )^=~;A|0 
4752 GcP*sGRY)sB 
4753 "[>`@&Y+ 
4754 }-tbRWYh 
4755 @X#Y:·h? 
4756 rBbnGeG# 
4757 3[n@ga\# 
4758 {d+.LKfZ{eU} 
4759 Juxz%vWKn 
4760 N50J50J5 
4761 ]|('}`su4758 ]|('}`su
 4759 S2R@cTE7
 4760 ^,7mQ<7"
 4761 F;KoL;KoL;KoL;KoL;KoLk{t
 4762 #8x.GLq0
 4763 ;&3·8m2·v^f@0
 4764 W{WS»   "k$
 4765 m-+iAgNb
 4766 VPr-]r-U
4762 2d8F?$J2 
4763 [T|Y6UB| 
4764 "2U':UCb 
4765 #p>@1O{t 
4766 v^u4EHO= 
4767 EDSD4EBK' 
4768 \5VB_4ZB 
4769 g&NLh2Lh:LhBL 
4770 /3·8b2·& 
4771 ;V!8x.GLq 
4772 ·!:·"5DqB 
4773 ^'q''55Y4767 ^'q''55Y
4774 PR`OvW3A»       'N4768 PR`OvW3A»       'N
4775 :qC#J>@G}EF4769 :qC#J>@G}EF
4776 |=NO=;$2C4770 |=NO=;$2C
 4771 2z*"Z16z
 4772 h.zE$_-%Sv
 4773 ^ib&»   [br
 4774 r.d?.KM?
 4775 aMQ2Mom6
 4776 vmV1XAz}
 4777 -_$SW%T·
 4778 +a;vd:wd
 4779 HJMVzn*A
 4780 0,Xe2e$t[c
 4781 X2/knTIH
 4782 WJb_V".%
 4783 LYVv:OS#
 4784 Z'`SlRfDb
 4785 "\.!>\\q!
 4786 -6%B,fN/
 4787 bZS\RSDi
4777 +#u0b_(q 
4778 $$-h*!iS!_ 
4779 liU/V4^]· 
4780 G1%)}F&f 
4781 v1YjZQvX 
4782 Ke?v\a$Z 
4783 w'xJ\noa'" 
4784 I+Ev+|)B}V 
4785 y*T[7r·= 
4786 U_3AofGFw 
4787 .XKq30^)qb 
4788 <x_D[!8!Q 
4789 SC6TFAH7B 
4790 i<rV[[C6 
4791 niyB$.)" 
4792 6@P?R\z! 
4793 i+&PZ$Li 
4794 9y-1W/]Gj- 
4795 3·vNf@pYg@ 
4796 un5HMIIM1 
4797 kQL$PJ$P(_ 
4798 h^d4[_EJ 
4799 Z68!|lXR 
4800 )I-IPKLi 
4801 L+=E:&q_ 
4802 %8D!GFq04788 $8D!GFq0
4803 0#7Xf4,8 
4804 nk]pXo"Nn 
4805 %8D!GFq09 
4806 ·~zW<7(O'$4789 ;4.F/|'Y
 4790 XXdT`»  &(
 4791 *pduPkw4^kK
 4792 t>oWTlZ&
4807 ,m}X)@l{4793 ,m}X)@l{
4808 s*nt*nq+nt*v4794 s*nt*nq+nt*v
4809 &]iDS.*h4795 &]iDS.*h
4810 cPacunkM4796 cPacunkM
4811 bU:,MMN»b+4797 bU:,MMN»b+
 4798 0WTg40Dk
 4799 Z05U[LM1&8
 4800 ok7Kv/&pl
 4801 P{9Q+2"^
 4802 :;r]K4+»g
 4803 l[\tk=[1
 4804 (*~2q|"v
 4805 (?»     ;jId,
 4806 jgGQyFqu
 4807 R8<b5l3Rl
Max diff block lines reached; 8799/10647 bytes (82.64%) of diff not shown.