Offset 1, 7 lines modified | Offset 1, 7 lines modified | ||
1 | ·ffcca301dd9293ed0939fe6a094e4776·1336352·science·optional·pymol-data_2.2.0+dfsg-4_all.deb | 1 | ·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.deb | 2 | ·7d9b1001ac222c382c12a23bcc38c834·188348·science·optional·pymol_2.2.0+dfsg-4_all.deb |
3 | · | 3 | ·f7dd20cd8f57f027605e9ecd60a8f431·22615008·debug·optional·python-pymol-dbgsym_2.2.0+dfsg-4_i386.deb |
4 | · | 4 | ·4ef9713c2273dcd3eeee8a34cf9d3d44·3713088·python·optional·python-pymol_2.2.0+dfsg-4_i386.deb |
5 | · | 5 | ·02fbef9b80c93c9b384cd5b7edbcc386·22755232·debug·optional·python3-pymol-dbgsym_2.2.0+dfsg-4_i386.deb |
6 | · | 6 | ·11a08dce659301a00a67617232ddd658·3712228·python·optional·python3-pymol_2.2.0+dfsg-4_i386.deb |
Offset 1, 3 lines modified | Offset 1, 3 lines modified | ||
1 | -rw-r--r--···0········0········0········4·2019-01-02·01:15:06.000000·debian-binary | 1 | -rw-r--r--···0········0········0········4·2019-01-02·01:15:06.000000·debian-binary |
2 | -rw-r--r--···0········0········0·····6712·2019-01-02·01:15:06.000000·control.tar.xz | 2 | -rw-r--r--···0········0········0·····6712·2019-01-02·01:15:06.000000·control.tar.xz |
3 | -rw-r--r--···0········0········0··370 | 3 | -rw-r--r--···0········0········0··3706184·2019-01-02·01:15:06.000000·data.tar.xz |
Offset 1, 4 lines modified | Offset 1, 4 lines modified | ||
1 | Displaying·notes·found·in:·.note.gnu.build-id | 1 | Displaying·notes·found·in:·.note.gnu.build-id |
2 | ··Owner·················Data·size» Description | 2 | ··Owner·················Data·size» Description |
3 | ··GNU··················0x00000014» NT_GNU_BUILD_ID·(unique·build·ID·bitstring)» ····Build·ID:· | 3 | ··GNU··················0x00000014» NT_GNU_BUILD_ID·(unique·build·ID·bitstring)» ····Build·ID:·0e36738bc4daf72ea8dfc994f46f198f2425e903 |
Offset 28496, 86 lines modified | Offset 28496, 14 lines modified | ||
28496 | #·apply·fog·using·linear·interp·over·Zndc | 28496 | #·apply·fog·using·linear·interp·over·Zndc |
28497 | MAX·fogFactor.x,·depth.z,·fogInfo.x; | 28497 | MAX·fogFactor.x,·depth.z,·fogInfo.x; |
28498 | SUB·fogFactor.x,·fogFactor.x,·fogInfo.x; | 28498 | SUB·fogFactor.x,·fogFactor.x,·fogInfo.x; |
28499 | MUL·fogFactor.x,·fogFactor.x,·fogInfo.y; | 28499 | MUL·fogFactor.x,·fogFactor.x,·fogInfo.y; |
28500 | LRP·color.xyz,·fogFactor.x,·fogColor,·color; | 28500 | LRP·color.xyz,·fogFactor.x,·fogColor,·color; |
28501 | MOV·result.color,·color; | 28501 | MOV·result.color,·color; |
28502 | #include·webgl_header.vs | 28502 | #include·webgl_header.vs |
28503 | attribute·vec3·attr_vertex1; | ||
28504 | attribute·vec3·attr_vertex2; | ||
28505 | attribute·vec4·a_Color; | ||
28506 | attribute·vec4·a_Color2; | ||
28507 | attribute·float·attr_radius; | ||
28508 | attribute·float·a_cap; | ||
28509 | attribute·float·attr_flags; | ||
28510 | varying·vec3·surface_point·; | ||
28511 | varying·vec3·axis·; | ||
28512 | varying·vec3·base·; | ||
28513 | varying·vec3·end_cyl·; | ||
28514 | varying·vec3·U·; | ||
28515 | varying·vec3·V·; | ||
28516 | varying·float·radius; | ||
28517 | varying·float·cap; | ||
28518 | varying·float·inv_sqr_height; | ||
28519 | varying·vec4·color1; | ||
28520 | varying·vec4·color2; | ||
28521 | varying·vec2·bgTextureLookup; | ||
28522 | uniform·float·uni_radius; | ||
28523 | float·get_bit_and_shift(inout·float·bits)·{ | ||
28524 | float·bit·=·mod(bits,·2.0); | ||
28525 | bits·=·(bits·-·bit)·/·2.0; | ||
28526 | return·step(.5,·bit); | ||
28527 | void·main(void) | ||
28528 | float·uniformglscale·=·length(g_NormalMatrix[0]); | ||
28529 | if·(uni_radius!=0.0){ | ||
28530 | radius·=·uni_radius·*·attr_radius; | ||
28531 | }·else·{ | ||
28532 | radius·=·attr_radius; | ||
28533 | color1·=·a_Color; | ||
28534 | color2·=·a_Color2; | ||
28535 | vec3·attr_axis·=·attr_vertex2·-·attr_vertex1; | ||
28536 | cap·=·a_cap; | ||
28537 | inv_sqr_height·=·length(attr_axis)·/·uniformglscale; | ||
28538 | inv_sqr_height·*=·inv_sqr_height; | ||
28539 | inv_sqr_height·=·1.0·/·inv_sqr_height; | ||
28540 | vec3·h·=·normalize(attr_axis); | ||
28541 | axis·=·normalize(g_NormalMatrix·*·h); | ||
28542 | vec3·u·=·cross(h,·vec3(1.0,·0.0,·0.0)); | ||
28543 | if·(dot(u,u)·<·0.001) | ||
28544 | u·=·cross(h,·vec3(0.0,·1.0,·0.0)); | ||
28545 | u·=·normalize(u); | ||
28546 | vec3·v·=·normalize(cross(u,·h)); | ||
28547 | U·=·normalize(g_NormalMatrix·*·u); | ||
28548 | V·=·normalize(g_NormalMatrix·*·v); | ||
28549 | vec4·base4·=·g_ModelViewMatrix·*·vec4(attr_vertex1,·1.0); | ||
28550 | base·=·base4.xyz; | ||
28551 | vec4·end4·=·g_ModelViewMatrix·*·vec4(attr_vertex2,·1.0); | ||
28552 | end_cyl·=·end4.xyz; | ||
28553 | vec4·vertex·=·vec4(attr_vertex1,·1.0); | ||
28554 | float·packed_flags·=·attr_flags; | ||
28555 | float·out_v·=·get_bit_and_shift(packed_flags); | ||
28556 | float·up_v·=·get_bit_and_shift(packed_flags); | ||
28557 | float·right_v·=·get_bit_and_shift(packed_flags); | ||
28558 | vertex.xyz·+=·up_v·*·attr_axis; | ||
28559 | vertex.xyz·+=·(2.0·*·right_v·-·1.0)·*·radius·*·u; | ||
28560 | vertex.xyz·+=·(2.0·*·out_v·-·1.0)·*·radius·*·v; | ||
28561 | vertex.xyz·+=·(2.0·*·up_v·-·1.0)·*·radius·*·h; | ||
28562 | vec4·tvertex·=·g_ModelViewMatrix·*·vertex; | ||
28563 | surface_point·=·tvertex.xyz; | ||
28564 | gl_Position·=·g_ProjectionMatrix·*·g_ModelViewMatrix·*·vertex; | ||
28565 | radius·/=·uniformglscale; | ||
28566 | if·(gl_Position.z·/·gl_Position.w·<·-1.0)·{ | ||
28567 | float·diff·=·abs(base4.z·-·end4.z)·+·radius·*·3.5; | ||
28568 | vec4·inset·=·g_ModelViewMatrix·*·vertex; | ||
28569 | inset.z·-=·diff; | ||
28570 | inset·=·g_ProjectionMatrix·*·inset; | ||
28571 | if·(inset.z·/·inset.w·>·-1.0)·{ | ||
28572 | gl_Position.z·=·-gl_Position.w; | ||
28573 | bgTextureLookup·=·(gl_Position.xy/gl_Position.w)·/·2.0·+·0.5; | ||
28574 | #include·webgl_header.vs | ||
28575 | uniform·bool·isPicking; | 28503 | uniform·bool·isPicking; |
28576 | attribute·vec4·a_Vertex; | 28504 | attribute·vec4·a_Vertex; |
28577 | attribute·vec3·a_Normal; | 28505 | attribute·vec3·a_Normal; |
28578 | attribute·vec4·a_Color; | 28506 | attribute·vec4·a_Color; |
28579 | attribute·float·a_Accessibility;·/*·This·is·for·ambient·occlusion,·1.0·by·default·*/ | 28507 | attribute·float·a_Accessibility;·/*·This·is·for·ambient·occlusion,·1.0·by·default·*/ |
28580 | varying·vec3·packed_data_0·; | 28508 | varying·vec3·packed_data_0·; |
28581 | varying·vec4·packed_data_1·; | 28509 | varying·vec4·packed_data_1·; |
Offset 28793, 77 lines modified | Offset 28721, 14 lines modified | ||
28793 | varying·vec3·NORMAL·; | 28721 | varying·vec3·NORMAL·; |
28794 | void·main() | 28722 | void·main() |
28795 | float·NdotV·=·dot(NORMAL,·vec3(0.,0.,1.)); | 28723 | float·NdotV·=·dot(NORMAL,·vec3(0.,0.,1.)); |
28796 | gl_FragColor·=·vec4(NdotV·*·COLOR.xyz,·COLOR.a); | 28724 | gl_FragColor·=·vec4(NdotV·*·COLOR.xyz,·COLOR.a); |
28797 | #ifdef·ANAGLYPH | 28725 | #ifdef·ANAGLYPH |
28798 | gl_FragColor.rgb·=·vec3((gl_FragColor.r·+·gl_FragColor.b·+·gl_FragColor.g)·/·3.); | 28726 | gl_FragColor.rgb·=·vec3((gl_FragColor.r·+·gl_FragColor.b·+·gl_FragColor.g)·/·3.); |
28799 | #endif | 28727 | #endif |
28800 | #include·webgl_header.fs | ||
28801 | #define·bgTextureLookup·a_bgTextureLookup | ||
28802 | varying·vec3·a_NORMAL·; | ||
28803 | varying·vec4·a_COLOR·; | ||
28804 | varying·vec4·a_COLOR2·; | ||
28805 | varying·vec4·a_COLOR_INTERP·; | ||
28806 | varying·float·a_INTERPOLATE; | ||
28807 | varying·float·a_LINE_POSITION; | ||
28808 | varying·float·a_fog; | ||
28809 | varying·vec2·a_bgTextureLookup; | ||
28810 | uniform·bool·lighting_enabled; | ||
28811 | uniform·bool·two_sided_lighting_enabled; | ||
28812 | #include·anaglyph_header.fs | ||
28813 | #include·compute_fog_color.fs | ||
28814 | #include·compute_color_for_light.fs | ||
28815 | void·main() | ||
28816 | float·whichColor·=·step(.5,·a_LINE_POSITION); | ||
28817 | vec4·color_step·=·whichColor·*·a_COLOR2·/·a_LINE_POSITION·+·(1.-whichColor)·*·a_COLOR·/·(1.-a_LINE_POSITION); | ||
28818 | vec4·icolor·=·a_INTERPOLATE·*·a_COLOR_INTERP·+·(1.-a_INTERPOLATE)·*·color_step; | ||
28819 | vec4·color·=·ApplyColorEffects(icolor,·gl_FragCoord.z); | ||
28820 | if·(!isPicking·&&·lighting_enabled){ | ||
28821 | vec3·normal·=·a_NORMAL; | ||
28822 | if·(two_sided_lighting_enabled){ | ||
28823 | bool·ff·=·gl_FrontFacing·?·true·:·false; | ||
28824 | if·(!ff) | ||
28825 | normal·=·-normal; | ||
28826 | color·=·ApplyLighting(color,·normal); | ||
28827 | gl_FragColor·=·ApplyFog(color,·a_fog); | ||
28828 | PostLightingEffects(); | ||
28829 | uniform·mat3·g_NormalMatrix; | ||
28830 | uniform·mat4·g_ModelViewMatrix; | ||
28831 | uniform·mat4·g_ProjectionMatrix; | ||
28832 | #ifdef·PYMOL_WEBGL_IOS | ||
Max diff block lines reached; 26272/31477 bytes (83.46%) of diff not shown. |
Offset 356797, 15 lines modified | Offset 356797, 15 lines modified | ||
356797 | ··12c3d3:»6a·10················» push···$0x10 | 356797 | ··12c3d3:»6a·10················» push···$0x10 |
356798 | ··12c3d5:»52···················» push···%edx | 356798 | ··12c3d5:»52···················» push···%edx |
356799 | ··12c3d6:»89·95·94·fc·ff·ff····» mov····%edx,-0x36c(%ebp) | 356799 | ··12c3d6:»89·95·94·fc·ff·ff····» mov····%edx,-0x36c(%ebp) |
356800 | ··12c3dc:»e8·7f·09·f2·ff·······» call···4cd60·<std::__cxx11::basic_ostringstream<char,·std::char_traits<char>,·std::allocator<char>·>::basic_ostringstream(std::_Ios_Openmode)@plt> | 356800 | ··12c3dc:»e8·7f·09·f2·ff·······» call···4cd60·<std::__cxx11::basic_ostringstream<char,·std::char_traits<char>,·std::allocator<char>·>::basic_ostringstream(std::_Ios_Openmode)@plt> |
356801 | ./layer0/ShaderMgr.cpp:306 | 356801 | ./layer0/ShaderMgr.cpp:306 |
356802 | ··12c3e1:»8d·9d·1c·fe·ff·ff····» lea····-0x1e4(%ebp),%ebx | 356802 | ··12c3e1:»8d·9d·1c·fe·ff·ff····» lea····-0x1e4(%ebp),%ebx |
356803 | ··12c3e7:»83·c4·10·············» add····$0x10,%esp | 356803 | ··12c3e7:»83·c4·10·············» add····$0x10,%esp |
356804 | ··12c3ea:»8d·96· | 356804 | ··12c3ea:»8d·96·48·d0·eb·ff····» lea····-0x142fb8(%esi),%edx |
356805 | ··12c3f0:»89·d8················» mov····%ebx,%eax | 356805 | ··12c3f0:»89·d8················» mov····%ebx,%eax |
356806 | ··12c3f2:»89·9d·9c·fc·ff·ff····» mov····%ebx,-0x364(%ebp) | 356806 | ··12c3f2:»89·9d·9c·fc·ff·ff····» mov····%ebx,-0x364(%ebp) |
356807 | ··12c3f8:»e8·43·7d·ff·ff·······» call···124140·<QueueFree(CQueue*)@@Base+0x2c0> | 356807 | ··12c3f8:»e8·43·7d·ff·ff·······» call···124140·<QueueFree(CQueue*)@@Base+0x2c0> |
356808 | ./layer0/ShaderMgr.cpp:306·(discriminator·1) | 356808 | ./layer0/ShaderMgr.cpp:306·(discriminator·1) |
356809 | ··12c3fd:»83·ec·04·············» sub····$0x4,%esp | 356809 | ··12c3fd:»83·ec·04·············» sub····$0x4,%esp |
356810 | ··12c400:»8d·8d·ac·fc·ff·ff····» lea····-0x354(%ebp),%ecx | 356810 | ··12c400:»8d·8d·ac·fc·ff·ff····» lea····-0x354(%ebp),%ecx |
356811 | ··12c406:»53···················» push···%ebx | 356811 | ··12c406:»53···················» push···%ebx |
Offset 1401993, 15 lines modified | Offset 1401993, 15 lines modified | ||
1401993 | ··3c414c:»83·ec·08·············» sub····$0x8,%esp | 1401993 | ··3c414c:»83·ec·08·············» sub····$0x8,%esp |
1401994 | ./layer4/Cmd.cpp:1893 | 1401994 | ./layer4/Cmd.cpp:1893 |
1401995 | ··3c414f:»6a·00················» push···$0x0 | 1401995 | ··3c414f:»6a·00················» push···$0x0 |
1401996 | ··3c4151:»8d·83·df·63·ed·ff····» lea····-0x129c21(%ebx),%eax | 1401996 | ··3c4151:»8d·83·df·63·ed·ff····» lea····-0x129c21(%ebx),%eax |
1401997 | ··3c4157:»8d·93·97·13·ee·ff····» lea····-0x11ec69(%ebx),%edx | 1401997 | ··3c4157:»8d·93·97·13·ee·ff····» lea····-0x11ec69(%ebx),%edx |
1401998 | ··3c415d:»8d·8b·64·e5·ef·ff····» lea····-0x101a9c(%ebx),%ecx | 1401998 | ··3c415d:»8d·8b·64·e5·ef·ff····» lea····-0x101a9c(%ebx),%ecx |
1401999 | ··3c4163:»50···················» push···%eax | 1401999 | ··3c4163:»50···················» push···%eax |
1402000 | ··3c4164:»68· | 1402000 | ··3c4164:»68·ec·e6·04·61·······» push···$0x6104e6ec |
1402001 | ··3c4169:»68·68·88·1e·00·······» push···$0x1e8868 | 1402001 | ··3c4169:»68·68·88·1e·00·······» push···$0x1e8868 |
1402002 | ··3c416e:»68·0c·02·00·40·······» push···$0x4000020c | 1402002 | ··3c416e:»68·0c·02·00·40·······» push···$0x4000020c |
1402003 | ··3c4173:»68·35·5e·ba·49·······» push···$0x49ba5e35 | 1402003 | ··3c4173:»68·35·5e·ba·49·······» push···$0x49ba5e35 |
1402004 | ··3c4178:»52···················» push···%edx | 1402004 | ··3c4178:»52···················» push···%edx |
1402005 | ··3c4179:»51···················» push···%ecx | 1402005 | ··3c4179:»51···················» push···%ecx |
1402006 | ··3c417a:»e8·11·8b·c8·ff·······» call···4cc90·<Py_BuildValue@plt> | 1402006 | ··3c417a:»e8·11·8b·c8·ff·······» call···4cc90·<Py_BuildValue@plt> |
1402007 | ./layer4/Cmd.cpp:1905 | 1402007 | ./layer4/Cmd.cpp:1905 |
Offset 236, 3679 lines modified | Offset 236, 3679 lines modified | ||
236 | ··0x00405e90·666f6746·6163746f·722e782c·20666f67·fogFactor.x,·fog | 236 | ··0x00405e90·666f6746·6163746f·722e782c·20666f67·fogFactor.x,·fog |
237 | ··0x00405ea0·496e666f·2e793b0a·4c525020·636f6c6f·Info.y;.LRP·colo | 237 | ··0x00405ea0·496e666f·2e793b0a·4c525020·636f6c6f·Info.y;.LRP·colo |
238 | ··0x00405eb0·722e7879·7a2c2066·6f674661·63746f72·r.xyz,·fogFactor | 238 | ··0x00405eb0·722e7879·7a2c2066·6f674661·63746f72·r.xyz,·fogFactor |
239 | ··0x00405ec0·2e782c20·666f6743·6f6c6f72·2c20636f·.x,·fogColor,·co | 239 | ··0x00405ec0·2e782c20·666f6743·6f6c6f72·2c20636f·.x,·fogColor,·co |
240 | ··0x00405ed0·6c6f723b·0a4d4f56·20726573·756c742e·lor;.MOV·result. | 240 | ··0x00405ed0·6c6f723b·0a4d4f56·20726573·756c742e·lor;.MOV·result. |
241 | ··0x00405ee0·636f6c6f·722c2063·6f6c6f72·3b0a454e·color,·color;.EN | 241 | ··0x00405ee0·636f6c6f·722c2063·6f6c6f72·3b0a454e·color,·color;.EN |
242 | ··0x00405ef0·440a0000·23696e63·6c756465·20776562·D...#include·web | 242 | ··0x00405ef0·440a0000·23696e63·6c756465·20776562·D...#include·web |
243 | ··0x00405f00·676c5f68·65616465·722e7673·0a | 243 | ··0x00405f00·676c5f68·65616465·722e7673·0a756e69·gl_header.vs.uni |
244 | ··0x00405f10· | 244 | ··0x00405f10·666f726d·20626f6f·6c206973·5069636b·form·bool·isPick |
245 | ··0x00405f20· | 245 | ··0x00405f20·696e673b·0a617474·72696275·74652076·ing;.attribute·v |
246 | ··0x00405f30· | 246 | ··0x00405f30·65633420·615f5665·72746578·3b0a6174·ec4·a_Vertex;.at |
247 | ··0x00405f40·7 | 247 | ··0x00405f40·74726962·75746520·76656333·20615f4e·tribute·vec3·a_N |
248 | ··0x00405f50· | 248 | ··0x00405f50·6f726d61·6c3b0a61·74747269·62757465·ormal;.attribute |
249 | ··0x00405f60· | 249 | ··0x00405f60·20766563·3420615f·436f6c6f·723b0a61··vec4·a_Color;.a |
250 | ··0x00405f70· | 250 | ··0x00405f70·74747269·62757465·20666c6f·61742061·ttribute·float·a |
251 | ··0x00405f80· | 251 | ··0x00405f80·5f416363·65737369·62696c69·74793b20·_Accessibility;· |
252 | ··0x00405f90· | 252 | ··0x00405f90·2f2a2054·68697320·69732066·6f722061·/*·This·is·for·a |
253 | ··0x00405fa0·6 | 253 | ··0x00405fa0·6d626965·6e74206f·63636c75·73696f6e·mbient·occlusion |
254 | ··0x00405fb0· | 254 | ··0x00405fb0·2c20312e·30206279·20646566·61756c74·,·1.0·by·default |
255 | ··0x00405fc0· | 255 | ··0x00405fc0·202a2f0a·76617279·696e6720·76656333··*/.varying·vec3 |
256 | ··0x00405fd0· | 256 | ··0x00405fd0·20706163·6b65645f·64617461·5f30203b··packed_data_0·; |
257 | ··0x00405fe0· | 257 | ··0x00405fe0·0a766172·79696e67·20766563·34207061·.varying·vec4·pa |
258 | ··0x00405ff0·3 | 258 | ··0x00405ff0·636b6564·5f646174·615f3120·3b0a7661·cked_data_1·;.va |
259 | ··0x00406000· | 259 | ··0x00406000·7279696e·67207665·63342070·61636b65·rying·vec4·packe |
260 | ··0x00406010· | 260 | ··0x00406010·645f6461·74615f32·203b0a76·61727969·d_data_2·;.varyi |
261 | ··0x00406020·6 | 261 | ··0x00406020·6e672076·65633420·7061636b·65645f64·ng·vec4·packed_d |
262 | ··0x00406030· | 262 | ··0x00406030·6174615f·34203b0a·23646566·696e6520·ata_4·;.#define· |
263 | ··0x00406040· | 263 | ··0x00406040·4e4f524d·414c2020·7061636b·65645f64·NORMAL··packed_d |
264 | ··0x00406050·6 | 264 | ··0x00406050·6174615f·300a2369·66646566·20505552·ata_0.#ifdef·PUR |
265 | ··0x00406060· | 265 | ··0x00406060·455f4f50·454e474c·5f45535f·320a7661·E_OPENGL_ES_2.va |
266 | ··0x00406070· | 266 | ··0x00406070·7279696e·67207665·63342043·4f4c4f52·rying·vec4·COLOR |
267 | ··0x00406080· | 267 | ··0x00406080·3b0a2365·6c73650a·23646566·696e6520·;.#else.#define· |
268 | ··0x00406090· | 268 | ··0x00406090·434f4c4f·5220676c·5f46726f·6e74436f·COLOR·gl_FrontCo |
269 | ··0x004060a0· | 269 | ··0x004060a0·6c6f720a·23656e64·69660a23·64656669·lor.#endif.#defi |
270 | ··0x004060b0·6 | 270 | ··0x004060b0·6e652045·20322e37·31383238·31383238·ne·E·2.718281828 |
271 | ··0x004060c0· | 271 | ··0x004060c0·34353930·34350a2f·2a207468·69732064·459045./*·this·d |
272 | ··0x004060d0·6 | 272 | ··0x004060d0·6f65736e·27742077·6f726b20·666f7220·oesn't·work·for· |
273 | ··0x004060e0·6 | 273 | ··0x004060e0·73657474·696e6720·666f675f·636f6c6f·setting·fog_colo |
274 | ··0x004060f0· | 274 | ··0x004060f0·722c206e·65656420·746f2073·65742074·r,·need·to·set·t |
275 | ··0x00406100·5 | 275 | ··0x00406100·68652076·616c7565·7320696e·64657065·he·values·indepe |
276 | ··0x00406110·6 | 276 | ··0x00406110·6e64656e·746c7920·2a2f0a76·61727969·ndently·*/.varyi |
277 | ··0x00406120· | 277 | ··0x00406120·6e672066·6c6f6174·20666f67·3b0a7661·ng·float·fog;.va |
278 | ··0x00406130· | 278 | ··0x00406130·7279696e·67207665·63322062·67546578·rying·vec2·bgTex |
279 | ··0x00406140· | 279 | ··0x00406140·74757265·4c6f6f6b·75703b0a·756e6966·tureLookup;.unif |
280 | ··0x00406150· | 280 | ··0x00406150·6f726d20·626f6f6c·206c6967·6874696e·orm·bool·lightin |
281 | ··0x00406160· | 281 | ··0x00406160·675f656e·61626c65·643b0a75·6e69666f·g_enabled;.unifo |
282 | ··0x00406170· | 282 | ··0x00406170·726d2066·6c6f6174·20616d62·69656e74·rm·float·ambient |
283 | ··0x00406180· | 283 | ··0x00406180·5f6f6363·6c757369·6f6e5f73·63616c65·_occlusion_scale |
284 | ··0x00406190· | 284 | ··0x00406190·3b0a756e·69666f72·6d20696e·74206163·;.uniform·int·ac |
285 | ··0x004061a0·6 | 285 | ··0x004061a0·63657373·6962696c·6974795f·6d6f6465·cessibility_mode |
286 | ··0x004061b0· | 286 | ··0x004061b0·3b0a756e·69666f72·6d20666c·6f617420·;.uniform·float· |
287 | ··0x004061c0· | 287 | ··0x004061c0·61636365·73736962·696c6974·795f6d6f·accessibility_mo |
288 | ··0x004061d0· | 288 | ··0x004061d0·64655f6f·6e3b0a76·6f696420·6d61696e·de_on;.void·main |
289 | ··0x004061e0· | 289 | ··0x004061e0·28290a7b·0a4e4f52·4d414c20·3d206e6f·().{.NORMAL·=·no |
290 | ··0x004061f0·726 | 290 | ··0x004061f0·726d616c·697a6528·675f4e6f·726d616c·rmalize(g_Normal |
291 | ··0x00406200· | 291 | ··0x00406200·4d617472·6978202a·20615f4e·6f726d61·Matrix·*·a_Norma |
292 | ··0x00406210· | 292 | ··0x00406210·6c293b0a·76656333·20657965·5f706f73·l);.vec3·eye_pos |
293 | ··0x00406220·203d20 | 293 | ··0x00406220·203d2076·65633328·675f4d6f·64656c56··=·vec3(g_ModelV |
294 | ··0x00406230· | 294 | ··0x00406230·6965774d·61747269·78202a20·615f5665·iewMatrix·*·a_Ve |
295 | ··0x00406240·7 | 295 | ··0x00406240·72746578·293b0a23·69666465·66205059·rtex);.#ifdef·PY |
296 | ··0x00406250· | 296 | ··0x00406250·4d4f4c5f·57454247·4c5f494f·530a676c·MOL_WEBGL_IOS.gl |
297 | ··0x00406260· | 297 | ··0x00406260·5f506f69·6e745369·7a65203d·20675f50·_PointSize·=·g_P |
298 | ··0x00406270·6 | 298 | ··0x00406270·6f696e74·53697a65·3b0a2365·6e646966·ointSize;.#endif |
299 | ··0x00406280· | 299 | ··0x00406280·0a696620·28697350·69636b69·6e67297b·.if·(isPicking){ |
300 | ··0x00406290· | 300 | ··0x00406290·0a434f4c·4f52203d·20615f43·6f6c6f72·.COLOR·=·a_Color |
301 | ··0x004062a0· | 301 | ··0x004062a0·3b202f2f·206e6f20·6c696768·74696e67·;·//·no·lighting |
302 | ··0x004062b0· | 302 | ··0x004062b0·0a7d2065·6c736520·7b0a7665·63342043·.}·else·{.vec4·C |
303 | ··0x004062c0· | 303 | ··0x004062c0·4f4c4f52·613b0a69·66202861·63636573·OLORa;.if·(acces |
304 | ··0x004062d0· | 304 | ··0x004062d0·73696269·6c697479·5f6d6f64·65203d3d·sibility_mode·== |
305 | ··0x004062e0· | 305 | ··0x004062e0·2031297b·0a434f4c·4f526120·3d207665··1){.COLORa·=·ve |
306 | ··0x004062f0·6 | 306 | ··0x004062f0·63342863·6c616d70·28615f43·6f6c6f72·c4(clamp(a_Color |
307 | ··0x00406300· | 307 | ··0x00406300·2e78797a·202a2028·312e2d28·616d6269·.xyz·*·(1.-(ambi |
308 | ··0x00406310·6 | 308 | ··0x00406310·656e745f·6f63636c·7573696f·6e5f7363·ent_occlusion_sc |
309 | ··0x00406320· | 309 | ··0x00406320·616c652a·615f4163·63657373·6962696c·ale*a_Accessibil |
310 | ··0x00406330· | 310 | ··0x00406330·69747929·292c2030·2e2c2031·2e292c20·ity)),·0.,·1.),· |
311 | ··0x00406340· | 311 | ··0x00406340·615f436f·6c6f722e·77293b0a·7d20656c·a_Color.w);.}·el |
312 | ··0x00406350· | 312 | ··0x00406350·73652069·66202861·63636573·73696269·se·if·(accessibi |
313 | ··0x00406360· | 313 | ··0x00406360·6c697479·5f6d6f64·65203d3d·2032297b·lity_mode·==·2){ |
314 | ··0x00406370· | 314 | ··0x00406370·0a434f4c·4f526120·3d207665·63342861·.COLORa·=·vec4(a |
315 | ··0x00406380· | 315 | ··0x00406380·5f436f6c·6f722e78·797a202a·20636f73·_Color.xyz·*·cos |
316 | ··0x00406390· | 316 | ··0x00406390·2839302e·2a726164·69616e73·28636c61·(90.*radians(cla |
317 | ··0x004063a0·6 | 317 | ··0x004063a0·6d702861·6d626965·6e745f6f·63636c75·mp(ambient_occlu |
318 | ··0x004063b0· | 318 | ··0x004063b0·73696f6e·5f736361·6c652a61·5f416363·sion_scale*a_Acc |
319 | ··0x004063c0· | 319 | ··0x004063c0·65737369·62696c69·74792c20·302e2c20·essibility,·0.,· |
320 | ··0x004063d0· | 320 | ··0x004063d0·312e2929·292c2061·5f436f6c·6f722e77·1.))),·a_Color.w |
321 | ··0x004063e0·3b0a | 321 | ··0x004063e0·293b0a7d·20656c73·65207b0a·434f4c4f·);.}·else·{.COLO |
322 | ··0x004063f0· | 322 | ··0x004063f0·5261203d·20766563·3428636c·616d7028·Ra·=·vec4(clamp( |
323 | ··0x00406400· | 323 | ··0x00406400·615f436f·6c6f722e·78797a20·2a202831·a_Color.xyz·*·(1 |
324 | ··0x00406410· | 324 | ··0x00406410·2e202f20·28312e20·2b20706f·7728452c·.·/·(1.·+·pow(E, |
325 | ··0x00406420· | 325 | ··0x00406420·20302e35·202a2028·2028616d·6269656e··0.5·*·(·(ambien |
326 | ··0x00406430·7 | 326 | ··0x00406430·745f6f63·636c7573·696f6e5f·7363616c·t_occlusion_scal |
327 | ··0x00406440·6 | 327 | ··0x00406440·65202a20·615f4163·63657373·6962696c·e·*·a_Accessibil |
328 | ··0x00406450· | 328 | ··0x00406450·69747929·202d2031·302e2929·29292c20·ity)·-·10.)))),· |
329 | ··0x00406460· | 329 | ··0x00406460·302e2c20·312e292c·20615f43·6f6c6f72·0.,·1.),·a_Color |
330 | ··0x00406470·2 | 330 | ··0x00406470·2e77293b·0a7d0a43·4f4c4f52·203d206d·.w);.}.COLOR·=·m |
331 | ··0x00406480· | 331 | ··0x00406480·69782861·5f436f6c·6f722c20·434f4c4f·ix(a_Color,·COLO |
332 | ··0x00406490· | 332 | ··0x00406490·52612c20·61636365·73736962·696c6974·Ra,·accessibilit |
333 | ··0x004064a0· | 333 | ··0x004064a0·795f6d6f·64655f6f·6e293b0a·666f6720·y_mode_on);.fog· |
334 | ··0x004064b0· | 334 | ··0x004064b0·3d202867·5f466f67·5f656e64·202b2065·=·(g_Fog_end·+·e |
335 | ··0x004064c0· | 335 | ··0x004064c0·79655f70·6f732e7a·29202a20·675f466f·ye_pos.z)·*·g_Fo |
336 | ··0x004064d0·6 | 336 | ··0x004064d0·675f7363·616c653b·0a7d0a67·6c5f506f·g_scale;.}.gl_Po |
337 | ··0x004064e0· | 337 | ··0x004064e0·73697469·6f6e203d·20675f50·726f6a65·sition·=·g_Proje |
338 | ··0x004064f0· | 338 | ··0x004064f0·6374696f·6e4d6174·72697820·2a20675f·ctionMatrix·*·g_ |
339 | ··0x00406500· | 339 | ··0x00406500·4d6f6465·6c566965·774d6174·72697820·ModelViewMatrix· |
340 | ··0x00406510· | 340 | ··0x00406510·2a20615f·56657274·65783b0a·62675465·*·a_Vertex;.bgTe |
341 | ··0x00406520· | 341 | ··0x00406520·78747572·654c6f6f·6b757020·3d202867·xtureLookup·=·(g |
342 | ··0x00406530·6 | 342 | ··0x00406530·6c5f506f·73697469·6f6e2e78·792f676c·l_Position.xy/gl |
343 | ··0x00406540· | 343 | ··0x00406540·5f506f73·6974696f·6e2e7729·202f2032·_Position.w)·/·2 |
344 | ··0x00406550·2 | 344 | ··0x00406550·2e30202b·20302e35·3b0a7d0a·00000000·.0·+·0.5;.}..... |
345 | ··0x00406560· | 345 | ··0x00406560·2f2a0a2a·204c6967·6874696e·67206672·/*.*·Lighting·fr |
346 | ··0x00406570· | 346 | ··0x00406570·61676d65·6e742068·65616465·720a2a2f·agment·header.*/ |
347 | ··0x00406580· | 347 | ··0x00406580·0a756e69·666f726d·20666c6f·61742073·.uniform·float·s |
348 | ··0x00406590·6 | 348 | ··0x00406590·68696e69·6e657373·3b0a756e·69666f72·hininess;.unifor |
349 | ··0x004065a0· | 349 | ··0x004065a0·6d20666c·6f617420·7368696e·696e6573·m·float·shinines |
350 | ··0x004065b0· | 350 | ··0x004065b0·735f303b·0a756e69·666f726d·20666c6f·s_0;.uniform·flo |
351 | ··0x004065c0· | 351 | ··0x004065c0·61742073·7065635f·76616c75·653b0a75·at·spec_value;.u |
352 | ··0x004065d0· | 352 | ··0x004065d0·6e69666f·726d2066·6c6f6174·20737065·niform·float·spe |
353 | ··0x004065e0· | 353 | ··0x004065e0·635f7661·6c75655f·303b0a23·69666465·c_value_0;.#ifde |
354 | ··0x004065f0· | 354 | ··0x004065f0·66207072·65636f6d·70757465·645f6c69·f·precomputed_li |
355 | ··0x00406600· | 355 | ··0x00406600·67687469·6e670a75·6e69666f·726d2073·ghting.uniform·s |
356 | ··0x00406610· | 356 | ··0x00406610·616d706c·65724375·6265206c·69676874·amplerCube·light |
357 | ··0x00406620· | 357 | ··0x00406620·696e6754·65783b0a·23656c73·650a756e·ingTex;.#else.un |
358 | ··0x00406630· | 358 | ··0x00406630·69666f72·6d207374·72756374·207b0a76·iform·struct·{.v |
359 | ··0x00406640·6 | 359 | ··0x00406640·65633420·616d6269·656e743b·0a766563·ec4·ambient;.vec |
360 | ··0x00406650· | 360 | ··0x00406650·34206469·66667573·653b0a76·65633420·4·diffuse;.vec4· |
361 | ··0x00406660·7 | 361 | ··0x00406660·73706563·756c6172·3b0a7665·63342070·specular;.vec4·p |
362 | ··0x00406670· | 362 | ··0x00406670·6f736974·696f6e3b·0a7d2067·5f4c6967·osition;.}·g_Lig |
Max diff block lines reached; 402/492074 bytes (0.08%) of diff not shown. |
Offset 44, 32 lines modified | Offset 44, 32 lines modified | ||
44 | ··0x0054e290·5a514000·06524000·b5504000·00000000·ZQ@..R@..P@..... | 44 | ··0x0054e290·5a514000·06524000·b5504000·00000000·ZQ@..R@..P@..... |
45 | ··0x0054e2a0·e8504000·bb524000·c3514000·0d514000·.P@..R@..Q@..Q@. | 45 | ··0x0054e2a0·e8504000·bb524000·c3514000·0d514000·.P@..R@..Q@..Q@. |
46 | ··0x0054e2b0·c7524000·28524000·00534000·46514000·.R@.(R@..S@.FQ@. | 46 | ··0x0054e2b0·c7524000·28524000·00534000·46514000·.R@.(R@..S@.FQ@. |
47 | ··0x0054e2c0·dc524000·fa514000·ab504000·00000000·.R@..Q@..P@..... | 47 | ··0x0054e2c0·dc524000·fa514000·ab504000·00000000·.R@..Q@..P@..... |
48 | ··0x0054e2d0·00000000·00000000·00000000·00000000·................ | 48 | ··0x0054e2d0·00000000·00000000·00000000·00000000·................ |
49 | ··0x0054e2e0·d2524000·5c534000·c3514000·48554000·.R@.\S@..Q@.HU@. | 49 | ··0x0054e2e0·d2524000·5c534000·c3514000·48554000·.R@.\S@..Q@.HU@. |
50 | ··0x0054e2f0·b5504000·7c584000·3a534000·0c5a4000·.P@.|X@.:S@..Z@. | 50 | ··0x0054e2f0·b5504000·7c584000·3a534000·0c5a4000·.P@.|X@.:S@..Z@. |
51 | ··0x0054e300· | 51 | ··0x0054e300·5a514000·f45e4000·73504000·60654000·ZQ@..^@.sP@.`e@. |
52 | ··0x0054e310· | 52 | ··0x0054e310·08534000·606c4000·3c504000·50874000·.S@.`l@.<P@.P.@. |
53 | ··0x0054e320· | 53 | ··0x0054e320·0d514000·88884000·75514000·2c974000·.Q@...@.uQ@.,.@. |
54 | ··0x0054e330· | 54 | ··0x0054e330·c7524000·f8974000·00534000·d09a4000·.R@...@..S@...@. |
55 | ··0x0054e340· | 55 | ··0x0054e340·50514000·d09e4000·44a54000·64a54000·PQ@...@.D.@.d.@. |
56 | ··0x0054e350· | 56 | ··0x0054e350·19514000·bca64000·c1524000·5ca94000·.Q@...@..R@.\.@. |
57 | ··0x0054e360· | 57 | ··0x0054e360·ab504000·48aa4000·06524000·ecad4000·.P@.H.@..R@...@. |
58 | ··0x0054e370· | 58 | ··0x0054e370·35504000·44b44000·4b534000·b0b64000·5P@.D.@.KS@...@. |
59 | ··0x0054e380·28524000· | 59 | ··0x0054e380·28524000·1cbf4000·3e514000·f8c14000·(R@...@.>Q@...@. |
60 | ··0x0054e390·e8504000· | 60 | ··0x0054e390·e8504000·d0c64000·19534000·c8ca4000·.P@...@..S@...@. |
61 | ··0x0054e3a0·50524000· | 61 | ··0x0054e3a0·50524000·e8fc4000·26534000·a8fd4000·PR@...@.&S@...@. |
62 | ··0x0054e3b0·31514000· | 62 | ··0x0054e3b0·31514000·bc064100·46514000·24084100·1Q@...A.FQ@.$.A. |
63 | ··0x0054e3c0· | 63 | ··0x0054e3c0·dc524000·0c0e4100·d0514000·d4114100·.R@...A..Q@...A. |
64 | ··0x0054e3d0· | 64 | ··0x0054e3d0·19504000·ec1f4100·58524000·742c4100·.P@...A.XR@.t,A. |
65 | ··0x0054e3e0· | 65 | ··0x0054e3e0·fa514000·742d4100·32534000·4c304100·.Q@.t-A.2S@.L0A. |
66 | ··0x0054e3f0·3b524000· | 66 | ··0x0054e3f0·3b524000·80314100·65514000·a03d4100·;R@..1A.eQ@..=A. |
67 | ··0x0054e400· | 67 | ··0x0054e400·44504000·2c3e4100·60524000·f83f4100·DP@.,>A.`R@..?A. |
68 | ··0x0054e410·24514000· | 68 | ··0x0054e410·24514000·dc404100·bb524000·48434100·$Q@..@A..R@.HCA. |
69 | ··0x0054e420·00000000·00000000·00000000·db384200·.............8B. | 69 | ··0x0054e420·00000000·00000000·00000000·db384200·.............8B. |
70 | ··0x0054e430·2ed44100·33d44100·38d44100·3dd44100·..A.3.A.8.A.=.A. | 70 | ··0x0054e430·2ed44100·33d44100·38d44100·3dd44100·..A.3.A.8.A.=.A. |
71 | ··0x0054e440·42d44100·00000000·00000000·00000000·B.A............. | 71 | ··0x0054e440·42d44100·00000000·00000000·00000000·B.A............. |
72 | ··0x0054e450·00000000·00000000·00000000·00000000·................ | 72 | ··0x0054e450·00000000·00000000·00000000·00000000·................ |
73 | ··0x0054e460·00000000·01000000·02000000·04000000·................ | 73 | ··0x0054e460·00000000·01000000·02000000·04000000·................ |
74 | ··0x0054e470·01000000·02000000·04000000·04000000·................ | 74 | ··0x0054e470·01000000·02000000·04000000·04000000·................ |
75 | ··0x0054e480·08000000·00000000·00000000·00000000·................ | 75 | ··0x0054e480·08000000·00000000·00000000·00000000·................ |
Offset 1, 7 lines modified | Offset 1, 7 lines modified | ||
1 | Hex·dump·of·section·'.gnu_debuglink': | 1 | Hex·dump·of·section·'.gnu_debuglink': |
2 | ··0x00000000·3 | 2 | ··0x00000000·33363733·38626334·64616637·32656138·36738bc4daf72ea8 |
3 | ··0x00000010· | 3 | ··0x00000010·64666339·39346634·36663139·38663234·dfc994f46f198f24 |
4 | ··0x00000020· | 4 | ··0x00000020·32356539·30332e64·65627567·00000000·25e903.debug.... |
5 | ··0x00000030· | 5 | ··0x00000030·76d3396f····························v.9o |
Offset 1, 3 lines modified | Offset 1, 3 lines modified | ||
1 | -rw-r--r--···0········0········0········4·2019-01-02·01:15:06.000000·debian-binary | 1 | -rw-r--r--···0········0········0········4·2019-01-02·01:15:06.000000·debian-binary |
2 | -rw-r--r--···0········0········0·····680 | 2 | -rw-r--r--···0········0········0·····6804·2019-01-02·01:15:06.000000·control.tar.xz |
3 | -rw-r--r--···0········0········0··3705 | 3 | -rw-r--r--···0········0········0··3705232·2019-01-02·01:15:06.000000·data.tar.xz |
Offset 4693, 83 lines modified | Offset 4693, 83 lines modified | ||
4693 | 0054efa8··00000008·R_386_RELATIVE········ | 4693 | 0054efa8··00000008·R_386_RELATIVE········ |
4694 | 0054efcc··00000008·R_386_RELATIVE········ | 4694 | 0054efcc··00000008·R_386_RELATIVE········ |
4695 | 0054efe0··00000008·R_386_RELATIVE········ | 4695 | 0054efe0··00000008·R_386_RELATIVE········ |
4696 | 0054f000··00000008·R_386_RELATIVE········ | 4696 | 0054f000··00000008·R_386_RELATIVE········ |
4697 | 0054f020··00000008·R_386_RELATIVE········ | 4697 | 0054f020··00000008·R_386_RELATIVE········ |
4698 | 0054f024··00000008·R_386_RELATIVE········ | 4698 | 0054f024··00000008·R_386_RELATIVE········ |
4699 | 0054f028··00000008·R_386_RELATIVE········ | 4699 | 0054f028··00000008·R_386_RELATIVE········ |
4700 | 0054f02c··00000008·R_386_RELATIVE········ | ||
4701 | 0054f030··00000008·R_386_RELATIVE········ | 4700 | 0054f030··00000008·R_386_RELATIVE········ |
4701 | 0054f034··00000008·R_386_RELATIVE········ | ||
4702 | 0054f038··00000008·R_386_RELATIVE········ | 4702 | 0054f038··00000008·R_386_RELATIVE········ |
4703 | 0054f03c··00000008·R_386_RELATIVE········ | 4703 | 0054f03c··00000008·R_386_RELATIVE········ |
4704 | 0054f040··00000008·R_386_RELATIVE········ | 4704 | 0054f040··00000008·R_386_RELATIVE········ |
4705 | 0054f044··00000008·R_386_RELATIVE········ | 4705 | 0054f044··00000008·R_386_RELATIVE········ |
4706 | 0054f048··00000008·R_386_RELATIVE········ | ||
4706 | 0054f04c··00000008·R_386_RELATIVE········ | 4707 | 0054f04c··00000008·R_386_RELATIVE········ |
4707 | 0054f050··00000008·R_386_RELATIVE········ | 4708 | 0054f050··00000008·R_386_RELATIVE········ |
4708 | 0054f054··00000008·R_386_RELATIVE········ | 4709 | 0054f054··00000008·R_386_RELATIVE········ |
4709 | 0054f058··00000008·R_386_RELATIVE········ | 4710 | 0054f058··00000008·R_386_RELATIVE········ |
4710 | 0054f05c··00000008·R_386_RELATIVE········ | ||
4711 | 0054f060··00000008·R_386_RELATIVE········ | 4711 | 0054f060··00000008·R_386_RELATIVE········ |
4712 | 0054f064··00000008·R_386_RELATIVE········ | 4712 | 0054f064··00000008·R_386_RELATIVE········ |
4713 | 0054f068··00000008·R_386_RELATIVE········ | 4713 | 0054f068··00000008·R_386_RELATIVE········ |
4714 | 0054f06c··00000008·R_386_RELATIVE········ | 4714 | 0054f06c··00000008·R_386_RELATIVE········ |
4715 | 0054f070··00000008·R_386_RELATIVE········ | 4715 | 0054f070··00000008·R_386_RELATIVE········ |
4716 | 0054f074··00000008·R_386_RELATIVE········ | ||
4717 | 0054f078··00000008·R_386_RELATIVE········ | 4716 | 0054f078··00000008·R_386_RELATIVE········ |
4718 | 0054f07c··00000008·R_386_RELATIVE········ | 4717 | 0054f07c··00000008·R_386_RELATIVE········ |
4719 | 0054f080··00000008·R_386_RELATIVE········ | 4718 | 0054f080··00000008·R_386_RELATIVE········ |
4720 | 0054f088··00000008·R_386_RELATIVE········ | 4719 | 0054f088··00000008·R_386_RELATIVE········ |
4721 | 0054f08c··00000008·R_386_RELATIVE········ | 4720 | 0054f08c··00000008·R_386_RELATIVE········ |
4722 | 0054f090··00000008·R_386_RELATIVE········ | 4721 | 0054f090··00000008·R_386_RELATIVE········ |
4723 | 0054f094··00000008·R_386_RELATIVE········ | 4722 | 0054f094··00000008·R_386_RELATIVE········ |
4724 | 0054f098··00000008·R_386_RELATIVE········ | 4723 | 0054f098··00000008·R_386_RELATIVE········ |
4725 | 0054f09c··00000008·R_386_RELATIVE········ | 4724 | 0054f09c··00000008·R_386_RELATIVE········ |
4726 | 0054f0a0··00000008·R_386_RELATIVE········ | 4725 | 0054f0a0··00000008·R_386_RELATIVE········ |
4727 | 0054f0a4··00000008·R_386_RELATIVE········ | 4726 | 0054f0a4··00000008·R_386_RELATIVE········ |
4728 | 0054f0a8··00000008·R_386_RELATIVE········ | 4727 | 0054f0a8··00000008·R_386_RELATIVE········ |
4729 | 0054f0ac··00000008·R_386_RELATIVE········ | 4728 | 0054f0ac··00000008·R_386_RELATIVE········ |
4730 | 0054f0b0··00000008·R_386_RELATIVE········ | 4729 | 0054f0b0··00000008·R_386_RELATIVE········ |
4730 | 0054f0b4··00000008·R_386_RELATIVE········ | ||
4731 | 0054f0b8··00000008·R_386_RELATIVE········ | 4731 | 0054f0b8··00000008·R_386_RELATIVE········ |
4732 | 0054f0bc··00000008·R_386_RELATIVE········ | 4732 | 0054f0bc··00000008·R_386_RELATIVE········ |
4733 | 0054f0c | 4733 | 0054f0c4··00000008·R_386_RELATIVE········ |
4734 | 0054f0c8··00000008·R_386_RELATIVE········ | 4734 | 0054f0c8··00000008·R_386_RELATIVE········ |
4735 | 0054f0cc··00000008·R_386_RELATIVE········ | 4735 | 0054f0cc··00000008·R_386_RELATIVE········ |
4736 | 0054f0d0··00000008·R_386_RELATIVE········ | 4736 | 0054f0d0··00000008·R_386_RELATIVE········ |
4737 | 0054f0d | 4737 | 0054f0d4··00000008·R_386_RELATIVE········ |
4738 | 0054f0dc··00000008·R_386_RELATIVE········ | 4738 | 0054f0dc··00000008·R_386_RELATIVE········ |
4739 | 0054f0e0··00000008·R_386_RELATIVE········ | 4739 | 0054f0e0··00000008·R_386_RELATIVE········ |
4740 | 0054f0e4··00000008·R_386_RELATIVE········ | 4740 | 0054f0e4··00000008·R_386_RELATIVE········ |
4741 | 0054f0e | 4741 | 0054f0ec··00000008·R_386_RELATIVE········ |
4742 | 0054f0f0··00000008·R_386_RELATIVE········ | 4742 | 0054f0f0··00000008·R_386_RELATIVE········ |
4743 | 0054f0f4··00000008·R_386_RELATIVE········ | ||
4744 | 0054f0f8··00000008·R_386_RELATIVE········ | 4743 | 0054f0f8··00000008·R_386_RELATIVE········ |
4745 | 0054f | 4744 | 0054f0fc··00000008·R_386_RELATIVE········ |
4746 | 0054f104··00000008·R_386_RELATIVE········ | 4745 | 0054f104··00000008·R_386_RELATIVE········ |
4747 | 0054f10 | 4746 | 0054f108··00000008·R_386_RELATIVE········ |
4748 | 0054f110··00000008·R_386_RELATIVE········ | 4747 | 0054f110··00000008·R_386_RELATIVE········ |
4749 | 0054f11 | 4748 | 0054f114··00000008·R_386_RELATIVE········ |
4750 | 0054f11c··00000008·R_386_RELATIVE········ | 4749 | 0054f11c··00000008·R_386_RELATIVE········ |
4751 | 0054f12 | 4750 | 0054f120··00000008·R_386_RELATIVE········ |
4752 | 0054f128··00000008·R_386_RELATIVE········ | 4751 | 0054f128··00000008·R_386_RELATIVE········ |
4752 | 0054f12c··00000008·R_386_RELATIVE········ | ||
4753 | 0054f130··00000008·R_386_RELATIVE········ | 4753 | 0054f130··00000008·R_386_RELATIVE········ |
4754 | 0054f134··00000008·R_386_RELATIVE········ | 4754 | 0054f134··00000008·R_386_RELATIVE········ |
4755 | 0054f13c··00000008·R_386_RELATIVE········ | 4755 | 0054f13c··00000008·R_386_RELATIVE········ |
4756 | 0054f140··00000008·R_386_RELATIVE········ | 4756 | 0054f140··00000008·R_386_RELATIVE········ |
4757 | 0054f144··00000008·R_386_RELATIVE········ | ||
4758 | 0054f148··00000008·R_386_RELATIVE········ | 4757 | 0054f148··00000008·R_386_RELATIVE········ |
4759 | 0054f14c··00000008·R_386_RELATIVE········ | 4758 | 0054f14c··00000008·R_386_RELATIVE········ |
4760 | 0054f154··00000008·R_386_RELATIVE········ | 4759 | 0054f154··00000008·R_386_RELATIVE········ |
4761 | 0054f158··00000008·R_386_RELATIVE········ | 4760 | 0054f158··00000008·R_386_RELATIVE········ |
4762 | 0054f1 | 4761 | 0054f160··00000008·R_386_RELATIVE········ |
4763 | 0054f164··00000008·R_386_RELATIVE········ | 4762 | 0054f164··00000008·R_386_RELATIVE········ |
4764 | 0054f16 | 4763 | 0054f16c··00000008·R_386_RELATIVE········ |
4765 | 0054f170··00000008·R_386_RELATIVE········ | 4764 | 0054f170··00000008·R_386_RELATIVE········ |
4766 | 0054f174··00000008·R_386_RELATIVE········ | 4765 | 0054f174··00000008·R_386_RELATIVE········ |
4767 | 0054f17c··00000008·R_386_RELATIVE········ | 4766 | 0054f17c··00000008·R_386_RELATIVE········ |
4768 | 0054f180··00000008·R_386_RELATIVE········ | 4767 | 0054f180··00000008·R_386_RELATIVE········ |
4768 | 0054f184··00000008·R_386_RELATIVE········ | ||
4769 | 0054f188··00000008·R_386_RELATIVE········ | 4769 | 0054f188··00000008·R_386_RELATIVE········ |
4770 | 0054f18c··00000008·R_386_RELATIVE········ | 4770 | 0054f18c··00000008·R_386_RELATIVE········ |
4771 | 0054f194··00000008·R_386_RELATIVE········ | 4771 | 0054f194··00000008·R_386_RELATIVE········ |
4772 | 0054f198··00000008·R_386_RELATIVE········ | 4772 | 0054f198··00000008·R_386_RELATIVE········ |
4773 | 0054f1a0··00000008·R_386_RELATIVE········ | 4773 | 0054f1a0··00000008·R_386_RELATIVE········ |
4774 | 0054f1a4··00000008·R_386_RELATIVE········ | 4774 | 0054f1a4··00000008·R_386_RELATIVE········ |
4775 | 0054f1ac··00000008·R_386_RELATIVE········ | 4775 | 0054f1ac··00000008·R_386_RELATIVE········ |
Offset 4791, 30 lines modified | Offset 4791, 30 lines modified | ||
4791 | 0054f214··00000008·R_386_RELATIVE········ | 4791 | 0054f214··00000008·R_386_RELATIVE········ |
4792 | 0054f218··00000008·R_386_RELATIVE········ | 4792 | 0054f218··00000008·R_386_RELATIVE········ |
4793 | 0054f21c··00000008·R_386_RELATIVE········ | 4793 | 0054f21c··00000008·R_386_RELATIVE········ |
4794 | 0054f220··00000008·R_386_RELATIVE········ | 4794 | 0054f220··00000008·R_386_RELATIVE········ |
4795 | 0054f224··00000008·R_386_RELATIVE········ | 4795 | 0054f224··00000008·R_386_RELATIVE········ |
4796 | 0054f228··00000008·R_386_RELATIVE········ | 4796 | 0054f228··00000008·R_386_RELATIVE········ |
4797 | 0054f22c··00000008·R_386_RELATIVE········ | 4797 | 0054f22c··00000008·R_386_RELATIVE········ |
4798 | 0054f230··00000008·R_386_RELATIVE········ | ||
4798 | 0054f234··00000008·R_386_RELATIVE········ | 4799 | 0054f234··00000008·R_386_RELATIVE········ |
4799 | 0054f238··00000008·R_386_RELATIVE········ | 4800 | 0054f238··00000008·R_386_RELATIVE········ |
4800 | 0054f23c··00000008·R_386_RELATIVE········ | 4801 | 0054f23c··00000008·R_386_RELATIVE········ |
4801 | 0054f240··00000008·R_386_RELATIVE········ | ||
4802 | 0054f244··00000008·R_386_RELATIVE········ | 4802 | 0054f244··00000008·R_386_RELATIVE········ |
4803 | 0054f248··00000008·R_386_RELATIVE········ | 4803 | 0054f248··00000008·R_386_RELATIVE········ |
4804 | 0054f24c··00000008·R_386_RELATIVE········ | 4804 | 0054f24c··00000008·R_386_RELATIVE········ |
4805 | 0054f250··00000008·R_386_RELATIVE········ | 4805 | 0054f250··00000008·R_386_RELATIVE········ |
4806 | 0054f254··00000008·R_386_RELATIVE········ | 4806 | 0054f254··00000008·R_386_RELATIVE········ |
4807 | 0054f258··00000008·R_386_RELATIVE········ | 4807 | 0054f258··00000008·R_386_RELATIVE········ |
4808 | 0054f25c··00000008·R_386_RELATIVE········ | 4808 | 0054f25c··00000008·R_386_RELATIVE········ |
4809 | 0054f260··00000008·R_386_RELATIVE········ | 4809 | 0054f260··00000008·R_386_RELATIVE········ |
4810 | 0054f264··00000008·R_386_RELATIVE········ | ||
4810 | 0054f268··00000008·R_386_RELATIVE········ | 4811 | 0054f268··00000008·R_386_RELATIVE········ |
4811 | 0054f26c··00000008·R_386_RELATIVE········ | 4812 | 0054f26c··00000008·R_386_RELATIVE········ |
4812 | 0054f270··00000008·R_386_RELATIVE········ | 4813 | 0054f270··00000008·R_386_RELATIVE········ |
4813 | 0054f274··00000008·R_386_RELATIVE········ | ||
4814 | 0054f278··00000008·R_386_RELATIVE········ | 4814 | 0054f278··00000008·R_386_RELATIVE········ |
4815 | 0054f27c··00000008·R_386_RELATIVE········ | 4815 | 0054f27c··00000008·R_386_RELATIVE········ |
4816 | 0054f280··00000008·R_386_RELATIVE········ | 4816 | 0054f280··00000008·R_386_RELATIVE········ |
4817 | 0054f284··00000008·R_386_RELATIVE········ | 4817 | 0054f284··00000008·R_386_RELATIVE········ |
4818 | 0054f288··00000008·R_386_RELATIVE········ | 4818 | 0054f288··00000008·R_386_RELATIVE········ |
4819 | 0054f28c··00000008·R_386_RELATIVE········ | 4819 | 0054f28c··00000008·R_386_RELATIVE········ |
4820 | 0054f290··00000008·R_386_RELATIVE········ | 4820 | 0054f290··00000008·R_386_RELATIVE········ |
Offset 1, 4 lines modified | Offset 1, 4 lines modified | ||
1 | Displaying·notes·found·in:·.note.gnu.build-id | 1 | Displaying·notes·found·in:·.note.gnu.build-id |
2 | ··Owner·················Data·size» Description | 2 | ··Owner·················Data·size» Description |
3 | ··GNU··················0x00000014» NT_GNU_BUILD_ID·(unique·build·ID·bitstring)» ····Build·ID:· | 3 | ··GNU··················0x00000014» NT_GNU_BUILD_ID·(unique·build·ID·bitstring)» ····Build·ID:·8a715b5749d5317a915b95fb2dab214fba1948e2 |
Offset 1, 9 lines modified | Offset 1, 10 lines modified | ||
1 | tdt8E | 1 | tdt8E |
2 | td$.T | 2 | td$.T |
3 | q[WI | ||
3 | @P$!P | 4 | @P$!P |
4 | P$1$ | 5 | P$1$ |
5 | DB%*"@ | 6 | DB%*"@ |
6 | j(dt | 7 | j(dt |
7 | P00@ | 8 | P00@ |
8 | 4@)` | 9 | 4@)` |
9 | Q`·S | 10 | Q`·S |
Offset 28334, 386 lines modified | Offset 28335, 374 lines modified | ||
28334 | X]3>) | 28335 | X]3>) |
28335 | X]3>) | 28336 | X]3>) |
28336 | X]3>) | 28337 | X]3>) |
28337 | [^_] | 28338 | [^_] |
28338 | \$4i | 28339 | \$4i |
28339 | 9T$8 | 28340 | 9T$8 |
28340 | UWVS | 28341 | UWVS |
28341 | 28342 | volume_mode | |
28342 | 28343 | volume.fs | |
28343 | 28344 | volume.vs | |
28344 | 28345 | PYMOL_WEBGL_IOS | |
28345 | 28346 | cylinder.fs | |
28346 | 28347 | default.vs | |
28348 | indicator.fs | ||
28349 | indicator.vs | ||
28350 | line.vs | ||
28351 | sphere.fs | ||
28352 | sphere.vs | ||
28353 | surface.vs | ||
28354 | webgl_header.fs | ||
28355 | webgl_header.vs | ||
28356 | ortho | ||
28357 | anaglyph_header.fs | ||
28358 | use_geometry_shaders | ||
28347 | connector.fs | 28359 | connector.fs |
28348 | 28360 | connector.vs | |
28349 | trilines.vs | ||
28350 | PURE_OPENGL_ES_2 | 28361 | PURE_OPENGL_ES_2 |
28351 | anaglyph_header.fs | ||
28352 | bg.fs | 28362 | bg.fs |
28353 | bg.vs | 28363 | bg.vs |
28354 | default.fs | 28364 | default.fs |
28355 | default.vs | ||
28356 | label.fs | 28365 | label.fs |
28357 | label.vs | 28366 | label.vs |
28358 | ramp.fs | 28367 | ramp.fs |
28359 | screen.fs | 28368 | screen.fs |
28360 | screen.vs | 28369 | screen.vs |
28361 | surface.fs | 28370 | surface.fs |
28362 | 28371 | trilines.fs | |
28363 | PYMOL_WEBGL_IOS | ||
28364 | cylinder.fs | ||
28365 | indicator.fs | ||
28366 | indicator.vs | ||
28367 | line.vs | ||
28368 | sphere.fs | ||
28369 | sphere.vs | ||
28370 | webgl_header.fs | ||
28371 | webgl_header.vs | ||
28372 | volume_mode | ||
28373 | volume.fs | ||
28374 | volume.vs | ||
28375 | depth_cue | ||
28376 | compute_fog_color.fs | ||
28377 | ANAGLYPH | 28372 | ANAGLYPH |
28373 | oit.fs | ||
28378 | NO_ORDER_TRANSP | 28374 | NO_ORDER_TRANSP |
28379 | ONE_DRAW_BUFFER | 28375 | ONE_DRAW_BUFFER |
28380 | ray_trace_mode_3 | 28376 | ray_trace_mode_3 |
28381 | chromadepth_postlighting | 28377 | chromadepth_postlighting |
28382 | transparency_mode_3 | 28378 | transparency_mode_3 |
28383 | chromadepth | 28379 | chromadepth |
28384 | o | 28380 | line_smooth |
28385 | 28381 | trilines.vs | |
28386 | 28382 | PYMOL_IOS | |
28387 | bg_image_mode_solid | 28383 | bg_image_mode_solid |
28384 | compute_fog_color.fs | ||
28388 | bg_image_mode_1_or_3 | 28385 | bg_image_mode_1_or_3 |
28389 | bg_image_mode_2_or_3 | 28386 | bg_image_mode_2_or_3 |
28387 | depth_cue | ||
28388 | PYMOL_WEBGL | ||
28389 | copy.fs | ||
28390 | copy.vs | ||
28391 | oit.vs | ||
28390 | gl_VertexID_enabled | 28392 | gl_VertexID_enabled |
28391 | GLEW_VERSION_3_0 | 28393 | GLEW_VERSION_3_0 |
28392 | precomputed_lighting | 28394 | precomputed_lighting |
28393 | compute_color_for_light.fs | 28395 | compute_color_for_light.fs |
28394 | ray_transparency_oblique | 28396 | ray_transparency_oblique |
28395 | 28397 | line.fs | |
28396 | connector.shared | 28398 | connector.shared |
28397 | cylinder.vs | 28399 | cylinder.vs |
28398 | ramp.vs | 28400 | ramp.vs |
28399 | line.fs | ||
28400 | connector.gs | 28401 | connector.gs |
28401 | CallComputeColorForLight | 28402 | CallComputeColorForLight |
28402 | sphere_arb_fs.fs | ||
28403 | sphere_arb_vs.vs | 28403 | sphere_arb_vs.vs |
28404 | 28404 | sphere_arb_fs.fs | |
28405 | 28405 | uniform·sampler3D·volumeTex; | |
28406 | uniform·sampler2D·colorTex2D; | ||
28407 | uniform·sampler1D·colorTex1D; | ||
28408 | uniform·float·volumeScale; | ||
28409 | uniform·float·volumeBias; | ||
28410 | uniform·float·sliceDist; | ||
28411 | uniform·mat4·TexMatrix; | ||
28412 | uniform·vec3·eyeposM; | ||
28413 | uniform·vec3·vDirM; | ||
28414 | uniform·sampler3D·carvemask; | ||
28415 | uniform·bool·carvemaskFlag; | ||
28416 | varying·vec3·vertexM; | ||
28417 | varying·float·fog; | ||
28418 | varying·vec2·bgTextureLookup; | ||
28419 | #include·anaglyph_header.fs | ||
28420 | #include·compute_fog_color.fs | ||
28421 | bool·iscarvemasked(vec3·t)·{ | ||
28422 | return·carvemaskFlag·&&·texture3D(carvemask,·t).r·>·0.5; | ||
28423 | void·main() | ||
28424 | #ifdef·volume_mode | ||
28425 | #else·//·volume_mode | ||
28426 | if·(iscarvemasked(gl_TexCoord[0].xyz)) | ||
28427 | discard; | ||
28428 | float·v·=·texture3D(volumeTex,·gl_TexCoord[0].xyz).r; | ||
28429 | v·=·v·*·volumeScale·+·volumeBias; | ||
28430 | if·(v·<·0.·||·v·>·1.)·discard; | ||
28431 | vec4·color·=·texture1D(colorTex1D,·v); | ||
Max diff block lines reached; 75236/80347 bytes (93.64%) of diff not shown. |
Offset 14569, 15 lines modified | Offset 14569, 15 lines modified | ||
14569 | ···57ee3:» 66·89·98·88·e5·42·00·» mov····%bx,0x42e588(%eax) | 14569 | ···57ee3:» 66·89·98·88·e5·42·00·» mov····%bx,0x42e588(%eax) |
14570 | ···57eea:» bb·03·01·00·00·······» mov····$0x103,%ebx | 14570 | ···57eea:» bb·03·01·00·00·······» mov····$0x103,%ebx |
14571 | ./layer1/SettingInfo.h:35 | 14571 | ./layer1/SettingInfo.h:35 |
14572 | ···57eef:» d9·90·b4·e5·42·00····» fsts···0x42e5b4(%eax) | 14572 | ···57eef:» d9·90·b4·e5·42·00····» fsts···0x42e5b4(%eax) |
14573 | ···57ef5:» d9·ca················» fxch···%st(2) | 14573 | ···57ef5:» d9·ca················» fxch···%st(2) |
14574 | ./layer1/SettingInfo.h:882 | 14574 | ./layer1/SettingInfo.h:882 |
14575 | ···57ef7:» 89·b0·98·e5·42·00····» mov····%esi,0x42e598(%eax) | 14575 | ···57ef7:» 89·b0·98·e5·42·00····» mov····%esi,0x42e598(%eax) |
14576 | ···57efd:» 8d·b0· | 14576 | ···57efd:» 8d·b0·bb·7c·eb·ff····» lea····-0x148345(%eax),%esi |
14577 | ···57f03:» 66·89·90·9c·e5·42·00·» mov····%dx,0x42e59c(%eax) | 14577 | ···57f03:» 66·89·90·9c·e5·42·00·» mov····%dx,0x42e59c(%eax) |
14578 | ···57f0a:» ba·01·01·00·00·······» mov····$0x101,%edx | 14578 | ···57f0a:» ba·01·01·00·00·······» mov····$0x101,%edx |
14579 | ···57f0f:» 89·88·ac·e5·42·00····» mov····%ecx,0x42e5ac(%eax) | 14579 | ···57f0f:» 89·88·ac·e5·42·00····» mov····%ecx,0x42e5ac(%eax) |
14580 | ···57f15:» 8d·88·95·ba·ee·ff····» lea····-0x11456b(%eax),%ecx | 14580 | ···57f15:» 8d·88·95·ba·ee·ff····» lea····-0x11456b(%eax),%ecx |
14581 | ···57f1b:» 66·89·98·b0·e5·42·00·» mov····%bx,0x42e5b0(%eax) | 14581 | ···57f1b:» 66·89·98·b0·e5·42·00·» mov····%bx,0x42e5b0(%eax) |
14582 | ···57f22:» bb·03·06·00·00·······» mov····$0x603,%ebx | 14582 | ···57f22:» bb·03·06·00·00·······» mov····$0x603,%ebx |
14583 | ./layer1/SettingInfo.h:30 | 14583 | ./layer1/SettingInfo.h:30 |
Offset 15086, 15 lines modified | Offset 15086, 15 lines modified | ||
15086 | ···586bf:» d9·cb················» fxch···%st(3) | 15086 | ···586bf:» d9·cb················» fxch···%st(3) |
15087 | ./layer1/SettingInfo.h:882 | 15087 | ./layer1/SettingInfo.h:882 |
15088 | ···586c1:» 89·90·b8·e8·42·00····» mov····%edx,0x42e8b8(%eax) | 15088 | ···586c1:» 89·90·b8·e8·42·00····» mov····%edx,0x42e8b8(%eax) |
15089 | ···586c7:» 8d·90·bf·63·ed·ff····» lea····-0x129c41(%eax),%edx | 15089 | ···586c7:» 8d·90·bf·63·ed·ff····» lea····-0x129c41(%eax),%edx |
15090 | ···586cd:» 66·89·88·bc·e8·42·00·» mov····%cx,0x42e8bc(%eax) | 15090 | ···586cd:» 66·89·88·bc·e8·42·00·» mov····%cx,0x42e8bc(%eax) |
15091 | ···586d4:» 31·c9················» xor····%ecx,%ecx | 15091 | ···586d4:» 31·c9················» xor····%ecx,%ecx |
15092 | ···586d6:» 89·98·cc·e8·42·00····» mov····%ebx,0x42e8cc(%eax) | 15092 | ···586d6:» 89·98·cc·e8·42·00····» mov····%ebx,0x42e8cc(%eax) |
15093 | ···586dc:» 8d·98· | 15093 | ···586dc:» 8d·98·30·7d·eb·ff····» lea····-0x1482d0(%eax),%ebx |
15094 | ./layer1/SettingInfo.h:30 | 15094 | ./layer1/SettingInfo.h:30 |
15095 | ···586e2:» c7·80·84·e8·42·00·01·» movl···$0x1,0x42e884(%eax) | 15095 | ···586e2:» c7·80·84·e8·42·00·01·» movl···$0x1,0x42e884(%eax) |
15096 | ···586e9:» 00·00·00· | 15096 | ···586e9:» 00·00·00· |
15097 | ./layer1/SettingInfo.h:31 | 15097 | ./layer1/SettingInfo.h:31 |
15098 | ···586ec:» c7·80·88·e8·42·00·00·» movl···$0x0,0x42e888(%eax) | 15098 | ···586ec:» c7·80·88·e8·42·00·00·» movl···$0x0,0x42e888(%eax) |
15099 | ···586f3:» 00·00·00· | 15099 | ···586f3:» 00·00·00· |
15100 | ./layer1/SettingInfo.h:32 | 15100 | ./layer1/SettingInfo.h:32 |
Offset 20969, 15 lines modified | Offset 20969, 15 lines modified | ||
20969 | ···5e02e:» 8d·b0·dd·d6·ee·ff····» lea····-0x112923(%eax),%esi | 20969 | ···5e02e:» 8d·b0·dd·d6·ee·ff····» lea····-0x112923(%eax),%esi |
20970 | ···5e034:» 66·89·98·4c·0d·43·00·» mov····%bx,0x430d4c(%eax) | 20970 | ···5e034:» 66·89·98·4c·0d·43·00·» mov····%bx,0x430d4c(%eax) |
20971 | ···5e03b:» bb·03·01·00·00·······» mov····$0x103,%ebx | 20971 | ···5e03b:» bb·03·01·00·00·······» mov····$0x103,%ebx |
20972 | ./layer1/SettingInfo.h:36 | 20972 | ./layer1/SettingInfo.h:36 |
20973 | ···5e040:» d9·90·68·0d·43·00····» fsts···0x430d68(%eax) | 20973 | ···5e040:» d9·90·68·0d·43·00····» fsts···0x430d68(%eax) |
20974 | ./layer1/SettingInfo.h:882 | 20974 | ./layer1/SettingInfo.h:882 |
20975 | ···5e046:» 89·b0·5c·0d·43·00····» mov····%esi,0x430d5c(%eax) | 20975 | ···5e046:» 89·b0·5c·0d·43·00····» mov····%esi,0x430d5c(%eax) |
20976 | ···5e04c:» 8d·b0· | 20976 | ···5e04c:» 8d·b0·b2·7d·eb·ff····» lea····-0x14824e(%eax),%esi |
20977 | ···5e052:» 66·89·98·60·0d·43·00·» mov····%bx,0x430d60(%eax) | 20977 | ···5e052:» 66·89·98·60·0d·43·00·» mov····%bx,0x430d60(%eax) |
20978 | ···5e059:» bb·03·01·00·00·······» mov····$0x103,%ebx | 20978 | ···5e059:» bb·03·01·00·00·······» mov····$0x103,%ebx |
20979 | ./layer1/SettingInfo.h:37 | 20979 | ./layer1/SettingInfo.h:37 |
20980 | ···5e05e:» d9·90·6c·0d·43·00····» fsts···0x430d6c(%eax) | 20980 | ···5e05e:» d9·90·6c·0d·43·00····» fsts···0x430d6c(%eax) |
20981 | ./layer1/SettingInfo.h:882 | 20981 | ./layer1/SettingInfo.h:882 |
20982 | ···5e064:» 89·b0·70·0d·43·00····» mov····%esi,0x430d70(%eax) | 20982 | ···5e064:» 89·b0·70·0d·43·00····» mov····%esi,0x430d70(%eax) |
20983 | ···5e06a:» 8d·b0·e7·d6·ee·ff····» lea····-0x112919(%eax),%esi | 20983 | ···5e06a:» 8d·b0·e7·d6·ee·ff····» lea····-0x112919(%eax),%esi |
Offset 23162, 15 lines modified | Offset 23162, 15 lines modified | ||
23162 | ./layer1/SettingInfo.h:35 | 23162 | ./layer1/SettingInfo.h:35 |
23163 | ···60240:» c7·80·e8·1a·43·00·00·» movl···$0x40000000,0x431ae8(%eax) | 23163 | ···60240:» c7·80·e8·1a·43·00·00·» movl···$0x40000000,0x431ae8(%eax) |
23164 | ···60247:» 00·00·40· | 23164 | ···60247:» 00·00·40· |
23165 | ···6024a:» c7·80·fc·1a·43·00·00·» movl···$0x40200000,0x431afc(%eax) | 23165 | ···6024a:» c7·80·fc·1a·43·00·00·» movl···$0x40200000,0x431afc(%eax) |
23166 | ···60251:» 00·20·40· | 23166 | ···60251:» 00·20·40· |
23167 | ./layer1/SettingInfo.h:882 | 23167 | ./layer1/SettingInfo.h:882 |
23168 | ···60254:» 89·b0·08·1b·43·00····» mov····%esi,0x431b08(%eax) | 23168 | ···60254:» 89·b0·08·1b·43·00····» mov····%esi,0x431b08(%eax) |
23169 | ···6025a:» 8d·b0· | 23169 | ···6025a:» 8d·b0·a5·7b·eb·ff····» lea····-0x14845b(%eax),%esi |
23170 | ./layer1/SettingInfo.h:35 | 23170 | ./layer1/SettingInfo.h:35 |
23171 | ···60260:» d9·90·4c·1b·43·00····» fsts···0x431b4c(%eax) | 23171 | ···60260:» d9·90·4c·1b·43·00····» fsts···0x431b4c(%eax) |
23172 | ./layer1/SettingInfo.h:36 | 23172 | ./layer1/SettingInfo.h:36 |
23173 | ···60266:» d9·90·50·1b·43·00····» fsts···0x431b50(%eax) | 23173 | ···60266:» d9·90·50·1b·43·00····» fsts···0x431b50(%eax) |
23174 | ./layer1/SettingInfo.h:37 | 23174 | ./layer1/SettingInfo.h:37 |
23175 | ···6026c:» d9·90·54·1b·43·00····» fsts···0x431b54(%eax) | 23175 | ···6026c:» d9·90·54·1b·43·00····» fsts···0x431b54(%eax) |
23176 | ./layer1/SettingInfo.h:36 | 23176 | ./layer1/SettingInfo.h:36 |
Offset 23278, 15 lines modified | Offset 23278, 15 lines modified | ||
23278 | ···60420:» 8d·b0·72·e3·ee·ff····» lea····-0x111c8e(%eax),%esi | 23278 | ···60420:» 8d·b0·72·e3·ee·ff····» lea····-0x111c8e(%eax),%esi |
23279 | ./layer1/SettingInfo.h:36 | 23279 | ./layer1/SettingInfo.h:36 |
23280 | ···60426:» d9·90·dc·1b·43·00····» fsts···0x431bdc(%eax) | 23280 | ···60426:» d9·90·dc·1b·43·00····» fsts···0x431bdc(%eax) |
23281 | ./layer1/SettingInfo.h:882 | 23281 | ./layer1/SettingInfo.h:882 |
23282 | ···6042c:» 89·98·f8·1b·43·00····» mov····%ebx,0x431bf8(%eax) | 23282 | ···6042c:» 89·98·f8·1b·43·00····» mov····%ebx,0x431bf8(%eax) |
23283 | ···60432:» bb·01·01·00·00·······» mov····$0x101,%ebx | 23283 | ···60432:» bb·01·01·00·00·······» mov····$0x101,%ebx |
23284 | ···60437:» 66·89·88·fc·1b·43·00·» mov····%cx,0x431bfc(%eax) | 23284 | ···60437:» 66·89·88·fc·1b·43·00·» mov····%cx,0x431bfc(%eax) |
23285 | ···6043e:» 8d·88· | 23285 | ···6043e:» 8d·88·e4·7a·eb·ff····» lea····-0x14851c(%eax),%ecx |
23286 | ···60444:» 89·b0·0c·1c·43·00····» mov····%esi,0x431c0c(%eax) | 23286 | ···60444:» 89·b0·0c·1c·43·00····» mov····%esi,0x431c0c(%eax) |
23287 | ···6044a:» be·02·01·00·00·······» mov····$0x102,%esi | 23287 | ···6044a:» be·02·01·00·00·······» mov····$0x102,%esi |
23288 | ./layer1/SettingInfo.h:37 | 23288 | ./layer1/SettingInfo.h:37 |
23289 | ···6044f:» d9·90·e0·1b·43·00····» fsts···0x431be0(%eax) | 23289 | ···6044f:» d9·90·e0·1b·43·00····» fsts···0x431be0(%eax) |
23290 | ./layer1/SettingInfo.h:882 | 23290 | ./layer1/SettingInfo.h:882 |
23291 | ···60455:» 66·89·98·10·1c·43·00·» mov····%bx,0x431c10(%eax) | 23291 | ···60455:» 66·89·98·10·1c·43·00·» mov····%bx,0x431c10(%eax) |
23292 | ···6045c:» 8d·98·57·cd·ed·ff····» lea····-0x1232a9(%eax),%ebx | 23292 | ···6045c:» 8d·98·57·cd·ed·ff····» lea····-0x1232a9(%eax),%ebx |
Offset 23340, 19 lines modified | Offset 23340, 19 lines modified | ||
23340 | ···60506:» 89·98·34·1c·43·00····» mov····%ebx,0x431c34(%eax) | 23340 | ···60506:» 89·98·34·1c·43·00····» mov····%ebx,0x431c34(%eax) |
23341 | ···6050c:» bb·02·01·00·00·······» mov····$0x102,%ebx | 23341 | ···6050c:» bb·02·01·00·00·······» mov····$0x102,%ebx |
23342 | ···60511:» 66·89·88·38·1c·43·00·» mov····%cx,0x431c38(%eax) | 23342 | ···60511:» 66·89·88·38·1c·43·00·» mov····%cx,0x431c38(%eax) |
23343 | ···60518:» 8d·88·9e·e3·ee·ff····» lea····-0x111c62(%eax),%ecx | 23343 | ···60518:» 8d·88·9e·e3·ee·ff····» lea····-0x111c62(%eax),%ecx |
23344 | ···6051e:» 89·b0·48·1c·43·00····» mov····%esi,0x431c48(%eax) | 23344 | ···6051e:» 89·b0·48·1c·43·00····» mov····%esi,0x431c48(%eax) |
23345 | ···60524:» be·02·01·00·00·······» mov····$0x102,%esi | 23345 | ···60524:» be·02·01·00·00·······» mov····$0x102,%esi |
23346 | ···60529:» 66·89·98·4c·1c·43·00·» mov····%bx,0x431c4c(%eax) | 23346 | ···60529:» 66·89·98·4c·1c·43·00·» mov····%bx,0x431c4c(%eax) |
23347 | ···60530:» 8d·98· | 23347 | ···60530:» 8d·98·82·7d·eb·ff····» lea····-0x14827e(%eax),%ebx |
23348 | ···60536:» 89·88·5c·1c·43·00····» mov····%ecx,0x431c5c(%eax) | 23348 | ···60536:» 89·88·5c·1c·43·00····» mov····%ecx,0x431c5c(%eax) |
23349 | ···6053c:» b9·01·01·00·00·······» mov····$0x101,%ecx | 23349 | ···6053c:» b9·01·01·00·00·······» mov····$0x101,%ecx |
23350 | ···60541:» 66·89·b0·60·1c·43·00·» mov····%si,0x431c60(%eax) | 23350 | ···60541:» 66·89·b0·60·1c·43·00·» mov····%si,0x431c60(%eax) |
23351 | ···60548:» 8d·b0· | 23351 | ···60548:» 8d·b0·af·7c·eb·ff····» lea····-0x148351(%eax),%esi |
23352 | ···6054e:» 89·98·70·1c·43·00····» mov····%ebx,0x431c70(%eax) | 23352 | ···6054e:» 89·98·70·1c·43·00····» mov····%ebx,0x431c70(%eax) |
23353 | ···60554:» bb·02·01·00·00·······» mov····$0x102,%ebx | 23353 | ···60554:» bb·02·01·00·00·······» mov····$0x102,%ebx |
23354 | ···60559:» 66·89·88·74·1c·43·00·» mov····%cx,0x431c74(%eax) | 23354 | ···60559:» 66·89·88·74·1c·43·00·» mov····%cx,0x431c74(%eax) |
23355 | ···60560:» 8d·88·b4·e3·ee·ff····» lea····-0x111c4c(%eax),%ecx | 23355 | ···60560:» 8d·88·b4·e3·ee·ff····» lea····-0x111c4c(%eax),%ecx |
23356 | ···60566:» 89·b0·84·1c·43·00····» mov····%esi,0x431c84(%eax) | 23356 | ···60566:» 89·b0·84·1c·43·00····» mov····%esi,0x431c84(%eax) |
23357 | ···6056c:» be·03·01·00·00·······» mov····$0x103,%esi | 23357 | ···6056c:» be·03·01·00·00·······» mov····$0x103,%esi |
23358 | ···60571:» 66·89·98·88·1c·43·00·» mov····%bx,0x431c88(%eax) | 23358 | ···60571:» 66·89·98·88·1c·43·00·» mov····%bx,0x431c88(%eax) |
Offset 25195, 15 lines modified | Offset 25195, 15 lines modified | ||
25195 | ···61a3f:» 83·ec·1c·············» sub····$0x1c,%esp | 25195 | ···61a3f:» 83·ec·1c·············» sub····$0x1c,%esp |
25196 | ···61a42:» 8b·74·24·30··········» mov····0x30(%esp),%esi | 25196 | ···61a42:» 8b·74·24·30··········» mov····0x30(%esp),%esi |
25197 | ···61a46:» 8b·7c·24·34··········» mov····0x34(%esp),%edi | 25197 | ···61a46:» 8b·7c·24·34··········» mov····0x34(%esp),%edi |
25198 | ./contrib/uiuc/plugins/molfile_plugin/src/abinitplugin.c:1324 | 25198 | ./contrib/uiuc/plugins/molfile_plugin/src/abinitplugin.c:1324 |
25199 | ···61a4a:» 8b·83·9c·0a·00·00····» mov····0xa9c(%ebx),%eax | 25199 | ···61a4a:» 8b·83·9c·0a·00·00····» mov····0xa9c(%ebx),%eax |
25200 | fprintf(): | 25200 | fprintf(): |
25201 | /usr/include/i386-linux-gnu/bits/stdio2.h:100 | 25201 | /usr/include/i386-linux-gnu/bits/stdio2.h:100 |
25202 | ···61a50:» 8d·93·f | 25202 | ···61a50:» 8d·93·f5·6e·ec·ff····» lea····-0x13910b(%ebx),%edx |
25203 | write_timestep(): | 25203 | write_timestep(): |
25204 | ./contrib/uiuc/plugins/molfile_plugin/src/abinitplugin.c:1324 | 25204 | ./contrib/uiuc/plugins/molfile_plugin/src/abinitplugin.c:1324 |
25205 | ···61a56:» 89·44·24·0c··········» mov····%eax,0xc(%esp) | 25205 | ···61a56:» 89·44·24·0c··········» mov····%eax,0xc(%esp) |
25206 | fprintf(): | 25206 | fprintf(): |
25207 | /usr/include/i386-linux-gnu/bits/stdio2.h:100 | 25207 | /usr/include/i386-linux-gnu/bits/stdio2.h:100 |
25208 | ···61a5a:» ff·30················» pushl··(%eax) | 25208 | ···61a5a:» ff·30················» pushl··(%eax) |
25209 | ···61a5c:» 6a·15················» push···$0x15 | 25209 | ···61a5c:» 6a·15················» push···$0x15 |
Offset 25217, 15 lines modified | Offset 25217, 15 lines modified | ||
25217 | ···61a6b:» 0f·84·92·01·00·00····» je·····61c03·<PlugIOManagerFreeAll@@Base+0x673> | 25217 | ···61a6b:» 0f·84·92·01·00·00····» je·····61c03·<PlugIOManagerFreeAll@@Base+0x673> |
25218 | ···61a71:» 85·ff················» test···%edi,%edi | 25218 | ···61a71:» 85·ff················» test···%edi,%edi |
25219 | ···61a73:» 0f·84·8a·01·00·00····» je·····61c03·<PlugIOManagerFreeAll@@Base+0x673> | 25219 | ···61a73:» 0f·84·8a·01·00·00····» je·····61c03·<PlugIOManagerFreeAll@@Base+0x673> |
25220 | fprintf(): | 25220 | fprintf(): |
25221 | /usr/include/i386-linux-gnu/bits/stdio2.h:100 | 25221 | /usr/include/i386-linux-gnu/bits/stdio2.h:100 |
25222 | ···61a79:» 8d·8b·5c·73·ec·ff····» lea····-0x138ca4(%ebx),%ecx | 25222 | ···61a79:» 8d·8b·5c·73·ec·ff····» lea····-0x138ca4(%ebx),%ecx |
25223 | ···61a7f:» ff·36················» pushl··(%esi) | 25223 | ···61a7f:» ff·36················» pushl··(%esi) |
25224 | ···61a81:» 8d·ab·0 | 25224 | ···61a81:» 8d·ab·0b·6f·ec·ff····» lea····-0x1390f5(%ebx),%ebp |
25225 | ···61a87:» 6a·26················» push···$0x26 | 25225 | ···61a87:» 6a·26················» push···$0x26 |
25226 | ···61a89:» 6a·01················» push···$0x1 | 25226 | ···61a89:» 6a·01················» push···$0x1 |
25227 | ···61a8b:» 51···················» push···%ecx | 25227 | ···61a8b:» 51···················» push···%ecx |
Max diff block lines reached; 224088/230814 bytes (97.09%) of diff not shown. |
Offset 1, 3985 lines modified | Offset 1, 3985 lines modified | ||
1 | Hex·dump·of·section·'.rodata': | 1 | Hex·dump·of·section·'.rodata': |
2 | ··0x00406000· | 2 | ··0x00406000·766f6c75·6d655f6d·6f646500·766f6c75·volume_mode.volu |
3 | ··0x00406010·2e667300 | 3 | ··0x00406010·6d652e66·7300766f·6c756d65·2e767300·me.fs.volume.vs. |
4 | ··0x00406020· | 4 | ··0x00406020·50594d4f·4c5f5745·42474c5f·494f5300·PYMOL_WEBGL_IOS. |
5 | ··0x00406030·6 | 5 | ··0x00406030·63796c69·6e646572·2e667300·64656661·cylinder.fs.defa |
6 | ··0x00406040· | 6 | ··0x00406040·756c742e·76730069·6e646963·61746f72·ult.vs.indicator |
7 | ··0x00406050· | 7 | ··0x00406050·2e667300·696e6469·6361746f·722e7673·.fs.indicator.vs |
8 | ··0x00406060· | 8 | ··0x00406060·006c696e·652e7673·00737068·6572652e·.line.vs.sphere. |
9 | ··0x00406070·6 | 9 | ··0x00406070·66730073·70686572·652e7673·00737572·fs.sphere.vs.sur |
10 | ··0x00406080·6 | 10 | ··0x00406080·66616365·2e767300·77656267·6c5f6865·face.vs.webgl_he |
11 | ··0x00406090·6 | 11 | ··0x00406090·61646572·2e667300·77656267·6c5f6865·ader.fs.webgl_he |
12 | ··0x004060a0· | 12 | ··0x004060a0·61646572·2e767300·6f727468·6f00616e·ader.vs.ortho.an |
13 | ··0x004060b0· | 13 | ··0x004060b0·61676c79·70685f68·65616465·722e6673·aglyph_header.fs |
14 | ··0x004060c0· | 14 | ··0x004060c0·00757365·5f67656f·6d657472·795f7368·.use_geometry_sh |
15 | ··0x004060d0· | 15 | ··0x004060d0·61646572·7300636f·6e6e6563·746f722e·aders.connector. |
16 | ··0x004060e0·6 | 16 | ··0x004060e0·66730063·6f6e6e65·63746f72·2e767300·fs.connector.vs. |
17 | ··0x004060f0·5 | 17 | ··0x004060f0·50555245·5f4f5045·4e474c5f·45535f32·PURE_OPENGL_ES_2 |
18 | ··0x00406100·006 | 18 | ··0x00406100·0062672e·66730062·672e7673·00646566·.bg.fs.bg.vs.def |
19 | ··0x00406110·6 | 19 | ··0x00406110·61756c74·2e667300·6c616265·6c2e6673·ault.fs.label.fs |
20 | ··0x00406120· | 20 | ··0x00406120·006c6162·656c2e76·73007261·6d702e66·.label.vs.ramp.f |
21 | ··0x00406130·6 | 21 | ··0x00406130·73007363·7265656e·2e667300·73637265·s.screen.fs.scre |
22 | ··0x00406140·6 | 22 | ··0x00406140·656e2e76·73007375·72666163·652e6673·en.vs.surface.fs |
23 | ··0x00406150· | 23 | ··0x00406150·00747269·6c696e65·732e6673·00414e41·.trilines.fs.ANA |
24 | ··0x00406160· | 24 | ··0x00406160·474c5950·48006f69·742e6673·004e4f5f·GLYPH.oit.fs.NO_ |
25 | ··0x00406170· | 25 | ··0x00406170·4f524445·525f5452·414e5350·004f4e45·ORDER_TRANSP.ONE |
26 | ··0x00406180· | 26 | ··0x00406180·5f445241·575f4255·46464552·00726179·_DRAW_BUFFER.ray |
27 | ··0x00406190· | 27 | ··0x00406190·5f747261·63655f6d·6f64655f·33006368·_trace_mode_3.ch |
28 | ··0x004061a0· | 28 | ··0x004061a0·726f6d61·64657074·685f706f·73746c69·romadepth_postli |
29 | ··0x004061b0· | 29 | ··0x004061b0·67687469·6e670074·72616e73·70617265·ghting.transpare |
30 | ··0x004061c0·6 | 30 | ··0x004061c0·6e63795f·6d6f6465·5f330063·68726f6d·ncy_mode_3.chrom |
31 | ··0x004061d0·6 | 31 | ··0x004061d0·61646570·7468006c·696e655f·736d6f6f·adepth.line_smoo |
32 | ··0x004061e0· | 32 | ··0x004061e0·74680074·72696c69·6e65732e·76730050·th.trilines.vs.P |
33 | ··0x004061f0· | 33 | ··0x004061f0·594d4f4c·5f494f53·0062675f·696d6167·YMOL_IOS.bg_imag |
34 | ··0x00406200·6f6d6 | 34 | ··0x00406200·655f6d6f·64655f73·6f6c6964·00636f6d·e_mode_solid.com |
35 | ··0x00406210·7 | 35 | ··0x00406210·70757465·5f666f67·5f636f6c·6f722e66·pute_fog_color.f |
36 | ··0x00406220· | 36 | ··0x00406220·73006267·5f696d61·67655f6d·6f64655f·s.bg_image_mode_ |
37 | ··0x00406230· | 37 | ··0x00406230·315f6f72·5f330062·675f696d·6167655f·1_or_3.bg_image_ |
38 | ··0x00406240·6 | 38 | ··0x00406240·6d6f6465·5f325f6f·725f3300·64657074·mode_2_or_3.dept |
39 | ··0x00406250·6 | 39 | ··0x00406250·685f6375·65005059·4d4f4c5f·57454247·h_cue.PYMOL_WEBG |
40 | ··0x00406260· | 40 | ··0x00406260·4c00636f·70792e66·7300636f·70792e76·L.copy.fs.copy.v |
41 | ··0x00406270· | 41 | ··0x00406270·73006f69·742e7673·00676c5f·56657274·s.oit.vs.gl_Vert |
42 | ··0x00406280·65 | 42 | ··0x00406280·65784944·5f656e61·626c6564·00474c45·exID_enabled.GLE |
43 | ··0x00406290· | 43 | ··0x00406290·575f5645·5253494f·4e5f335f·30007072·W_VERSION_3_0.pr |
44 | ··0x004062a0·6 | 44 | ··0x004062a0·65636f6d·70757465·645f6c69·67687469·ecomputed_lighti |
45 | ··0x004062b0· | 45 | ··0x004062b0·6e670063·6f6d7075·74655f63·6f6c6f72·ng.compute_color |
46 | ··0x004062c0· | 46 | ··0x004062c0·5f666f72·5f6c6967·68742e66·73007261·_for_light.fs.ra |
47 | ··0x004062d0· | 47 | ··0x004062d0·795f7472·616e7370·6172656e·63795f6f·y_transparency_o |
48 | ··0x004062e0· | 48 | ··0x004062e0·626c6971·7565006c·696e652e·66730063·blique.line.fs.c |
49 | ··0x004062f0· | 49 | ··0x004062f0·6f6e6e65·63746f72·2e736861·72656400·onnector.shared. |
50 | ··0x00406300· | 50 | ··0x00406300·63796c69·6e646572·2e767300·72616d70·cylinder.vs.ramp |
51 | ··0x00406310·2e | 51 | ··0x00406310·2e767300·636f6e6e·6563746f·722e6773·.vs.connector.gs |
52 | ··0x00406320·0043616c·6c436f6d·70757465·436f6c6f·.CallComputeColo | 52 | ··0x00406320·0043616c·6c436f6d·70757465·436f6c6f·.CallComputeColo |
53 | ··0x00406330·72466f72·4c696768·74007370·68657265·rForLight.sphere | 53 | ··0x00406330·72466f72·4c696768·74007370·68657265·rForLight.sphere |
54 | ··0x00406340·5f617262·5f | 54 | ··0x00406340·5f617262·5f76732e·76730073·70686572·_arb_vs.vs.spher |
55 | ··0x00406350·655f6172·625f | 55 | ··0x00406350·655f6172·625f6673·2e667300·756e6966·e_arb_fs.fs.unif |
56 | ··0x00406360·6 | 56 | ··0x00406360·6f726d20·73616d70·6c657233·4420766f·orm·sampler3D·vo |
57 | ··0x00406370· | 57 | ··0x00406370·6c756d65·5465783b·0a756e69·666f726d·lumeTex;.uniform |
58 | ··0x00406380·736 | 58 | ··0x00406380·2073616d·706c6572·32442063·6f6c6f72··sampler2D·color |
59 | ··0x00406390· | 59 | ··0x00406390·54657832·443b0a75·6e69666f·726d2073·Tex2D;.uniform·s |
60 | ··0x004063a0· | 60 | ··0x004063a0·616d706c·65723144·20636f6c·6f725465·ampler1D·colorTe |
61 | ··0x004063b0·3 | 61 | ··0x004063b0·7831443b·0a756e69·666f726d·20666c6f·x1D;.uniform·flo |
62 | ··0x004063c0· | 62 | ··0x004063c0·61742076·6f6c756d·65536361·6c653b0a·at·volumeScale;. |
63 | ··0x004063d0·7 | 63 | ··0x004063d0·756e6966·6f726d20·666c6f61·7420766f·uniform·float·vo |
64 | ··0x004063e0·6 | 64 | ··0x004063e0·6c756d65·42696173·3b0a756e·69666f72·lumeBias;.unifor |
65 | ··0x004063f0·6 | 65 | ··0x004063f0·6d20666c·6f617420·736c6963·65446973·m·float·sliceDis |
66 | ··0x00406400· | 66 | ··0x00406400·743b0a75·6e69666f·726d206d·61743420·t;.uniform·mat4· |
67 | ··0x00406410· | 67 | ··0x00406410·5465784d·61747269·783b0a75·6e69666f·TexMatrix;.unifo |
68 | ··0x00406420· | 68 | ··0x00406420·726d2076·65633320·65796570·6f734d3b·rm·vec3·eyeposM; |
69 | ··0x00406430·7 | 69 | ··0x00406430·0a756e69·666f726d·20766563·33207644·.uniform·vec3·vD |
70 | ··0x00406440·6 | 70 | ··0x00406440·69724d3b·0a756e69·666f726d·2073616d·irM;.uniform·sam |
71 | ··0x00406450·7 | 71 | ··0x00406450·706c6572·33442063·61727665·6d61736b·pler3D·carvemask |
72 | ··0x00406460· | 72 | ··0x00406460·3b0a756e·69666f72·6d20626f·6f6c2063·;.uniform·bool·c |
73 | ··0x00406470·6 | 73 | ··0x00406470·61727665·6d61736b·466c6167·3b0a7661·arvemaskFlag;.va |
74 | ··0x00406480· | 74 | ··0x00406480·7279696e·67207665·63332076·65727465·rying·vec3·verte |
75 | ··0x00406490· | 75 | ··0x00406490·784d3b0a·76617279·696e6720·666c6f61·xM;.varying·floa |
76 | ··0x004064a0·7 | 76 | ··0x004064a0·7420666f·673b0a76·61727969·6e672076·t·fog;.varying·v |
77 | ··0x004064b0·3 | 77 | ··0x004064b0·65633220·62675465·78747572·654c6f6f·ec2·bgTextureLoo |
78 | ··0x004064c0·6 | 78 | ··0x004064c0·6b75703b·0a23696e·636c7564·6520616e·kup;.#include·an |
79 | ··0x004064d0· | 79 | ··0x004064d0·61676c79·70685f68·65616465·722e6673·aglyph_header.fs |
80 | ··0x004064e0· | 80 | ··0x004064e0·0a23696e·636c7564·6520636f·6d707574·.#include·comput |
81 | ··0x004064f0·6 | 81 | ··0x004064f0·655f666f·675f636f·6c6f722e·66730a62·e_fog_color.fs.b |
82 | ··0x00406500·6 | 82 | ··0x00406500·6f6f6c20·69736361·7276656d·61736b65·ool·iscarvemaske |
83 | ··0x00406510· | 83 | ··0x00406510·64287665·63332074·29207b0a·72657475·d(vec3·t)·{.retu |
84 | ··0x00406520· | 84 | ··0x00406520·726e2063·61727665·6d61736b·466c6167·rn·carvemaskFlag |
85 | ··0x00406530· | 85 | ··0x00406530·20262620·74657874·75726533·44286361··&&·texture3D(ca |
86 | ··0x00406540· | 86 | ··0x00406540·7276656d·61736b2c·2074292e·72203e20·rvemask,·t).r·>· |
87 | ··0x00406550· | 87 | ··0x00406550·302e353b·0a7d0a76·6f696420·6d61696e·0.5;.}.void·main |
88 | ··0x00406560· | 88 | ··0x00406560·28290a7b·0a236966·64656620·766f6c75·().{.#ifdef·volu |
89 | ··0x00406570·6 | 89 | ··0x00406570·6d655f6d·6f64650a·23656c73·65202f2f·me_mode.#else·// |
90 | ··0x00406580· | 90 | ··0x00406580·20766f6c·756d655f·6d6f6465·0a696620··volume_mode.if· |
91 | ··0x00406590· | 91 | ··0x00406590·28697363·61727665·6d61736b·65642867·(iscarvemasked(g |
92 | ··0x004065a0·6 | 92 | ··0x004065a0·6c5f5465·78436f6f·72645b30·5d2e7879·l_TexCoord[0].xy |
93 | ··0x004065b0· | 93 | ··0x004065b0·7a29290a·64697363·6172643b·0a666c6f·z)).discard;.flo |
94 | ··0x004065c0· | 94 | ··0x004065c0·61742076·203d2074·65787475·72653344·at·v·=·texture3D |
95 | ··0x004065d0· | 95 | ··0x004065d0·28766f6c·756d6554·65782c20·676c5f54·(volumeTex,·gl_T |
96 | ··0x004065e0· | 96 | ··0x004065e0·6578436f·6f72645b·305d2e78·797a292e·exCoord[0].xyz). |
97 | ··0x004065f0· | 97 | ··0x004065f0·723b0a76·203d2076·202a2076·6f6c756d·r;.v·=·v·*·volum |
98 | ··0x00406600· | 98 | ··0x00406600·65536361·6c65202b·20766f6c·756d6542·eScale·+·volumeB |
99 | ··0x00406610· | 99 | ··0x00406610·6961733b·0a696620·2876203c·20302e20·ias;.if·(v·<·0.· |
100 | ··0x00406620· | 100 | ··0x00406620·7c7c2076·203e2031·2e292064·69736361·||·v·>·1.)·disca |
101 | ··0x00406630· | 101 | ··0x00406630·72643b0a·76656334·20636f6c·6f72203d·rd;.vec4·color·= |
102 | ··0x00406640·20 | 102 | ··0x00406640·20746578·74757265·31442863·6f6c6f72··texture1D(color |
103 | ··0x00406650· | 103 | ··0x00406650·54657831·442c2076·293b0a23·656e6469·Tex1D,·v);.#endi |
104 | ··0x00406660· | 104 | ··0x00406660·66202f2f·20766f6c·756d655f·6d6f6465·f·//·volume_mode |
105 | ··0x00406670· | 105 | ··0x00406670·0a696620·28636f6c·6f722e61·203d3d20·.if·(color.a·==· |
106 | ··0x00406680· | 106 | ··0x00406680·302e3029·0a646973·63617264·3b0a636f·0.0).discard;.co |
107 | ··0x00406690· | 107 | ··0x00406690·6c6f7220·3d204170·706c7943·6f6c6f72·lor·=·ApplyColor |
108 | ··0x004066a0· | 108 | ··0x004066a0·45666665·63747328·636f6c6f·722c2067·Effects(color,·g |
109 | ··0x004066b0· | 109 | ··0x004066b0·6c5f4672·6167436f·6f72642e·7a293b0a·l_FragCoord.z);. |
110 | ··0x004066c0·6 | 110 | ··0x004066c0·676c5f46·72616743·6f6c6f72·203d2041·gl_FragColor·=·A |
111 | ··0x004066d0· | 111 | ··0x004066d0·70706c79·466f6728·636f6c6f·722c2066·pplyFog(color,·f |
112 | ··0x004066e0· | 112 | ··0x004066e0·6f67293b·0a506f73·744c6967·6874696e·og);.PostLightin |
113 | ··0x004066f0· | 113 | ··0x004066f0·67456666·65637473·28293b0a·7d0a0000·gEffects();.}... |
114 | ··0x00406700· | 114 | ··0x00406700·23696e63·6c756465·20776562·676c5f68·#include·webgl_h |
115 | ··0x00406710· | 115 | ··0x00406710·65616465·722e7673·0a617474·72696275·eader.vs.attribu |
116 | ··0x00406720·4520 | 116 | ··0x00406720·74652076·65633420·615f5665·72746578·te·vec4·a_Vertex |
117 | ··0x00406730·3 | 117 | ··0x00406730·3b0a6174·74726962·75746520·76656334·;.attribute·vec4 |
118 | ··0x00406740· | 118 | ··0x00406740·20615f43·6f6c6f72·3b0a6174·74726962··a_Color;.attrib |
119 | ··0x00406750· | 119 | ··0x00406750·75746520·76656333·20615f4e·6f726d61·ute·vec3·a_Norma |
120 | ··0x00406760· | 120 | ··0x00406760·6c3b0a76·61727969·6e672076·65633420·l;.varying·vec4· |
121 | ··0x00406770· | 121 | ··0x00406770·434f4c4f·52203b0a·76617279·696e6720·COLOR·;.varying· |
122 | ··0x00406780·65 | 122 | ··0x00406780·76656333·204e4f52·4d414c20·3b0a756e·vec3·NORMAL·;.un |
123 | ··0x00406790·6 | 123 | ··0x00406790·69666f72·6d207665·6333206f·66667365·iform·vec3·offse |
124 | ··0x004067a0·7 | 124 | ··0x004067a0·7450743b·0a766f69·64206d61·696e2829·tPt;.void·main() |
125 | ··0x004067b0· | 125 | ··0x004067b0·0a7b0a43·4f4c4f52·203d2061·5f436f6c·.{.COLOR·=·a_Col |
126 | ··0x004067c0· | 126 | ··0x004067c0·6f723b0a·4e4f524d·414c203d·20615f4e·or;.NORMAL·=·a_N |
Max diff block lines reached; 402/533175 bytes (0.08%) of diff not shown. |
Offset 1, 37 lines modified | Offset 1, 37 lines modified | ||
1 | Hex·dump·of·section·'.data.rel.ro': | 1 | Hex·dump·of·section·'.data.rel.ro': |
2 | ··0x00543e60·4a584300·dac44100·5 | 2 | ··0x00543e60·4a584300·dac44100·5a574100·5d574100·JXC...A.ZWA.]WA. |
3 | ··0x00543e70·6 | 3 | ··0x00543e70·60574100·9e8b4200·30234400·fc244400·`WA...B.0#D..$D. |
4 | ··0x00543e80·ce144400·39c14100·6 | 4 | ··0x00543e80·ce144400·39c14100·63574100·66574100·..D.9.A.cWA.fWA. |
5 | ··0x00543e90·6 | 5 | ··0x00543e90·69574100·6c574100·6f574100·b0504400·iWA.lWA.oWA..PD. |
6 | ··0x00543ea0·b8f84200·7 | 6 | ··0x00543ea0·b8f84200·72574100·75574100·3f984200·..B.rWA.uWA.?.B. |
7 | ··0x00543eb0·7 | 7 | ··0x00543eb0·78574100·7b574100·7e574100·aec34100·xWA.{WA.~WA...A. |
8 | ··0x00543ec0·8 | 8 | ··0x00543ec0·81574100·84574100·87574100·8a574100·.WA..WA..WA..WA. |
9 | ··0x00543ed0·8 | 9 | ··0x00543ed0·8d574100·90574100·93574100·96574100·.WA..WA..WA..WA. |
10 | ··0x00543ee0·9 | 10 | ··0x00543ee0·99574100·9c574100·9f574100·a2574100·.WA..WA..WA..WA. |
11 | ··0x00543ef0·a | 11 | ··0x00543ef0·a5574100·a8574100·ab574100·f5c14100·.WA..WA..WA...A. |
12 | ··0x00543f00·a | 12 | ··0x00543f00·ae574100·b1574100·b4574100·b7574100·.WA..WA..WA..WA. |
13 | ··0x00543f10·b | 13 | ··0x00543f10·ba574100·bd574100·c0574100·c3574100·.WA..WA..WA..WA. |
14 | ··0x00543f20·c | 14 | ··0x00543f20·c6574100·c9574100·cc574100·cf574100·.WA..WA..WA..WA. |
15 | ··0x00543f30·d | 15 | ··0x00543f30·d2574100·81c14100·d5574100·d8574100·.WA...A..WA..WA. |
16 | ··0x00543f40·d | 16 | ··0x00543f40·db574100·de574100·e1574100·e4574100·.WA..WA..WA..WA. |
17 | ··0x00543f50·e | 17 | ··0x00543f50·e7574100·ea574100·ed574100·f0574100·.WA..WA..WA..WA. |
18 | ··0x00543f60·f | 18 | ··0x00543f60·f3574100·f6574100·f9574100·fc574100·.WA..WA..WA..WA. |
19 | ··0x00543f70· | 19 | ··0x00543f70·ff574100·02584100·05584100·08584100·.WA..XA..XA..XA. |
20 | ··0x00543f80·0 | 20 | ··0x00543f80·0b584100·0e584100·2d854200·11584100·.XA..XA.-.B..XA. |
21 | ··0x00543f90·13cd4400·1 | 21 | ··0x00543f90·13cd4400·14584100·bac24200·17584100·..D..XA...B..XA. |
22 | ··0x00543fa0·1 | 22 | ··0x00543fa0·1a584100·1d584100·20584100·23584100·.XA..XA.·XA.#XA. |
23 | ··0x00543fb0·2 | 23 | ··0x00543fb0·26584100·29584100·2c584100·2f584100·&XA.)XA.,XA./XA. |
24 | ··0x00543fc0·3 | 24 | ··0x00543fc0·32584100·35584100·38584100·3b584100·2XA.5XA.8XA.;XA. |
25 | ··0x00543fd0·86114200·3 | 25 | ··0x00543fd0·86114200·3e584100·41584100·44584100·..B.>XA.AXA.DXA. |
26 | ··0x00543fe0·4 | 26 | ··0x00543fe0·47584100·4a584100·4d584100·50584100·GXA.JXA.MXA.PXA. |
27 | ··0x00543ff0·5 | 27 | ··0x00543ff0·53584100·56584100·59584100·5c584100·SXA.VXA.YXA.\XA. |
28 | ··0x00544000· | 28 | ··0x00544000·5f584100·62584100·65584100·68584100·_XA.bXA.eXA.hXA. |
29 | ··0x00544010·6 | 29 | ··0x00544010·6b584100·6e584100·71584100·74584100·kXA.nXA.qXA.tXA. |
30 | ··0x00544020·d56d4100·2f194200·df6d4100·e66d4100·.mA./.B..mA..mA. | 30 | ··0x00544020·d56d4100·2f194200·df6d4100·e66d4100·.mA./.B..mA..mA. |
31 | ··0x00544030·ee6d4100·f86d4100·fe6d4100·056e4100·.mA..mA..mA..nA. | 31 | ··0x00544030·ee6d4100·f86d4100·fe6d4100·056e4100·.mA..mA..mA..nA. |
32 | ··0x00544040·0e6e4100·156e4100·1e6e4100·236e4100·.nA..nA..nA.#nA. | 32 | ··0x00544040·0e6e4100·156e4100·1e6e4100·236e4100·.nA..nA..nA.#nA. |
33 | ··0x00544050·2a6e4100·346e4100·3d6e4100·456e4100·*nA.4nA.=nA.EnA. | 33 | ··0x00544050·2a6e4100·346e4100·3d6e4100·456e4100·*nA.4nA.=nA.EnA. |
34 | ··0x00544060·516e4100·586e4100·616e4100·676e4100·QnA.XnA.anA.gnA. | 34 | ··0x00544060·516e4100·586e4100·616e4100·676e4100·QnA.XnA.anA.gnA. |
35 | ··0x00544070·716e4100·796e4100·826e4100·8b6e4100·qnA.ynA..nA..nA. | 35 | ··0x00544070·716e4100·796e4100·826e4100·8b6e4100·qnA.ynA..nA..nA. |
36 | ··0x00544080·946e4100·9d6e4100·a76e4100·ac6e4100·.nA..nA..nA..nA. | 36 | ··0x00544080·946e4100·9d6e4100·a76e4100·ac6e4100·.nA..nA..nA..nA. |
Offset 52, 70 lines modified | Offset 52, 70 lines modified | ||
52 | ··0x00544170·75704100·7e704100·87704100·8d704100·upA.~pA..pA..pA. | 52 | ··0x00544170·75704100·7e704100·87704100·8d704100·upA.~pA..pA..pA. |
53 | ··0x00544180·96704100·a9704100·9d704100·a5704100·.pA..pA..pA..pA. | 53 | ··0x00544180·96704100·a9704100·9d704100·a5704100·.pA..pA..pA..pA. |
54 | ··0x00544190·b2704100·ba704100·c4704100·ce704100·.pA..pA..pA..pA. | 54 | ··0x00544190·b2704100·ba704100·c4704100·ce704100·.pA..pA..pA..pA. |
55 | ··0x005441a0·d8704100·df704100·e9704100·f5704100·.pA..pA..pA..pA. | 55 | ··0x005441a0·d8704100·df704100·e9704100·f5704100·.pA..pA..pA..pA. |
56 | ··0x005441b0·01714100·09714100·15714100·1e714100·.qA..qA..qA..qA. | 56 | ··0x005441b0·01714100·09714100·15714100·1e714100·.qA..qA..qA..qA. |
57 | ··0x005441c0·29714100·37714100·3f714100·4a714100·)qA.7qA.?qA.JqA. | 57 | ··0x005441c0·29714100·37714100·3f714100·4a714100·)qA.7qA.?qA.JqA. |
58 | ··0x005441d0·52714100·5a714100·00000000·00000000·RqA.ZqA......... | 58 | ··0x005441d0·52714100·5a714100·00000000·00000000·RqA.ZqA......... |
59 | ··0x005441e0·4a584300·dac44100·5 | 59 | ··0x005441e0·4a584300·dac44100·5a574100·5d574100·JXC...A.ZWA.]WA. |
60 | ··0x005441f0·6 | 60 | ··0x005441f0·60574100·9e8b4200·30234400·fc244400·`WA...B.0#D..$D. |
61 | ··0x00544200·ce144400·39c14100·6 | 61 | ··0x00544200·ce144400·39c14100·63574100·66574100·..D.9.A.cWA.fWA. |
62 | ··0x00544210·6 | 62 | ··0x00544210·69574100·6c574100·6f574100·b0504400·iWA.lWA.oWA..PD. |
63 | ··0x00544220·b8f84200·7 | 63 | ··0x00544220·b8f84200·72574100·75574100·3f984200·..B.rWA.uWA.?.B. |
64 | ··0x00544230·7 | 64 | ··0x00544230·78574100·7b574100·7e574100·aec34100·xWA.{WA.~WA...A. |
65 | ··0x00544240·8 | 65 | ··0x00544240·81574100·84574100·87574100·8a574100·.WA..WA..WA..WA. |
66 | ··0x00544250·8 | 66 | ··0x00544250·8d574100·90574100·93574100·96574100·.WA..WA..WA..WA. |
67 | ··0x00544260·9 | 67 | ··0x00544260·99574100·9c574100·9f574100·a2574100·.WA..WA..WA..WA. |
68 | ··0x00544270·a | 68 | ··0x00544270·a5574100·a8574100·ab574100·f5c14100·.WA..WA..WA...A. |
69 | ··0x00544280·a | 69 | ··0x00544280·ae574100·b1574100·b4574100·b7574100·.WA..WA..WA..WA. |
70 | ··0x00544290·b | 70 | ··0x00544290·ba574100·bd574100·c0574100·c3574100·.WA..WA..WA..WA. |
71 | ··0x005442a0·c | 71 | ··0x005442a0·c6574100·c9574100·cc574100·cf574100·.WA..WA..WA..WA. |
72 | ··0x005442b0·d | 72 | ··0x005442b0·d2574100·81c14100·d5574100·d8574100·.WA...A..WA..WA. |
73 | ··0x005442c0·d | 73 | ··0x005442c0·db574100·de574100·e1574100·e4574100·.WA..WA..WA..WA. |
74 | ··0x005442d0·e | 74 | ··0x005442d0·e7574100·ea574100·ed574100·f0574100·.WA..WA..WA..WA. |
75 | ··0x005442e0·f | 75 | ··0x005442e0·f3574100·f6574100·f9574100·fc574100·.WA..WA..WA..WA. |
76 | ··0x005442f0· | 76 | ··0x005442f0·ff574100·02584100·05584100·08584100·.WA..XA..XA..XA. |
77 | ··0x00544300·0 | 77 | ··0x00544300·0b584100·0e584100·2d854200·11584100·.XA..XA.-.B..XA. |
78 | ··0x00544310·13cd4400·1 | 78 | ··0x00544310·13cd4400·14584100·bac24200·17584100·..D..XA...B..XA. |
79 | ··0x00544320·1 | 79 | ··0x00544320·1a584100·1d584100·20584100·23584100·.XA..XA.·XA.#XA. |
80 | ··0x00544330·2 | 80 | ··0x00544330·26584100·29584100·2c584100·2f584100·&XA.)XA.,XA./XA. |
81 | ··0x00544340·3 | 81 | ··0x00544340·32584100·35584100·38584100·3b584100·2XA.5XA.8XA.;XA. |
82 | ··0x00544350·86114200·3 | 82 | ··0x00544350·86114200·3e584100·41584100·44584100·..B.>XA.AXA.DXA. |
83 | ··0x00544360·4 | 83 | ··0x00544360·47584100·4a584100·4d584100·50584100·GXA.JXA.MXA.PXA. |
84 | ··0x00544370·5 | 84 | ··0x00544370·53584100·56584100·59584100·5c584100·SXA.VXA.YXA.\XA. |
85 | ··0x00544380· | 85 | ··0x00544380·5f584100·62584100·65584100·68584100·_XA.bXA.eXA.hXA. |
86 | ··0x00544390·6 | 86 | ··0x00544390·6b584100·6e584100·71584100·74584100·kXA.nXA.qXA.tXA. |
87 | ··0x005443a0·4a584300·dac44100·5 | 87 | ··0x005443a0·4a584300·dac44100·5a574100·5d574100·JXC...A.ZWA.]WA. |
88 | ··0x005443b0·6 | 88 | ··0x005443b0·60574100·9e8b4200·30234400·fc244400·`WA...B.0#D..$D. |
89 | ··0x005443c0·ce144400·39c14100·6 | 89 | ··0x005443c0·ce144400·39c14100·63574100·66574100·..D.9.A.cWA.fWA. |
90 | ··0x005443d0·6 | 90 | ··0x005443d0·69574100·6c574100·6f574100·b0504400·iWA.lWA.oWA..PD. |
91 | ··0x005443e0·b8f84200·7 | 91 | ··0x005443e0·b8f84200·72574100·75574100·3f984200·..B.rWA.uWA.?.B. |
92 | ··0x005443f0·7 | 92 | ··0x005443f0·78574100·7b574100·7e574100·aec34100·xWA.{WA.~WA...A. |
93 | ··0x00544400·8 | 93 | ··0x00544400·81574100·84574100·87574100·8a574100·.WA..WA..WA..WA. |
94 | ··0x00544410·8 | 94 | ··0x00544410·8d574100·90574100·93574100·96574100·.WA..WA..WA..WA. |
95 | ··0x00544420·9 | 95 | ··0x00544420·99574100·9c574100·9f574100·a2574100·.WA..WA..WA..WA. |
96 | ··0x00544430·a | 96 | ··0x00544430·a5574100·a8574100·ab574100·f5c14100·.WA..WA..WA...A. |
97 | ··0x00544440·a | 97 | ··0x00544440·ae574100·b1574100·b4574100·b7574100·.WA..WA..WA..WA. |
98 | ··0x00544450·b | 98 | ··0x00544450·ba574100·bd574100·c0574100·c3574100·.WA..WA..WA..WA. |
99 | ··0x00544460·c | 99 | ··0x00544460·c6574100·c9574100·cc574100·cf574100·.WA..WA..WA..WA. |
100 | ··0x00544470·d | 100 | ··0x00544470·d2574100·81c14100·d5574100·d8574100·.WA...A..WA..WA. |
101 | ··0x00544480·d | 101 | ··0x00544480·db574100·de574100·e1574100·e4574100·.WA..WA..WA..WA. |
102 | ··0x00544490·e | 102 | ··0x00544490·e7574100·ea574100·ed574100·f0574100·.WA..WA..WA..WA. |
103 | ··0x005444a0·f | 103 | ··0x005444a0·f3574100·f6574100·f9574100·fc574100·.WA..WA..WA..WA. |
104 | ··0x005444b0· | 104 | ··0x005444b0·ff574100·02584100·05584100·08584100·.WA..XA..XA..XA. |
105 | ··0x005444c0·0 | 105 | ··0x005444c0·0b584100·0e584100·2d854200·11584100·.XA..XA.-.B..XA. |
106 | ··0x005444d0·13cd4400·1 | 106 | ··0x005444d0·13cd4400·14584100·bac24200·17584100·..D..XA...B..XA. |
107 | ··0x005444e0·1 | 107 | ··0x005444e0·1a584100·1d584100·20584100·23584100·.XA..XA.·XA.#XA. |
108 | ··0x005444f0·2 | 108 | ··0x005444f0·26584100·29584100·2c584100·2f584100·&XA.)XA.,XA./XA. |
109 | ··0x00544500·3 | 109 | ··0x00544500·32584100·35584100·38584100·3b584100·2XA.5XA.8XA.;XA. |
110 | ··0x00544510·86114200·3 | 110 | ··0x00544510·86114200·3e584100·41584100·44584100·..B.>XA.AXA.DXA. |
111 | ··0x00544520·4 | 111 | ··0x00544520·47584100·4a584100·4d584100·50584100·GXA.JXA.MXA.PXA. |
112 | ··0x00544530·5 | 112 | ··0x00544530·53584100·56584100·59584100·5c584100·SXA.VXA.YXA.\XA. |
113 | ··0x00544540· | 113 | ··0x00544540·5f584100·62584100·65584100·68584100·_XA.bXA.eXA.hXA. |
114 | ··0x00544550·6 | 114 | ··0x00544550·6b584100·6e584100·71584100·74584100·kXA.nXA.qXA.tXA. |
115 | ··0x00544560·c5954100·7ee24100·d0e74100·ace44100·..A.~.A...A...A. | 115 | ··0x00544560·c5954100·7ee24100·d0e74100·ace44100·..A.~.A...A...A. |
116 | ··0x00544570·e2e34100·f1e34100·81e34100·70e34100·..A...A...A.p.A. | 116 | ··0x00544570·e2e34100·f1e34100·81e34100·70e34100·..A...A...A.p.A. |
117 | ··0x00544580·07e44100·1ae44100·5ee34100·f0e74100·..A...A.^.A...A. | 117 | ··0x00544580·07e44100·1ae44100·5ee34100·f0e74100·..A...A.^.A...A. |
118 | ··0x00544590·14e84100·00000000·00000000·00000000·..A............. | 118 | ··0x00544590·14e84100·00000000·00000000·00000000·..A............. |
119 | ··0x005445a0·00000000·74dc5400·c0df0a00·60e00a00·....t.T.....`... | 119 | ··0x005445a0·00000000·74dc5400·c0df0a00·60e00a00·....t.T.....`... |
120 | ··0x005445b0·d0df0a00·d0df0a00·00000000·7cdc5400·............|.T. | 120 | ··0x005445b0·d0df0a00·d0df0a00·00000000·7cdc5400·............|.T. |
121 | ··0x005445c0·30e00a00·40e00a00·a0e20a00·c0610b00·0...@........a.. | 121 | ··0x005445c0·30e00a00·40e00a00·a0e20a00·c0610b00·0...@........a.. |
Offset 125, 385 lines modified | Offset 125, 385 lines modified | ||
125 | ··0x00544600·00000000·a0dc5400·e0e00a00·20e10a00·......T.....·... | 125 | ··0x00544600·00000000·a0dc5400·e0e00a00·20e10a00·......T.....·... |
126 | ··0x00544610·d0e60a00·c0530b00·00000000·acdc5400·.....S........T. | 126 | ··0x00544610·d0e60a00·c0530b00·00000000·acdc5400·.....S........T. |
127 | ··0x00544620·00e00a00·80e00a00·00e50a00·806e0b00·.............n.. | 127 | ··0x00544620·00e00a00·80e00a00·00e50a00·806e0b00·.............n.. |
128 | ··0x00544630·00000000·b8dc5400·70e10a00·b0e10a00·......T.p....... | 128 | ··0x00544630·00000000·b8dc5400·70e10a00·b0e10a00·......T.p....... |
129 | ··0x00544640·90e80a00·a0080b00·00000000·c4dc5400·..............T. | 129 | ··0x00544640·90e80a00·a0080b00·00000000·c4dc5400·..............T. |
130 | ··0x00544650·00e20a00·90060b00·00000000·00000000·................ | 130 | ··0x00544650·00e20a00·90060b00·00000000·00000000·................ |
131 | ··0x00544660·aa4885b1·8520f03f·dac44100·fffc4100·.H...·.?..A...A. | 131 | ··0x00544660·aa4885b1·8520f03f·dac44100·fffc4100·.H...·.?..A...A. |
132 | ··0x00544670·e59d4319·aa021040·5 | 132 | ··0x00544670·e59d4319·aa021040·5a574100·08fd4100·..C....@ZWA...A. |
133 | ··0x00544680·dd240681·95c31b40·5 | 133 | ··0x00544680·dd240681·95c31b40·5d574100·0ffd4100·.$.....@]WA...A. |
134 | ··0x00544690·223317b8·3c062240·6 | 134 | ··0x00544690·223317b8·3c062240·60574100·17fd4100·"3..<."@`WA...A. |
135 | ··0x005446a0·ac1c5a64·3b9f2540·9e8b4200·21fd4100·..Zd;.%@..B.!.A. | 135 | ··0x005446a0·ac1c5a64·3b9f2540·9e8b4200·21fd4100·..Zd;.%@..B.!.A. |
136 | ··0x005446b0·68226c78·7a052840·30234400·27fd4100·h"lxz.(@0#D.'.A. | 136 | ··0x005446b0·68226c78·7a052840·30234400·27fd4100·h"lxz.(@0#D.'.A. |
137 | ··0x005446c0·33c4b12e·6e032c40·fc244400·2efd4100·3...n.,@.$D...A. | 137 | ··0x005446c0·33c4b12e·6e032c40·fc244400·2efd4100·3...n.,@.$D...A. |
138 | ··0x005446d0·ab3e575b·b1ff2f40·ce144400·37fd4100·.>W[../@..D.7.A. | 138 | ··0x005446d0·ab3e575b·b1ff2f40·ce144400·37fd4100·.>W[../@..D.7.A. |
139 | ··0x005446e0·c438245a·97ff3240·39c14100·3efd4100·.8$Z..2@9.A.>.A. | 139 | ··0x005446e0·c438245a·97ff3240·39c14100·3efd4100·.8$Z..2@9.A.>.A. |
140 | ··0x005446f0·5917b7d1·002e3440·6 | 140 | ··0x005446f0·5917b7d1·002e3440·63574100·47fd4100·Y.....4@cWA.G.A. |
141 | ··0x00544700·da8f1491·61fd3640·6 | 141 | ··0x00544700·da8f1491·61fd3640·66574100·4cfd4100·....a.6@fWA.L.A. |
142 | ··0x00544710·ae47e17a·144e3840·6 | 142 | ··0x00544710·ae47e17a·144e3840·69574100·53fd4100·.G.z.N8@iWA.S.A. |
Max diff block lines reached; 61867/76574 bytes (80.79%) of diff not shown. |
Offset 1, 75 lines modified | Offset 1, 75 lines modified | ||
1 | Hex·dump·of·section·'.data': | 1 | Hex·dump·of·section·'.data': |
2 | ··0x0054f000·00f05400·00000000·00000000·00000000·..T............. | 2 | ··0x0054f000·00f05400·00000000·00000000·00000000·..T............. |
3 | ··0x0054f010·00000000·00000000·00000000·00000000·................ | 3 | ··0x0054f010·00000000·00000000·00000000·00000000·................ |
4 | ··0x0054f020·00604000·0c604000·1 | 4 | ··0x0054f020·00604000·0c604000·16604000·00000000·.`@..`@..`@..... |
5 | ··0x0054f030·2 | 5 | ··0x0054f030·20604000·30604000·3c604000·47604000··`@.0`@.<`@.G`@. |
6 | ··0x0054f040· | 6 | ··0x0054f040·54604000·61604000·69604000·73604000·T`@.a`@.i`@.s`@. |
7 | ··0x0054f050· | 7 | ··0x0054f050·7d604000·88604000·98604000·00000000·}`@..`@..`@..... |
8 | ··0x0054f060· | 8 | ··0x0054f060·a8604000·ae604000·30604000·69604000·.`@..`@.0`@.i`@. |
9 | ··0x0054f070· | 9 | ··0x0054f070·73604000·00000000·c1604000·d6604000·s`@......`@..`@. |
10 | ··0x0054f080· | 10 | ··0x0054f080·e3604000·00000000·f0604000·ae604000·.`@......`@..`@. |
11 | ··0x0054f090· | 11 | ··0x0054f090·01614000·07614000·0d614000·3c604000·.a@..a@..a@.<`@. |
12 | ··0x0054f0a0· | 12 | ··0x0054f0a0·18614000·21614000·2a614000·32614000·.a@.!a@.*a@.2a@. |
13 | ··0x0054f0b0· | 13 | ··0x0054f0b0·3c614000·46614000·7d604000·51614000·<a@.Fa@.}`@.Qa@. |
14 | ··0x0054f0c0· | 14 | ··0x0054f0c0·00000000·5d614000·ae604000·66614000·....]a@..`@.fa@. |
15 | ··0x0054f0d0· | 15 | ··0x0054f0d0·2a614000·32614000·00000000·6d614000·*a@.2a@.....ma@. |
16 | ··0x0054f0e0· | 16 | ··0x0054f0e0·ae604000·18614000·00000000·7d614000·.`@..a@.....}a@. |
17 | ··0x0054f0f0· | 17 | ··0x0054f0f0·ae604000·00000000·8d614000·ae604000·.`@......a@..`@. |
18 | ··0x0054f100· | 18 | ··0x0054f100·00000000·9e614000·ae604000·00000000·.....a@..`@..... |
19 | ··0x0054f110· | 19 | ··0x0054f110·b7614000·ae604000·00000000·cb614000·.a@..`@......a@. |
20 | ··0x0054f120· | 20 | ··0x0054f120·ae604000·00000000·d7614000·d6604000·.`@......a@..`@. |
21 | ··0x0054f130· | 21 | ··0x0054f130·51614000·e3614000·00000000·ef614000·Qa@..a@......a@. |
22 | ··0x0054f140· | 22 | ··0x0054f140·18614000·00000000·f9614000·0d624000·.a@......a@..b@. |
23 | ··0x0054f150·00000000· | 23 | ··0x0054f150·00000000·22624000·0d624000·00000000·...."b@..b@..... |
24 | ··0x0054f160· | 24 | ··0x0054f160·37624000·0d624000·00000000·4c624000·7b@..b@.....Lb@. |
25 | ··0x0054f170· | 25 | ··0x0054f170·0d624000·21614000·00000000·56624000·.b@.!a@.....Vb@. |
26 | ··0x0054f180· | 26 | ··0x0054f180·62624000·6a624000·66614000·72624000·bb@.jb@.fa@.rb@. |
27 | ··0x0054f190·00000000· | 27 | ··0x0054f190·00000000·79624000·61604000·00000000·....yb@.a`@..... |
28 | ··0x0054f1a0· | 28 | ··0x0054f1a0·8d624000·66614000·00000000·9e624000·.b@.fa@......b@. |
29 | ··0x0054f1b0· | 29 | ··0x0054f1b0·b3624000·00000000·ce624000·b3624000·.b@......b@..b@. |
30 | ··0x0054f1c0·00000000·00000000·00000000·00000000·................ | 30 | ··0x0054f1c0·00000000·00000000·00000000·00000000·................ |
31 | ··0x0054f1d0·00000000·00000000·00000000·00000000·................ | 31 | ··0x0054f1d0·00000000·00000000·00000000·00000000·................ |
32 | ··0x0054f1e0· | 32 | ··0x0054f1e0·ae604000·01614000·d6604000·30604000·.`@..a@..`@.0`@. |
33 | ··0x0054f1f0·0 | 33 | ··0x0054f1f0·0d614000·47604000·18614000·e7624000·.a@.G`@..a@..b@. |
34 | ··0x0054f200· | 34 | ··0x0054f200·69604000·46614000·51614000·0c604000·i`@.Fa@.Qa@..`@. |
35 | ··0x0054f210·00000000· | 35 | ··0x0054f210·00000000·0d624000·01614000·d6604000·.....b@..a@..`@. |
36 | ··0x0054f220· | 36 | ··0x0054f220·30604000·0d614000·18614000·e7624000·0`@..a@..a@..b@. |
37 | ··0x0054f230· | 37 | ··0x0054f230·69604000·46614000·51614000·0c604000·i`@.Fa@.Qa@..`@. |
38 | ··0x0054f240· | 38 | ··0x0054f240·00000000·98604000·ef624000·00634000·.....`@..b@..c@. |
39 | ··0x0054f250· | 39 | ··0x0054f250·3c604000·54604000·21614000·61604000·<`@.T`@.!a@.a`@. |
40 | ··0x0054f260· | 40 | ··0x0054f260·0c634000·73604000·7d604000·e3614000·.c@.s`@.}`@..a@. |
41 | ··0x0054f270· | 41 | ··0x0054f270·16604000·00000000·88604000·d6604000·.`@......`@..`@. |
42 | ··0x0054f280· | 42 | ··0x0054f280·30604000·0d614000·e7624000·69604000·0`@..a@..b@.i`@. |
43 | ··0x0054f290· | 43 | ··0x0054f290·46614000·00000000·b3624000·30604000·Fa@......b@.0`@. |
44 | ··0x0054f2a0· | 44 | ··0x0054f2a0·0d614000·e7624000·69604000·46614000·.a@..b@.i`@.Fa@. |
45 | ··0x0054f2b0·00000000·e | 45 | ··0x0054f2b0·00000000·ef624000·14634000·e3604000·.....b@..c@..`@. |
46 | ··0x0054f2c0·00000000·21634000· | 46 | ··0x0054f2c0·00000000·21634000·b3624000·00000000·....!c@..b@..... |
47 | ··0x0054f2d0·00000000·00000000·00000000·00000000·................ | 47 | ··0x0054f2d0·00000000·00000000·00000000·00000000·................ |
48 | ··0x0054f2e0·0c604000·5c634000· | 48 | ··0x0054f2e0·0c604000·5c634000·0c634000·00674000·.`@.\c@..c@..g@. |
49 | ··0x0054f2f0· | 49 | ··0x0054f2f0·69604000·34684000·e3604000·1c6e4000·i`@.4h@..`@..n@. |
50 | ··0x0054f300· | 50 | ··0x0054f300·01614000·347c4000·7d604000·007d4000·.a@.4|@.}`@..}@. |
51 | ··0x0054f310· | 51 | ··0x0054f310·46614000·6c834000·0d614000·34874000·Fa@.l.@..a@.4.@. |
52 | ··0x0054f320· | 52 | ··0x0054f320·0c8a4000·2c8a4000·ae604000·848b4000·..@.,.@..`@...@. |
53 | ··0x0054f330· | 53 | ··0x0054f330·51614000·0c984000·18614000·e49a4000·Qa@...@..a@...@. |
54 | ··0x0054f340· | 54 | ··0x0054f340·3c614000·c09d4000·30604000·ac9f4000·<a@...@.0`@...@. |
55 | ··0x0054f350· | 55 | ··0x0054f350·0d624000·50ae4000·07614000·48b24000·.b@.P.@..a@.H.@. |
56 | ··0x0054f360· | 56 | ··0x0054f360·3a634000·34b34000·16604000·a0bb4000·:c@.4.@..`@...@. |
57 | ··0x0054f370· | 57 | ··0x0054f370·88604000·30bd4000·2a614000·bcbd4000·.`@.0.@.*a@...@. |
58 | ··0x0054f380· | 58 | ··0x0054f380·32614000·f4be4000·6a624000·c0c04000·2a@...@.jb@...@. |
59 | ··0x0054f390· | 59 | ··0x0054f390·98604000·c0c14000·62624000·8cc24000·.`@...@.bb@...@. |
60 | ··0x0054f3a0· | 60 | ··0x0054f3a0·14634000·4cc34000·21614000·6cf54000·.c@.L.@.!a@.l.@. |
61 | ··0x0054f3b0· | 61 | ··0x0054f3b0·72624000·8c014100·54604000·70024100·rb@...A.T`@.p.A. |
62 | ··0x0054f3c0· | 62 | ··0x0054f3c0·47604000·d8034100·00634000·44064100·G`@...A..c@.D.A. |
63 | ··0x0054f3d0· | 63 | ··0x0054f3d0·ef624000·580f4100·4b634000·482a4100·.b@.X.A.Kc@.H*A. |
64 | ··0x0054f3e0· | 64 | ··0x0054f3e0·61604000·302f4100·3c604000·08344100·a`@.0/A.<`@..4A. |
65 | ··0x0054f3f0· | 65 | ··0x0054f3f0·66614000·a8364100·b3624000·14394100·fa@..6A..b@..9A. |
66 | ··0x0054f400· | 66 | ··0x0054f400·73604000·14404100·e7624000·88464100·s`@..@A..b@..FA. |
67 | ··0x0054f410· | 67 | ··0x0054f410·d6604000·884a4100·e3614000·bc4d4100·.`@..JA..a@..MA. |
68 | ··0x0054f420·00000000·00000000·00000000·db484200·.............HB. | 68 | ··0x0054f420·00000000·00000000·00000000·db484200·.............HB. |
69 | ··0x0054f430·2ee44100·33e44100·38e44100·3de44100·..A.3.A.8.A.=.A. | 69 | ··0x0054f430·2ee44100·33e44100·38e44100·3de44100·..A.3.A.8.A.=.A. |
70 | ··0x0054f440·42e44100·00000000·00000000·00000000·B.A............. | 70 | ··0x0054f440·42e44100·00000000·00000000·00000000·B.A............. |
71 | ··0x0054f450·00000000·00000000·00000000·00000000·................ | 71 | ··0x0054f450·00000000·00000000·00000000·00000000·................ |
72 | ··0x0054f460·00000000·01000000·02000000·04000000·................ | 72 | ··0x0054f460·00000000·01000000·02000000·04000000·................ |
73 | ··0x0054f470·01000000·02000000·04000000·04000000·................ | 73 | ··0x0054f470·01000000·02000000·04000000·04000000·................ |
74 | ··0x0054f480·08000000·00000000·00000000·00000000·................ | 74 | ··0x0054f480·08000000·00000000·00000000·00000000·................ |
Offset 80, 19 lines modified | Offset 80, 19 lines modified | ||
80 | ··0x0054f4d0·01000000·04000000·04000000·00000000·................ | 80 | ··0x0054f4d0·01000000·04000000·04000000·00000000·................ |
81 | ··0x0054f4e0·a1ff4200·07000000·07000000·00000000·..B............. | 81 | ··0x0054f4e0·a1ff4200·07000000·07000000·00000000·..B............. |
82 | ··0x0054f4f0·00000000·00000000·00000000·00000000·................ | 82 | ··0x0054f4f0·00000000·00000000·00000000·00000000·................ |
83 | ··0x0054f500·26f24300·07000000·07000000·04000000·&.C............. | 83 | ··0x0054f500·26f24300·07000000·07000000·04000000·&.C............. |
84 | ··0x0054f510·00000000·00000000·00000000·00000000·................ | 84 | ··0x0054f510·00000000·00000000·00000000·00000000·................ |
85 | ··0x0054f520·38f24300·07000000·07000000·08000000·8.C............. | 85 | ··0x0054f520·38f24300·07000000·07000000·08000000·8.C............. |
86 | ··0x0054f530·00000000·00000000·00000000·00000000·................ | 86 | ··0x0054f530·00000000·00000000·00000000·00000000·................ |
87 | ··0x0054f540·7 | 87 | ··0x0054f540·76574100·07000000·07000000·0c000000·vWA............. |
88 | ··0x0054f550·00000000·00000000·00000000·00000000·................ | 88 | ··0x0054f550·00000000·00000000·00000000·00000000·................ |
89 | ··0x0054f560·f2164200·07000000·07000000·10000000·..B............. | 89 | ··0x0054f560·f2164200·07000000·07000000·10000000·..B............. |
90 | ··0x0054f570·00000000·00000000·00000000·00000000·................ | 90 | ··0x0054f570·00000000·00000000·00000000·00000000·................ |
91 | ··0x0054f580·6 | 91 | ··0x0054f580·63584100·07000000·07000000·14000000·cXA............. |
92 | ··0x0054f590·00000000·00000000·00000000·00000000·................ | 92 | ··0x0054f590·00000000·00000000·00000000·00000000·................ |
93 | ··0x0054f5a0·75374200·07000000·07000000·18000000·u7B............. | 93 | ··0x0054f5a0·75374200·07000000·07000000·18000000·u7B............. |
94 | ··0x0054f5b0·00000000·00000000·00000000·00000000·................ | 94 | ··0x0054f5b0·00000000·00000000·00000000·00000000·................ |
95 | ··0x0054f5c0·95fe4100·07000000·07000000·1c000000·..A............. | 95 | ··0x0054f5c0·95fe4100·07000000·07000000·1c000000·..A............. |
96 | ··0x0054f5d0·00000000·00000000·00000000·00000000·................ | 96 | ··0x0054f5d0·00000000·00000000·00000000·00000000·................ |
97 | ··0x0054f5e0·437f4200·07000000·07000000·20000000·C.B.........·... | 97 | ··0x0054f5e0·437f4200·07000000·07000000·20000000·C.B.........·... |
98 | ··0x0054f5f0·00000000·00000000·00000000·00000000·................ | 98 | ··0x0054f5f0·00000000·00000000·00000000·00000000·................ |
Offset 1, 7 lines modified | Offset 1, 7 lines modified | ||
1 | Hex·dump·of·section·'.gnu_debuglink': | 1 | Hex·dump·of·section·'.gnu_debuglink': |
2 | ··0x00000000· | 2 | ··0x00000000·37313562·35373439·64353331·37613931·715b5749d5317a91 |
3 | ··0x00000010·3 | 3 | ··0x00000010·35623935·66623264·61623231·34666261·5b95fb2dab214fba |
4 | ··0x00000020·3 | 4 | ··0x00000020·31393438·65322e64·65627567·00000000·1948e2.debug.... |
5 | ··0x00000030· | 5 | ··0x00000030·49ab4901····························I.I. |
Offset 1, 3 lines modified | Offset 1, 3 lines modified | ||
1 | -rw-r--r--···0········0········0········4·2019-01-02·01:15:06.000000·debian-binary | 1 | -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.xz | 2 | -rw-r--r--···0········0········0······600·2019-01-02·01:15:06.000000·control.tar.xz |
3 | -rw-r--r--···0········0········0·22614 | 3 | -rw-r--r--···0········0········0·22614216·2019-01-02·01:15:06.000000·data.tar.xz |
Offset 5, 8 lines modified | Offset 5, 8 lines modified | ||
5 | Architecture:·i386 | 5 | Architecture:·i386 |
6 | Maintainer:·Debichem·Team·<debichem-devel@lists.alioth.debian.org> | 6 | Maintainer:·Debichem·Team·<debichem-devel@lists.alioth.debian.org> |
7 | Installed-Size:·22644 | 7 | Installed-Size:·22644 |
8 | Depends:·python-pymol·(=·2.2.0+dfsg-4) | 8 | Depends:·python-pymol·(=·2.2.0+dfsg-4) |
9 | Section:·debug | 9 | Section:·debug |
10 | Priority:·optional | 10 | Priority:·optional |
11 | Description:·debug·symbols·for·python-pymol | 11 | Description:·debug·symbols·for·python-pymol |
12 | Build-Ids:· | 12 | Build-Ids:·0e36738bc4daf72ea8dfc994f46f198f2425e903·f691003b3e7ed3642b7b09c3be31b89419b8f3a8 |
Offset 1, 2 lines modified | Offset 1, 2 lines modified | ||
1 | usr/lib/debug/.build-id/ | 1 | usr/lib/debug/.build-id/0e/36738bc4daf72ea8dfc994f46f198f2425e903.debug |
2 | usr/lib/debug/.build-id/f6/91003b3e7ed3642b7b09c3be31b89419b8f3a8.debug | 2 | usr/lib/debug/.build-id/f6/91003b3e7ed3642b7b09c3be31b89419b8f3a8.debug |
Offset 1, 12 lines modified | Offset 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/ | 6 | drwxr-xr-x···0·root·········(0)·root·········(0)········0·2019-01-02·01:15:06.000000·./usr/lib/debug/.build-id/0e/ |
7 | -rw-r--r--···0·root·········(0)·root·········(0)·23076456·2019-01-02·01:15:06.000000·./usr/lib/debug/.build-id/ | 7 | -rw-r--r--···0·root·········(0)·root·········(0)·23076456·2019-01-02·01:15:06.000000·./usr/lib/debug/.build-id/0e/36738bc4daf72ea8dfc994f46f198f2425e903.debug |
8 | drwxr-xr-x···0·root·········(0)·root·········(0)········0·2019-01-02·01:15:06.000000·./usr/lib/debug/.build-id/f6/ | 8 | drwxr-xr-x···0·root·········(0)·root·········(0)········0·2019-01-02·01:15:06.000000·./usr/lib/debug/.build-id/f6/ |
9 | -rw-r--r--···0·root·········(0)·root·········(0)····98912·2019-01-02·01:15:06.000000·./usr/lib/debug/.build-id/f6/91003b3e7ed3642b7b09c3be31b89419b8f3a8.debug | 9 | -rw-r--r--···0·root·········(0)·root·········(0)····98912·2019-01-02·01:15:06.000000·./usr/lib/debug/.build-id/f6/91003b3e7ed3642b7b09c3be31b89419b8f3a8.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-pymol | 12 | lrwxrwxrwx···0·root·········(0)·root·········(0)········0·2019-01-02·01:15:06.000000·./usr/share/doc/python-pymol-dbgsym·->·python-pymol |
Offset 1, 4 lines modified | Offset 1, 4 lines modified | ||
1 | Displaying·notes·found·in:·.note.gnu.build-id | 1 | Displaying·notes·found·in:·.note.gnu.build-id |
2 | ··Owner·················Data·size» Description | 2 | ··Owner·················Data·size» Description |
3 | ··GNU··················0x00000014» NT_GNU_BUILD_ID·(unique·build·ID·bitstring)» ····Build·ID:· | 3 | ··GNU··················0x00000014» NT_GNU_BUILD_ID·(unique·build·ID·bitstring)» ····Build·ID:·0e36738bc4daf72ea8dfc994f46f198f2425e903 |
Offset 2239128, 15 lines modified | Offset 2239128, 15 lines modified | ||
2239128 | ····<4a52a8>···DW_AT_abstract_origin:·<0x4ab3f3> | 2239128 | ····<4a52a8>···DW_AT_abstract_origin:·<0x4ab3f3> |
2239129 | ····<4a52ac>···DW_AT_sibling·····:·<0x4a52c0> | 2239129 | ····<4a52ac>···DW_AT_sibling·····:·<0x4a52c0> |
2239130 | ·<3><4a52b0>:·Abbrev·Number:·43·(DW_TAG_GNU_call_site_parameter) | 2239130 | ·<3><4a52b0>:·Abbrev·Number:·43·(DW_TAG_GNU_call_site_parameter) |
2239131 | ····<4a52b1>···DW_AT_location····:·1·byte·block:·50·» (DW_OP_reg0·(eax)) | 2239131 | ····<4a52b1>···DW_AT_location····:·1·byte·block:·50·» (DW_OP_reg0·(eax)) |
2239132 | ····<4a52b3>···DW_AT_GNU_call_site_value:·2·byte·block:·73·0·» (DW_OP_breg3·(ebx):·0) | 2239132 | ····<4a52b3>···DW_AT_GNU_call_site_value:·2·byte·block:·73·0·» (DW_OP_breg3·(ebx):·0) |
2239133 | ·<3><4a52b6>:·Abbrev·Number:·43·(DW_TAG_GNU_call_site_parameter) | 2239133 | ·<3><4a52b6>:·Abbrev·Number:·43·(DW_TAG_GNU_call_site_parameter) |
2239134 | ····<4a52b7>···DW_AT_location····:·1·byte·block:·52·» (DW_OP_reg2·(edx)) | 2239134 | ····<4a52b7>···DW_AT_location····:·1·byte·block:·52·» (DW_OP_reg2·(edx)) |
2239135 | ····<4a52b9>···DW_AT_GNU_call_site_value:·5·byte·block:·3· | 2239135 | ····<4a52b9>···DW_AT_GNU_call_site_value:·5·byte·block:·3·44·a5·40·0·» (DW_OP_addr:·40a544) |
2239136 | ·<3><4a52bf>:·Abbrev·Number:·0 | 2239136 | ·<3><4a52bf>:·Abbrev·Number:·0 |
2239137 | ·<2><4a52c0>:·Abbrev·Number:·12·(DW_TAG_GNU_call_site) | 2239137 | ·<2><4a52c0>:·Abbrev·Number:·12·(DW_TAG_GNU_call_site) |
2239138 | ····<4a52c1>···DW_AT_low_pc······:·0x12c416 | 2239138 | ····<4a52c1>···DW_AT_low_pc······:·0x12c416 |
2239139 | ····<4a52c5>···DW_AT_abstract_origin:·<0x49dd62> | 2239139 | ····<4a52c5>···DW_AT_abstract_origin:·<0x49dd62> |
2239140 | ·<2><4a52c9>:·Abbrev·Number:·59·(DW_TAG_GNU_call_site) | 2239140 | ·<2><4a52c9>:·Abbrev·Number:·59·(DW_TAG_GNU_call_site) |
2239141 | ····<4a52ca>···DW_AT_low_pc······:·0x12c458 | 2239141 | ····<4a52ca>···DW_AT_low_pc······:·0x12c458 |
2239142 | ····<4a52ce>···DW_AT_abstract_origin:·<0x4ab3f3> | 2239142 | ····<4a52ce>···DW_AT_abstract_origin:·<0x4ab3f3> |
Offset 4194297, 8 lines modified | Offset 4194297, 8 lines modified | ||
4194297 | ·<1><88fb01>:·Abbrev·Number:·2·(DW_TAG_variable) | 4194297 | ·<1><88fb01>:·Abbrev·Number:·2·(DW_TAG_variable) |
4194298 | ····<88fb02>···DW_AT_name········:·(indirect·string,·offset:·0x84365):·__glewProgramUniformMatrix2fvEXT | 4194298 | ····<88fb02>···DW_AT_name········:·(indirect·string,·offset:·0x84365):·__glewProgramUniformMatrix2fvEXT |
4194299 | ····<88fb06>···DW_AT_decl_file···:·133 | 4194299 | ····<88fb06>···DW_AT_decl_file···:·133 |
4194300 | ····<88fb07>···DW_AT_decl_line···:·21473 | 4194300 | ····<88fb07>···DW_AT_decl_line···:·21473 |
4194301 | ····<88fb09>···DW_AT_decl_column·:·53 | 4194301 | ····<88fb09>···DW_AT_decl_column·:·53 |
4194302 | ····<88fb0a>···DW_AT_type········:·<0x884575> | 4194302 | ····<88fb0a>···DW_AT_type········:·<0x884575> |
4194303 | ····<88fb0e>···DW_AT_external····:·1 | 4194303 | ····<88fb0e>···DW_AT_external····:·1 |
4194304 | [·Too·much·input·for·diff·(SHA256:· | 4194304 | [·Too·much·input·for·diff·(SHA256:·79762d3bba6c9d2ecfe28199dcdc102efe1a700529d641fe1263e34b37793003)·] |
Offset 1, 8 lines modified | Offset 1, 8 lines modified | ||
1 | 1 | GCC:·(Debian·8.3.0-6)·8.3.0 | |
2 | _BS. | 2 | _BS. |
3 | \AX$ | 3 | \AX$ |
4 | yW"> | 4 | yW"> |
5 | `"N$ | 5 | `"N$ |
6 | |0?» k5 | 6 | |0?» k5 |
7 | $ct[ | 7 | $ct[ |
8 | _x?J | 8 | _x?J |
Offset 29163, 193962 lines modified | Offset 29163, 194126 lines modified | ||
29163 | M"D& | 29163 | M"D& |
29164 | U|Jp | 29164 | U|Jp |
29165 | tI*Aw=| | 29165 | tI*Aw=| |
29166 | Zt@t | 29166 | Zt@t |
29167 | @6'4 | 29167 | @6'4 |
29168 | e^'$/r | 29168 | e^'$/r |
29169 | Ue;N | 29169 | Ue;N |
29170 | 29170 | R,@p | |
29171 | < | 29171 | )<U!T |
29172 | 29172 | 2» c! | |
29173 | 29173 | 0x:Bh | |
29174 | 29174 | Ex[Uz | |
29175 | 29175 | Noh- | |
29176 | 29176 | C8[] | |
29177 | 29177 | AxR] | |
29178 | 29178 | `pG>ap*p | |
29179 | 29179 | Z?)Z$@ | |
29180 | 29180 | @*$2 | |
29181 | 29181 | yeApv8 | |
29182 | 29182 | » rvT | |
29183 | 29183 | qF~LV4 | |
29184 | 29184 | c+Zj | |
29185 | 29185 | ~\EG- | |
29186 | 29186 | D;<@ | |
29187 | 29187 | |:F31 | |
29188 | 29188 | BymE | |
29189 | 29189 | Y1>_ | |
29190 | 29190 | exCp | |
29191 | 29191 | :2\, | |
29192 | 29192 | B|S7 | |
29193 | 29193 | EzT` | |
29194 | 29194 | RUGFZ<% | |
29195 | 29195 | !·wE | |
29196 | 29196 | Y[A-L? | |
29197 | 29197 | )g5- | |
29198 | 29198 | .$L; | |
29199 | 29199 | +74; | |
29200 | 29200 | )POj( | |
29201 | n*@O | ||
29202 | gL<a* | ||
29203 | POn$ | ||
29204 | :2·F | 29201 | :2·F |
29205 | 29202 | ^·$sO | |
29206 | 29203 | }c@lY$ | |
29207 | 1TOb | 29204 | 1TOb |
29208 | $4'b | 29205 | $4'b |
29209 | R | 29206 | R=·s |
29210 | W\*5 | 29207 | W\*5 |
29211 | 29208 | *'&t | |
29212 | 29209 | $KbR91 | |
29213 | 29210 | Q~Qr:» | |
29214 | 29211 | O·<jj | |
29215 | 29212 | ,Um7K | |
29216 | 29213 | |m^E | |
29217 | 29214 | {312 | |
29218 | 29215 | Zc~t | |
29219 | 29216 | :++» A | |
29220 | 29217 | Y!di%$ | |
29221 | 29218 | aF6I | |
29222 | 29219 | ;0/[ | |
29223 | 29220 | LK9_E, | |
29224 | 29221 | i)%8 | |
29225 | 29222 | 6b)% | |
29226 | 29223 | ~"x:C | |
29227 | 29224 | ImMs) | |
29228 | 29225 | %b.y· | |
29229 | 29226 | 5b=~ | |
29230 | 29227 | :S{y | |
29231 | 29228 | 8}B] | |
29232 | 29229 | eX[C> | |
29233 | 29230 | njE- | |
29234 | 29231 | 7kM$m | |
29235 | A | 29232 | +A?.A |
29236 | 29233 | `4&L | |
29237 | 29234 | #"eRx | |
29238 | njem | ||
29239 | K`Md^ | ||
29240 | ]dRx | ||
29241 | h4&L | ||
29242 | #dRx | ||
29243 | r;5p | 29235 | r;5p |
29244 | I!Eps | 29236 | I!Eps |
29245 | 29237 | bto( | |
29246 | 29238 | nbai | |
29247 | 29239 | MfNB | |
29240 | TIhO | ||
29248 | Cl`Z | 29241 | Cl`Z |
29249 | 29242 | }xv: | |
29250 | 29243 | <P{zK | |
29251 | 29244 | coY6 | |
29252 | 29245 | NWJ2Z | |
29253 | 29246 | X@FF | |
29254 | 29247 | _\4" | |
29255 | 29248 | zI_1 | |
29256 | 29249 | U,89 | |
29257 | 29250 | ·C?a | |
29258 | 29251 | M?ap( | |
29259 | 29252 | ~z?ap- | |
29260 | 29253 | u?a0 | |
29261 | 29254 | |;m} | |
29262 | 29255 | Ds=D | |
29263 | 29256 | v*A]a | |
29264 | 29257 | v&@=. | |
29265 | 29258 | [Ah1P | |
29266 | 29259 | |V!.B}~ | |
29267 | 29260 | L,>} | |
29268 | 29261 | `|Sy | |
29269 | 29262 | TIJk | |
29270 | 29263 | f@e< | |
29264 | (y%8 | ||
29265 | Vb$" | ||
29266 | M`/u | ||
29267 | b:+00yj | ||
29268 | » ?p| | ||
29269 | <j#zu | ||
29270 | 6x)5u | ||
29271 | xVj9 | ||
29272 | A~8} | ||
Max diff block lines reached; 2556336/2557879 bytes (99.94%) of diff not shown. |
Offset 1, 3 lines modified | Offset 1, 3 lines modified | ||
1 | -rw-r--r--···0········0········0········4·2019-01-02·01:15:06.000000·debian-binary | 1 | -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.xz | 2 | -rw-r--r--···0········0········0······600·2019-01-02·01:15:06.000000·control.tar.xz |
3 | -rw-r--r--···0········0········0·227 | 3 | -rw-r--r--···0········0········0·22754440·2019-01-02·01:15:06.000000·data.tar.xz |
Offset 5, 8 lines modified | Offset 5, 8 lines modified | ||
5 | Architecture:·i386 | 5 | Architecture:·i386 |
6 | Maintainer:·Debichem·Team·<debichem-devel@lists.alioth.debian.org> | 6 | Maintainer:·Debichem·Team·<debichem-devel@lists.alioth.debian.org> |
7 | Installed-Size:·22780 | 7 | Installed-Size:·22780 |
8 | Depends:·python3-pymol·(=·2.2.0+dfsg-4) | 8 | Depends:·python3-pymol·(=·2.2.0+dfsg-4) |
9 | Section:·debug | 9 | Section:·debug |
10 | Priority:·optional | 10 | Priority:·optional |
11 | Description:·debug·symbols·for·python3-pymol | 11 | Description:·debug·symbols·for·python3-pymol |
12 | Build-Ids:· | 12 | Build-Ids:·8a715b5749d5317a915b95fb2dab214fba1948e2·90470ba1f458509b592ad13dee29544b85e6a1b0 |
Offset 1, 2 lines modified | Offset 1, 2 lines modified | ||
1 | usr/lib/debug/.build-id/8a/715b5749d5317a915b95fb2dab214fba1948e2.debug | ||
1 | usr/lib/debug/.build-id/90/470ba1f458509b592ad13dee29544b85e6a1b0.debug | 2 | usr/lib/debug/.build-id/90/470ba1f458509b592ad13dee29544b85e6a1b0.debug |
2 | usr/lib/debug/.build-id/ca/e812c75ed842ba246aa16c641159926b811e4b.debug |
Offset 1, 12 lines modified | Offset 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/8a/ | ||
7 | -rw-r--r--···0·root·········(0)·root·········(0)·23210416·2019-01-02·01:15:06.000000·./usr/lib/debug/.build-id/8a/715b5749d5317a915b95fb2dab214fba1948e2.debug | ||
6 | drwxr-xr-x···0·root·········(0)·root·········(0)········0·2019-01-02·01:15:06.000000·./usr/lib/debug/.build-id/90/ | 8 | drwxr-xr-x···0·root·········(0)·root·········(0)········0·2019-01-02·01:15:06.000000·./usr/lib/debug/.build-id/90/ |
7 | -rw-r--r--···0·root·········(0)·root·········(0)···104012·2019-01-02·01:15:06.000000·./usr/lib/debug/.build-id/90/470ba1f458509b592ad13dee29544b85e6a1b0.debug | 9 | -rw-r--r--···0·root·········(0)·root·········(0)···104012·2019-01-02·01:15:06.000000·./usr/lib/debug/.build-id/90/470ba1f458509b592ad13dee29544b85e6a1b0.debug |
8 | drwxr-xr-x···0·root·········(0)·root·········(0)········0·2019-01-02·01:15:06.000000·./usr/lib/debug/.build-id/ca/ | ||
9 | -rw-r--r--···0·root·········(0)·root·········(0)·23210436·2019-01-02·01:15:06.000000·./usr/lib/debug/.build-id/ca/e812c75ed842ba246aa16c641159926b811e4b.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-pymol | 12 | lrwxrwxrwx···0·root·········(0)·root·········(0)········0·2019-01-02·01:15:06.000000·./usr/share/doc/python3-pymol-dbgsym·->·python3-pymol |