97.3 MB
/srv/reproducible-results/rbuild-debian/tmp.oj6MxzI1LP/b1/lasso_2.6.0-2+deb10u1_i386.changes vs.
/srv/reproducible-results/rbuild-debian/tmp.oj6MxzI1LP/b2/lasso_2.6.0-2+deb10u1_i386.changes
1.76 KB
Files
    
Offset 1, 10 lines modifiedOffset 1, 10 lines modified
  
1 ·ab513d1f28af99f882abe2c39d927998·164528·debug·optional·liblasso-perl-dbgsym_2.6.0-2+deb10u1_i386.deb1 ·430868ea2475421c4984de41bea71dd6·164220·debug·optional·liblasso-perl-dbgsym_2.6.0-2+deb10u1_i386.deb
2 ·7776b5b9cf966975c78caee12533fa01·723380·perl·optional·liblasso-perl_2.6.0-2+deb10u1_i386.deb2 ·c748750a37a8be5aca34166987359783·722344·perl·optional·liblasso-perl_2.6.0-2+deb10u1_i386.deb
3 ·508f654b4cbab82ac586beb1c9f43e59·869900·debug·optional·liblasso3-dbgsym_2.6.0-2+deb10u1_i386.deb3 ·fd26af7e706d7513029b887ec4cbb843·869912·debug·optional·liblasso3-dbgsym_2.6.0-2+deb10u1_i386.deb
4 ·5d0db6aaa9de8573c7879a6979fa8353·861336·libdevel·optional·liblasso3-dev_2.6.0-2+deb10u1_i386.deb 
5 ·39a91a779374659ff06b826ec0ee5c4f·782436·libs·optional·liblasso3_2.6.0-2+deb10u1_i386.deb4 ·27ab5d4d2822a8f4393adc58dda91175·861216·libdevel·optional·liblasso3-dev_2.6.0-2+deb10u1_i386.deb
 5 ·6baa27351c3608f6bee5dc15c4ae2756·782488·libs·optional·liblasso3_2.6.0-2+deb10u1_i386.deb
6 ·e6a518ae94b65dbfdcd1930fcc04d5b6·230652·debug·optional·python-lasso-dbgsym_2.6.0-2+deb10u1_i386.deb6 ·17af8ea7adbec6b5f1c4118c4e5d3617·230644·debug·optional·python-lasso-dbgsym_2.6.0-2+deb10u1_i386.deb
7 ·26c6a5a4a36fa63b49024c0e4be854b3·710732·python·optional·python-lasso_2.6.0-2+deb10u1_i386.deb 
8 ·9d6bb595f5f5bd967dd98921dac28c12·262328·debug·optional·python3-lasso-dbgsym_2.6.0-2+deb10u1_i386.deb 
9 ·fa31e1a1d1f5acf7e0deb5ae320b25de·711248·python·optional·python3-lasso_2.6.0-2+deb10u1_i386.deb7 ·b25f8881f67d3ef40365536195def76a·710972·python·optional·python-lasso_2.6.0-2+deb10u1_i386.deb
 8 ·4519a02148b5570c8d7524a42dc5ac60·261952·debug·optional·python3-lasso-dbgsym_2.6.0-2+deb10u1_i386.deb
 9 ·e60f979d1afbe84e0d2c6ac666eb7dd7·710428·python·optional·python3-lasso_2.6.0-2+deb10u1_i386.deb
10.6 MB
liblasso-perl_2.6.0-2+deb10u1_i386.deb
367 B
file list
    
Offset 1, 3 lines modifiedOffset 1, 3 lines modified
1 -rw-r--r--···0········0········0········4·2021-06-02·18:54:32.000000·debian-binary1 -rw-r--r--···0········0········0········4·2021-06-02·18:54:32.000000·debian-binary
2 -rw-r--r--···0········0········0······964·2021-06-02·18:54:32.000000·control.tar.xz2 -rw-r--r--···0········0········0······964·2021-06-02·18:54:32.000000·control.tar.xz
3 -rw-r--r--···0········0········0···722224·2021-06-02·18:54:32.000000·data.tar.xz3 -rw-r--r--···0········0········0···721188·2021-06-02·18:54:32.000000·data.tar.xz
98.0 B
control.tar.xz
70.0 B
control.tar
48.0 B
./md5sums
30.0 B
./md5sums
Files differ
10.6 MB
data.tar.xz
10.6 MB
data.tar
15.4 KB
./usr/lib/i386-linux-gnu/perl5/5.28/Lasso.pm
Ordering differences only
    
Offset 3, 388 lines modifiedOffset 3, 388 lines modified
3 use·warnings;3 use·warnings;
  
4 require·XSLoader;4 require·XSLoader;
5 XSLoader::load('Lasso');5 XSLoader::load('Lasso');
6 package·Lasso::Key;6 package·Lasso::Key;
7 our·@ISA·=·qw(Lasso::Node);7 our·@ISA·=·qw(Lasso::Node);
  
8 package·Lasso::SamlConditionAbstract;8 package·Lasso::Identity;
9 our·@ISA·=·qw(Lasso::Node);9 our·@ISA·=·qw(Lasso::Node);
  
10 package·Lasso::PaosResponse;10 package·Lasso::Profile;
11 our·@ISA·=·qw(Lasso::Node);11 our·@ISA·=·qw(Lasso::Node);
  
12 package·Lasso::SamlAdvice;12 package·Lasso::Logout;
13 our·@ISA·=·qw(Lasso::Node);13 our·@ISA·=·qw(Lasso::Profile);
  
14 package·Lasso::SamlStatementAbstract;14 package·Lasso::Defederation;
 15 our·@ISA·=·qw(Lasso::Profile);
  
 16 package·Lasso::Federation;
15 our·@ISA·=·qw(Lasso::Node);17 our·@ISA·=·qw(Lasso::Node);
  
16 package·Lasso::SamlAudienceRestrictionCondition; 
17 our·@ISA·=·qw(Lasso::SamlConditionAbstract);18 package·Lasso::NameRegistration;
 19 our·@ISA·=·qw(Lasso::Profile);
  
18 package·Lasso::SamlSubject;20 package·Lasso::Provider;
19 our·@ISA·=·qw(Lasso::Node);21 our·@ISA·=·qw(Lasso::Node);
  
20 package·Lasso::SamlpRequestAbstract;22 package·Lasso::Session;
21 our·@ISA·=·qw(Lasso::Node);23 our·@ISA·=·qw(Lasso::Node);
  
22 package·Lasso::SamlpRequest; 
23 our·@ISA·=·qw(Lasso::SamlpRequestAbstract);24 package·Lasso::NameIdentifierMapping;
 25 our·@ISA·=·qw(Lasso::Profile);
  
24 package·Lasso::LibAuthnRequest; 
25 our·@ISA·=·qw(Lasso::SamlpRequestAbstract);26 package·Lasso::Login;
 27 our·@ISA·=·qw(Lasso::Profile);
  
26 package·Lasso::LibLogoutRequest; 
27 our·@ISA·=·qw(Lasso::SamlpRequestAbstract);28 package·Lasso::Lecp;
 29 our·@ISA·=·qw(Lasso::Login);
  
28 package·Lasso::SamlAttributeDesignator;30 package·Lasso::Server;
29 our·@ISA·=·qw(Lasso::Node);31 our·@ISA·=·qw(Lasso::Provider);
  
30 package·Lasso::LibFederationTerminationNotification; 
31 our·@ISA·=·qw(Lasso::SamlpRequestAbstract);32 package·Lasso::Ecp;
 33 our·@ISA·=·qw(Lasso::Profile);
  
32 package·Lasso::PaosRequest;34 package·Lasso::AssertionQuery;
 35 our·@ISA·=·qw(Lasso::Profile);
  
 36 package·Lasso::NameIdManagement;
 37 our·@ISA·=·qw(Lasso::Profile);
  
 38 package·Lasso::SamlConditions;
33 our·@ISA·=·qw(Lasso::Node);39 our·@ISA·=·qw(Lasso::Node);
  
34 package·Lasso::LibRegisterNameIdentifierRequest; 
35 our·@ISA·=·qw(Lasso::SamlpRequestAbstract);40 package·Lasso::SamlpResponseAbstract;
 41 our·@ISA·=·qw(Lasso::Node);
  
36 package·Lasso::SamlSubjectStatementAbstract;42 package·Lasso::SamlpResponse;
37 our·@ISA·=·qw(Lasso::SamlStatementAbstract);43 our·@ISA·=·qw(Lasso::SamlpResponseAbstract);
  
38 package·Lasso::SamlSubjectStatement;44 package·Lasso::LibNameIdentifierMappingResponse;
39 our·@ISA·=·qw(Lasso::SamlSubjectStatementAbstract);45 our·@ISA·=·qw(Lasso::SamlpResponseAbstract);
  
40 package·Lasso::SamlSubjectLocality;46 package·Lasso::SamlAdvice;
41 our·@ISA·=·qw(Lasso::Node);47 our·@ISA·=·qw(Lasso::Node);
  
42 package·Lasso::LibScoping;48 package·Lasso::LibScoping;
43 our·@ISA·=·qw(Lasso::Node);49 our·@ISA·=·qw(Lasso::Node);
  
44 package·Lasso::LibIDPEntries;50 package·Lasso::SamlpStatusCode;
45 our·@ISA·=·qw(Lasso::Node);51 our·@ISA·=·qw(Lasso::Node);
  
46 package·Lasso::SamlNameIdentifier;52 package·Lasso::LibAuthnResponseEnvelope;
47 our·@ISA·=·qw(Lasso::Node);53 our·@ISA·=·qw(Lasso::Node);
  
48 package·Lasso::SamlAuthenticationStatement; 
49 our·@ISA·=·qw(Lasso::SamlSubjectStatementAbstract);54 package·Lasso::LibRequestAuthnContext;
 55 our·@ISA·=·qw(Lasso::Node);
  
 56 package·Lasso::LibAuthnRequestEnvelope;
 57 our·@ISA·=·qw(Lasso::Node);
  
50 package·Lasso::SamlpStatus;58 package·Lasso::SamlSubjectLocality;
 59 our·@ISA·=·qw(Lasso::Node);
  
 60 package·Lasso::PaosRequest;
51 our·@ISA·=·qw(Lasso::Node);61 our·@ISA·=·qw(Lasso::Node);
  
52 package·Lasso::SamlAssertion;62 package·Lasso::SamlAssertion;
53 our·@ISA·=·qw(Lasso::Node);63 our·@ISA·=·qw(Lasso::Node);
  
54 package·Lasso::LibAssertion;64 package·Lasso::LibAssertion;
55 our·@ISA·=·qw(Lasso::SamlAssertion);65 our·@ISA·=·qw(Lasso::SamlAssertion);
  
56 package·Lasso::LibAuthnContext;66 package·Lasso::SamlAttributeValue;
57 our·@ISA·=·qw(Lasso::Node);67 our·@ISA·=·qw(Lasso::Node);
  
58 package·Lasso::SamlAttributeStatement; 
59 our·@ISA·=·qw(Lasso::SamlSubjectStatementAbstract);68 package·Lasso::LibIDPEntries;
 69 our·@ISA·=·qw(Lasso::Node);
  
 70 package·Lasso::SamlAuthorityBinding;
 71 our·@ISA·=·qw(Lasso::Node);
  
60 package·Lasso::LibIDPEntry;72 package·Lasso::LibIDPEntry;
61 our·@ISA·=·qw(Lasso::Node);73 our·@ISA·=·qw(Lasso::Node);
  
62 package·Lasso::LibNameIdentifierMappingRequest; 
63 our·@ISA·=·qw(Lasso::SamlpRequestAbstract);74 package·Lasso::SamlSubjectConfirmation;
 75 our·@ISA·=·qw(Lasso::Node);
  
64 package·Lasso::LibSubject;76 package·Lasso::SamlpStatus;
65 our·@ISA·=·qw(Lasso::SamlSubject);77 our·@ISA·=·qw(Lasso::Node);
  
66 package·Lasso::SamlAttributeValue;78 package·Lasso::PaosResponse;
67 our·@ISA·=·qw(Lasso::Node);79 our·@ISA·=·qw(Lasso::Node);
  
68 package·Lasso::SamlpResponseAbstract;80 package·Lasso::SamlConditionAbstract;
69 our·@ISA·=·qw(Lasso::Node);81 our·@ISA·=·qw(Lasso::Node);
  
Max diff block lines reached; 11347/15636 bytes (72.57%) of diff not shown.
10.6 MB
./usr/lib/i386-linux-gnu/perl5/5.28/auto/Lasso/Lasso.so
1.24 KB
readelf --wide --program-header {}
    
Offset 3, 19 lines modifiedOffset 3, 19 lines modified
3 Entry·point·0xa0503 Entry·point·0xa050
4 There·are·9·program·headers,·starting·at·offset·524 There·are·9·program·headers,·starting·at·offset·52
  
5 Program·Headers:5 Program·Headers:
6 ··Type···········Offset···VirtAddr···PhysAddr···FileSiz·MemSiz··Flg·Align6 ··Type···········Offset···VirtAddr···PhysAddr···FileSiz·MemSiz··Flg·Align
7 ··LOAD···········0x000000·0x00000000·0x00000000·0x07834·0x07834·R···0x10007 ··LOAD···········0x000000·0x00000000·0x00000000·0x07834·0x07834·R···0x1000
8 ··LOAD···········0x008000·0x00008000·0x00008000·0xb60cc·0xb60cc·R·E·0x10008 ··LOAD···········0x008000·0x00008000·0x00008000·0xb60cc·0xb60cc·R·E·0x1000
9 ··LOAD···········0x0bf000·0x000bf000·0x000bf000·0x1b4fc·0x1b4fc·R···0x10009 ··LOAD···········0x0bf000·0x000bf000·0x000bf000·0x1b4f4·0x1b4f4·R···0x1000
10 ··LOAD···········0x0dae80·0x000dbe80·0x000dbe80·0x00990·0x009a0·RW··0x100010 ··LOAD···········0x0dae80·0x000dbe80·0x000dbe80·0x00990·0x009a0·RW··0x1000
11 ··DYNAMIC········0x0dae88·0x000dbe88·0x000dbe88·0x00138·0x00138·RW··0x411 ··DYNAMIC········0x0dae88·0x000dbe88·0x000dbe88·0x00138·0x00138·RW··0x4
12 ··NOTE···········0x000154·0x00000154·0x00000154·0x00024·0x00024·R···0x412 ··NOTE···········0x000154·0x00000154·0x00000154·0x00024·0x00024·R···0x4
13 ··GNU_EH_FRAME···0x0cf4e4·0x000cf4e4·0x000cf4e4·0x0195c·0x0195c·R···0x413 ··GNU_EH_FRAME···0x0cf4dc·0x000cf4dc·0x000cf4dc·0x0195c·0x0195c·R···0x4
14 ··GNU_STACK······0x000000·0x00000000·0x00000000·0x00000·0x00000·RW··0x1014 ··GNU_STACK······0x000000·0x00000000·0x00000000·0x00000·0x00000·RW··0x10
15 ··GNU_RELRO······0x0dae80·0x000dbe80·0x000dbe80·0x00180·0x00180·R···0x115 ··GNU_RELRO······0x0dae80·0x000dbe80·0x000dbe80·0x00180·0x00180·R···0x1
  
16 ·Section·to·Segment·mapping:16 ·Section·to·Segment·mapping:
17 ··Segment·Sections...17 ··Segment·Sections...
18 ···00·····.note.gnu.build-id·.gnu.hash·.dynsym·.dynstr·.gnu.version·.gnu.version_r·.rel.dyn·.rel.plt·18 ···00·····.note.gnu.build-id·.gnu.hash·.dynsym·.dynstr·.gnu.version·.gnu.version_r·.rel.dyn·.rel.plt·
19 ···01·····.init·.plt·.plt.got·.text·.fini·19 ···01·····.init·.plt·.plt.got·.text·.fini·
1.68 KB
readelf --wide --sections {}
    
Offset 12, 17 lines modifiedOffset 12, 17 lines modified
12 ··[·7]·.rel.dyn··········REL·············0000679c·00679c·000098·08···A··3···0··412 ··[·7]·.rel.dyn··········REL·············0000679c·00679c·000098·08···A··3···0··4
13 ··[·8]·.rel.plt··········REL·············00006834·006834·001000·08··AI··3··21··413 ··[·8]·.rel.plt··········REL·············00006834·006834·001000·08··AI··3··21··4
14 ··[·9]·.init·············PROGBITS········00008000·008000·000020·00··AX··0···0··414 ··[·9]·.init·············PROGBITS········00008000·008000·000020·00··AX··0···0··4
15 ··[10]·.plt··············PROGBITS········00008020·008020·002010·04··AX··0···0·1615 ··[10]·.plt··············PROGBITS········00008020·008020·002010·04··AX··0···0·16
16 ··[11]·.plt.got··········PROGBITS········0000a030·00a030·000020·08··AX··0···0··816 ··[11]·.plt.got··········PROGBITS········0000a030·00a030·000020·08··AX··0···0··8
17 ··[12]·.text·············PROGBITS········0000a050·00a050·0b4065·00··AX··0···0·1617 ··[12]·.text·············PROGBITS········0000a050·00a050·0b4065·00··AX··0···0·16
18 ··[13]·.fini·············PROGBITS········000be0b8·0be0b8·000014·00··AX··0···0··418 ··[13]·.fini·············PROGBITS········000be0b8·0be0b8·000014·00··AX··0···0··4
19 ··[14]·.rodata···········PROGBITS········000bf000·0bf000·0104e1·00···A··0···0··419 ··[14]·.rodata···········PROGBITS········000bf000·0bf000·0104d9·00···A··0···0··4
20 ··[15]·.eh_frame_hdr·····PROGBITS········000cf4e4·0cf4e4·00195c·00···A··0···0··420 ··[15]·.eh_frame_hdr·····PROGBITS········000cf4dc·0cf4dc·00195c·00···A··0···0··4
21 ··[16]·.eh_frame·········PROGBITS········000d0e40·0d0e40·0096bc·00···A··0···0··421 ··[16]·.eh_frame·········PROGBITS········000d0e38·0d0e38·0096bc·00···A··0···0··4
22 ··[17]·.init_array·······INIT_ARRAY······000dbe80·0dae80·000004·04··WA··0···0··422 ··[17]·.init_array·······INIT_ARRAY······000dbe80·0dae80·000004·04··WA··0···0··4
23 ··[18]·.fini_array·······FINI_ARRAY······000dbe84·0dae84·000004·04··WA··0···0··423 ··[18]·.fini_array·······FINI_ARRAY······000dbe84·0dae84·000004·04··WA··0···0··4
24 ··[19]·.dynamic··········DYNAMIC·········000dbe88·0dae88·000138·08··WA··4···0··424 ··[19]·.dynamic··········DYNAMIC·········000dbe88·0dae88·000138·08··WA··4···0··4
25 ··[20]·.got··············PROGBITS········000dbfc0·0dafc0·000040·04··WA··0···0··425 ··[20]·.got··············PROGBITS········000dbfc0·0dafc0·000040·04··WA··0···0··4
26 ··[21]·.got.plt··········PROGBITS········000dc000·0db000·00080c·04··WA··0···0··426 ··[21]·.got.plt··········PROGBITS········000dc000·0db000·00080c·04··WA··0···0··4
27 ··[22]·.data·············PROGBITS········000dc80c·0db80c·000004·00··WA··0···0··427 ··[22]·.data·············PROGBITS········000dc80c·0db80c·000004·00··WA··0···0··4
28 ··[23]·.bss··············NOBITS··········000dc810·0db810·000010·00··WA··0···0··428 ··[23]·.bss··············NOBITS··········000dc810·0db810·000010·00··WA··0···0··4
430 B
readelf --wide --notes {}
    
Offset 1, 4 lines modifiedOffset 1, 4 lines modified
  
1 Displaying·notes·found·in:·.note.gnu.build-id1 Displaying·notes·found·in:·.note.gnu.build-id
2 ··Owner·················Data·size»  Description2 ··Owner·················Data·size»  Description
3 ··GNU··················0x00000014»  NT_GNU_BUILD_ID·(unique·build·ID·bitstring)»   ····Build·ID:·d455c8a84b245e1ec677525ea1acb5c383c49fac3 ··GNU··················0x00000014»  NT_GNU_BUILD_ID·(unique·build·ID·bitstring)»   ····Build·ID:·1d5a3ba751841466015276809a7ca156c0a19f71
768 KB
readelf --wide --debug-dump=frames {}
    
Offset 576, 278 lines modifiedOffset 576, 278 lines modified
576 ··DW_CFA_advance_loc:·1·to·0000c594576 ··DW_CFA_advance_loc:·1·to·0000c594
577 ··DW_CFA_restore:·r5·(ebp)577 ··DW_CFA_restore:·r5·(ebp)
578 ··DW_CFA_def_cfa:·r4·(esp)·ofs·4578 ··DW_CFA_def_cfa:·r4·(esp)·ofs·4
579 ··DW_CFA_nop579 ··DW_CFA_nop
580 ··DW_CFA_nop580 ··DW_CFA_nop
581 ··DW_CFA_nop581 ··DW_CFA_nop
  
582 0000055c·0000002c·00000560·FDE·cie=00000000·pc=0000c595..0000c8c5582 0000055c·0000002c·00000560·FDE·cie=00000000·pc=0000c595..0000c8c8
583 ··DW_CFA_advance_loc:·1·to·0000c596583 ··DW_CFA_advance_loc:·1·to·0000c596
584 ··DW_CFA_def_cfa_offset:·8584 ··DW_CFA_def_cfa_offset:·8
585 ··DW_CFA_offset:·r5·(ebp)·at·cfa-8585 ··DW_CFA_offset:·r5·(ebp)·at·cfa-8
586 ··DW_CFA_advance_loc:·2·to·0000c598586 ··DW_CFA_advance_loc:·2·to·0000c598
587 ··DW_CFA_def_cfa_register:·r5·(ebp)587 ··DW_CFA_def_cfa_register:·r5·(ebp)
588 ··DW_CFA_advance_loc:·6·to·0000c59e588 ··DW_CFA_advance_loc:·6·to·0000c59e
589 ··DW_CFA_offset:·r7·(edi)·at·cfa-12589 ··DW_CFA_offset:·r7·(edi)·at·cfa-12
590 ··DW_CFA_offset:·r6·(esi)·at·cfa-16590 ··DW_CFA_offset:·r6·(esi)·at·cfa-16
591 ··DW_CFA_offset:·r3·(ebx)·at·cfa-20591 ··DW_CFA_offset:·r3·(ebx)·at·cfa-20
592 ··DW_CFA_advance_loc2:·803·to·0000c8c1592 ··DW_CFA_advance_loc2:·806·to·0000c8c4
593 ··DW_CFA_restore:·r3·(ebx)593 ··DW_CFA_restore:·r3·(ebx)
594 ··DW_CFA_advance_loc:·1·to·0000c8c2594 ··DW_CFA_advance_loc:·1·to·0000c8c5
595 ··DW_CFA_restore:·r6·(esi)595 ··DW_CFA_restore:·r6·(esi)
596 ··DW_CFA_advance_loc:·1·to·0000c8c3596 ··DW_CFA_advance_loc:·1·to·0000c8c6
597 ··DW_CFA_restore:·r7·(edi)597 ··DW_CFA_restore:·r7·(edi)
598 ··DW_CFA_advance_loc:·1·to·0000c8c4598 ··DW_CFA_advance_loc:·1·to·0000c8c7
599 ··DW_CFA_restore:·r5·(ebp)599 ··DW_CFA_restore:·r5·(ebp)
600 ··DW_CFA_def_cfa:·r4·(esp)·ofs·4600 ··DW_CFA_def_cfa:·r4·(esp)·ofs·4
601 ··DW_CFA_nop601 ··DW_CFA_nop
602 ··DW_CFA_nop602 ··DW_CFA_nop
603 ··DW_CFA_nop603 ··DW_CFA_nop
  
604 0000058c·0000002c·00000590·FDE·cie=00000000·pc=0000c8c5..0000ccf8604 0000058c·0000002c·00000590·FDE·cie=00000000·pc=0000c8c8..0000cbf8
605 ··DW_CFA_advance_loc:·1·to·0000c8c6605 ··DW_CFA_advance_loc:·1·to·0000c8c9
606 ··DW_CFA_def_cfa_offset:·8606 ··DW_CFA_def_cfa_offset:·8
607 ··DW_CFA_offset:·r5·(ebp)·at·cfa-8607 ··DW_CFA_offset:·r5·(ebp)·at·cfa-8
608 ··DW_CFA_advance_loc:·2·to·0000c8c8608 ··DW_CFA_advance_loc:·2·to·0000c8cb
609 ··DW_CFA_def_cfa_register:·r5·(ebp)609 ··DW_CFA_def_cfa_register:·r5·(ebp)
610 ··DW_CFA_advance_loc:·6·to·0000c8ce610 ··DW_CFA_advance_loc:·6·to·0000c8d1
611 ··DW_CFA_offset:·r7·(edi)·at·cfa-12611 ··DW_CFA_offset:·r7·(edi)·at·cfa-12
612 ··DW_CFA_offset:·r6·(esi)·at·cfa-16612 ··DW_CFA_offset:·r6·(esi)·at·cfa-16
613 ··DW_CFA_offset:·r3·(ebx)·at·cfa-20613 ··DW_CFA_offset:·r3·(ebx)·at·cfa-20
614 ··DW_CFA_advance_loc2:·1062·to·0000ccf4614 ··DW_CFA_advance_loc2:·803·to·0000cbf4
615 ··DW_CFA_restore:·r3·(ebx)615 ··DW_CFA_restore:·r3·(ebx)
616 ··DW_CFA_advance_loc:·1·to·0000ccf5616 ··DW_CFA_advance_loc:·1·to·0000cbf5
617 ··DW_CFA_restore:·r6·(esi)617 ··DW_CFA_restore:·r6·(esi)
618 ··DW_CFA_advance_loc:·1·to·0000ccf6618 ··DW_CFA_advance_loc:·1·to·0000cbf6
619 ··DW_CFA_restore:·r7·(edi)619 ··DW_CFA_restore:·r7·(edi)
620 ··DW_CFA_advance_loc:·1·to·0000ccf7620 ··DW_CFA_advance_loc:·1·to·0000cbf7
621 ··DW_CFA_restore:·r5·(ebp)621 ··DW_CFA_restore:·r5·(ebp)
622 ··DW_CFA_def_cfa:·r4·(esp)·ofs·4622 ··DW_CFA_def_cfa:·r4·(esp)·ofs·4
623 ··DW_CFA_nop623 ··DW_CFA_nop
624 ··DW_CFA_nop624 ··DW_CFA_nop
625 ··DW_CFA_nop625 ··DW_CFA_nop
  
626 000005bc·0000002c·000005c0·FDE·cie=00000000·pc=0000ccf8..0000d074626 000005bc·0000002c·000005c0·FDE·cie=00000000·pc=0000cbf8..0000ceef
627 ··DW_CFA_advance_loc:·1·to·0000ccf9627 ··DW_CFA_advance_loc:·1·to·0000cbf9
628 ··DW_CFA_def_cfa_offset:·8628 ··DW_CFA_def_cfa_offset:·8
629 ··DW_CFA_offset:·r5·(ebp)·at·cfa-8629 ··DW_CFA_offset:·r5·(ebp)·at·cfa-8
630 ··DW_CFA_advance_loc:·2·to·0000ccfb630 ··DW_CFA_advance_loc:·2·to·0000cbfb
631 ··DW_CFA_def_cfa_register:·r5·(ebp)631 ··DW_CFA_def_cfa_register:·r5·(ebp)
632 ··DW_CFA_advance_loc:·6·to·0000cd01632 ··DW_CFA_advance_loc:·6·to·0000cc01
633 ··DW_CFA_offset:·r7·(edi)·at·cfa-12633 ··DW_CFA_offset:·r7·(edi)·at·cfa-12
634 ··DW_CFA_offset:·r6·(esi)·at·cfa-16634 ··DW_CFA_offset:·r6·(esi)·at·cfa-16
635 ··DW_CFA_offset:·r3·(ebx)·at·cfa-20635 ··DW_CFA_offset:·r3·(ebx)·at·cfa-20
636 ··DW_CFA_advance_loc2:·879·to·0000d070636 ··DW_CFA_advance_loc2:·746·to·0000ceeb
637 ··DW_CFA_restore:·r3·(ebx)637 ··DW_CFA_restore:·r3·(ebx)
638 ··DW_CFA_advance_loc:·1·to·0000d071638 ··DW_CFA_advance_loc:·1·to·0000ceec
639 ··DW_CFA_restore:·r6·(esi)639 ··DW_CFA_restore:·r6·(esi)
640 ··DW_CFA_advance_loc:·1·to·0000d072640 ··DW_CFA_advance_loc:·1·to·0000ceed
641 ··DW_CFA_restore:·r7·(edi)641 ··DW_CFA_restore:·r7·(edi)
642 ··DW_CFA_advance_loc:·1·to·0000d073642 ··DW_CFA_advance_loc:·1·to·0000ceee
643 ··DW_CFA_restore:·r5·(ebp)643 ··DW_CFA_restore:·r5·(ebp)
644 ··DW_CFA_def_cfa:·r4·(esp)·ofs·4644 ··DW_CFA_def_cfa:·r4·(esp)·ofs·4
645 ··DW_CFA_nop645 ··DW_CFA_nop
646 ··DW_CFA_nop646 ··DW_CFA_nop
647 ··DW_CFA_nop647 ··DW_CFA_nop
  
648 000005ec·0000002c·000005f0·FDE·cie=00000000·pc=0000d074..0000d32f648 000005ec·0000002c·000005f0·FDE·cie=00000000·pc=0000ceef..0000d1e6
649 ··DW_CFA_advance_loc:·1·to·0000d075649 ··DW_CFA_advance_loc:·1·to·0000cef0
650 ··DW_CFA_def_cfa_offset:·8650 ··DW_CFA_def_cfa_offset:·8
651 ··DW_CFA_offset:·r5·(ebp)·at·cfa-8651 ··DW_CFA_offset:·r5·(ebp)·at·cfa-8
652 ··DW_CFA_advance_loc:·2·to·0000d077652 ··DW_CFA_advance_loc:·2·to·0000cef2
653 ··DW_CFA_def_cfa_register:·r5·(ebp)653 ··DW_CFA_def_cfa_register:·r5·(ebp)
654 ··DW_CFA_advance_loc:·6·to·0000d07d654 ··DW_CFA_advance_loc:·6·to·0000cef8
655 ··DW_CFA_offset:·r7·(edi)·at·cfa-12655 ··DW_CFA_offset:·r7·(edi)·at·cfa-12
656 ··DW_CFA_offset:·r6·(esi)·at·cfa-16656 ··DW_CFA_offset:·r6·(esi)·at·cfa-16
657 ··DW_CFA_offset:·r3·(ebx)·at·cfa-20657 ··DW_CFA_offset:·r3·(ebx)·at·cfa-20
658 ··DW_CFA_advance_loc2:·686·to·0000d32b658 ··DW_CFA_advance_loc2:·746·to·0000d1e2
659 ··DW_CFA_restore:·r3·(ebx)659 ··DW_CFA_restore:·r3·(ebx)
660 ··DW_CFA_advance_loc:·1·to·0000d32c660 ··DW_CFA_advance_loc:·1·to·0000d1e3
661 ··DW_CFA_restore:·r6·(esi)661 ··DW_CFA_restore:·r6·(esi)
662 ··DW_CFA_advance_loc:·1·to·0000d32d662 ··DW_CFA_advance_loc:·1·to·0000d1e4
663 ··DW_CFA_restore:·r7·(edi)663 ··DW_CFA_restore:·r7·(edi)
664 ··DW_CFA_advance_loc:·1·to·0000d32e664 ··DW_CFA_advance_loc:·1·to·0000d1e5
665 ··DW_CFA_restore:·r5·(ebp)665 ··DW_CFA_restore:·r5·(ebp)
666 ··DW_CFA_def_cfa:·r4·(esp)·ofs·4666 ··DW_CFA_def_cfa:·r4·(esp)·ofs·4
667 ··DW_CFA_nop667 ··DW_CFA_nop
668 ··DW_CFA_nop668 ··DW_CFA_nop
669 ··DW_CFA_nop669 ··DW_CFA_nop
  
670 0000061c·0000002c·00000620·FDE·cie=00000000·pc=0000d32f..0000d601670 0000061c·0000002c·00000620·FDE·cie=00000000·pc=0000d1e6..0000d516
671 ··DW_CFA_advance_loc:·1·to·0000d330671 ··DW_CFA_advance_loc:·1·to·0000d1e7
672 ··DW_CFA_def_cfa_offset:·8672 ··DW_CFA_def_cfa_offset:·8
673 ··DW_CFA_offset:·r5·(ebp)·at·cfa-8673 ··DW_CFA_offset:·r5·(ebp)·at·cfa-8
674 ··DW_CFA_advance_loc:·2·to·0000d332674 ··DW_CFA_advance_loc:·2·to·0000d1e9
675 ··DW_CFA_def_cfa_register:·r5·(ebp)675 ··DW_CFA_def_cfa_register:·r5·(ebp)
676 ··DW_CFA_advance_loc:·6·to·0000d338676 ··DW_CFA_advance_loc:·6·to·0000d1ef
677 ··DW_CFA_offset:·r7·(edi)·at·cfa-12677 ··DW_CFA_offset:·r7·(edi)·at·cfa-12
678 ··DW_CFA_offset:·r6·(esi)·at·cfa-16678 ··DW_CFA_offset:·r6·(esi)·at·cfa-16
679 ··DW_CFA_offset:·r3·(ebx)·at·cfa-20679 ··DW_CFA_offset:·r3·(ebx)·at·cfa-20
680 ··DW_CFA_advance_loc2:·709·to·0000d5fd680 ··DW_CFA_advance_loc2:·803·to·0000d512
681 ··DW_CFA_restore:·r3·(ebx)681 ··DW_CFA_restore:·r3·(ebx)
682 ··DW_CFA_advance_loc:·1·to·0000d5fe682 ··DW_CFA_advance_loc:·1·to·0000d513
683 ··DW_CFA_restore:·r6·(esi)683 ··DW_CFA_restore:·r6·(esi)
684 ··DW_CFA_advance_loc:·1·to·0000d5ff684 ··DW_CFA_advance_loc:·1·to·0000d514
685 ··DW_CFA_restore:·r7·(edi)685 ··DW_CFA_restore:·r7·(edi)
686 ··DW_CFA_advance_loc:·1·to·0000d600686 ··DW_CFA_advance_loc:·1·to·0000d515
687 ··DW_CFA_restore:·r5·(ebp)687 ··DW_CFA_restore:·r5·(ebp)
688 ··DW_CFA_def_cfa:·r4·(esp)·ofs·4688 ··DW_CFA_def_cfa:·r4·(esp)·ofs·4
689 ··DW_CFA_nop689 ··DW_CFA_nop
690 ··DW_CFA_nop690 ··DW_CFA_nop
691 ··DW_CFA_nop691 ··DW_CFA_nop
  
692 0000064c·0000002c·00000650·FDE·cie=00000000·pc=0000d601..0000d8f8692 0000064c·0000002c·00000650·FDE·cie=00000000·pc=0000d516..0000d949
693 ··DW_CFA_advance_loc:·1·to·0000d602693 ··DW_CFA_advance_loc:·1·to·0000d517
694 ··DW_CFA_def_cfa_offset:·8694 ··DW_CFA_def_cfa_offset:·8
695 ··DW_CFA_offset:·r5·(ebp)·at·cfa-8695 ··DW_CFA_offset:·r5·(ebp)·at·cfa-8
696 ··DW_CFA_advance_loc:·2·to·0000d604696 ··DW_CFA_advance_loc:·2·to·0000d519
Max diff block lines reached; 780718/786458 bytes (99.27%) of diff not shown.
97.7 KB
strings --all --bytes=8 {}
    
Offset 81, 28 lines modifiedOffset 81, 28 lines modified
81 Perl_sv_newmortal81 Perl_sv_newmortal
82 Perl_sv_setpv82 Perl_sv_setpv
83 Perl_mg_set83 Perl_mg_set
84 Perl_sv_setiv_mg84 Perl_sv_setiv_mg
85 lasso_shutdown85 lasso_shutdown
86 lasso_check_version86 lasso_check_version
87 lasso_set_flag87 lasso_set_flag
 88 lasso_profile_get_request_type_from_soap_msg
 89 lasso_profile_is_liberty_query
 90 lasso_profile_get_issuer
 91 lasso_profile_get_in_response_to
88 lasso_profile_is_saml_query92 lasso_profile_is_saml_query
89 lasso_saml2_name_id_build_persistent93 lasso_saml2_name_id_build_persistent
90 Perl_sv_2mortal94 Perl_sv_2mortal
91 lasso_saml2_encrypted_element_build_encrypted_persistent_name_id95 lasso_saml2_encrypted_element_build_encrypted_persistent_name_id
92 Perl_sv_2uv_flags 
93 lasso_build_unique_id 
94 lasso_register_dst_service96 lasso_register_dst_service
95 lasso_get_prefix_for_dst_service_href97 lasso_get_prefix_for_dst_service_href
96 lasso_register_idwsf2_dst_service98 lasso_register_idwsf2_dst_service
97 lasso_get_prefix_for_idwsf2_dst_service_href99 lasso_get_prefix_for_idwsf2_dst_service_href
 100 Perl_sv_2uv_flags
 101 lasso_build_unique_id
98 lasso_profile_get_request_type_from_soap_msg 
99 lasso_profile_is_liberty_query 
100 lasso_profile_get_issuer 
101 lasso_profile_get_in_response_to 
102 lasso_node_new102 lasso_node_new
103 lasso_node_new_from_dump103 lasso_node_new_from_dump
104 lasso_node_new_from_soap104 lasso_node_new_from_soap
105 lasso_node_new_from_xmlNode105 lasso_node_new_from_xmlNode
106 lasso_node_cleanup_original_xmlnodes106 lasso_node_cleanup_original_xmlnodes
107 lasso_node_dump107 lasso_node_dump
108 lasso_node_export_to_base64108 lasso_node_export_to_base64
Offset 130, 217 lines modifiedOffset 130, 84 lines modified
130 lasso_key_new_for_signature_from_base64_string130 lasso_key_new_for_signature_from_base64_string
131 lasso_key_new_for_signature_from_file131 lasso_key_new_for_signature_from_file
132 lasso_key_get_type132 lasso_key_get_type
133 lasso_key_query_verify133 lasso_key_query_verify
134 lasso_key_query_sign134 lasso_key_query_sign
135 lasso_key_saml2_xml_verify135 lasso_key_saml2_xml_verify
136 lasso_key_saml2_xml_sign136 lasso_key_saml2_xml_sign
137 lasso_paos_response_new 
138 lasso_paos_response_get_type 
139 lasso_paos_response_validate 
140 lasso_saml_advice_new 
141 g_list_length 
142 Perl_stack_grow137 lasso_identity_new
 138 lasso_identity_new_from_dump
 139 lasso_identity_get_type
 140 lasso_identity_get_federation
 141 lasso_identity_dump
 142 Perl_sv_dump
 143 lasso_profile_get_type
 144 lasso_profile_get_identity
 145 lasso_profile_get_session
 146 lasso_profile_is_identity_dirty
 147 lasso_profile_is_session_dirty
 148 lasso_profile_set_identity_from_dump
 149 lasso_profile_set_session_from_dump
 150 lasso_profile_get_nameIdentifier
 151 lasso_profile_get_artifact
 152 lasso_profile_get_artifact_message
 153 lasso_profile_set_artifact_message
 154 lasso_profile_set_signature_hint
 155 lasso_profile_get_signature_hint
 156 lasso_profile_set_soap_fault_response
 157 lasso_profile_set_signature_verify_hint
 158 lasso_profile_get_signature_verify_hint
 159 lasso_profile_sso_role_with
 160 lasso_profile_get_signature_status
 161 lasso_profile_get_message_id
 162 lasso_profile_set_message_id
 163 lasso_profile_get_idp_list
 164 lasso_profile_set_idp_list
143 g_type_check_instance_cast165 g_type_check_instance_cast
 166 lasso_logout_new
 167 lasso_logout_new_from_dump
144 lasso_saml_audience_restriction_condition_new 
145 lasso_saml_audience_restriction_condition_new_full 
146 lasso_saml_subject_new 
147 lasso_samlp_request_new 
148 lasso_lib_authn_request_new 
149 lasso_lib_logout_request_new 
150 lasso_lib_logout_request_new_full 
151 lasso_lib_logout_request_get_type168 lasso_logout_get_type
152 lasso_lib_logout_request_set_session_indexes 
153 lasso_lib_logout_request_get_session_indexes 
154 lasso_saml_attribute_designator_new169 lasso_logout_build_request_msg
 170 lasso_logout_build_response_msg
 171 lasso_logout_dump
 172 lasso_logout_get_next_providerID
 173 lasso_logout_init_request
 174 lasso_logout_process_request_msg
 175 lasso_logout_process_response_msg
 176 lasso_logout_reset_providerID_index
 177 lasso_logout_validate_request
 178 lasso_defederation_new
 179 lasso_defederation_get_type
 180 lasso_defederation_build_notification_msg
155 lasso_lib_federation_termination_notification_new181 lasso_defederation_init_notification
 182 lasso_defederation_process_notification_msg
 183 lasso_defederation_validate_notification
 184 lasso_federation_new
156 lasso_lib_federation_termination_notification_new_full 
157 lasso_paos_request_new 
158 lasso_paos_request_get_type 
159 lasso_paos_request_validate 
160 lasso_lib_register_name_identifier_request_new 
161 lasso_lib_register_name_identifier_request_new_full 
162 lasso_saml_subject_statement_new 
163 lasso_saml_subject_locality_new 
164 lasso_lib_scoping_new 
165 lasso_lib_idp_entries_new 
166 lasso_saml_name_identifier_new 
167 lasso_saml_name_identifier_new_from_xmlNode 
168 lasso_saml_name_identifier_get_type 
169 lasso_saml_name_identifier_equals 
170 lasso_saml_authentication_statement_new 
171 lasso_samlp_status_new 
172 lasso_saml_assertion_new 
173 lasso_lib_assertion_new 
174 lasso_lib_assertion_new_full 
175 lasso_lib_authn_context_new 
176 lasso_saml_attribute_statement_new 
177 lasso_lib_idp_entry_new 
178 lasso_lib_name_identifier_mapping_request_new 
Max diff block lines reached; 89990/100021 bytes (89.97%) of diff not shown.
112 KB
readelf --wide --decompress --hex-dump=.dynstr {}
    
Offset 91, 43 lines modifiedOffset 91, 43 lines modified
91 ··0x0000288c·5f73765f·6e65776d·6f727461·6c005065·_sv_newmortal.Pe91 ··0x0000288c·5f73765f·6e65776d·6f727461·6c005065·_sv_newmortal.Pe
92 ··0x0000289c·726c5f73·765f7365·74707600·5065726c·rl_sv_setpv.Perl92 ··0x0000289c·726c5f73·765f7365·74707600·5065726c·rl_sv_setpv.Perl
93 ··0x000028ac·5f6d675f·73657400·5065726c·5f73765f·_mg_set.Perl_sv_93 ··0x000028ac·5f6d675f·73657400·5065726c·5f73765f·_mg_set.Perl_sv_
94 ··0x000028bc·73657469·765f6d67·006c6173·736f5f73·setiv_mg.lasso_s94 ··0x000028bc·73657469·765f6d67·006c6173·736f5f73·setiv_mg.lasso_s
95 ··0x000028cc·68757464·6f776e00·6c617373·6f5f6368·hutdown.lasso_ch95 ··0x000028cc·68757464·6f776e00·6c617373·6f5f6368·hutdown.lasso_ch
96 ··0x000028dc·65636b5f·76657273·696f6e00·6c617373·eck_version.lass96 ··0x000028dc·65636b5f·76657273·696f6e00·6c617373·eck_version.lass
97 ··0x000028ec·6f5f7365·745f666c·6167006c·6173736f·o_set_flag.lasso97 ··0x000028ec·6f5f7365·745f666c·6167006c·6173736f·o_set_flag.lasso
98 ··0x000028fc·5f70726f·66696c65·5f69735f·73616d6c·_profile_is_saml98 ··0x000028fc·5f70726f·66696c65·5f676574·5f726571·_profile_get_req
 99 ··0x0000290c·75657374·5f747970·655f6672·6f6d5f73·uest_type_from_s
 100 ··0x0000291c·6f61705f·6d736700·6c617373·6f5f7072·oap_msg.lasso_pr
 101 ··0x0000292c·6f66696c·655f6973·5f6c6962·65727479·ofile_is_liberty
99 ··0x0000290c·5f717565·7279006c·6173736f·5f73616d·_query.lasso_sam102 ··0x0000293c·5f717565·7279006c·6173736f·5f70726f·_query.lasso_pro
 103 ··0x0000294c·66696c65·5f676574·5f697373·75657200·file_get_issuer.
 104 ··0x0000295c·6c617373·6f5f7072·6f66696c·655f6765·lasso_profile_ge
 105 ··0x0000296c·745f696e·5f726573·706f6e73·655f746f·t_in_response_to
100 ··0x0000291c·6c325f6e·616d655f·69645f62·75696c64·l2_name_id_build 
101 ··0x0000292c·5f706572·73697374·656e7400·5065726c·_persistent.Perl 
102 ··0x0000293c·5f73765f·326d6f72·74616c00·6c617373·_sv_2mortal.lass 
103 ··0x0000294c·6f5f7361·6d6c325f·656e6372·79707465·o_saml2_encrypte 
104 ··0x0000295c·645f656c·656d656e·745f6275·696c645f·d_element_build_ 
105 ··0x0000296c·656e6372·79707465·645f7065·72736973·encrypted_persis 
106 ··0x0000297c·74656e74·5f6e616d·655f6964·00506572·tent_name_id.Per 
107 ··0x0000298c·6c5f7376·5f327576·5f666c61·6773006c·l_sv_2uv_flags.l 
108 ··0x0000299c·6173736f·5f627569·6c645f75·6e697175·asso_build_uniqu 
109 ··0x000029ac·655f6964·006c6173·736f5f72·65676973·e_id.lasso_regis 
110 ··0x000029bc·7465725f·6473745f·73657276·69636500·ter_dst_service. 
111 ··0x000029cc·6c617373·6f5f6765·745f7072·65666978·lasso_get_prefix 
112 ··0x000029dc·5f666f72·5f647374·5f736572·76696365·_for_dst_service 
113 ··0x000029ec·5f687265·66006c61·73736f5f·72656769·_href.lasso_regi 
114 ··0x000029fc·73746572·5f696477·7366325f·6473745f·ster_idwsf2_dst_ 
115 ··0x00002a0c·73657276·69636500·6c617373·6f5f6765·service.lasso_ge 
116 ··0x00002a1c·745f7072·65666978·5f666f72·5f696477·t_prefix_for_idw 
117 ··0x00002a2c·7366325f·6473745f·73657276·6963655f·sf2_dst_service_ 
118 ··0x00002a3c·68726566·006c6173·736f5f70·726f6669·href.lasso_profi 
119 ··0x00002a4c·6c655f67·65745f72·65717565·73745f74·le_get_request_t 
120 ··0x00002a5c·7970655f·66726f6d·5f736f61·705f6d73·ype_from_soap_ms 
121 ··0x00002a6c·67006c61·73736f5f·70726f66·696c655f·g.lasso_profile_ 
122 ··0x00002a7c·69735f6c·69626572·74795f71·75657279·is_liberty_query 
123 ··0x00002a8c·006c6173·736f5f70·726f6669·6c655f67·.lasso_profile_g106 ··0x0000297c·006c6173·736f5f70·726f6669·6c655f69·.lasso_profile_i
124 ··0x00002a9c·65745f69·73737565·72006c61·73736f5f·et_issuer.lasso_ 
125 ··0x00002aac·70726f66·696c655f·6765745f·696e5f72·profile_get_in_r 
126 ··0x00002abc·6573706f·6e73655f·746f006c·6173736f·esponse_to.lasso107 ··0x0000298c·735f7361·6d6c5f71·75657279·006c6173·s_saml_query.las
 108 ··0x0000299c·736f5f73·616d6c32·5f6e616d·655f6964·so_saml2_name_id
 109 ··0x000029ac·5f627569·6c645f70·65727369·7374656e·_build_persisten
 110 ··0x000029bc·74005065·726c5f73·765f326d·6f727461·t.Perl_sv_2morta
 111 ··0x000029cc·6c006c61·73736f5f·73616d6c·325f656e·l.lasso_saml2_en
 112 ··0x000029dc·63727970·7465645f·656c656d·656e745f·crypted_element_
 113 ··0x000029ec·6275696c·645f656e·63727970·7465645f·build_encrypted_
 114 ··0x000029fc·70657273·69737465·6e745f6e·616d655f·persistent_name_
 115 ··0x00002a0c·6964006c·6173736f·5f726567·69737465·id.lasso_registe
 116 ··0x00002a1c·725f6473·745f7365·72766963·65006c61·r_dst_service.la
 117 ··0x00002a2c·73736f5f·6765745f·70726566·69785f66·sso_get_prefix_f
 118 ··0x00002a3c·6f725f64·73745f73·65727669·63655f68·or_dst_service_h
 119 ··0x00002a4c·72656600·6c617373·6f5f7265·67697374·ref.lasso_regist
 120 ··0x00002a5c·65725f69·64777366·325f6473·745f7365·er_idwsf2_dst_se
 121 ··0x00002a6c·72766963·65006c61·73736f5f·6765745f·rvice.lasso_get_
 122 ··0x00002a7c·70726566·69785f66·6f725f69·64777366·prefix_for_idwsf
 123 ··0x00002a8c·325f6473·745f7365·72766963·655f6872·2_dst_service_hr
 124 ··0x00002a9c·65660050·65726c5f·73765f32·75765f66·ef.Perl_sv_2uv_f
 125 ··0x00002aac·6c616773·006c6173·736f5f62·75696c64·lags.lasso_build
 126 ··0x00002abc·5f756e69·7175655f·6964006c·6173736f·_unique_id.lasso
127 ··0x00002acc·5f6e6f64·655f6e65·77006c61·73736f5f·_node_new.lasso_127 ··0x00002acc·5f6e6f64·655f6e65·77006c61·73736f5f·_node_new.lasso_
128 ··0x00002adc·6e6f6465·5f6e6577·5f66726f·6d5f6475·node_new_from_du128 ··0x00002adc·6e6f6465·5f6e6577·5f66726f·6d5f6475·node_new_from_du
129 ··0x00002aec·6d70006c·6173736f·5f6e6f64·655f6e65·mp.lasso_node_ne129 ··0x00002aec·6d70006c·6173736f·5f6e6f64·655f6e65·mp.lasso_node_ne
130 ··0x00002afc·775f6672·6f6d5f73·6f617000·6c617373·w_from_soap.lass130 ··0x00002afc·775f6672·6f6d5f73·6f617000·6c617373·w_from_soap.lass
131 ··0x00002b0c·6f5f6e6f·64655f6e·65775f66·726f6d5f·o_node_new_from_131 ··0x00002b0c·6f5f6e6f·64655f6e·65775f66·726f6d5f·o_node_new_from_
132 ··0x00002b1c·786d6c4e·6f646500·6c617373·6f5f6e6f·xmlNode.lasso_no132 ··0x00002b1c·786d6c4e·6f646500·6c617373·6f5f6e6f·xmlNode.lasso_no
133 ··0x00002b2c·64655f63·6c65616e·75705f6f·72696769·de_cleanup_origi133 ··0x00002b2c·64655f63·6c65616e·75705f6f·72696769·de_cleanup_origi
Offset 180, 829 lines modifiedOffset 180, 829 lines modified
180 ··0x00002e1c·6f5f6b65·795f6765·745f7479·7065006c·o_key_get_type.l180 ··0x00002e1c·6f5f6b65·795f6765·745f7479·7065006c·o_key_get_type.l
181 ··0x00002e2c·6173736f·5f6b6579·5f717565·72795f76·asso_key_query_v181 ··0x00002e2c·6173736f·5f6b6579·5f717565·72795f76·asso_key_query_v
182 ··0x00002e3c·65726966·79006c61·73736f5f·6b65795f·erify.lasso_key_182 ··0x00002e3c·65726966·79006c61·73736f5f·6b65795f·erify.lasso_key_
183 ··0x00002e4c·71756572·795f7369·676e006c·6173736f·query_sign.lasso183 ··0x00002e4c·71756572·795f7369·676e006c·6173736f·query_sign.lasso
184 ··0x00002e5c·5f6b6579·5f73616d·6c325f78·6d6c5f76·_key_saml2_xml_v184 ··0x00002e5c·5f6b6579·5f73616d·6c325f78·6d6c5f76·_key_saml2_xml_v
185 ··0x00002e6c·65726966·79006c61·73736f5f·6b65795f·erify.lasso_key_185 ··0x00002e6c·65726966·79006c61·73736f5f·6b65795f·erify.lasso_key_
8.71 MB
objdump --line-numbers --disassemble --demangle --reloc --no-show-raw-insn --section=.text {}
    
Offset 554, 15 lines modifiedOffset 554, 15 lines modified
554 /build/lasso-2.6.0/bindings/perl/gobject_handling.c:145554 /build/lasso-2.6.0/bindings/perl/gobject_handling.c:145
555 »       cmpl···$0x0,-0x34(%ebp)555 »       cmpl···$0x0,-0x34(%ebp)
556 »       jne····a5ec·<g_object_unref@plt+0x5a4>556 »       jne····a5ec·<g_object_unref@plt+0x5a4>
557 /build/lasso-2.6.0/bindings/perl/gobject_handling.c:145·(discriminator·1)557 /build/lasso-2.6.0/bindings/perl/gobject_handling.c:145·(discriminator·1)
558 »       sub····$0xc,%esp558 »       sub····$0xc,%esp
559 »       lea····-0x1cfb8(%ebx),%eax559 »       lea····-0x1cfb8(%ebx),%eax
560 »       push···%eax560 »       push···%eax
561 »       lea····-0xcb30(%ebx),%eax561 »       lea····-0xcb38(%ebx),%eax
562 »       push···%eax562 »       push···%eax
563 »       push···$0x91563 »       push···$0x91
564 »       lea····-0x1cfaa(%ebx),%eax564 »       lea····-0x1cfaa(%ebx),%eax
565 »       push···%eax565 »       push···%eax
566 »       push···$0x0566 »       push···$0x0
567 »       call···9cf0·<g_assertion_message_expr@plt>567 »       call···9cf0·<g_assertion_message_expr@plt>
568 /build/lasso-2.6.0/bindings/perl/gobject_handling.c:156568 /build/lasso-2.6.0/bindings/perl/gobject_handling.c:156
Offset 3574, 15 lines modifiedOffset 3574, 15 lines modified
3574 /build/lasso-2.6.0/bindings/perl/Lasso.c:501·(discriminator·7)3574 /build/lasso-2.6.0/bindings/perl/Lasso.c:501·(discriminator·7)
3575 »       lea····-0xc(%ebp),%esp3575 »       lea····-0xc(%ebp),%esp
3576 »       pop····%ebx3576 »       pop····%ebx
3577 »       pop····%esi3577 »       pop····%esi
3578 »       pop····%edi3578 »       pop····%edi
3579 »       pop····%ebp3579 »       pop····%ebp
3580 »       retq···3580 »       retq···
3581 XS_Lasso_profile_is_saml_query():3581 XS_Lasso_profile_get_request_type_from_soap_msg():
3582 /build/lasso-2.6.0/bindings/perl/Lasso.c:5063582 /build/lasso-2.6.0/bindings/perl/Lasso.c:506
3583 »       push···%ebp3583 »       push···%ebp
3584 »       mov····%esp,%ebp3584 »       mov····%esp,%ebp
3585 »       push···%edi3585 »       push···%edi
3586 »       push···%esi3586 »       push···%esi
3587 »       push···%ebx3587 »       push···%ebx
3588 »       sub····$0x3c,%esp3588 »       sub····$0x3c,%esp
Offset 3703, 15 lines modifiedOffset 3703, 15 lines modified
3703 »       push···%esi3703 »       push···%esi
3704 »       push···%eax3704 »       push···%eax
3705 »       call···88c0·<Perl_sv_2pv_flags@plt>3705 »       call···88c0·<Perl_sv_2pv_flags@plt>
3706 »       add····$0x10,%esp3706 »       add····$0x10,%esp
3707 »       jmp····c70c·<get_hash_of_objects@@Base+0x1220>3707 »       jmp····c70c·<get_hash_of_objects@@Base+0x1220>
3708 /build/lasso-2.6.0/bindings/perl/Lasso.c:511·(discriminator·2)3708 /build/lasso-2.6.0/bindings/perl/Lasso.c:511·(discriminator·2)
3709 »       sub····$0xc,%esp3709 »       sub····$0xc,%esp
3710 »       lea····-0x1cd71(%ebx),%eax3710 »       lea····-0x1cd72(%ebx),%eax
3711 »       push···%eax3711 »       push···%eax
3712 »       call···8670·<Perl_croak_nocontext@plt>3712 »       call···8670·<Perl_croak_nocontext@plt>
3713 /build/lasso-2.6.0/bindings/perl/Lasso.c:511·(discriminator·7)3713 /build/lasso-2.6.0/bindings/perl/Lasso.c:511·(discriminator·7)
3714 »       mov····%eax,-0x2c(%ebp)3714 »       mov····%eax,-0x2c(%ebp)
3715 /build/lasso-2.6.0/bindings/perl/Lasso.c:514·(discriminator·7)3715 /build/lasso-2.6.0/bindings/perl/Lasso.c:514·(discriminator·7)
3716 »       mov····-0x18(%ebx),%eax3716 »       mov····-0x18(%ebx),%eax
3717 »       mov····(%eax),%eax3717 »       mov····(%eax),%eax
Offset 3757, 15 lines modifiedOffset 3757, 15 lines modified
3757 »       call···88f0·<Perl_sv_newmortal@plt>3757 »       call···88f0·<Perl_sv_newmortal@plt>
3758 »       add····$0x10,%esp3758 »       add····$0x10,%esp
3759 /build/lasso-2.6.0/bindings/perl/Lasso.c:514·(discriminator·4)3759 /build/lasso-2.6.0/bindings/perl/Lasso.c:514·(discriminator·4)
3760 »       mov····%eax,-0x30(%ebp)3760 »       mov····%eax,-0x30(%ebp)
3761 /build/lasso-2.6.0/bindings/perl/Lasso.c:516·(discriminator·4)3761 /build/lasso-2.6.0/bindings/perl/Lasso.c:516·(discriminator·4)
3762 »       sub····$0xc,%esp3762 »       sub····$0xc,%esp
3763 »       pushl··-0x2c(%ebp)3763 »       pushl··-0x2c(%ebp)
3764 »       call···8b00·<lasso_profile_is_saml_query@plt>3764 »       call···9ab0·<lasso_profile_get_request_type_from_soap_msg@plt>
3765 »       add····$0x10,%esp3765 »       add····$0x10,%esp
3766 »       mov····%eax,-0x34(%ebp)3766 »       mov····%eax,-0x34(%ebp)
3767 /build/lasso-2.6.0/bindings/perl/Lasso.c:517·(discriminator·4)3767 /build/lasso-2.6.0/bindings/perl/Lasso.c:517·(discriminator·4)
3768 »       mov····-0x18(%ebx),%eax3768 »       mov····-0x18(%ebx),%eax
3769 »       mov····(%eax),%eax3769 »       mov····(%eax),%eax
3770 »       sub····$0xc,%esp3770 »       sub····$0xc,%esp
3771 »       push···%eax3771 »       push···%eax
Offset 3774, 17 lines modifiedOffset 3774, 16 lines modified
3774 »       mov····0xc(%eax),%eax3774 »       mov····0xc(%eax),%eax
3775 »       mov····-0x20(%ebp),%edx3775 »       mov····-0x20(%ebp),%edx
3776 »       add····$0x3fffffff,%edx3776 »       add····$0x3fffffff,%edx
3777 »       shl····$0x2,%edx3777 »       shl····$0x2,%edx
3778 »       add····%edx,%eax3778 »       add····%edx,%eax
3779 »       mov····%eax,-0x1c(%ebp)3779 »       mov····%eax,-0x1c(%ebp)
3780 »       mov····-0x34(%ebp),%eax3780 »       mov····-0x34(%ebp),%eax
3781 »       cltd··· 
3782 »       mov····%eax,-0x40(%ebp)3781 »       mov····%eax,-0x40(%ebp)
3783 »       mov····%edx,-0x3c(%ebp)3782 »       movl···$0x0,-0x3c(%ebp)
3784 »       mov····-0x30(%ebp),%eax3783 »       mov····-0x30(%ebp),%eax
3785 »       mov····0x8(%eax),%eax3784 »       mov····0x8(%eax),%eax
3786 »       and····$0x998108ff,%eax3785 »       and····$0x998108ff,%eax
3787 »       cmp····$0x1,%eax3786 »       cmp····$0x1,%eax
3788 »       sete···%al3787 »       sete···%al
3789 »       movzbl·%al,%esi3788 »       movzbl·%al,%esi
3790 »       mov····-0x18(%ebx),%eax3789 »       mov····-0x18(%ebx),%eax
Offset 3797, 28 lines modifiedOffset 3796, 28 lines modified
3797 »       xor····$0x1,%eax3796 »       xor····$0x1,%eax
3798 »       movzbl·%al,%eax3797 »       movzbl·%al,%eax
3799 »       and····%esi,%eax3798 »       and····%esi,%eax
3800 »       test···%eax,%eax3799 »       test···%eax,%eax
3801 »       setne··%al3800 »       setne··%al
3802 »       movzbl·%al,%eax3801 »       movzbl·%al,%eax
3803 »       test···%eax,%eax3802 »       test···%eax,%eax
3804 »       je·····c836·<get_hash_of_objects@@Base+0x134a>3803 »       je·····c839·<get_hash_of_objects@@Base+0x134d>
3805 /build/lasso-2.6.0/bindings/perl/Lasso.c:517·(discriminator·1)3804 /build/lasso-2.6.0/bindings/perl/Lasso.c:517·(discriminator·1)
3806 »       mov····-0x30(%ebp),%eax3805 »       mov····-0x30(%ebp),%eax
3807 »       mov····0x8(%eax),%eax3806 »       mov····0x8(%eax),%eax
3808 »       or·····$0x11,%ah3807 »       or·····$0x11,%ah
3809 »       mov····%eax,%edx3808 »       mov····%eax,%edx
3810 »       mov····-0x30(%ebp),%eax3809 »       mov····-0x30(%ebp),%eax
3811 »       mov····%edx,0x8(%eax)3810 »       mov····%edx,0x8(%eax)
3812 »       mov····-0x30(%ebp),%ecx3811 »       mov····-0x30(%ebp),%ecx
3813 »       mov····-0x40(%ebp),%eax3812 »       mov····-0x40(%ebp),%eax
3814 »       mov····-0x3c(%ebp),%edx3813 »       mov····-0x3c(%ebp),%edx
3815 »       mov····%eax,0xc(%ecx)3814 »       mov····%eax,0xc(%ecx)
3816 »       mov····%edx,0x10(%ecx)3815 »       mov····%edx,0x10(%ecx)
3817 »       jmp····c85c·<get_hash_of_objects@@Base+0x1370>3816 »       jmp····c85f·<get_hash_of_objects@@Base+0x1373>
3818 /build/lasso-2.6.0/bindings/perl/Lasso.c:517·(discriminator·2)3817 /build/lasso-2.6.0/bindings/perl/Lasso.c:517·(discriminator·2)
3819 »       mov····-0x18(%ebx),%eax3818 »       mov····-0x18(%ebx),%eax
3820 »       mov····(%eax),%eax3819 »       mov····(%eax),%eax
3821 »       sub····$0xc,%esp3820 »       sub····$0xc,%esp
3822 »       push···%eax3821 »       push···%eax
3823 »       call···8b40·<pthread_getspecific@plt>3822 »       call···8b40·<pthread_getspecific@plt>
3824 »       add····$0x10,%esp3823 »       add····$0x10,%esp
Offset 3861, 24 lines modifiedOffset 3860, 24 lines modified
3861 /build/lasso-2.6.0/bindings/perl/Lasso.c:520·(discriminator·4)3860 /build/lasso-2.6.0/bindings/perl/Lasso.c:520·(discriminator·4)
3862 »       lea····-0xc(%ebp),%esp3861 »       lea····-0xc(%ebp),%esp
3863 »       pop····%ebx3862 »       pop····%ebx
3864 »       pop····%esi3863 »       pop····%esi
3865 »       pop····%edi3864 »       pop····%edi
3866 »       pop····%ebp3865 »       pop····%ebp
3867 »       retq···3866 »       retq···
3868 XS_Lasso_saml2_name_id_build_persistent():3867 XS_Lasso_profile_is_liberty_query():
3869 /build/lasso-2.6.0/bindings/perl/Lasso.c:5253868 /build/lasso-2.6.0/bindings/perl/Lasso.c:525
3870 »       push···%ebp3869 »       push···%ebp
3871 »       mov····%esp,%ebp3870 »       mov····%esp,%ebp
3872 »       push···%edi3871 »       push···%edi
3873 »       push···%esi3872 »       push···%esi
3874 »       push···%ebx3873 »       push···%ebx
3875 »       sub····$0x3c,%esp3874 »       sub····$0x3c,%esp
3876 »       call···a050·<g_object_unref@plt+0x8>3875 »       call···a050·<g_object_unref@plt+0x8>
Max diff block lines reached; 9131953/9135863 bytes (99.96%) of diff not shown.
535 KB
readelf --wide --decompress --hex-dump=.rodata {}
    
Offset 36, 31 lines modifiedOffset 36, 31 lines modified
36 ··0x000bf210·73206e6f·6e2d7374·72696e67·73207661·s·non-strings·va36 ··0x000bf210·73206e6f·6e2d7374·72696e67·73207661·s·non-strings·va
37 ··0x000bf220·6c756573·00737600·6572726f·725f636f·lues.sv.error_co37 ··0x000bf220·6c756573·00737600·6572726f·725f636f·lues.sv.error_co
38 ··0x000bf230·64650000·6d616a6f·722c206d·696e6f72·de..major,·minor38 ··0x000bf230·64650000·6d616a6f·722c206d·696e6f72·de..major,·minor
39 ··0x000bf240·2c207375·626d696e·6f722c20·6d6f6465·,·subminor,·mode39 ··0x000bf240·2c207375·626d696e·6f722c20·6d6f6465·,·subminor,·mode
40 ··0x000bf250·203d204c·4153534f·5f434845·434b5f56··=·LASSO_CHECK_V40 ··0x000bf250·203d204c·4153534f·5f434845·434b5f56··=·LASSO_CHECK_V
41 ··0x000bf260·45525349·4f4e5f4e·554d4552·49430066·ERSION_NUMERIC.f41 ··0x000bf260·45525349·4f4e5f4e·554d4552·49430066·ERSION_NUMERIC.f
42 ··0x000bf270·6c616700·666c6167·2063616e·6e6f7420·lag.flag·cannot·42 ··0x000bf270·6c616700·666c6167·2063616e·6e6f7420·lag.flag·cannot·
43 ··0x000bf280·62652075·6e646566·00717565·72790071·be·undef.query.q43 ··0x000bf280·62652075·6e646566·00736f61·7000736f·be·undef.soap.so
44 ··0x000bf290·75657279·2063616e·6e6f7420·62652075·uery·cannot·be·u 
45 ··0x000bf2a0·6e646566·0069642c·20696470·49442c20·ndef.id,·idpID,· 
46 ··0x000bf2b0·70726f76·69646572·49440069·64206361·providerID.id·ca 
47 ··0x000bf2c0·6e6e6f74·20626520·756e6465·66006964·nnot·be·undef.id 
48 ··0x000bf2d0·70494420·63616e6e·6f742062·6520756e·pID·cannot·be·un44 ··0x000bf290·61702063·616e6e6f·74206265·20756e64·ap·cannot·be·und
49 ··0x000bf2e0·64656600·70726f76·69646572·49442063·def.providerID·c45 ··0x000bf2a0·65660071·75657279·00717565·72792063·ef.query.query·c
50 ··0x000bf2f0·616e6e6f·74206265·20756e64·65660069·annot·be·undef.i46 ··0x000bf2b0·616e6e6f·74206265·20756e64·6566006d·annot·be·undef.m
51 ··0x000bf300·642c2069·64704944·2c207072·6f766964·d,·idpID,·provid 
52 ··0x000bf310·65720073·697a6500·70726566·69782c20·er.size.prefix,· 
53 ··0x000bf320·68726566·00707265·66697820·63616e6e·href.prefix·cann47 ··0x000bf2c0·65737361·67652063·616e6e6f·74206265·essage·cannot·be
 48 ··0x000bf2d0·20756e64·65660069·642c2069·64704944··undef.id,·idpID
 49 ··0x000bf2e0·2c207072·6f766964·65724944·00696420·,·providerID.id·
54 ··0x000bf330·6f742062·6520756e·64656600·68726566·ot·be·undef.href50 ··0x000bf2f0·63616e6e·6f742062·6520756e·64656600·cannot·be·undef.
 51 ··0x000bf300·69647049·44206361·6e6e6f74·20626520·idpID·cannot·be·
 52 ··0x000bf310·756e6465·66007072·6f766964·65724944·undef.providerID
55 ··0x000bf340·2063616e·6e6f7420·62652075·6e646566··cannot·be·undef53 ··0x000bf320·2063616e·6e6f7420·62652075·6e646566··cannot·be·undef
56 ··0x000bf350·00687265·6600736f·61700073·6f617020·.href.soap.soap·54 ··0x000bf330·0069642c·20696470·49442c20·70726f76·.id,·idpID,·prov
 55 ··0x000bf340·69646572·00707265·6669782c·20687265·ider.prefix,·hre
 56 ··0x000bf350·66007072·65666978·2063616e·6e6f7420·f.prefix·cannot·
 57 ··0x000bf360·62652075·6e646566·00687265·66206361·be·undef.href·ca
57 ··0x000bf360·63616e6e·6f742062·6520756e·64656600·cannot·be·undef.58 ··0x000bf370·6e6e6f74·20626520·756e6465·66006872·nnot·be·undef.hr
58 ··0x000bf370·6d657373·61676520·63616e6e·6f742062·message·cannot·b 
59 ··0x000bf380·6520756e·64656600·636c7300·64756d70·e·undef.cls.dump59 ··0x000bf380·65660073·697a6500·636c7300·64756d70·ef.size.cls.dump
60 ··0x000bf390·0064756d·70206361·6e6e6f74·20626520·.dump·cannot·be·60 ··0x000bf390·0064756d·70206361·6e6e6f74·20626520·.dump·cannot·be·
61 ··0x000bf3a0·756e6465·66006e6f·64650000·6e6f6465·undef.node..node61 ··0x000bf3a0·756e6465·66006e6f·64650000·6e6f6465·undef.node..node
62 ··0x000bf3b0·2c207369·676e5f6d·6574686f·64203d20·,·sign_method·=·62 ··0x000bf3b0·2c207369·676e5f6d·6574686f·64203d20·,·sign_method·=·
63 ··0x000bf3c0·312c2070·72697661·74655f6b·65795f66·1,·private_key_f63 ··0x000bf3c0·312c2070·72697661·74655f6b·65795f66·1,·private_key_f
64 ··0x000bf3d0·696c6520·3d204e55·4c4c0000·6e6f6465·ile·=·NULL..node64 ··0x000bf3d0·696c6520·3d204e55·4c4c0000·6e6f6465·ile·=·NULL..node
65 ··0x000bf3e0·2c207369·676e5f6d·6574686f·64203d20·,·sign_method·=·65 ··0x000bf3e0·2c207369·676e5f6d·6574686f·64203d20·,·sign_method·=·
66 ··0x000bf3f0·312c2070·72697661·74655f6b·65795f66·1,·private_key_f66 ··0x000bf3f0·312c2070·72697661·74655f6b·65795f66·1,·private_key_f
Offset 109, 4070 lines modifiedOffset 109, 4069 lines modified
109 ··0x000bf6a0·6e616d65·5f6f725f·62756666·65722c20·name_or_buffer,·109 ··0x000bf6a0·6e616d65·5f6f725f·62756666·65722c20·name_or_buffer,·
110 ··0x000bf6b0·70617373·776f7264·2c207369·676e6174·password,·signat110 ··0x000bf6b0·70617373·776f7264·2c207369·676e6174·password,·signat
111 ··0x000bf6c0·7572655f·6d657468·6f642c20·63657274·ure_method,·cert111 ··0x000bf6c0·7572655f·6d657468·6f642c20·63657274·ure_method,·cert
112 ··0x000bf6d0·69666963·61746500·66696c65·6e616d65·ificate.filename112 ··0x000bf6d0·69666963·61746500·66696c65·6e616d65·ificate.filename
113 ··0x000bf6e0·5f6f725f·62756666·65722063·616e6e6f·_or_buffer·canno113 ··0x000bf6e0·5f6f725f·62756666·65722063·616e6e6f·_or_buffer·canno
114 ··0x000bf6f0·74206265·20756e64·6566006b·65792c20·t·be·undef.key,·114 ··0x000bf6f0·74206265·20756e64·6566006b·65792c20·t·be·undef.key,·
53.3 KB
readelf --wide --decompress --hex-dump=.eh_frame_hdr {}
    
Offset 1, 409 lines modifiedOffset 1, 409 lines modified
  
316 KB
readelf --wide --decompress --hex-dump=.eh_frame {}
    
Offset 1, 2415 lines modifiedOffset 1, 2415 lines modified
  
811 B
error from `readelf --wide --decompress --hex-dump=.gnu_debuglink {}`: readelf: Error: no .dynamic section in the dynamic segment
    
Offset 1, 7 lines modifiedOffset 1, 7 lines modified
  
1 Hex·dump·of·section·'.gnu_debuglink':1 Hex·dump·of·section·'.gnu_debuglink':
2 ··0x00000000·35356338·61383462·32343565·31656336·55c8a84b245e1ec6 
3 ··0x00000010·37373532·35656131·61636235·63333833·77525ea1acb5c3832 ··0x00000000·35613362·61373531·38343134·36363031·5a3ba75184146601
 3 ··0x00000010·35323736·38303961·37636131·35366330·5276809a7ca156c0
4 ··0x00000020·63343966·61632e64·65627567·00000000·c49fac.debug....4 ··0x00000020·61313966·37312e64·65627567·00000000·a19f71.debug....
5 ··0x00000030·4d9067a4····························M.g.5 ··0x00000030·665a9146····························fZ.F
  
90.8 KB
liblasso3-dev_2.6.0-2+deb10u1_i386.deb
367 B
file list
    
Offset 1, 3 lines modifiedOffset 1, 3 lines modified
1 -rw-r--r--···0········0········0········4·2021-06-02·18:54:32.000000·debian-binary1 -rw-r--r--···0········0········0········4·2021-06-02·18:54:32.000000·debian-binary
2 -rw-r--r--···0········0········0·····4704·2021-06-02·18:54:32.000000·control.tar.xz2 -rw-r--r--···0········0········0·····4704·2021-06-02·18:54:32.000000·control.tar.xz
3 -rw-r--r--···0········0········0···856440·2021-06-02·18:54:32.000000·data.tar.xz3 -rw-r--r--···0········0········0···856320·2021-06-02·18:54:32.000000·data.tar.xz
98.0 B
control.tar.xz
70.0 B
control.tar
48.0 B
./md5sums
30.0 B
./md5sums
Files differ
90.3 KB
data.tar.xz
90.2 KB
data.tar
90.2 KB
./usr/lib/liblasso.a
90.2 KB
lasso.o
22.1 KB
readelf --wide --symbols {}
    
Offset 66, 135 lines modifiedOffset 66, 135 lines modified
66 ····62:·00000000·····0·NOTYPE··GLOBAL·DEFAULT··UND·xmlSecOpenSSLInit66 ····62:·00000000·····0·NOTYPE··GLOBAL·DEFAULT··UND·xmlSecOpenSSLInit
67 ····63:·00000000·····0·NOTYPE··GLOBAL·DEFAULT··UND·getenv67 ····63:·00000000·····0·NOTYPE··GLOBAL·DEFAULT··UND·getenv
68 ····64:·00000000·····0·NOTYPE··GLOBAL·DEFAULT··UND·strtok_r68 ····64:·00000000·····0·NOTYPE··GLOBAL·DEFAULT··UND·strtok_r
69 ····65:·00000000·····0·NOTYPE··GLOBAL·DEFAULT··UND·xmlSetStructuredErrorFunc69 ····65:·00000000·····0·NOTYPE··GLOBAL·DEFAULT··UND·xmlSetStructuredErrorFunc
70 ····66:·00000000·····0·NOTYPE··GLOBAL·DEFAULT··UND·xmlSecErrorsSetCallback70 ····66:·00000000·····0·NOTYPE··GLOBAL·DEFAULT··UND·xmlSecErrorsSetCallback
71 ····67:·00000000·····0·NOTYPE··GLOBAL·DEFAULT··UND·lasso_log71 ····67:·00000000·····0·NOTYPE··GLOBAL·DEFAULT··UND·lasso_log
72 ····68:·00000000·····0·NOTYPE··GLOBAL·HIDDEN···UND·__stack_chk_fail_local72 ····68:·00000000·····0·NOTYPE··GLOBAL·HIDDEN···UND·__stack_chk_fail_local
73 ····69:·00000000·····0·NOTYPE··GLOBAL·DEFAULT··UND·lasso_name_id_management_get_type73 ····69:·00000000·····0·NOTYPE··GLOBAL·DEFAULT··UND·lasso_identity_get_type
 74 ····70:·00000000·····0·NOTYPE··GLOBAL·DEFAULT··UND·lasso_logout_get_type
 75 ····71:·00000000·····0·NOTYPE··GLOBAL·DEFAULT··UND·lasso_defederation_get_type
 76 ····72:·00000000·····0·NOTYPE··GLOBAL·DEFAULT··UND·lasso_profile_get_type
 77 ····73:·00000000·····0·NOTYPE··GLOBAL·DEFAULT··UND·lasso_federation_get_type
 78 ····74:·00000000·····0·NOTYPE··GLOBAL·DEFAULT··UND·lasso_name_registration_get_type
 79 ····75:·00000000·····0·NOTYPE··GLOBAL·DEFAULT··UND·lasso_provider_get_type
 80 ····76:·00000000·····0·NOTYPE··GLOBAL·DEFAULT··UND·lasso_session_get_type
 81 ····77:·00000000·····0·NOTYPE··GLOBAL·DEFAULT··UND·lasso_name_identifier_mapping_get_type
 82 ····78:·00000000·····0·NOTYPE··GLOBAL·DEFAULT··UND·lasso_login_get_type
74 ····70:·00000000·····0·NOTYPE··GLOBAL·DEFAULT··UND·lasso_ecp_get_type83 ····79:·00000000·····0·NOTYPE··GLOBAL·DEFAULT··UND·lasso_lecp_get_type
 84 ····80:·00000000·····0·NOTYPE··GLOBAL·DEFAULT··UND·lasso_server_get_type
 85 ····81:·00000000·····0·NOTYPE··GLOBAL·DEFAULT··UND·lasso_ecp_get_type
75 ····71:·00000000·····0·NOTYPE··GLOBAL·DEFAULT··UND·lasso_assertion_query_get_type86 ····82:·00000000·····0·NOTYPE··GLOBAL·DEFAULT··UND·lasso_assertion_query_get_type
76 ····72:·00000000·····0·NOTYPE··GLOBAL·DEFAULT··UND·lasso_saml_condition_abstract_get_type87 ····83:·00000000·····0·NOTYPE··GLOBAL·DEFAULT··UND·lasso_name_id_management_get_type
77 ····73:·00000000·····0·NOTYPE··GLOBAL·DEFAULT··UND·lasso_paos_response_get_type88 ····84:·00000000·····0·NOTYPE··GLOBAL·DEFAULT··UND·lasso_samlp_response_get_type
 89 ····85:·00000000·····0·NOTYPE··GLOBAL·DEFAULT··UND·lasso_lib_assertion_get_type
78 ····74:·00000000·····0·NOTYPE··GLOBAL·DEFAULT··UND·lasso_saml_advice_get_type90 ····86:·00000000·····0·NOTYPE··GLOBAL·DEFAULT··UND·lasso_saml_conditions_get_type
 91 ····87:·00000000·····0·NOTYPE··GLOBAL·DEFAULT··UND·lasso_lib_name_identifier_mapping_response_get_type
79 ····75:·00000000·····0·NOTYPE··GLOBAL·DEFAULT··UND·lasso_saml_statement_abstract_get_type92 ····88:·00000000·····0·NOTYPE··GLOBAL·DEFAULT··UND·lasso_samlp_response_abstract_get_type
80 ····76:·00000000·····0·NOTYPE··GLOBAL·DEFAULT··UND·lasso_samlp_request_get_type93 ····89:·00000000·····0·NOTYPE··GLOBAL·DEFAULT··UND·lasso_samlp_request_get_type
81 ····77:·00000000·····0·NOTYPE··GLOBAL·DEFAULT··UND·lasso_lib_authn_request_get_type 
82 ····78:·00000000·····0·NOTYPE··GLOBAL·DEFAULT··UND·lasso_lib_authn_response_get_type 
83 ····79:·00000000·····0·NOTYPE··GLOBAL·DEFAULT··UND·lasso_saml_audience_restriction_condition_get_type94 ····90:·00000000·····0·NOTYPE··GLOBAL·DEFAULT··UND·lasso_saml_audience_restriction_condition_get_type
84 ····80:·00000000·····0·NOTYPE··GLOBAL·DEFAULT··UND·lasso_lib_logout_request_get_type 
85 ····81:·00000000·····0·NOTYPE··GLOBAL·DEFAULT··UND·lasso_node_get_type95 ····91:·00000000·····0·NOTYPE··GLOBAL·DEFAULT··UND·lasso_saml_advice_get_type
86 ····82:·00000000·····0·NOTYPE··GLOBAL·DEFAULT··UND·lasso_saml_subject_get_type 
87 ····83:·00000000·····0·NOTYPE··GLOBAL·DEFAULT··UND·lasso_samlp_request_abstract_get_type 
88 ····84:·00000000·····0·NOTYPE··GLOBAL·DEFAULT··UND·lasso_saml_attribute_designator_get_type 
89 ····85:·00000000·····0·NOTYPE··GLOBAL·DEFAULT··UND·lasso_lib_federation_termination_notification_get_type 
90 ····86:·00000000·····0·NOTYPE··GLOBAL·DEFAULT··UND·lasso_paos_request_get_type 
91 ····87:·00000000·····0·NOTYPE··GLOBAL·DEFAULT··UND·lasso_saml_subject_statement_get_type 
92 ····88:·00000000·····0·NOTYPE··GLOBAL·DEFAULT··UND·lasso_lib_register_name_identifier_request_get_type 
93 ····89:·00000000·····0·NOTYPE··GLOBAL·DEFAULT··UND·lasso_saml_subject_statement_abstract_get_type 
94 ····90:·00000000·····0·NOTYPE··GLOBAL·DEFAULT··UND·lasso_saml_subject_locality_get_type 
95 ····91:·00000000·····0·NOTYPE··GLOBAL·DEFAULT··UND·lasso_lib_scoping_get_type96 ····92:·00000000·····0·NOTYPE··GLOBAL·DEFAULT··UND·lasso_lib_scoping_get_type
96 ····92:·00000000·····0·NOTYPE··GLOBAL·DEFAULT··UND·lasso_lib_idp_entries_get_type 
97 ····93:·00000000·····0·NOTYPE··GLOBAL·DEFAULT··UND·lasso_saml_name_identifier_get_type 
98 ····94:·00000000·····0·NOTYPE··GLOBAL·DEFAULT··UND·lasso_saml_authentication_statement_get_type97 ····93:·00000000·····0·NOTYPE··GLOBAL·DEFAULT··UND·lasso_saml_subject_statement_get_type
99 ····95:·00000000·····0·NOTYPE··GLOBAL·DEFAULT··UND·lasso_samlp_status_get_type98 ····94:·00000000·····0·NOTYPE··GLOBAL·DEFAULT··UND·lasso_samlp_status_code_get_type
100 ····96:·00000000·····0·NOTYPE··GLOBAL·DEFAULT··UND·lasso_lib_assertion_get_type 
101 ····97:·00000000·····0·NOTYPE··GLOBAL·DEFAULT··UND·lasso_saml_assertion_get_type99 ····95:·00000000·····0·NOTYPE··GLOBAL·DEFAULT··UND·lasso_saml_attribute_get_type
102 ····98:·00000000·····0·NOTYPE··GLOBAL·DEFAULT··UND·lasso_lib_logout_response_get_type 
103 ····99:·00000000·····0·NOTYPE··GLOBAL·DEFAULT··UND·lasso_lib_authn_context_get_type 
104 ···100:·00000000·····0·NOTYPE··GLOBAL·DEFAULT··UND·lasso_saml_attribute_statement_get_type100 ····96:·00000000·····0·NOTYPE··GLOBAL·DEFAULT··UND·lasso_saml_attribute_statement_get_type
 101 ····97:·00000000·····0·NOTYPE··GLOBAL·DEFAULT··UND·lasso_lib_authn_response_envelope_get_type
 102 ····98:·00000000·····0·NOTYPE··GLOBAL·DEFAULT··UND·lasso_lib_request_authn_context_get_type
 103 ····99:·00000000·····0·NOTYPE··GLOBAL·DEFAULT··UND·lasso_lib_authn_request_envelope_get_type
 104 ···100:·00000000·····0·NOTYPE··GLOBAL·DEFAULT··UND·lasso_saml_subject_statement_abstract_get_type
105 ···101:·00000000·····0·NOTYPE··GLOBAL·DEFAULT··UND·lasso_lib_idp_entry_get_type105 ···101:·00000000·····0·NOTYPE··GLOBAL·DEFAULT··UND·lasso_node_get_type
 106 ···102:·00000000·····0·NOTYPE··GLOBAL·DEFAULT··UND·lasso_saml_subject_locality_get_type
106 ···102:·00000000·····0·NOTYPE··GLOBAL·DEFAULT··UND·lasso_lib_name_identifier_mapping_request_get_type107 ···103:·00000000·····0·NOTYPE··GLOBAL·DEFAULT··UND·lasso_paos_request_get_type
 108 ···104:·00000000·····0·NOTYPE··GLOBAL·DEFAULT··UND·lasso_saml_assertion_get_type
107 ···103:·00000000·····0·NOTYPE··GLOBAL·DEFAULT··UND·lasso_lib_subject_get_type109 ···105:·00000000·····0·NOTYPE··GLOBAL·DEFAULT··UND·lasso_lib_subject_get_type
108 ···104:·00000000·····0·NOTYPE··GLOBAL·DEFAULT··UND·lasso_saml_attribute_value_get_type110 ···106:·00000000·····0·NOTYPE··GLOBAL·DEFAULT··UND·lasso_saml_attribute_value_get_type
109 ···105:·00000000·····0·NOTYPE··GLOBAL·DEFAULT··UND·lasso_lib_status_response_get_type 
110 ···106:·00000000·····0·NOTYPE··GLOBAL·DEFAULT··UND·lasso_samlp_response_abstract_get_type 
111 ···107:·00000000·····0·NOTYPE··GLOBAL·DEFAULT··UND·lasso_lib_idp_list_get_type111 ···107:·00000000·····0·NOTYPE··GLOBAL·DEFAULT··UND·lasso_lib_idp_entries_get_type
 112 ···108:·00000000·····0·NOTYPE··GLOBAL·DEFAULT··UND·lasso_saml_authority_binding_get_type
 113 ···109:·00000000·····0·NOTYPE··GLOBAL·DEFAULT··UND·lasso_lib_federation_termination_notification_get_type
112 ···108:·00000000·····0·NOTYPE··GLOBAL·DEFAULT··UND·lasso_lib_authentication_statement_get_type114 ···110:·00000000·····0·NOTYPE··GLOBAL·DEFAULT··UND·lasso_lib_idp_entry_get_type
113 ···109:·00000000·····0·NOTYPE··GLOBAL·DEFAULT··UND·lasso_saml_subject_confirmation_get_type115 ···111:·00000000·····0·NOTYPE··GLOBAL·DEFAULT··UND·lasso_saml_subject_confirmation_get_type
114 ···110:·00000000·····0·NOTYPE··GLOBAL·DEFAULT··UND·lasso_samlp_response_get_type 
115 ···111:·00000000·····0·NOTYPE··GLOBAL·DEFAULT··UND·lasso_lib_register_name_identifier_response_get_type116 ···112:·00000000·····0·NOTYPE··GLOBAL·DEFAULT··UND·lasso_lib_register_name_identifier_response_get_type
116 ···112:·00000000·····0·NOTYPE··GLOBAL·DEFAULT··UND·lasso_lib_name_identifier_mapping_response_get_type 
117 ···113:·00000000·····0·NOTYPE··GLOBAL·DEFAULT··UND·lasso_saml_conditions_get_type 
118 ···114:·00000000·····0·NOTYPE··GLOBAL·DEFAULT··UND·lasso_samlp_status_code_get_type117 ···113:·00000000·····0·NOTYPE··GLOBAL·DEFAULT··UND·lasso_samlp_status_get_type
 118 ···114:·00000000·····0·NOTYPE··GLOBAL·DEFAULT··UND·lasso_lib_name_identifier_mapping_request_get_type
 119 ···115:·00000000·····0·NOTYPE··GLOBAL·DEFAULT··UND·lasso_paos_response_get_type
 120 ···116:·00000000·····0·NOTYPE··GLOBAL·DEFAULT··UND·lasso_lib_logout_response_get_type
 121 ···117:·00000000·····0·NOTYPE··GLOBAL·DEFAULT··UND·lasso_saml_condition_abstract_get_type
 122 ···118:·00000000·····0·NOTYPE··GLOBAL·DEFAULT··UND·lasso_lib_status_response_get_type
 123 ···119:·00000000·····0·NOTYPE··GLOBAL·DEFAULT··UND·lasso_lib_logout_request_get_type
 124 ···120:·00000000·····0·NOTYPE··GLOBAL·DEFAULT··UND·lasso_saml_statement_abstract_get_type
119 ···115:·00000000·····0·NOTYPE··GLOBAL·DEFAULT··UND·lasso_lib_authn_request_envelope_get_type125 ···121:·00000000·····0·NOTYPE··GLOBAL·DEFAULT··UND·lasso_lib_authn_request_get_type
120 ···116:·00000000·····0·NOTYPE··GLOBAL·DEFAULT··UND·lasso_saml_attribute_get_type126 ···122:·00000000·····0·NOTYPE··GLOBAL·DEFAULT··UND·lasso_saml_authentication_statement_get_type
121 ···117:·00000000·····0·NOTYPE··GLOBAL·DEFAULT··UND·lasso_saml_authority_binding_get_type 
122 ···118:·00000000·····0·NOTYPE··GLOBAL·DEFAULT··UND·lasso_misc_text_node_get_type127 ···123:·00000000·····0·NOTYPE··GLOBAL·DEFAULT··UND·lasso_misc_text_node_get_type
123 ···119:·00000000·····0·NOTYPE··GLOBAL·DEFAULT··UND·lasso_lib_authn_response_envelope_get_type 
124 ···120:·00000000·····0·NOTYPE··GLOBAL·DEFAULT··UND·lasso_lib_request_authn_context_get_type128 ···124:·00000000·····0·NOTYPE··GLOBAL·DEFAULT··UND·lasso_lib_authn_context_get_type
125 ···121:·00000000·····0·NOTYPE··GLOBAL·DEFAULT··UND·lasso_provider_get_type 
126 ···122:·00000000·····0·NOTYPE··GLOBAL·DEFAULT··UND·lasso_login_get_type 
127 ···123:·00000000·····0·NOTYPE··GLOBAL·DEFAULT··UND·lasso_server_get_type129 ···125:·00000000·····0·NOTYPE··GLOBAL·DEFAULT··UND·lasso_lib_register_name_identifier_request_get_type
128 ···124:·00000000·····0·NOTYPE··GLOBAL·DEFAULT··UND·lasso_federation_get_type 
129 ···125:·00000000·····0·NOTYPE··GLOBAL·DEFAULT··UND·lasso_lecp_get_type 
130 ···126:·00000000·····0·NOTYPE··GLOBAL·DEFAULT··UND·lasso_identity_get_type130 ···126:·00000000·····0·NOTYPE··GLOBAL·DEFAULT··UND·lasso_lib_idp_list_get_type
131 ···127:·00000000·····0·NOTYPE··GLOBAL·DEFAULT··UND·lasso_logout_get_type131 ···127:·00000000·····0·NOTYPE··GLOBAL·DEFAULT··UND·lasso_saml_attribute_designator_get_type
132 ···128:·00000000·····0·NOTYPE··GLOBAL·DEFAULT··UND·lasso_profile_get_type132 ···128:·00000000·····0·NOTYPE··GLOBAL·DEFAULT··UND·lasso_lib_authn_response_get_type
133 ···129:·00000000·····0·NOTYPE··GLOBAL·DEFAULT··UND·lasso_name_identifier_mapping_get_type133 ···129:·00000000·····0·NOTYPE··GLOBAL·DEFAULT··UND·lasso_saml_name_identifier_get_type
 134 ···130:·00000000·····0·NOTYPE··GLOBAL·DEFAULT··UND·lasso_lib_authentication_statement_get_type
134 ···130:·00000000·····0·NOTYPE··GLOBAL·DEFAULT··UND·lasso_name_registration_get_type135 ···131:·00000000·····0·NOTYPE··GLOBAL·DEFAULT··UND·lasso_samlp_request_abstract_get_type
135 ···131:·00000000·····0·NOTYPE··GLOBAL·DEFAULT··UND·lasso_session_get_type136 ···132:·00000000·····0·NOTYPE··GLOBAL·DEFAULT··UND·lasso_saml_subject_get_type
136 ···132:·00000000·····0·NOTYPE··GLOBAL·DEFAULT··UND·lasso_defederation_get_type 
137 ···133:·00000000·····0·NOTYPE··GLOBAL·DEFAULT··UND·lasso_soap_fault_get_type137 ···133:·00000000·····0·NOTYPE··GLOBAL·DEFAULT··UND·lasso_soap_detail_get_type
138 ···134:·00000000·····0·NOTYPE··GLOBAL·DEFAULT··UND·lasso_soap_envelope_get_type138 ···134:·00000000·····0·NOTYPE··GLOBAL·DEFAULT··UND·lasso_soap_envelope_get_type
 139 ···135:·00000000·····0·NOTYPE··GLOBAL·DEFAULT··UND·lasso_soap_fault_get_type
139 ···135:·00000000·····0·NOTYPE··GLOBAL·DEFAULT··UND·lasso_soap_body_get_type140 ···136:·00000000·····0·NOTYPE··GLOBAL·DEFAULT··UND·lasso_soap_body_get_type
140 ···136:·00000000·····0·NOTYPE··GLOBAL·DEFAULT··UND·lasso_soap_detail_get_type 
141 ···137:·00000000·····0·NOTYPE··GLOBAL·DEFAULT··UND·lasso_soap_header_get_type141 ···137:·00000000·····0·NOTYPE··GLOBAL·DEFAULT··UND·lasso_soap_header_get_type
 142 ···138:·00000000·····0·NOTYPE··GLOBAL·DEFAULT··UND·lasso_ecp_relay_state_get_type
142 ···138:·00000000·····0·NOTYPE··GLOBAL·DEFAULT··UND·lasso_samlp2_authn_query_get_type143 ···139:·00000000·····0·NOTYPE··GLOBAL·DEFAULT··UND·lasso_ecp_response_get_type
143 ···139:·00000000·····0·NOTYPE··GLOBAL·DEFAULT··UND·lasso_saml2_subject_confirmation_data_get_type 
144 ···140:·00000000·····0·NOTYPE··GLOBAL·DEFAULT··UND·lasso_samlp2_authn_request_get_type144 ···140:·00000000·····0·NOTYPE··GLOBAL·DEFAULT··UND·lasso_ecp_request_get_type
145 ···141:·00000000·····0·NOTYPE··GLOBAL·DEFAULT··UND·lasso_saml2_audience_restriction_get_type 
146 ···142:·00000000·····0·NOTYPE··GLOBAL·DEFAULT··UND·lasso_saml2_attribute_value_get_type145 ···141:·00000000·····0·NOTYPE··GLOBAL·DEFAULT··UND·lasso_ds_key_value_get_type
 146 ···142:·00000000·····0·NOTYPE··GLOBAL·DEFAULT··UND·lasso_ds_key_info_get_type
 147 ···143:·00000000·····0·NOTYPE··GLOBAL·DEFAULT··UND·lasso_ds_rsa_key_value_get_type
 148 ···144:·00000000·····0·NOTYPE··GLOBAL·DEFAULT··UND·lasso_ds_x509_data_get_type
147 ···143:·00000000·····0·NOTYPE··GLOBAL·DEFAULT··UND·lasso_saml2_one_time_use_get_type149 ···145:·00000000·····0·NOTYPE··GLOBAL·DEFAULT··UND·lasso_saml2_advice_get_type
148 ···144:·00000000·····0·NOTYPE··GLOBAL·DEFAULT··UND·lasso_samlp2_name_id_mapping_request_get_type150 ···146:·00000000·····0·NOTYPE··GLOBAL·DEFAULT··UND·lasso_samlp2_name_id_mapping_response_get_type
149 ···145:·00000000·····0·NOTYPE··GLOBAL·DEFAULT··UND·lasso_saml2_encrypted_element_get_type 
150 ···146:·00000000·····0·NOTYPE··GLOBAL·DEFAULT··UND·lasso_saml2_attribute_statement_get_type151 ···147:·00000000·····0·NOTYPE··GLOBAL·DEFAULT··UND·lasso_saml2_attribute_statement_get_type
151 ···147:·00000000·····0·NOTYPE··GLOBAL·DEFAULT··UND·lasso_samlp2_attribute_query_get_type152 ···148:·00000000·····0·NOTYPE··GLOBAL·DEFAULT··UND·lasso_samlp2_extensions_get_type
152 ···148:·00000000·····0·NOTYPE··GLOBAL·DEFAULT··UND·lasso_saml2_statement_abstract_get_type153 ···149:·00000000·····0·NOTYPE··GLOBAL·DEFAULT··UND·lasso_saml2_condition_abstract_get_type
153 ···149:·00000000·····0·NOTYPE··GLOBAL·DEFAULT··UND·lasso_samlp2_status_code_get_type154 ···150:·00000000·····0·NOTYPE··GLOBAL·DEFAULT··UND·lasso_samlp2_status_get_type
 155 ···151:·00000000·····0·NOTYPE··GLOBAL·DEFAULT··UND·lasso_samlp2_status_response_get_type
 156 ···152:·00000000·····0·NOTYPE··GLOBAL·DEFAULT··UND·lasso_samlp2_response_get_type
 157 ···153:·00000000·····0·NOTYPE··GLOBAL·DEFAULT··UND·lasso_saml2_evidence_get_type
 158 ···154:·00000000·····0·NOTYPE··GLOBAL·DEFAULT··UND·lasso_samlp2_authz_decision_query_get_type
 159 ···155:·00000000·····0·NOTYPE··GLOBAL·DEFAULT··UND·lasso_saml2_encrypted_element_get_type
Max diff block lines reached; -1/22591 bytes (-0.00%) of diff not shown.
22.9 KB
readelf --wide --relocs {}
    
Offset 74, 142 lines modifiedOffset 74, 142 lines modified
74 0000042e··00001509·R_386_GOTOFF···········000000ac···.LC1474 0000042e··00001509·R_386_GOTOFF···········000000ac···.LC14
75 0000043f··00001809·R_386_GOTOFF···········000000b5···.LC1675 0000043f··00001809·R_386_GOTOFF···········000000b5···.LC16
76 00000446··00001509·R_386_GOTOFF···········000000ac···.LC1476 00000446··00001509·R_386_GOTOFF···········000000ac···.LC14
77 00000453··00004402·R_386_PC32·············00000000···__stack_chk_fail_local77 00000453··00004402·R_386_PC32·············00000000···__stack_chk_fail_local
  
78 Relocation·section·'.rel.data.rel'·at·offset·0x2db8·contains·128·entries:78 Relocation·section·'.rel.data.rel'·at·offset·0x2db8·contains·128·entries:
79 ·Offset·····Info····Type················Sym.·Value··Symbol's·Name79 ·Offset·····Info····Type················Sym.·Value··Symbol's·Name
 80 00000000··00004501·R_386_32···············00000000···lasso_identity_get_type
 81 00000004··00004601·R_386_32···············00000000···lasso_logout_get_type
 82 00000008··00004701·R_386_32···············00000000···lasso_defederation_get_type
 83 0000000c··00004801·R_386_32···············00000000···lasso_profile_get_type
 84 00000010··00004901·R_386_32···············00000000···lasso_federation_get_type
 85 00000014··00004a01·R_386_32···············00000000···lasso_name_registration_get_type
 86 00000018··00004b01·R_386_32···············00000000···lasso_provider_get_type
 87 0000001c··00004c01·R_386_32···············00000000···lasso_session_get_type
 88 00000020··00004d01·R_386_32···············00000000···lasso_name_identifier_mapping_get_type
 89 00000024··00004e01·R_386_32···············00000000···lasso_login_get_type
 90 00000028··00004f01·R_386_32···············00000000···lasso_lecp_get_type
 91 0000002c··00005001·R_386_32···············00000000···lasso_server_get_type
 92 00000030··00005101·R_386_32···············00000000···lasso_ecp_get_type
 93 00000034··00005201·R_386_32···············00000000···lasso_assertion_query_get_type
80 00000000··00004501·R_386_32···············00000000···lasso_name_id_management_get_type94 00000038··00005301·R_386_32···············00000000···lasso_name_id_management_get_type
81 00000004··00004601·R_386_32···············00000000···lasso_ecp_get_type 
82 00000008··00004701·R_386_32···············00000000···lasso_assertion_query_get_type 
83 0000000c··00004801·R_386_32···············00000000···lasso_saml_condition_abstract_get_type 
84 00000010··00004901·R_386_32···············00000000···lasso_paos_response_get_type95 0000003c··00005401·R_386_32···············00000000···lasso_samlp_response_get_type
 96 00000040··00005501·R_386_32···············00000000···lasso_lib_assertion_get_type
85 00000014··00004a01·R_386_32···············00000000···lasso_saml_advice_get_type97 00000044··00005601·R_386_32···············00000000···lasso_saml_conditions_get_type
 98 00000048··00005701·R_386_32···············00000000···lasso_lib_name_identifier_mapping_response_get_type
86 00000018··00004b01·R_386_32···············00000000···lasso_saml_statement_abstract_get_type99 0000004c··00005801·R_386_32···············00000000···lasso_samlp_response_abstract_get_type
87 0000001c··00004c01·R_386_32···············00000000···lasso_samlp_request_get_type100 00000050··00005901·R_386_32···············00000000···lasso_samlp_request_get_type
88 00000020··00004d01·R_386_32···············00000000···lasso_lib_authn_request_get_type 
89 00000024··00004e01·R_386_32···············00000000···lasso_lib_authn_response_get_type 
90 00000028··00004f01·R_386_32···············00000000···lasso_saml_audience_restriction_condition_get_type101 00000054··00005a01·R_386_32···············00000000···lasso_saml_audience_restriction_condition_get_type
91 0000002c··00005001·R_386_32···············00000000···lasso_lib_logout_request_get_type 
92 00000030··00005101·R_386_32···············00000000···lasso_node_get_type 
93 00000034··00005201·R_386_32···············00000000···lasso_saml_subject_get_type102 00000058··00005b01·R_386_32···············00000000···lasso_saml_advice_get_type
94 00000038··00005301·R_386_32···············00000000···lasso_samlp_request_abstract_get_type 
95 0000003c··00005401·R_386_32···············00000000···lasso_saml_attribute_designator_get_type 
96 00000040··00005501·R_386_32···············00000000···lasso_lib_federation_termination_notification_get_type 
97 00000044··00005601·R_386_32···············00000000···lasso_paos_request_get_type 
98 00000048··00005701·R_386_32···············00000000···lasso_saml_subject_statement_get_type 
99 0000004c··00005801·R_386_32···············00000000···lasso_lib_register_name_identifier_request_get_type 
100 00000050··00005901·R_386_32···············00000000···lasso_saml_subject_statement_abstract_get_type 
101 00000054··00005a01·R_386_32···············00000000···lasso_saml_subject_locality_get_type 
102 00000058··00005b01·R_386_32···············00000000···lasso_lib_scoping_get_type103 0000005c··00005c01·R_386_32···············00000000···lasso_lib_scoping_get_type
103 0000005c··00005c01·R_386_32···············00000000···lasso_lib_idp_entries_get_type 
104 00000060··00005d01·R_386_32···············00000000···lasso_saml_name_identifier_get_type 
105 00000064··00005e01·R_386_32···············00000000···lasso_saml_authentication_statement_get_type104 00000060··00005d01·R_386_32···············00000000···lasso_saml_subject_statement_get_type
106 00000068··00005f01·R_386_32···············00000000···lasso_samlp_status_get_type105 00000064··00005e01·R_386_32···············00000000···lasso_samlp_status_code_get_type
107 0000006c··00006001·R_386_32···············00000000···lasso_lib_assertion_get_type 
108 00000070··00006101·R_386_32···············00000000···lasso_saml_assertion_get_type106 00000068··00005f01·R_386_32···············00000000···lasso_saml_attribute_get_type
109 00000074··00006201·R_386_32···············00000000···lasso_lib_logout_response_get_type 
110 00000078··00006301·R_386_32···············00000000···lasso_lib_authn_context_get_type 
111 0000007c··00006401·R_386_32···············00000000···lasso_saml_attribute_statement_get_type107 0000006c··00006001·R_386_32···············00000000···lasso_saml_attribute_statement_get_type
112 00000080··00006501·R_386_32···············00000000···lasso_lib_idp_entry_get_type 
113 00000084··00006601·R_386_32···············00000000···lasso_lib_name_identifier_mapping_request_get_type 
114 00000088··00006701·R_386_32···············00000000···lasso_lib_subject_get_type 
115 0000008c··00006801·R_386_32···············00000000···lasso_saml_attribute_value_get_type 
116 00000090··00006901·R_386_32···············00000000···lasso_lib_status_response_get_type108 00000070··00006101·R_386_32···············00000000···lasso_lib_authn_response_envelope_get_type
117 00000094··00006a01·R_386_32···············00000000···lasso_samlp_response_abstract_get_type 
118 00000098··00006b01·R_386_32···············00000000···lasso_lib_idp_list_get_type 
119 0000009c··00006c01·R_386_32···············00000000···lasso_lib_authentication_statement_get_type 
120 000000a0··00006d01·R_386_32···············00000000···lasso_saml_subject_confirmation_get_type 
121 000000a4··00006e01·R_386_32···············00000000···lasso_samlp_response_get_type 
122 000000a8··00006f01·R_386_32···············00000000···lasso_lib_register_name_identifier_response_get_type 
123 000000ac··00007001·R_386_32···············00000000···lasso_lib_name_identifier_mapping_response_get_type 
124 000000b0··00007101·R_386_32···············00000000···lasso_saml_conditions_get_type 
125 000000b4··00007201·R_386_32···············00000000···lasso_samlp_status_code_get_type109 00000074··00006201·R_386_32···············00000000···lasso_lib_request_authn_context_get_type
126 000000b8··00007301·R_386_32···············00000000···lasso_lib_authn_request_envelope_get_type110 00000078··00006301·R_386_32···············00000000···lasso_lib_authn_request_envelope_get_type
 111 0000007c··00006401·R_386_32···············00000000···lasso_saml_subject_statement_abstract_get_type
 112 00000080··00006501·R_386_32···············00000000···lasso_node_get_type
 113 00000084··00006601·R_386_32···············00000000···lasso_saml_subject_locality_get_type
 114 00000088··00006701·R_386_32···············00000000···lasso_paos_request_get_type
 115 0000008c··00006801·R_386_32···············00000000···lasso_saml_assertion_get_type
 116 00000090··00006901·R_386_32···············00000000···lasso_lib_subject_get_type
127 000000bc··00007401·R_386_32···············00000000···lasso_saml_attribute_get_type117 00000094··00006a01·R_386_32···············00000000···lasso_saml_attribute_value_get_type
 118 00000098··00006b01·R_386_32···············00000000···lasso_lib_idp_entries_get_type
128 000000c0··00007501·R_386_32···············00000000···lasso_saml_authority_binding_get_type119 0000009c··00006c01·R_386_32···············00000000···lasso_saml_authority_binding_get_type
 120 000000a0··00006d01·R_386_32···············00000000···lasso_lib_federation_termination_notification_get_type
 121 000000a4··00006e01·R_386_32···············00000000···lasso_lib_idp_entry_get_type
 122 000000a8··00006f01·R_386_32···············00000000···lasso_saml_subject_confirmation_get_type
 123 000000ac··00007001·R_386_32···············00000000···lasso_lib_register_name_identifier_response_get_type
 124 000000b0··00007101·R_386_32···············00000000···lasso_samlp_status_get_type
 125 000000b4··00007201·R_386_32···············00000000···lasso_lib_name_identifier_mapping_request_get_type
 126 000000b8··00007301·R_386_32···············00000000···lasso_paos_response_get_type
 127 000000bc··00007401·R_386_32···············00000000···lasso_lib_logout_response_get_type
 128 000000c0··00007501·R_386_32···············00000000···lasso_saml_condition_abstract_get_type
 129 000000c4··00007601·R_386_32···············00000000···lasso_lib_status_response_get_type
 130 000000c8··00007701·R_386_32···············00000000···lasso_lib_logout_request_get_type
 131 000000cc··00007801·R_386_32···············00000000···lasso_saml_statement_abstract_get_type
 132 000000d0··00007901·R_386_32···············00000000···lasso_lib_authn_request_get_type
 133 000000d4··00007a01·R_386_32···············00000000···lasso_saml_authentication_statement_get_type
129 000000c4··00007601·R_386_32···············00000000···lasso_misc_text_node_get_type134 000000d8··00007b01·R_386_32···············00000000···lasso_misc_text_node_get_type
130 000000c8··00007701·R_386_32···············00000000···lasso_lib_authn_response_envelope_get_type 
131 000000cc··00007801·R_386_32···············00000000···lasso_lib_request_authn_context_get_type135 000000dc··00007c01·R_386_32···············00000000···lasso_lib_authn_context_get_type
132 000000d0··00007901·R_386_32···············00000000···lasso_provider_get_type 
133 000000d4··00007a01·R_386_32···············00000000···lasso_login_get_type 
134 000000d8··00007b01·R_386_32···············00000000···lasso_server_get_type 
135 000000dc··00007c01·R_386_32···············00000000···lasso_federation_get_type 
136 000000e0··00007d01·R_386_32···············00000000···lasso_lecp_get_type136 000000e0··00007d01·R_386_32···············00000000···lasso_lib_register_name_identifier_request_get_type
137 000000e4··00007e01·R_386_32···············00000000···lasso_identity_get_type137 000000e4··00007e01·R_386_32···············00000000···lasso_lib_idp_list_get_type
138 000000e8··00007f01·R_386_32···············00000000···lasso_logout_get_type138 000000e8··00007f01·R_386_32···············00000000···lasso_saml_attribute_designator_get_type
139 000000ec··00008001·R_386_32···············00000000···lasso_profile_get_type139 000000ec··00008001·R_386_32···············00000000···lasso_lib_authn_response_get_type
140 000000f0··00008101·R_386_32···············00000000···lasso_name_identifier_mapping_get_type140 000000f0··00008101·R_386_32···············00000000···lasso_saml_name_identifier_get_type
 141 000000f4··00008201·R_386_32···············00000000···lasso_lib_authentication_statement_get_type
141 000000f4··00008201·R_386_32···············00000000···lasso_name_registration_get_type142 000000f8··00008301·R_386_32···············00000000···lasso_samlp_request_abstract_get_type
142 000000f8··00008301·R_386_32···············00000000···lasso_session_get_type143 000000fc··00008401·R_386_32···············00000000···lasso_saml_subject_get_type
143 000000fc··00008401·R_386_32···············00000000···lasso_defederation_get_type 
144 00000100··00008501·R_386_32···············00000000···lasso_soap_fault_get_type144 00000100··00008501·R_386_32···············00000000···lasso_soap_detail_get_type
145 00000104··00008601·R_386_32···············00000000···lasso_soap_envelope_get_type145 00000104··00008601·R_386_32···············00000000···lasso_soap_envelope_get_type
 146 00000108··00008701·R_386_32···············00000000···lasso_soap_fault_get_type
146 00000108··00008701·R_386_32···············00000000···lasso_soap_body_get_type147 0000010c··00008801·R_386_32···············00000000···lasso_soap_body_get_type
147 0000010c··00008801·R_386_32···············00000000···lasso_soap_detail_get_type 
148 00000110··00008901·R_386_32···············00000000···lasso_soap_header_get_type148 00000110··00008901·R_386_32···············00000000···lasso_soap_header_get_type
149 00000114··00008a01·R_386_32···············00000000···lasso_samlp2_authn_query_get_type149 00000114··00008a01·R_386_32···············00000000···lasso_ecp_relay_state_get_type
150 00000118··00008b01·R_386_32···············00000000···lasso_saml2_subject_confirmation_data_get_type150 00000118··00008b01·R_386_32···············00000000···lasso_ecp_response_get_type
151 0000011c··00008c01·R_386_32···············00000000···lasso_samlp2_authn_request_get_type151 0000011c··00008c01·R_386_32···············00000000···lasso_ecp_request_get_type
152 00000120··00008d01·R_386_32···············00000000···lasso_saml2_audience_restriction_get_type 
153 00000124··00008e01·R_386_32···············00000000···lasso_saml2_attribute_value_get_type152 00000120··00008d01·R_386_32···············00000000···lasso_ds_key_value_get_type
 153 00000124··00008e01·R_386_32···············00000000···lasso_ds_key_info_get_type
 154 00000128··00008f01·R_386_32···············00000000···lasso_ds_rsa_key_value_get_type
 155 0000012c··00009001·R_386_32···············00000000···lasso_ds_x509_data_get_type
154 00000128··00008f01·R_386_32···············00000000···lasso_saml2_one_time_use_get_type156 00000130··00009101·R_386_32···············00000000···lasso_saml2_advice_get_type
155 0000012c··00009001·R_386_32···············00000000···lasso_samlp2_name_id_mapping_request_get_type157 00000134··00009201·R_386_32···············00000000···lasso_samlp2_name_id_mapping_response_get_type
156 00000130··00009101·R_386_32···············00000000···lasso_saml2_encrypted_element_get_type 
157 00000134··00009201·R_386_32···············00000000···lasso_saml2_attribute_statement_get_type158 00000138··00009301·R_386_32···············00000000···lasso_saml2_attribute_statement_get_type
Max diff block lines reached; 380/23401 bytes (1.62%) of diff not shown.
8.39 KB
strings --all --bytes=8 {}
Ordering differences only
    
Offset 45, 142 lines modifiedOffset 45, 142 lines modified
45 xmlSecOpenSSLAppInit45 xmlSecOpenSSLAppInit
46 xmlSecOpenSSLInit46 xmlSecOpenSSLInit
47 strtok_r47 strtok_r
48 xmlSetStructuredErrorFunc48 xmlSetStructuredErrorFunc
49 xmlSecErrorsSetCallback49 xmlSecErrorsSetCallback
50 lasso_log50 lasso_log
51 __stack_chk_fail_local51 __stack_chk_fail_local
 52 lasso_identity_get_type
 53 lasso_logout_get_type
 54 lasso_defederation_get_type
 55 lasso_profile_get_type
 56 lasso_federation_get_type
 57 lasso_name_registration_get_type
 58 lasso_provider_get_type
 59 lasso_session_get_type
52 lasso_name_id_management_get_type60 lasso_name_identifier_mapping_get_type
 61 lasso_login_get_type
 62 lasso_lecp_get_type
 63 lasso_server_get_type
53 lasso_ecp_get_type64 lasso_ecp_get_type
54 lasso_assertion_query_get_type65 lasso_assertion_query_get_type
 66 lasso_name_id_management_get_type
 67 lasso_samlp_response_get_type
 68 lasso_lib_assertion_get_type
55 lasso_saml_condition_abstract_get_type69 lasso_saml_conditions_get_type
 70 lasso_lib_name_identifier_mapping_response_get_type
56 lasso_paos_response_get_type 
57 lasso_saml_advice_get_type 
58 lasso_saml_statement_abstract_get_type71 lasso_samlp_response_abstract_get_type
59 lasso_samlp_request_get_type72 lasso_samlp_request_get_type
60 lasso_lib_authn_request_get_type 
61 lasso_lib_authn_response_get_type 
62 lasso_saml_audience_restriction_condition_get_type73 lasso_saml_audience_restriction_condition_get_type
63 lasso_lib_logout_request_get_type 
64 lasso_node_get_type 
65 lasso_saml_subject_get_type74 lasso_saml_advice_get_type
 75 lasso_lib_scoping_get_type
66 lasso_samlp_request_abstract_get_type 
67 lasso_saml_attribute_designator_get_type 
68 lasso_lib_federation_termination_notification_get_type 
69 lasso_paos_request_get_type 
70 lasso_saml_subject_statement_get_type76 lasso_saml_subject_statement_get_type
71 lasso_lib_register_name_identifier_request_get_type77 lasso_samlp_status_code_get_type
 78 lasso_saml_attribute_get_type
 79 lasso_saml_attribute_statement_get_type
 80 lasso_lib_authn_response_envelope_get_type
 81 lasso_lib_request_authn_context_get_type
 82 lasso_lib_authn_request_envelope_get_type
72 lasso_saml_subject_statement_abstract_get_type83 lasso_saml_subject_statement_abstract_get_type
 84 lasso_node_get_type
73 lasso_saml_subject_locality_get_type85 lasso_saml_subject_locality_get_type
 86 lasso_paos_request_get_type
74 lasso_lib_scoping_get_type 
75 lasso_lib_idp_entries_get_type 
76 lasso_saml_name_identifier_get_type 
77 lasso_saml_authentication_statement_get_type 
78 lasso_samlp_status_get_type 
79 lasso_lib_assertion_get_type 
80 lasso_saml_assertion_get_type87 lasso_saml_assertion_get_type
81 lasso_lib_logout_response_get_type 
82 lasso_lib_authn_context_get_type 
83 lasso_saml_attribute_statement_get_type 
84 lasso_lib_idp_entry_get_type 
85 lasso_lib_name_identifier_mapping_request_get_type 
86 lasso_lib_subject_get_type88 lasso_lib_subject_get_type
87 lasso_saml_attribute_value_get_type89 lasso_saml_attribute_value_get_type
88 lasso_lib_status_response_get_type 
89 lasso_samlp_response_abstract_get_type 
90 lasso_lib_idp_list_get_type90 lasso_lib_idp_entries_get_type
91 lasso_lib_authentication_statement_get_type91 lasso_saml_authority_binding_get_type
 92 lasso_lib_federation_termination_notification_get_type
 93 lasso_lib_idp_entry_get_type
92 lasso_saml_subject_confirmation_get_type94 lasso_saml_subject_confirmation_get_type
93 lasso_samlp_response_get_type 
94 lasso_lib_register_name_identifier_response_get_type95 lasso_lib_register_name_identifier_response_get_type
95 lasso_lib_name_identifier_mapping_response_get_type 
96 lasso_saml_conditions_get_type 
97 lasso_samlp_status_code_get_type96 lasso_samlp_status_get_type
 97 lasso_lib_name_identifier_mapping_request_get_type
 98 lasso_paos_response_get_type
 99 lasso_lib_logout_response_get_type
 100 lasso_saml_condition_abstract_get_type
 101 lasso_lib_status_response_get_type
 102 lasso_lib_logout_request_get_type
 103 lasso_saml_statement_abstract_get_type
98 lasso_lib_authn_request_envelope_get_type104 lasso_lib_authn_request_get_type
 105 lasso_saml_authentication_statement_get_type
99 lasso_saml_attribute_get_type 
100 lasso_saml_authority_binding_get_type 
101 lasso_misc_text_node_get_type106 lasso_misc_text_node_get_type
102 lasso_lib_authn_response_envelope_get_type 
103 lasso_lib_request_authn_context_get_type107 lasso_lib_authn_context_get_type
 108 lasso_lib_register_name_identifier_request_get_type
 109 lasso_lib_idp_list_get_type
 110 lasso_saml_attribute_designator_get_type
 111 lasso_lib_authn_response_get_type
104 lasso_provider_get_type 
105 lasso_login_get_type 
106 lasso_server_get_type 
107 lasso_federation_get_type 
108 lasso_lecp_get_type 
109 lasso_identity_get_type 
110 lasso_logout_get_type 
111 lasso_profile_get_type 
112 lasso_name_identifier_mapping_get_type112 lasso_saml_name_identifier_get_type
113 lasso_name_registration_get_type 
114 lasso_session_get_type 
115 lasso_defederation_get_type113 lasso_lib_authentication_statement_get_type
 114 lasso_samlp_request_abstract_get_type
 115 lasso_saml_subject_get_type
116 lasso_soap_fault_get_type116 lasso_soap_detail_get_type
117 lasso_soap_envelope_get_type117 lasso_soap_envelope_get_type
 118 lasso_soap_fault_get_type
118 lasso_soap_body_get_type119 lasso_soap_body_get_type
119 lasso_soap_detail_get_type 
120 lasso_soap_header_get_type120 lasso_soap_header_get_type
121 lasso_samlp2_authn_query_get_type 
122 lasso_saml2_subject_confirmation_data_get_type121 lasso_ecp_relay_state_get_type
 122 lasso_ecp_response_get_type
123 lasso_samlp2_authn_request_get_type123 lasso_ecp_request_get_type
124 lasso_saml2_audience_restriction_get_type 
125 lasso_saml2_attribute_value_get_type124 lasso_ds_key_value_get_type
 125 lasso_ds_key_info_get_type
 126 lasso_ds_rsa_key_value_get_type
 127 lasso_ds_x509_data_get_type
126 lasso_saml2_one_time_use_get_type128 lasso_saml2_advice_get_type
127 lasso_samlp2_name_id_mapping_request_get_type129 lasso_samlp2_name_id_mapping_response_get_type
Max diff block lines reached; 3515/8515 bytes (41.28%) of diff not shown.
36.8 KB
readelf --wide --decompress --hex-dump=.strtab {}
    
Offset 49, 287 lines modifiedOffset 49, 287 lines modified
49 ··0x000002e0·53534c49·6e697400·67657465·6e760073·SSLInit.getenv.s49 ··0x000002e0·53534c49·6e697400·67657465·6e760073·SSLInit.getenv.s
50 ··0x000002f0·7472746f·6b5f7200·786d6c53·65745374·trtok_r.xmlSetSt50 ··0x000002f0·7472746f·6b5f7200·786d6c53·65745374·trtok_r.xmlSetSt
51 ··0x00000300·72756374·75726564·4572726f·7246756e·ructuredErrorFun51 ··0x00000300·72756374·75726564·4572726f·7246756e·ructuredErrorFun
52 ··0x00000310·6300786d·6c536563·4572726f·72735365·c.xmlSecErrorsSe52 ··0x00000310·6300786d·6c536563·4572726f·72735365·c.xmlSecErrorsSe
53 ··0x00000320·7443616c·6c626163·6b006c61·73736f5f·tCallback.lasso_53 ··0x00000320·7443616c·6c626163·6b006c61·73736f5f·tCallback.lasso_
54 ··0x00000330·6c6f6700·5f5f7374·61636b5f·63686b5f·log.__stack_chk_54 ··0x00000330·6c6f6700·5f5f7374·61636b5f·63686b5f·log.__stack_chk_
55 ··0x00000340·6661696c·5f6c6f63·616c006c·6173736f·fail_local.lasso55 ··0x00000340·6661696c·5f6c6f63·616c006c·6173736f·fail_local.lasso
56 ··0x00000350·5f6e616d·655f6964·5f6d616e·6167656d·_name_id_managem56 ··0x00000350·5f696465·6e746974·795f6765·745f7479·_identity_get_ty
 57 ··0x00000360·7065006c·6173736f·5f6c6f67·6f75745f·pe.lasso_logout_
 58 ··0x00000370·6765745f·74797065·006c6173·736f5f64·get_type.lasso_d
 59 ··0x00000380·65666564·65726174·696f6e5f·6765745f·efederation_get_
 60 ··0x00000390·74797065·006c6173·736f5f70·726f6669·type.lasso_profi
 61 ··0x000003a0·6c655f67·65745f74·79706500·6c617373·le_get_type.lass
 62 ··0x000003b0·6f5f6665·64657261·74696f6e·5f676574·o_federation_get
 63 ··0x000003c0·5f747970·65006c61·73736f5f·6e616d65·_type.lasso_name
 64 ··0x000003d0·5f726567·69737472·6174696f·6e5f6765·_registration_ge
 65 ··0x000003e0·745f7479·7065006c·6173736f·5f70726f·t_type.lasso_pro
 66 ··0x000003f0·76696465·725f6765·745f7479·7065006c·vider_get_type.l
 67 ··0x00000400·6173736f·5f736573·73696f6e·5f676574·asso_session_get
 68 ··0x00000410·5f747970·65006c61·73736f5f·6e616d65·_type.lasso_name
 69 ··0x00000420·5f696465·6e746966·6965725f·6d617070·_identifier_mapp
57 ··0x00000360·656e745f·6765745f·74797065·006c6173·ent_get_type.las70 ··0x00000430·696e675f·6765745f·74797065·006c6173·ing_get_type.las
 71 ··0x00000440·736f5f6c·6f67696e·5f676574·5f747970·so_login_get_typ
 72 ··0x00000450·65006c61·73736f5f·6c656370·5f676574·e.lasso_lecp_get
 73 ··0x00000460·5f747970·65006c61·73736f5f·73657276·_type.lasso_serv
 74 ··0x00000470·65725f67·65745f74·79706500·6c617373·er_get_type.lass
58 ··0x00000370·736f5f65·63705f67·65745f74·79706500·so_ecp_get_type.75 ··0x00000480·6f5f6563·705f6765·745f7479·7065006c·o_ecp_get_type.l
59 ··0x00000380·6c617373·6f5f6173·73657274·696f6e5f·lasso_assertion_76 ··0x00000490·6173736f·5f617373·65727469·6f6e5f71·asso_assertion_q
60 ··0x00000390·71756572·795f6765·745f7479·7065006c·query_get_type.l77 ··0x000004a0·75657279·5f676574·5f747970·65006c61·uery_get_type.la
 78 ··0x000004b0·73736f5f·6e616d65·5f69645f·6d616e61·sso_name_id_mana
61 ··0x000003a0·6173736f·5f73616d·6c5f636f·6e646974·asso_saml_condit 
62 ··0x000003b0·696f6e5f·61627374·72616374·5f676574·ion_abstract_get 
63 ··0x000003c0·5f747970·65006c61·73736f5f·70616f73·_type.lasso_paos 
64 ··0x000003d0·5f726573·706f6e73·655f6765·745f7479·_response_get_ty 
65 ··0x000003e0·7065006c·6173736f·5f73616d·6c5f6164·pe.lasso_saml_ad 
66 ··0x000003f0·76696365·5f676574·5f747970·65006c61·vice_get_type.la79 ··0x000004c0·67656d65·6e745f67·65745f74·79706500·gement_get_type.
 80 ··0x000004d0·6c617373·6f5f7361·6d6c705f·72657370·lasso_samlp_resp
67 ··0x00000400·73736f5f·73616d6c·5f737461·74656d65·sso_saml_stateme 
68 ··0x00000410·6e745f61·62737472·6163745f·6765745f·nt_abstract_get_ 
69 ··0x00000420·74797065·006c6173·736f5f73·616d6c70·type.lasso_samlp 
70 ··0x00000430·5f726571·75657374·5f676574·5f747970·_request_get_typ 
71 ··0x00000440·65006c61·73736f5f·6c69625f·61757468·e.lasso_lib_auth 
72 ··0x00000450·6e5f7265·71756573·745f6765·745f7479·n_request_get_ty 
73 ··0x00000460·7065006c·6173736f·5f6c6962·5f617574·pe.lasso_lib_aut 
74 ··0x00000470·686e5f72·6573706f·6e73655f·6765745f·hn_response_get_ 
75 ··0x00000480·74797065·006c6173·736f5f73·616d6c5f·type.lasso_saml_ 
76 ··0x00000490·61756469·656e6365·5f726573·74726963·audience_restric 
77 ··0x000004a0·74696f6e·5f636f6e·64697469·6f6e5f67·tion_condition_g 
78 ··0x000004b0·65745f74·79706500·6c617373·6f5f6c69·et_type.lasso_li 
79 ··0x000004c0·625f6c6f·676f7574·5f726571·75657374·b_logout_request 
80 ··0x000004d0·5f676574·5f747970·65006c61·73736f5f·_get_type.lasso_ 
81 ··0x000004e0·6e6f6465·5f676574·5f747970·65006c61·node_get_type.la81 ··0x000004e0·6f6e7365·5f676574·5f747970·65006c61·onse_get_type.la
82 ··0x000004f0·73736f5f·73616d6c·5f737562·6a656374·sso_saml_subject82 ··0x000004f0·73736f5f·6c69625f·61737365·7274696f·sso_lib_assertio
 83 ··0x00000500·6e5f6765·745f7479·7065006c·6173736f·n_get_type.lasso
 84 ··0x00000510·5f73616d·6c5f636f·6e646974·696f6e73·_saml_conditions
83 ··0x00000500·5f676574·5f747970·65006c61·73736f5f·_get_type.lasso_85 ··0x00000520·5f676574·5f747970·65006c61·73736f5f·_get_type.lasso_
 86 ··0x00000530·6c69625f·6e616d65·5f696465·6e746966·lib_name_identif
 87 ··0x00000540·6965725f·6d617070·696e675f·72657370·ier_mapping_resp
84 ··0x00000510·73616d6c·705f7265·71756573·745f6162·samlp_request_ab 
85 ··0x00000520·73747261·63745f67·65745f74·79706500·stract_get_type. 
86 ··0x00000530·6c617373·6f5f7361·6d6c5f61·74747269·lasso_saml_attri 
87 ··0x00000540·62757465·5f646573·69676e61·746f725f·bute_designator_ 
88 ··0x00000550·6765745f·74797065·006c6173·736f5f6c·get_type.lasso_l 
89 ··0x00000560·69625f66·65646572·6174696f·6e5f7465·ib_federation_te 
90 ··0x00000570·726d696e·6174696f·6e5f6e6f·74696669·rmination_notifi 
91 ··0x00000580·63617469·6f6e5f67·65745f74·79706500·cation_get_type. 
92 ··0x00000590·6c617373·6f5f7061·6f735f72·65717565·lasso_paos_reque 
93 ··0x000005a0·73745f67·65745f74·79706500·6c617373·st_get_type.lass88 ··0x00000550·6f6e7365·5f676574·5f747970·65006c61·onse_get_type.la
 89 ··0x00000560·73736f5f·73616d6c·705f7265·73706f6e·sso_samlp_respon
94 ··0x000005b0·6f5f7361·6d6c5f73·75626a65·63745f73·o_saml_subject_s 
95 ··0x000005c0·74617465·6d656e74·5f676574·5f747970·tatement_get_typ 
96 ··0x000005d0·65006c61·73736f5f·6c69625f·72656769·e.lasso_lib_regi 
97 ··0x000005e0·73746572·5f6e616d·655f6964·656e7469·ster_name_identi 
98 ··0x000005f0·66696572·5f726571·75657374·5f676574·fier_request_get 
99 ··0x00000600·5f747970·65006c61·73736f5f·73616d6c·_type.lasso_saml 
100 ··0x00000610·5f737562·6a656374·5f737461·74656d65·_subject_stateme 
101 ··0x00000620·6e745f61·62737472·6163745f·6765745f·nt_abstract_get_90 ··0x00000570·73655f61·62737472·6163745f·6765745f·se_abstract_get_
102 ··0x00000630·74797065·006c6173·736f5f73·616d6c5f·type.lasso_saml_ 
103 ··0x00000640·7375626a·6563745f·6c6f6361·6c697479·subject_locality 
104 ··0x00000650·5f676574·5f747970·65006c61·73736f5f·_get_type.lasso_ 
105 ··0x00000660·6c69625f·73636f70·696e675f·6765745f·lib_scoping_get_ 
106 ··0x00000670·74797065·006c6173·736f5f6c·69625f69·type.lasso_lib_i 
107 ··0x00000680·64705f65·6e747269·65735f67·65745f74·dp_entries_get_t 
108 ··0x00000690·79706500·6c617373·6f5f7361·6d6c5f6e·ype.lasso_saml_n 
109 ··0x000006a0·616d655f·6964656e·74696669·65725f67·ame_identifier_g 
110 ··0x000006b0·65745f74·79706500·6c617373·6f5f7361·et_type.lasso_sa 
111 ··0x000006c0·6d6c5f61·75746865·6e746963·6174696f·ml_authenticatio 
112 ··0x000006d0·6e5f7374·6174656d·656e745f·6765745f·n_statement_get_ 
113 ··0x000006e0·74797065·006c6173·736f5f73·616d6c70·type.lasso_samlp91 ··0x00000580·74797065·006c6173·736f5f73·616d6c70·type.lasso_samlp
114 ··0x000006f0·5f737461·7475735f·6765745f·74797065·_status_get_type 
115 ··0x00000700·006c6173·736f5f6c·69625f61·73736572·.lasso_lib_asser 
116 ··0x00000710·74696f6e·5f676574·5f747970·65006c61·tion_get_type.la 
117 ··0x00000720·73736f5f·73616d6c·5f617373·65727469·sso_saml_asserti92 ··0x00000590·5f726571·75657374·5f676574·5f747970·_request_get_typ
 93 ··0x000005a0·65006c61·73736f5f·73616d6c·5f617564·e.lasso_saml_aud
 94 ··0x000005b0·69656e63·655f7265·73747269·6374696f·ience_restrictio
 95 ··0x000005c0·6e5f636f·6e646974·696f6e5f·6765745f·n_condition_get_
 96 ··0x000005d0·74797065·006c6173·736f5f73·616d6c5f·type.lasso_saml_
 97 ··0x000005e0·61647669·63655f67·65745f74·79706500·advice_get_type.
 98 ··0x000005f0·6c617373·6f5f6c69·625f7363·6f70696e·lasso_lib_scopin
118 ··0x00000730·6f6e5f67·65745f74·79706500·6c617373·on_get_type.lass99 ··0x00000600·675f6765·745f7479·7065006c·6173736f·g_get_type.lasso
119 ··0x00000740·6f5f6c69·625f6c6f·676f7574·5f726573·o_lib_logout_res 
120 ··0x00000750·706f6e73·655f6765·745f7479·7065006c·ponse_get_type.l 
121 ··0x00000760·6173736f·5f6c6962·5f617574·686e5f63·asso_lib_authn_c100 ··0x00000610·5f73616d·6c5f7375·626a6563·745f7374·_saml_subject_st
 101 ··0x00000620·6174656d·656e745f·6765745f·74797065·atement_get_type
 102 ··0x00000630·006c6173·736f5f73·616d6c70·5f737461·.lasso_samlp_sta
 103 ··0x00000640·7475735f·636f6465·5f676574·5f747970·tus_code_get_typ
 104 ··0x00000650·65006c61·73736f5f·73616d6c·5f617474·e.lasso_saml_att
122 ··0x00000770·6f6e7465·78745f67·65745f74·79706500·ontext_get_type.105 ··0x00000660·72696275·74655f67·65745f74·79706500·ribute_get_type.
123 ··0x00000780·6c617373·6f5f7361·6d6c5f61·74747269·lasso_saml_attri106 ··0x00000670·6c617373·6f5f7361·6d6c5f61·74747269·lasso_saml_attri
124 ··0x00000790·62757465·5f737461·74656d65·6e745f67·bute_statement_g107 ··0x00000680·62757465·5f737461·74656d65·6e745f67·bute_statement_g
125 ··0x000007a0·65745f74·79706500·6c617373·6f5f6c69·et_type.lasso_li108 ··0x00000690·65745f74·79706500·6c617373·6f5f6c69·et_type.lasso_li
126 ··0x000007b0·625f6964·705f656e·7472795f·6765745f·b_idp_entry_get_109 ··0x000006a0·625f6175·74686e5f·72657370·6f6e7365·b_authn_response
 110 ··0x000006b0·5f656e76·656c6f70·655f6765·745f7479·_envelope_get_ty
127 ··0x000007c0·74797065·006c6173·736f5f6c·69625f6e·type.lasso_lib_n111 ··0x000006c0·7065006c·6173736f·5f6c6962·5f726571·pe.lasso_lib_req
 112 ··0x000006d0·75657374·5f617574·686e5f63·6f6e7465·uest_authn_conte
128 ··0x000007d0·616d655f·6964656e·74696669·65725f6d·ame_identifier_m 
129 ··0x000007e0·61707069·6e675f72·65717565·73745f67·apping_request_g 
130 ··0x000007f0·65745f74·79706500·6c617373·6f5f6c69·et_type.lasso_li 
131 ··0x00000800·625f7375·626a6563·745f6765·745f7479·b_subject_get_ty 
132 ··0x00000810·7065006c·6173736f·5f73616d·6c5f6174·pe.lasso_saml_at 
133 ··0x00000820·74726962·7574655f·76616c75·655f6765·tribute_value_ge 
134 ··0x00000830·745f7479·7065006c·6173736f·5f6c6962·t_type.lasso_lib 
135 ··0x00000840·5f737461·7475735f·72657370·6f6e7365·_status_response 
136 ··0x00000850·5f676574·5f747970·65006c61·73736f5f·_get_type.lasso_ 
137 ··0x00000860·73616d6c·705f7265·73706f6e·73655f61·samlp_response_a 
138 ··0x00000870·62737472·6163745f·6765745f·74797065·bstract_get_type 
139 ··0x00000880·006c6173·736f5f6c·69625f69·64705f6c·.lasso_lib_idp_l 
Max diff block lines reached; 18894/37542 bytes (50.33%) of diff not shown.
71.3 KB
liblasso3_2.6.0-2+deb10u1_i386.deb
367 B
file list
    
Offset 1, 3 lines modifiedOffset 1, 3 lines modified
1 -rw-r--r--···0········0········0········4·2021-06-02·18:54:32.000000·debian-binary1 -rw-r--r--···0········0········0········4·2021-06-02·18:54:32.000000·debian-binary
2 -rw-r--r--···0········0········0·····4056·2021-06-02·18:54:32.000000·control.tar.xz2 -rw-r--r--···0········0········0·····4056·2021-06-02·18:54:32.000000·control.tar.xz
3 -rw-r--r--···0········0········0···778188·2021-06-02·18:54:32.000000·data.tar.xz3 -rw-r--r--···0········0········0···778240·2021-06-02·18:54:32.000000·data.tar.xz
98.0 B
control.tar.xz
70.0 B
control.tar
48.0 B
./md5sums
30.0 B
./md5sums
Files differ
70.8 KB
data.tar.xz
70.7 KB
data.tar
70.7 KB
./usr/lib/liblasso.so.3.13.0
23.1 KB
readelf --wide --relocs {}
    
Offset 884, 142 lines modifiedOffset 884, 142 lines modified
884 0008cfc8··0002ec06·R_386_GLOB_DAT·········0008d9c4···lasso_flag_sign_messages884 0008cfc8··0002ec06·R_386_GLOB_DAT·········0008d9c4···lasso_flag_sign_messages
885 0008cfcc··0002c306·R_386_GLOB_DAT·········0003f760···lasso_provider_new885 0008cfcc··0002c306·R_386_GLOB_DAT·········0003f760···lasso_provider_new
886 0008cfd0··00013c06·R_386_GLOB_DAT·········00000000···stderr@GLIBC_2.0886 0008cfd0··00013c06·R_386_GLOB_DAT·········00000000···stderr@GLIBC_2.0
887 0008cfd4··00013e06·R_386_GLOB_DAT·········00000000···__gmon_start__887 0008cfd4··00013e06·R_386_GLOB_DAT·········00000000···__gmon_start__
888 0008cfd8··00014606·R_386_GLOB_DAT·········00000000···_ITM_registerTMCloneTable888 0008cfd8··00014606·R_386_GLOB_DAT·········00000000···_ITM_registerTMCloneTable
889 0008cfdc··00014806·R_386_GLOB_DAT·········00000000···xmlSecHrefDsaSha1889 0008cfdc··00014806·R_386_GLOB_DAT·········00000000···xmlSecHrefDsaSha1
890 0008cfe0··00015106·R_386_GLOB_DAT·········00000000···g_strcmp0890 0008cfe0··00015106·R_386_GLOB_DAT·········00000000···g_strcmp0
 891 0008d9e0··0002cb01·R_386_32···············0002dde0···lasso_identity_get_type
 892 0008d9e4··00015701·R_386_32···············00035770···lasso_logout_get_type
 893 0008d9e8··00036d01·R_386_32···············0002c220···lasso_defederation_get_type
 894 0008d9ec··00036901·R_386_32···············0003c360···lasso_profile_get_type
 895 0008d9f0··0002b501·R_386_32···············0002d8a0···lasso_federation_get_type
 896 0008d9f4··00032101·R_386_32···············00039970···lasso_name_registration_get_type
 897 0008d9f8··00025b01·R_386_32···············0003d3c0···lasso_provider_get_type
 898 0008d9fc··00029401·R_386_32···············00041360···lasso_session_get_type
 899 0008da00··00024b01·R_386_32···············00038380···lasso_name_identifier_mapping_get_type
 900 0008da04··00021901·R_386_32···············0002f990···lasso_login_get_type
 901 0008da08··0002d301·R_386_32···············0002e470···lasso_lecp_get_type
 902 0008da0c··00035b01·R_386_32···············000431b0···lasso_server_get_type
 903 0008da10··0001d401·R_386_32···············00046100···lasso_ecp_get_type
 904 0008da14··00025801·R_386_32···············00044b60···lasso_assertion_query_get_type
891 0008d9e0··0002c801·R_386_32···············00052cf0···lasso_name_id_management_get_type905 0008da18··0002c801·R_386_32···············00052cf0···lasso_name_id_management_get_type
892 0008d9e4··0001d401·R_386_32···············00046100···lasso_ecp_get_type906 0008da1c··0002c201·R_386_32···············00026160···lasso_samlp_response_get_type
893 0008d9e8··00025801·R_386_32···············00044b60···lasso_assertion_query_get_type907 0008da20··00024401·R_386_32···············00021910···lasso_lib_assertion_get_type
894 0008d9ec··0002e501·R_386_32···············00025670···lasso_saml_condition_abstract_get_type908 0008da24··00024101·R_386_32···············00025730···lasso_saml_conditions_get_type
 909 0008da28··00018601·R_386_32···············000233e0···lasso_lib_name_identifier_mapping_response_get_type
895 0008d9f0··00035401·R_386_32···············000248a0···lasso_paos_response_get_type910 0008da2c··00030c01·R_386_32···············000264a0···lasso_samlp_response_abstract_get_type
896 0008d9f4··0002c901·R_386_32···············00024b70···lasso_saml_advice_get_type 
897 0008d9f8··00018201·R_386_32···············00025a10···lasso_saml_statement_abstract_get_type 
898 0008d9fc··00030b01·R_386_32···············00025f40···lasso_samlp_request_get_type911 0008da30··00030b01·R_386_32···············00025f40···lasso_samlp_request_get_type
899 0008da00··0001f201·R_386_32···············00021f80···lasso_lib_authn_request_get_type 
900 0008da04··00029e01·R_386_32···············000222a0···lasso_lib_authn_response_get_type 
901 0008da08··00021f01·R_386_32···············00025370···lasso_saml_audience_restriction_condition_get_type912 0008da34··00021f01·R_386_32···············00025370···lasso_saml_audience_restriction_condition_get_type
 913 0008da38··0002c901·R_386_32···············00024b70···lasso_saml_advice_get_type
 914 0008da3c··00037901·R_386_32···············00023c20···lasso_lib_scoping_get_type
 915 0008da40··00020f01·R_386_32···············00025d90···lasso_saml_subject_statement_get_type
 916 0008da44··00026b01·R_386_32···············000267f0···lasso_samlp_status_code_get_type
 917 0008da48··00025101·R_386_32···············00024f40···lasso_saml_attribute_get_type
 918 0008da4c··0001da01·R_386_32···············00025120···lasso_saml_attribute_statement_get_type
 919 0008da50··0001d501·R_386_32···············00022400···lasso_lib_authn_response_envelope_get_type
 920 0008da54··00020d01·R_386_32···············00023b20···lasso_lib_request_authn_context_get_type
902 0008da0c··0002dd01·R_386_32···············00022b10···lasso_lib_logout_request_get_type921 0008da58··00031801·R_386_32···············00022150···lasso_lib_authn_request_envelope_get_type
 922 0008da5c··00018501·R_386_32···············00025e80···lasso_saml_subject_statement_abstract_get_type
903 0008da10··0001ae01·R_386_32···············0001b9b0···lasso_node_get_type923 0008da60··0001ae01·R_386_32···············0001b9b0···lasso_node_get_type
904 0008da14··00034301·R_386_32···············00025ad0···lasso_saml_subject_get_type924 0008da64··00018301·R_386_32···············00025cb0···lasso_saml_subject_locality_get_type
905 0008da18··00034001·R_386_32···············00026080···lasso_samlp_request_abstract_get_type925 0008da68··00031c01·R_386_32···············000244e0···lasso_paos_request_get_type
 926 0008da6c··0001b301·R_386_32···············00024e50···lasso_saml_assertion_get_type
 927 0008da70··00028801·R_386_32···············00023f10···lasso_lib_subject_get_type
906 0008da1c··00035001·R_386_32···············00025030···lasso_saml_attribute_designator_get_type928 0008da74··0002a601·R_386_32···············00025220···lasso_saml_attribute_value_get_type
 929 0008da78··00018001·R_386_32···············00022810···lasso_lib_idp_entries_get_type
 930 0008da7c··00027c01·R_386_32···············00025590···lasso_saml_authority_binding_get_type
907 0008da20··00034f01·R_386_32···············00022540···lasso_lib_federation_termination_notification_get_type931 0008da80··00034f01·R_386_32···············00022540···lasso_lib_federation_termination_notification_get_type
908 0008da24··00031c01·R_386_32···············000244e0···lasso_paos_request_get_type 
909 0008da28··00020f01·R_386_32···············00025d90···lasso_saml_subject_statement_get_type 
910 0008da2c··00027901·R_386_32···············000235d0···lasso_lib_register_name_identifier_request_get_type 
911 0008da30··00018501·R_386_32···············00025e80···lasso_saml_subject_statement_abstract_get_type 
912 0008da34··00018301·R_386_32···············00025cb0···lasso_saml_subject_locality_get_type 
913 0008da38··00037901·R_386_32···············00023c20···lasso_lib_scoping_get_type 
914 0008da3c··00018001·R_386_32···············00022810···lasso_lib_idp_entries_get_type 
915 0008da40··0001e101·R_386_32···············00025820···lasso_saml_name_identifier_get_type 
916 0008da44··00022901·R_386_32···············000254a0···lasso_saml_authentication_statement_get_type 
917 0008da48··00023901·R_386_32···············000265d0···lasso_samlp_status_get_type 
918 0008da4c··00024401·R_386_32···············00021910···lasso_lib_assertion_get_type 
919 0008da50··0001b301·R_386_32···············00024e50···lasso_saml_assertion_get_type 
920 0008da54··00025a01·R_386_32···············00023060···lasso_lib_logout_response_get_type 
921 0008da58··00035301·R_386_32···············00021e50···lasso_lib_authn_context_get_type 
922 0008da5c··0001da01·R_386_32···············00025120···lasso_saml_attribute_statement_get_type 
923 0008da60··00016001·R_386_32···············00022900···lasso_lib_idp_entry_get_type932 0008da84··00016001·R_386_32···············00022900···lasso_lib_idp_entry_get_type
924 0008da64··0001b001·R_386_32···············00023230···lasso_lib_name_identifier_mapping_request_get_type 
925 0008da68··00028801·R_386_32···············00023f10···lasso_lib_subject_get_type 
926 0008da6c··0002a601·R_386_32···············00025220···lasso_saml_attribute_value_get_type 
927 0008da70··0002fc01·R_386_32···············00023d40···lasso_lib_status_response_get_type 
928 0008da74··00030c01·R_386_32···············000264a0···lasso_samlp_response_abstract_get_type 
929 0008da78··00038601·R_386_32···············000229f0···lasso_lib_idp_list_get_type 
930 0008da7c··00027201·R_386_32···············00021b70···lasso_lib_authentication_statement_get_type 
931 0008da80··00026901·R_386_32···············00025bc0···lasso_saml_subject_confirmation_get_type933 0008da88··00026901·R_386_32···············00025bc0···lasso_saml_subject_confirmation_get_type
932 0008da84··0002c201·R_386_32···············00026160···lasso_samlp_response_get_type 
933 0008da88··00037c01·R_386_32···············00023940···lasso_lib_register_name_identifier_response_get_type934 0008da8c··00037c01·R_386_32···············00023940···lasso_lib_register_name_identifier_response_get_type
934 0008da8c··00018601·R_386_32···············000233e0···lasso_lib_name_identifier_mapping_response_get_type 
935 0008da90··00024101·R_386_32···············00025730···lasso_saml_conditions_get_type 
936 0008da94··00026b01·R_386_32···············000267f0···lasso_samlp_status_code_get_type935 0008da90··00023901·R_386_32···············000265d0···lasso_samlp_status_get_type
 936 0008da94··0001b001·R_386_32···············00023230···lasso_lib_name_identifier_mapping_request_get_type
 937 0008da98··00035401·R_386_32···············000248a0···lasso_paos_response_get_type
 938 0008da9c··00025a01·R_386_32···············00023060···lasso_lib_logout_response_get_type
 939 0008daa0··0002e501·R_386_32···············00025670···lasso_saml_condition_abstract_get_type
 940 0008daa4··0002fc01·R_386_32···············00023d40···lasso_lib_status_response_get_type
 941 0008daa8··0002dd01·R_386_32···············00022b10···lasso_lib_logout_request_get_type
 942 0008daac··00018201·R_386_32···············00025a10···lasso_saml_statement_abstract_get_type
937 0008da98··00031801·R_386_32···············00022150···lasso_lib_authn_request_envelope_get_type943 0008dab0··0001f201·R_386_32···············00021f80···lasso_lib_authn_request_get_type
938 0008da9c··00025101·R_386_32···············00024f40···lasso_saml_attribute_get_type944 0008dab4··00022901·R_386_32···············000254a0···lasso_saml_authentication_statement_get_type
939 0008daa0··00027c01·R_386_32···············00025590···lasso_saml_authority_binding_get_type 
940 0008daa4··00018a01·R_386_32···············00024030···lasso_misc_text_node_get_type945 0008dab8··00018a01·R_386_32···············00024030···lasso_misc_text_node_get_type
941 0008daa8··0001d501·R_386_32···············00022400···lasso_lib_authn_response_envelope_get_type 
942 0008daac··00020d01·R_386_32···············00023b20···lasso_lib_request_authn_context_get_type946 0008dabc··00035301·R_386_32···············00021e50···lasso_lib_authn_context_get_type
943 0008dab0··00025b01·R_386_32···············0003d3c0···lasso_provider_get_type947 0008dac0··00027901·R_386_32···············000235d0···lasso_lib_register_name_identifier_request_get_type
944 0008dab4··00021901·R_386_32···············0002f990···lasso_login_get_type 
945 0008dab8··00035b01·R_386_32···············000431b0···lasso_server_get_type 
946 0008dabc··0002b501·R_386_32···············0002d8a0···lasso_federation_get_type 
947 0008dac0··0002d301·R_386_32···············0002e470···lasso_lecp_get_type948 0008dac4··00038601·R_386_32···············000229f0···lasso_lib_idp_list_get_type
948 0008dac4··0002cb01·R_386_32···············0002dde0···lasso_identity_get_type 
949 0008dac8··00015701·R_386_32···············00035770···lasso_logout_get_type949 0008dac8··00035001·R_386_32···············00025030···lasso_saml_attribute_designator_get_type
950 0008dacc··00036901·R_386_32···············0003c360···lasso_profile_get_type950 0008dacc··00029e01·R_386_32···············000222a0···lasso_lib_authn_response_get_type
951 0008dad0··00024b01·R_386_32···············00038380···lasso_name_identifier_mapping_get_type951 0008dad0··0001e101·R_386_32···············00025820···lasso_saml_name_identifier_get_type
 952 0008dad4··00027201·R_386_32···············00021b70···lasso_lib_authentication_statement_get_type
952 0008dad4··00032101·R_386_32···············00039970···lasso_name_registration_get_type953 0008dad8··00034001·R_386_32···············00026080···lasso_samlp_request_abstract_get_type
953 0008dad8··00029401·R_386_32···············00041360···lasso_session_get_type954 0008dadc··00034301·R_386_32···············00025ad0···lasso_saml_subject_get_type
954 0008dadc··00036d01·R_386_32···············0002c220···lasso_defederation_get_type 
955 0008dae0··0001c001·R_386_32···············0002b160···lasso_soap_fault_get_type955 0008dae0··00019801·R_386_32···············0002aff0···lasso_soap_detail_get_type
956 0008dae4··00029601·R_386_32···············0002b360···lasso_soap_envelope_get_type956 0008dae4··00029601·R_386_32···············0002b360···lasso_soap_envelope_get_type
 957 0008dae8··0001c001·R_386_32···············0002b160···lasso_soap_fault_get_type
957 0008dae8··00021001·R_386_32···············0002ae80···lasso_soap_body_get_type958 0008daec··00021001·R_386_32···············0002ae80···lasso_soap_body_get_type
958 0008daec··00019801·R_386_32···············0002aff0···lasso_soap_detail_get_type 
959 0008daf0··0001f801·R_386_32···············0002b8d0···lasso_soap_header_get_type959 0008daf0··0001f801·R_386_32···············0002b8d0···lasso_soap_header_get_type
 960 0008daf4··0001b501·R_386_32···············00014a20···lasso_ecp_relay_state_get_type
960 0008daf4··0001dd01·R_386_32···············00028b70···lasso_samlp2_authn_query_get_type961 0008daf8··0001be01·R_386_32···············00014700···lasso_ecp_response_get_type
961 0008daf8··00026c01·R_386_32···············00028570···lasso_saml2_subject_confirmation_data_get_type 
962 0008dafc··00028701·R_386_32···············00028c90···lasso_samlp2_authn_request_get_type962 0008dafc··00029301·R_386_32···············00014360···lasso_ecp_request_get_type
963 0008db00··00030a01·R_386_32···············000270c0···lasso_saml2_audience_restriction_get_type 
964 0008db04··0002a201·R_386_32···············00026f60···lasso_saml2_attribute_value_get_type963 0008db00··0002f901·R_386_32···············0002bb40···lasso_ds_key_value_get_type
965 0008db08··00023801·R_386_32···············00028070···lasso_saml2_one_time_use_get_type 
966 0008db0c··00035e01·R_386_32···············00029dd0···lasso_samlp2_name_id_mapping_request_get_type 
967 0008db10··0002b101·R_386_32···············000277e0···lasso_saml2_encrypted_element_get_type 
968 0008db14··00032901·R_386_32···············00026e50···lasso_saml2_attribute_statement_get_type 
969 0008db18··00030501·R_386_32···············00028a70···lasso_samlp2_attribute_query_get_type 
970 0008db1c··00036501·R_386_32···············00028270···lasso_saml2_statement_abstract_get_type 
971 0008db20··00019b01·R_386_32···············0002a8b0···lasso_samlp2_status_code_get_type 
972 0008db24··00033401·R_386_32···············00028770···lasso_samlp2_artifact_resolve_get_type 
Max diff block lines reached; 442/23572 bytes (1.88%) of diff not shown.
430 B
readelf --wide --notes {}
    
Offset 1, 4 lines modifiedOffset 1, 4 lines modified
  
1 Displaying·notes·found·in:·.note.gnu.build-id1 Displaying·notes·found·in:·.note.gnu.build-id
2 ··Owner·················Data·size»  Description2 ··Owner·················Data·size»  Description
3 ··GNU··················0x00000014»  NT_GNU_BUILD_ID·(unique·build·ID·bitstring)»   ····Build·ID:·98b3d1a98f3372e0a6135660df27ff9f903a2e993 ··GNU··················0x00000014»  NT_GNU_BUILD_ID·(unique·build·ID·bitstring)»   ····Build·ID:·c487beef81abd4bc87d5149d2b65d675d1c3bd54
8.9 KB
strings --all --bytes=8 {}
    
Offset 25, 142 lines modifiedOffset 25, 142 lines modified
25 xmlInitParser25 xmlInitParser
26 xmlSecInit26 xmlSecInit
27 xmlSecOpenSSLAppInit27 xmlSecOpenSSLAppInit
28 xmlSecOpenSSLInit28 xmlSecOpenSSLInit
29 strtok_r29 strtok_r
30 xmlSetStructuredErrorFunc30 xmlSetStructuredErrorFunc
31 xmlSecErrorsSetCallback31 xmlSecErrorsSetCallback
 32 lasso_identity_get_type
 33 lasso_logout_get_type
 34 lasso_defederation_get_type
 35 lasso_profile_get_type
 36 lasso_federation_get_type
 37 lasso_name_registration_get_type
 38 lasso_provider_get_type
 39 lasso_session_get_type
32 lasso_name_id_management_get_type40 lasso_name_identifier_mapping_get_type
 41 lasso_login_get_type
 42 lasso_lecp_get_type
 43 lasso_server_get_type
33 lasso_ecp_get_type44 lasso_ecp_get_type
34 lasso_assertion_query_get_type45 lasso_assertion_query_get_type
 46 lasso_name_id_management_get_type
 47 lasso_samlp_response_get_type
 48 lasso_lib_assertion_get_type
35 lasso_saml_condition_abstract_get_type49 lasso_saml_conditions_get_type
 50 lasso_lib_name_identifier_mapping_response_get_type
36 lasso_paos_response_get_type 
37 lasso_saml_advice_get_type 
38 lasso_saml_statement_abstract_get_type51 lasso_samlp_response_abstract_get_type
39 lasso_samlp_request_get_type52 lasso_samlp_request_get_type
40 lasso_lib_authn_request_get_type 
41 lasso_lib_authn_response_get_type 
42 lasso_saml_audience_restriction_condition_get_type53 lasso_saml_audience_restriction_condition_get_type
43 lasso_lib_logout_request_get_type 
44 lasso_node_get_type 
45 lasso_saml_subject_get_type54 lasso_saml_advice_get_type
 55 lasso_lib_scoping_get_type
46 lasso_samlp_request_abstract_get_type 
47 lasso_saml_attribute_designator_get_type 
48 lasso_lib_federation_termination_notification_get_type 
49 lasso_paos_request_get_type 
50 lasso_saml_subject_statement_get_type56 lasso_saml_subject_statement_get_type
51 lasso_lib_register_name_identifier_request_get_type57 lasso_samlp_status_code_get_type
 58 lasso_saml_attribute_get_type
 59 lasso_saml_attribute_statement_get_type
 60 lasso_lib_authn_response_envelope_get_type
 61 lasso_lib_request_authn_context_get_type
 62 lasso_lib_authn_request_envelope_get_type
52 lasso_saml_subject_statement_abstract_get_type63 lasso_saml_subject_statement_abstract_get_type
 64 lasso_node_get_type
53 lasso_saml_subject_locality_get_type65 lasso_saml_subject_locality_get_type
 66 lasso_paos_request_get_type
54 lasso_lib_scoping_get_type 
55 lasso_lib_idp_entries_get_type 
56 lasso_saml_name_identifier_get_type 
57 lasso_saml_authentication_statement_get_type 
58 lasso_samlp_status_get_type 
59 lasso_lib_assertion_get_type 
60 lasso_saml_assertion_get_type67 lasso_saml_assertion_get_type
61 lasso_lib_logout_response_get_type 
62 lasso_lib_authn_context_get_type 
63 lasso_saml_attribute_statement_get_type 
64 lasso_lib_idp_entry_get_type 
65 lasso_lib_name_identifier_mapping_request_get_type 
66 lasso_lib_subject_get_type68 lasso_lib_subject_get_type
67 lasso_saml_attribute_value_get_type69 lasso_saml_attribute_value_get_type
68 lasso_lib_status_response_get_type 
69 lasso_samlp_response_abstract_get_type 
70 lasso_lib_idp_list_get_type70 lasso_lib_idp_entries_get_type
71 lasso_lib_authentication_statement_get_type71 lasso_saml_authority_binding_get_type
 72 lasso_lib_federation_termination_notification_get_type
 73 lasso_lib_idp_entry_get_type
72 lasso_saml_subject_confirmation_get_type74 lasso_saml_subject_confirmation_get_type
73 lasso_samlp_response_get_type 
74 lasso_lib_register_name_identifier_response_get_type75 lasso_lib_register_name_identifier_response_get_type
75 lasso_lib_name_identifier_mapping_response_get_type 
76 lasso_saml_conditions_get_type 
77 lasso_samlp_status_code_get_type76 lasso_samlp_status_get_type
 77 lasso_lib_name_identifier_mapping_request_get_type
 78 lasso_paos_response_get_type
 79 lasso_lib_logout_response_get_type
 80 lasso_saml_condition_abstract_get_type
 81 lasso_lib_status_response_get_type
 82 lasso_lib_logout_request_get_type
 83 lasso_saml_statement_abstract_get_type
78 lasso_lib_authn_request_envelope_get_type84 lasso_lib_authn_request_get_type
 85 lasso_saml_authentication_statement_get_type
79 lasso_saml_attribute_get_type 
80 lasso_saml_authority_binding_get_type 
81 lasso_misc_text_node_get_type86 lasso_misc_text_node_get_type
82 lasso_lib_authn_response_envelope_get_type 
83 lasso_lib_request_authn_context_get_type87 lasso_lib_authn_context_get_type
 88 lasso_lib_register_name_identifier_request_get_type
 89 lasso_lib_idp_list_get_type
 90 lasso_saml_attribute_designator_get_type
 91 lasso_lib_authn_response_get_type
84 lasso_provider_get_type 
85 lasso_login_get_type 
86 lasso_server_get_type 
87 lasso_federation_get_type 
88 lasso_lecp_get_type 
89 lasso_identity_get_type 
90 lasso_logout_get_type 
91 lasso_profile_get_type 
92 lasso_name_identifier_mapping_get_type92 lasso_saml_name_identifier_get_type
93 lasso_name_registration_get_type 
94 lasso_session_get_type 
95 lasso_defederation_get_type93 lasso_lib_authentication_statement_get_type
 94 lasso_samlp_request_abstract_get_type
 95 lasso_saml_subject_get_type
96 lasso_soap_fault_get_type96 lasso_soap_detail_get_type
97 lasso_soap_envelope_get_type97 lasso_soap_envelope_get_type
 98 lasso_soap_fault_get_type
98 lasso_soap_body_get_type99 lasso_soap_body_get_type
99 lasso_soap_detail_get_type 
100 lasso_soap_header_get_type100 lasso_soap_header_get_type
101 lasso_samlp2_authn_query_get_type 
102 lasso_saml2_subject_confirmation_data_get_type101 lasso_ecp_relay_state_get_type
 102 lasso_ecp_response_get_type
103 lasso_samlp2_authn_request_get_type103 lasso_ecp_request_get_type
104 lasso_saml2_audience_restriction_get_type 
105 lasso_saml2_attribute_value_get_type104 lasso_ds_key_value_get_type
 105 lasso_ds_key_info_get_type
 106 lasso_ds_rsa_key_value_get_type
 107 lasso_ds_x509_data_get_type
106 lasso_saml2_one_time_use_get_type108 lasso_saml2_advice_get_type
107 lasso_samlp2_name_id_mapping_request_get_type109 lasso_samlp2_name_id_mapping_response_get_type
Max diff block lines reached; 4069/9061 bytes (44.91%) of diff not shown.
37.5 KB
readelf --wide --decompress --hex-dump=.dynstr {}
    
Offset 35, 293 lines modifiedOffset 35, 293 lines modified
35 ··0x00004f0c·786d6c53·6563496e·69740078·6d6c5365·xmlSecInit.xmlSe35 ··0x00004f0c·786d6c53·6563496e·69740078·6d6c5365·xmlSecInit.xmlSe
36 ··0x00004f1c·634f7065·6e53534c·41707049·6e697400·cOpenSSLAppInit.36 ··0x00004f1c·634f7065·6e53534c·41707049·6e697400·cOpenSSLAppInit.
37 ··0x00004f2c·786d6c53·65634f70·656e5353·4c496e69·xmlSecOpenSSLIni37 ··0x00004f2c·786d6c53·65634f70·656e5353·4c496e69·xmlSecOpenSSLIni
38 ··0x00004f3c·74006765·74656e76·00737472·746f6b5f·t.getenv.strtok_38 ··0x00004f3c·74006765·74656e76·00737472·746f6b5f·t.getenv.strtok_
39 ··0x00004f4c·7200786d·6c536574·53747275·63747572·r.xmlSetStructur39 ··0x00004f4c·7200786d·6c536574·53747275·63747572·r.xmlSetStructur
40 ··0x00004f5c·65644572·726f7246·756e6300·786d6c53·edErrorFunc.xmlS40 ··0x00004f5c·65644572·726f7246·756e6300·786d6c53·edErrorFunc.xmlS
41 ··0x00004f6c·65634572·726f7273·53657443·616c6c62·ecErrorsSetCallb41 ··0x00004f6c·65634572·726f7273·53657443·616c6c62·ecErrorsSetCallb
42 ··0x00004f7c·61636b00·6c617373·6f5f6e61·6d655f69·ack.lasso_name_i42 ··0x00004f7c·61636b00·6c617373·6f5f6964·656e7469·ack.lasso_identi
43 ··0x00004f8c·645f6d61·6e616765·6d656e74·5f676574·d_management_get 
44 ··0x00004f9c·5f747970·65006c61·73736f5f·6563705f·_type.lasso_ecp_ 
45 ··0x00004fac·6765745f·74797065·006c6173·736f5f61·get_type.lasso_a43 ··0x00004f8c·74795f67·65745f74·79706500·6c617373·ty_get_type.lass
46 ··0x00004fbc·73736572·74696f6e·5f717565·72795f67·ssertion_query_g44 ··0x00004f9c·6f5f6c6f·676f7574·5f676574·5f747970·o_logout_get_typ
 45 ··0x00004fac·65006c61·73736f5f·64656665·64657261·e.lasso_defedera
 46 ··0x00004fbc·74696f6e·5f676574·5f747970·65006c61·tion_get_type.la
 47 ··0x00004fcc·73736f5f·70726f66·696c655f·6765745f·sso_profile_get_
 48 ··0x00004fdc·74797065·006c6173·736f5f66·65646572·type.lasso_feder
 49 ··0x00004fec·6174696f·6e5f6765·745f7479·7065006c·ation_get_type.l
 50 ··0x00004ffc·6173736f·5f6e616d·655f7265·67697374·asso_name_regist
 51 ··0x0000500c·72617469·6f6e5f67·65745f74·79706500·ration_get_type.
 52 ··0x0000501c·6c617373·6f5f7072·6f766964·65725f67·lasso_provider_g
47 ··0x00004fcc·65745f74·79706500·6c617373·6f5f7361·et_type.lasso_sa53 ··0x0000502c·65745f74·79706500·6c617373·6f5f7365·et_type.lasso_se
48 ··0x00004fdc·6d6c5f63·6f6e6469·74696f6e·5f616273·ml_condition_abs 
49 ··0x00004fec·74726163·745f6765·745f7479·7065006c·tract_get_type.l54 ··0x0000503c·7373696f·6e5f6765·745f7479·7065006c·ssion_get_type.l
 55 ··0x0000504c·6173736f·5f6e616d·655f6964·656e7469·asso_name_identi
 56 ··0x0000505c·66696572·5f6d6170·70696e67·5f676574·fier_mapping_get
50 ··0x00004ffc·6173736f·5f70616f·735f7265·73706f6e·asso_paos_respon 
51 ··0x0000500c·73655f67·65745f74·79706500·6c617373·se_get_type.lass 
52 ··0x0000501c·6f5f7361·6d6c5f61·64766963·655f6765·o_saml_advice_ge 
53 ··0x0000502c·745f7479·7065006c·6173736f·5f73616d·t_type.lasso_sam57 ··0x0000506c·5f747970·65006c61·73736f5f·6c6f6769·_type.lasso_logi
54 ··0x0000503c·6c5f7374·6174656d·656e745f·61627374·l_statement_abst 
55 ··0x0000504c·72616374·5f676574·5f747970·65006c61·ract_get_type.la 
56 ··0x0000505c·73736f5f·73616d6c·705f7265·71756573·sso_samlp_reques 
57 ··0x0000506c·745f6765·745f7479·7065006c·6173736f·t_get_type.lasso58 ··0x0000507c·6e5f6765·745f7479·7065006c·6173736f·n_get_type.lasso
58 ··0x0000507c·5f6c6962·5f617574·686e5f72·65717565·_lib_authn_reque 
59 ··0x0000508c·73745f67·65745f74·79706500·6c617373·st_get_type.lass 
60 ··0x0000509c·6f5f6c69·625f6175·74686e5f·72657370·o_lib_authn_resp 
61 ··0x000050ac·6f6e7365·5f676574·5f747970·65006c61·onse_get_type.la59 ··0x0000508c·5f6c6563·705f6765·745f7479·7065006c·_lecp_get_type.l
62 ··0x000050bc·73736f5f·73616d6c·5f617564·69656e63·sso_saml_audienc 
63 ··0x000050cc·655f7265·73747269·6374696f·6e5f636f·e_restriction_co60 ··0x0000509c·6173736f·5f736572·7665725f·6765745f·asso_server_get_
 61 ··0x000050ac·74797065·006c6173·736f5f65·63705f67·type.lasso_ecp_g
 62 ··0x000050bc·65745f74·79706500·6c617373·6f5f6173·et_type.lasso_as
 63 ··0x000050cc·73657274·696f6e5f·71756572·795f6765·sertion_query_ge
 64 ··0x000050dc·745f7479·7065006c·6173736f·5f6e616d·t_type.lasso_nam
 65 ··0x000050ec·655f6964·5f6d616e·6167656d·656e745f·e_id_management_
 66 ··0x000050fc·6765745f·74797065·006c6173·736f5f73·get_type.lasso_s
 67 ··0x0000510c·616d6c70·5f726573·706f6e73·655f6765·amlp_response_ge
 68 ··0x0000511c·745f7479·7065006c·6173736f·5f6c6962·t_type.lasso_lib
 69 ··0x0000512c·5f617373·65727469·6f6e5f67·65745f74·_assertion_get_t
 70 ··0x0000513c·79706500·6c617373·6f5f7361·6d6c5f63·ype.lasso_saml_c
64 ··0x000050dc·6e646974·696f6e5f·6765745f·74797065·ndition_get_type71 ··0x0000514c·6f6e6469·74696f6e·735f6765·745f7479·onditions_get_ty
65 ··0x000050ec·006c6173·736f5f6c·69625f6c·6f676f75·.lasso_lib_logou 
66 ··0x000050fc·745f7265·71756573·745f6765·745f7479·t_request_get_ty 
67 ··0x0000510c·7065006c·6173736f·5f6e6f64·655f6765·pe.lasso_node_ge72 ··0x0000515c·7065006c·6173736f·5f6c6962·5f6e616d·pe.lasso_lib_nam
 73 ··0x0000516c·655f6964·656e7469·66696572·5f6d6170·e_identifier_map
 74 ··0x0000517c·70696e67·5f726573·706f6e73·655f6765·ping_response_ge
68 ··0x0000511c·745f7479·7065006c·6173736f·5f73616d·t_type.lasso_sam75 ··0x0000518c·745f7479·7065006c·6173736f·5f73616d·t_type.lasso_sam
 76 ··0x0000519c·6c705f72·6573706f·6e73655f·61627374·lp_response_abst
 77 ··0x000051ac·72616374·5f676574·5f747970·65006c61·ract_get_type.la
 78 ··0x000051bc·73736f5f·73616d6c·705f7265·71756573·sso_samlp_reques
69 ··0x0000512c·6c5f7375·626a6563·745f6765·745f7479·l_subject_get_ty 
70 ··0x0000513c·7065006c·6173736f·5f73616d·6c705f72·pe.lasso_samlp_r 
71 ··0x0000514c·65717565·73745f61·62737472·6163745f·equest_abstract_ 
72 ··0x0000515c·6765745f·74797065·006c6173·736f5f73·get_type.lasso_s 
73 ··0x0000516c·616d6c5f·61747472·69627574·655f6465·aml_attribute_de 
74 ··0x0000517c·7369676e·61746f72·5f676574·5f747970·signator_get_typ 
75 ··0x0000518c·65006c61·73736f5f·6c69625f·66656465·e.lasso_lib_fede 
76 ··0x0000519c·72617469·6f6e5f74·65726d69·6e617469·ration_terminati 
77 ··0x000051ac·6f6e5f6e·6f746966·69636174·696f6e5f·on_notification_ 
78 ··0x000051bc·6765745f·74797065·006c6173·736f5f70·get_type.lasso_p 
79 ··0x000051cc·616f735f·72657175·6573745f·6765745f·aos_request_get_ 
80 ··0x000051dc·74797065·006c6173·736f5f73·616d6c5f·type.lasso_saml_ 
81 ··0x000051ec·7375626a·6563745f·73746174·656d656e·subject_statemen 
82 ··0x000051fc·745f6765·745f7479·7065006c·6173736f·t_get_type.lasso79 ··0x000051cc·745f6765·745f7479·7065006c·6173736f·t_get_type.lasso
 80 ··0x000051dc·5f73616d·6c5f6175·6469656e·63655f72·_saml_audience_r
 81 ··0x000051ec·65737472·69637469·6f6e5f63·6f6e6469·estriction_condi
83 ··0x0000520c·5f6c6962·5f726567·69737465·725f6e61·_lib_register_na 
84 ··0x0000521c·6d655f69·64656e74·69666965·725f7265·me_identifier_re 
85 ··0x0000522c·71756573·745f6765·745f7479·7065006c·quest_get_type.l 
86 ··0x0000523c·6173736f·5f73616d·6c5f7375·626a6563·asso_saml_subjec 
87 ··0x0000524c·745f7374·6174656d·656e745f·61627374·t_statement_abst 
88 ··0x0000525c·72616374·5f676574·5f747970·65006c61·ract_get_type.la 
89 ··0x0000526c·73736f5f·73616d6c·5f737562·6a656374·sso_saml_subject 
90 ··0x0000527c·5f6c6f63·616c6974·795f6765·745f7479·_locality_get_ty 
91 ··0x0000528c·7065006c·6173736f·5f6c6962·5f73636f·pe.lasso_lib_sco 
92 ··0x0000529c·70696e67·5f676574·5f747970·65006c61·ping_get_type.la82 ··0x000051fc·74696f6e·5f676574·5f747970·65006c61·tion_get_type.la
93 ··0x000052ac·73736f5f·6c69625f·6964705f·656e7472·sso_lib_idp_entr83 ··0x0000520c·73736f5f·73616d6c·5f616476·6963655f·sso_saml_advice_
94 ··0x000052bc·6965735f·6765745f·74797065·006c6173·ies_get_type.las84 ··0x0000521c·6765745f·74797065·006c6173·736f5f6c·get_type.lasso_l
 85 ··0x0000522c·69625f73·636f7069·6e675f67·65745f74·ib_scoping_get_t
95 ··0x000052cc·736f5f73·616d6c5f·6e616d65·5f696465·so_saml_name_ide 
96 ··0x000052dc·6e746966·6965725f·6765745f·74797065·ntifier_get_type 
97 ··0x000052ec·006c6173·736f5f73·616d6c5f·61757468·.lasso_saml_auth86 ··0x0000523c·79706500·6c617373·6f5f7361·6d6c5f73·ype.lasso_saml_s
 87 ··0x0000524c·75626a65·63745f73·74617465·6d656e74·ubject_statement
98 ··0x000052fc·656e7469·63617469·6f6e5f73·74617465·entication_state 
99 ··0x0000530c·6d656e74·5f676574·5f747970·65006c61·ment_get_type.la 
100 ··0x0000531c·73736f5f·73616d6c·705f7374·61747573·sso_samlp_status 
101 ··0x0000532c·5f676574·5f747970·65006c61·73736f5f·_get_type.lasso_88 ··0x0000525c·5f676574·5f747970·65006c61·73736f5f·_get_type.lasso_
 89 ··0x0000526c·73616d6c·705f7374·61747573·5f636f64·samlp_status_cod
102 ··0x0000533c·6c69625f·61737365·7274696f·6e5f6765·lib_assertion_ge 
103 ··0x0000534c·745f7479·7065006c·6173736f·5f73616d·t_type.lasso_sam 
104 ··0x0000535c·6c5f6173·73657274·696f6e5f·6765745f·l_assertion_get_ 
105 ··0x0000536c·74797065·006c6173·736f5f6c·69625f6c·type.lasso_lib_l 
106 ··0x0000537c·6f676f75·745f7265·73706f6e·73655f67·ogout_response_g 
107 ··0x0000538c·65745f74·79706500·6c617373·6f5f6c69·et_type.lasso_li90 ··0x0000527c·655f6765·745f7479·7065006c·6173736f·e_get_type.lasso
108 ··0x0000539c·625f6175·74686e5f·636f6e74·6578745f·b_authn_context_91 ··0x0000528c·5f73616d·6c5f6174·74726962·7574655f·_saml_attribute_
109 ··0x000053ac·6765745f·74797065·006c6173·736f5f73·get_type.lasso_s92 ··0x0000529c·6765745f·74797065·006c6173·736f5f73·get_type.lasso_s
110 ··0x000053bc·616d6c5f·61747472·69627574·655f7374·aml_attribute_st93 ··0x000052ac·616d6c5f·61747472·69627574·655f7374·aml_attribute_st
111 ··0x000053cc·6174656d·656e745f·6765745f·74797065·atement_get_type94 ··0x000052bc·6174656d·656e745f·6765745f·74797065·atement_get_type
112 ··0x000053dc·006c6173·736f5f6c·69625f69·64705f65·.lasso_lib_idp_e95 ··0x000052cc·006c6173·736f5f6c·69625f61·7574686e·.lasso_lib_authn
 96 ··0x000052dc·5f726573·706f6e73·655f656e·76656c6f·_response_envelo
 97 ··0x000052ec·70655f67·65745f74·79706500·6c617373·pe_get_type.lass
 98 ··0x000052fc·6f5f6c69·625f7265·71756573·745f6175·o_lib_request_au
 99 ··0x0000530c·74686e5f·636f6e74·6578745f·6765745f·thn_context_get_
 100 ··0x0000531c·74797065·006c6173·736f5f6c·69625f61·type.lasso_lib_a
 101 ··0x0000532c·7574686e·5f726571·75657374·5f656e76·uthn_request_env
 102 ··0x0000533c·656c6f70·655f6765·745f7479·7065006c·elope_get_type.l
 103 ··0x0000534c·6173736f·5f73616d·6c5f7375·626a6563·asso_saml_subjec
 104 ··0x0000535c·745f7374·6174656d·656e745f·61627374·t_statement_abst
113 ··0x000053ec·6e747279·5f676574·5f747970·65006c61·ntry_get_type.la105 ··0x0000536c·72616374·5f676574·5f747970·65006c61·ract_get_type.la
114 ··0x000053fc·73736f5f·6c69625f·6e616d65·5f696465·sso_lib_name_ide 
115 ··0x0000540c·6e746966·6965725f·6d617070·696e675f·ntifier_mapping_106 ··0x0000537c·73736f5f·6e6f6465·5f676574·5f747970·sso_node_get_typ
 107 ··0x0000538c·65006c61·73736f5f·73616d6c·5f737562·e.lasso_saml_sub
 108 ··0x0000539c·6a656374·5f6c6f63·616c6974·795f6765·ject_locality_ge
 109 ··0x000053ac·745f7479·7065006c·6173736f·5f70616f·t_type.lasso_pao
116 ··0x0000541c·72657175·6573745f·6765745f·74797065·request_get_type110 ··0x000053bc·735f7265·71756573·745f6765·745f7479·s_request_get_ty
 111 ··0x000053cc·7065006c·6173736f·5f73616d·6c5f6173·pe.lasso_saml_as
 112 ··0x000053dc·73657274·696f6e5f·6765745f·74797065·sertion_get_type
117 ··0x0000542c·006c6173·736f5f6c·69625f73·75626a65·.lasso_lib_subje113 ··0x000053ec·006c6173·736f5f6c·69625f73·75626a65·.lasso_lib_subje
Max diff block lines reached; 18559/38279 bytes (48.48%) of diff not shown.
811 B
error from `readelf --wide --decompress --hex-dump=.gnu_debuglink {}`: readelf: Error: no .dynamic section in the dynamic segment
    
Offset 1, 7 lines modifiedOffset 1, 7 lines modified
  
1 Hex·dump·of·section·'.gnu_debuglink':1 Hex·dump·of·section·'.gnu_debuglink':
2 ··0x00000000·62336431·61393866·33333732·65306136·b3d1a98f3372e0a6 
3 ··0x00000010·31333536·36306466·32376666·39663930·135660df27ff9f902 ··0x00000000·38376265·65663831·61626434·62633837·87beef81abd4bc87
 3 ··0x00000010·64353134·39643262·36356436·37356431·d5149d2b65d675d1
4 ··0x00000020·33613265·39392e64·65627567·00000000·3a2e99.debug....4 ··0x00000020·63336264·35342e64·65627567·00000000·c3bd54.debug....
5 ··0x00000030·63081bb9····························c...5 ··0x00000030·e14bff6d····························.K.m
  
7.48 MB
python-lasso_2.6.0-2+deb10u1_i386.deb
367 B
file list
    
Offset 1, 3 lines modifiedOffset 1, 3 lines modified
1 -rw-r--r--···0········0········0········4·2021-06-02·18:54:32.000000·debian-binary1 -rw-r--r--···0········0········0········4·2021-06-02·18:54:32.000000·debian-binary
2 -rw-r--r--···0········0········0·····1204·2021-06-02·18:54:32.000000·control.tar.xz2 -rw-r--r--···0········0········0·····1204·2021-06-02·18:54:32.000000·control.tar.xz
3 -rw-r--r--···0········0········0···709336·2021-06-02·18:54:32.000000·data.tar.xz3 -rw-r--r--···0········0········0···709576·2021-06-02·18:54:32.000000·data.tar.xz
98.0 B
control.tar.xz
70.0 B
control.tar
48.0 B
./md5sums
30.0 B
./md5sums
Files differ
7.48 MB
data.tar.xz
7.48 MB
data.tar
7.0 MB
./usr/lib/python2.7/dist-packages/_lasso.i386-linux-gnu.so
430 B
readelf --wide --notes {}
    
Offset 1, 4 lines modifiedOffset 1, 4 lines modified
  
1 Displaying·notes·found·in:·.note.gnu.build-id1 Displaying·notes·found·in:·.note.gnu.build-id
2 ··Owner·················Data·size»  Description2 ··Owner·················Data·size»  Description
3 ··GNU··················0x00000014»  NT_GNU_BUILD_ID·(unique·build·ID·bitstring)»   ····Build·ID:·2d7f92aedb0b27605bef4cfcda3b4dce25661c3d3 ··GNU··················0x00000014»  NT_GNU_BUILD_ID·(unique·build·ID·bitstring)»   ····Build·ID:·7834142d4cd3a35db281bb6bdaa9436e22e058cd
2.5 MB
readelf --wide --debug-dump=frames {}
    
Offset 243, 15 lines modifiedOffset 243, 15 lines modified
243 ··DW_CFA_restore:·r3·(ebx)243 ··DW_CFA_restore:·r3·(ebx)
244 ··DW_CFA_def_cfa_offset:·4244 ··DW_CFA_def_cfa_offset:·4
245 ··DW_CFA_advance_loc:·4·to·0000e278245 ··DW_CFA_advance_loc:·4·to·0000e278
246 ··DW_CFA_restore_state246 ··DW_CFA_restore_state
247 ··DW_CFA_nop247 ··DW_CFA_nop
248 ··DW_CFA_nop248 ··DW_CFA_nop
  
249 000001bc·00000030·000001c0·FDE·cie=00000000·pc=0000e290..0000e309249 000001bc·00000030·000001c0·FDE·cie=00000000·pc=0000e290..0000e301
250 ··DW_CFA_advance_loc:·1·to·0000e291250 ··DW_CFA_advance_loc:·1·to·0000e291
251 ··DW_CFA_def_cfa_offset:·8251 ··DW_CFA_def_cfa_offset:·8
252 ··DW_CFA_offset:·r3·(ebx)·at·cfa-8252 ··DW_CFA_offset:·r3·(ebx)·at·cfa-8
253 ··DW_CFA_advance_loc:·14·to·0000e29f253 ··DW_CFA_advance_loc:·14·to·0000e29f
254 ··DW_CFA_def_cfa_offset:·32254 ··DW_CFA_def_cfa_offset:·32
255 ··DW_CFA_advance_loc:·17·to·0000e2b0255 ··DW_CFA_advance_loc:·17·to·0000e2b0
256 ··DW_CFA_def_cfa_offset:·36256 ··DW_CFA_def_cfa_offset:·36
Offset 259, 21 lines modifiedOffset 259, 21 lines modified
259 ··DW_CFA_def_cfa_offset:·40259 ··DW_CFA_def_cfa_offset:·40
260 ··DW_CFA_advance_loc:·7·to·0000e2bc260 ··DW_CFA_advance_loc:·7·to·0000e2bc
261 ··DW_CFA_def_cfa_offset:·44261 ··DW_CFA_def_cfa_offset:·44
262 ··DW_CFA_advance_loc:·4·to·0000e2c0262 ··DW_CFA_advance_loc:·4·to·0000e2c0
263 ··DW_CFA_def_cfa_offset:·48263 ··DW_CFA_def_cfa_offset:·48
264 ··DW_CFA_advance_loc:·8·to·0000e2c8264 ··DW_CFA_advance_loc:·8·to·0000e2c8
265 ··DW_CFA_def_cfa_offset:·32265 ··DW_CFA_def_cfa_offset:·32
266 ··DW_CFA_advance_loc:·54·to·0000e2fe266 ··DW_CFA_advance_loc:·43·to·0000e2f3
267 ··DW_CFA_remember_state267 ··DW_CFA_remember_state
268 ··DW_CFA_def_cfa_offset:·8268 ··DW_CFA_def_cfa_offset:·8
269 ··DW_CFA_advance_loc:·1·to·0000e2ff269 ··DW_CFA_advance_loc:·1·to·0000e2f4
270 ··DW_CFA_restore:·r3·(ebx)270 ··DW_CFA_restore:·r3·(ebx)
271 ··DW_CFA_def_cfa_offset:·4271 ··DW_CFA_def_cfa_offset:·4
272 ··DW_CFA_advance_loc:·1·to·0000e300272 ··DW_CFA_advance_loc:·4·to·0000e2f8
273 ··DW_CFA_restore_state273 ··DW_CFA_restore_state
274 ··DW_CFA_nop274 ··DW_CFA_nop
275 ··DW_CFA_nop275 ··DW_CFA_nop
  
276 000001f0·00000030·000001f4·FDE·cie=00000000·pc=0000e310..0000e389276 000001f0·00000030·000001f4·FDE·cie=00000000·pc=0000e310..0000e389
277 ··DW_CFA_advance_loc:·1·to·0000e311277 ··DW_CFA_advance_loc:·1·to·0000e311
278 ··DW_CFA_def_cfa_offset:·8278 ··DW_CFA_def_cfa_offset:·8
Offset 297, 15 lines modifiedOffset 297, 15 lines modified
297 ··DW_CFA_restore:·r3·(ebx)297 ··DW_CFA_restore:·r3·(ebx)
298 ··DW_CFA_def_cfa_offset:·4298 ··DW_CFA_def_cfa_offset:·4
299 ··DW_CFA_advance_loc:·1·to·0000e380299 ··DW_CFA_advance_loc:·1·to·0000e380
300 ··DW_CFA_restore_state300 ··DW_CFA_restore_state
301 ··DW_CFA_nop301 ··DW_CFA_nop
302 ··DW_CFA_nop302 ··DW_CFA_nop
  
303 00000224·00000030·00000228·FDE·cie=00000000·pc=0000e390..0000e401303 00000224·00000030·00000228·FDE·cie=00000000·pc=0000e390..0000e409
304 ··DW_CFA_advance_loc:·1·to·0000e391304 ··DW_CFA_advance_loc:·1·to·0000e391
305 ··DW_CFA_def_cfa_offset:·8305 ··DW_CFA_def_cfa_offset:·8
306 ··DW_CFA_offset:·r3·(ebx)·at·cfa-8306 ··DW_CFA_offset:·r3·(ebx)·at·cfa-8
307 ··DW_CFA_advance_loc:·14·to·0000e39f307 ··DW_CFA_advance_loc:·14·to·0000e39f
308 ··DW_CFA_def_cfa_offset:·32308 ··DW_CFA_def_cfa_offset:·32
309 ··DW_CFA_advance_loc:·17·to·0000e3b0309 ··DW_CFA_advance_loc:·17·to·0000e3b0
310 ··DW_CFA_def_cfa_offset:·36310 ··DW_CFA_def_cfa_offset:·36
Offset 313, 26 lines modifiedOffset 313, 26 lines modified
313 ··DW_CFA_def_cfa_offset:·40313 ··DW_CFA_def_cfa_offset:·40
314 ··DW_CFA_advance_loc:·7·to·0000e3bc314 ··DW_CFA_advance_loc:·7·to·0000e3bc
315 ··DW_CFA_def_cfa_offset:·44315 ··DW_CFA_def_cfa_offset:·44
316 ··DW_CFA_advance_loc:·4·to·0000e3c0316 ··DW_CFA_advance_loc:·4·to·0000e3c0
317 ··DW_CFA_def_cfa_offset:·48317 ··DW_CFA_def_cfa_offset:·48
318 ··DW_CFA_advance_loc:·8·to·0000e3c8318 ··DW_CFA_advance_loc:·8·to·0000e3c8
319 ··DW_CFA_def_cfa_offset:·32319 ··DW_CFA_def_cfa_offset:·32
320 ··DW_CFA_advance_loc:·43·to·0000e3f3320 ··DW_CFA_advance_loc:·54·to·0000e3fe
321 ··DW_CFA_remember_state321 ··DW_CFA_remember_state
322 ··DW_CFA_def_cfa_offset:·8322 ··DW_CFA_def_cfa_offset:·8
323 ··DW_CFA_advance_loc:·1·to·0000e3f4323 ··DW_CFA_advance_loc:·1·to·0000e3ff
324 ··DW_CFA_restore:·r3·(ebx)324 ··DW_CFA_restore:·r3·(ebx)
325 ··DW_CFA_def_cfa_offset:·4325 ··DW_CFA_def_cfa_offset:·4
326 ··DW_CFA_advance_loc:·4·to·0000e3f8326 ··DW_CFA_advance_loc:·1·to·0000e400
327 ··DW_CFA_restore_state327 ··DW_CFA_restore_state
328 ··DW_CFA_nop328 ··DW_CFA_nop
329 ··DW_CFA_nop329 ··DW_CFA_nop
  
330 00000258·00000030·0000025c·FDE·cie=00000000·pc=0000e410..0000e481330 00000258·00000030·0000025c·FDE·cie=00000000·pc=0000e410..0000e489
331 ··DW_CFA_advance_loc:·1·to·0000e411331 ··DW_CFA_advance_loc:·1·to·0000e411
332 ··DW_CFA_def_cfa_offset:·8332 ··DW_CFA_def_cfa_offset:·8
333 ··DW_CFA_offset:·r3·(ebx)·at·cfa-8333 ··DW_CFA_offset:·r3·(ebx)·at·cfa-8
334 ··DW_CFA_advance_loc:·14·to·0000e41f334 ··DW_CFA_advance_loc:·14·to·0000e41f
335 ··DW_CFA_def_cfa_offset:·32335 ··DW_CFA_def_cfa_offset:·32
336 ··DW_CFA_advance_loc:·17·to·0000e430336 ··DW_CFA_advance_loc:·17·to·0000e430
337 ··DW_CFA_def_cfa_offset:·36337 ··DW_CFA_def_cfa_offset:·36
Offset 340, 21 lines modifiedOffset 340, 21 lines modified
340 ··DW_CFA_def_cfa_offset:·40340 ··DW_CFA_def_cfa_offset:·40
341 ··DW_CFA_advance_loc:·7·to·0000e43c341 ··DW_CFA_advance_loc:·7·to·0000e43c
342 ··DW_CFA_def_cfa_offset:·44342 ··DW_CFA_def_cfa_offset:·44
343 ··DW_CFA_advance_loc:·4·to·0000e440343 ··DW_CFA_advance_loc:·4·to·0000e440
344 ··DW_CFA_def_cfa_offset:·48344 ··DW_CFA_def_cfa_offset:·48
345 ··DW_CFA_advance_loc:·8·to·0000e448345 ··DW_CFA_advance_loc:·8·to·0000e448
346 ··DW_CFA_def_cfa_offset:·32346 ··DW_CFA_def_cfa_offset:·32
347 ··DW_CFA_advance_loc:·43·to·0000e473347 ··DW_CFA_advance_loc:·54·to·0000e47e
348 ··DW_CFA_remember_state348 ··DW_CFA_remember_state
349 ··DW_CFA_def_cfa_offset:·8349 ··DW_CFA_def_cfa_offset:·8
350 ··DW_CFA_advance_loc:·1·to·0000e474350 ··DW_CFA_advance_loc:·1·to·0000e47f
351 ··DW_CFA_restore:·r3·(ebx)351 ··DW_CFA_restore:·r3·(ebx)
352 ··DW_CFA_def_cfa_offset:·4352 ··DW_CFA_def_cfa_offset:·4
353 ··DW_CFA_advance_loc:·4·to·0000e478353 ··DW_CFA_advance_loc:·1·to·0000e480
354 ··DW_CFA_restore_state354 ··DW_CFA_restore_state
355 ··DW_CFA_nop355 ··DW_CFA_nop
356 ··DW_CFA_nop356 ··DW_CFA_nop
  
357 0000028c·00000030·00000290·FDE·cie=00000000·pc=0000e490..0000e509357 0000028c·00000030·00000290·FDE·cie=00000000·pc=0000e490..0000e509
358 ··DW_CFA_advance_loc:·1·to·0000e491358 ··DW_CFA_advance_loc:·1·to·0000e491
359 ··DW_CFA_def_cfa_offset:·8359 ··DW_CFA_def_cfa_offset:·8
Offset 459, 15 lines modifiedOffset 459, 15 lines modified
459 ··DW_CFA_restore:·r3·(ebx)459 ··DW_CFA_restore:·r3·(ebx)
460 ··DW_CFA_def_cfa_offset:·4460 ··DW_CFA_def_cfa_offset:·4
461 ··DW_CFA_advance_loc:·1·to·0000e680461 ··DW_CFA_advance_loc:·1·to·0000e680
462 ··DW_CFA_restore_state462 ··DW_CFA_restore_state
463 ··DW_CFA_nop463 ··DW_CFA_nop
464 ··DW_CFA_nop464 ··DW_CFA_nop
  
465 0000035c·00000030·00000360·FDE·cie=00000000·pc=0000e690..0000e701465 0000035c·00000030·00000360·FDE·cie=00000000·pc=0000e690..0000e709
466 ··DW_CFA_advance_loc:·1·to·0000e691466 ··DW_CFA_advance_loc:·1·to·0000e691
467 ··DW_CFA_def_cfa_offset:·8467 ··DW_CFA_def_cfa_offset:·8
468 ··DW_CFA_offset:·r3·(ebx)·at·cfa-8468 ··DW_CFA_offset:·r3·(ebx)·at·cfa-8
469 ··DW_CFA_advance_loc:·14·to·0000e69f469 ··DW_CFA_advance_loc:·14·to·0000e69f
470 ··DW_CFA_def_cfa_offset:·32470 ··DW_CFA_def_cfa_offset:·32
471 ··DW_CFA_advance_loc:·17·to·0000e6b0471 ··DW_CFA_advance_loc:·17·to·0000e6b0
472 ··DW_CFA_def_cfa_offset:·36472 ··DW_CFA_def_cfa_offset:·36
Offset 475, 21 lines modifiedOffset 475, 21 lines modified
475 ··DW_CFA_def_cfa_offset:·40475 ··DW_CFA_def_cfa_offset:·40
476 ··DW_CFA_advance_loc:·7·to·0000e6bc476 ··DW_CFA_advance_loc:·7·to·0000e6bc
477 ··DW_CFA_def_cfa_offset:·44477 ··DW_CFA_def_cfa_offset:·44
478 ··DW_CFA_advance_loc:·4·to·0000e6c0478 ··DW_CFA_advance_loc:·4·to·0000e6c0
479 ··DW_CFA_def_cfa_offset:·48479 ··DW_CFA_def_cfa_offset:·48
480 ··DW_CFA_advance_loc:·8·to·0000e6c8480 ··DW_CFA_advance_loc:·8·to·0000e6c8
481 ··DW_CFA_def_cfa_offset:·32481 ··DW_CFA_def_cfa_offset:·32
482 ··DW_CFA_advance_loc:·43·to·0000e6f3482 ··DW_CFA_advance_loc:·54·to·0000e6fe
Max diff block lines reached; 2618718/2623223 bytes (99.83%) of diff not shown.
96.4 KB
strings --all --bytes=8 {}
    
Offset 6, 167 lines modifiedOffset 6, 195 lines modified
6 PyObject_GetAttrString6 PyObject_GetAttrString
7 _Py_NoneStruct7 _Py_NoneStruct
8 PyObject_CallMethod8 PyObject_CallMethod
9 PyExc_RuntimeError9 PyExc_RuntimeError
10 PyErr_SetString10 PyErr_SetString
11 PyErr_Format11 PyErr_Format
12 PyArg_ParseTuple12 PyArg_ParseTuple
13 PyInt_FromLong 
14 lasso_init 
15 g_list_foreach13 g_list_foreach
16 g_list_free14 g_list_free
17 g_list_length15 g_list_length
18 PyTuple_New16 PyTuple_New
19 PyExc_RuntimeWarning17 PyExc_RuntimeWarning
20 PyString_FromString18 PyString_FromString
21 PyTuple_SetItem19 PyTuple_SetItem
22 PyErr_WarnEx20 PyErr_WarnEx
23 _PyTuple_Resize21 _PyTuple_Resize
24 PyExc_TypeError22 PyExc_TypeError
 23 g_strdup
25 PyType_IsSubtype24 PyType_IsSubtype
26 lasso_session_get_assertion_ids 
27 lasso_session_get_session_indexes 
28 lasso_session_add_assertion 
29 lasso_session_get_provider_index 
30 g_object_ref25 lasso_saml2_name_id_equals
 26 _Py_ZeroStruct
 27 _Py_TrueStruct
 28 PyInt_FromLong
 29 lasso_init
 30 lasso_saml2_assertion_decrypt_subject
 31 lasso_saml2_assertion_add_attribute_with_node
 32 lasso_saml2_assertion_set_basic_conditions
 33 lasso_saml2_assertion_set_subject_confirmation_data
 34 lasso_saml2_assertion_set_subject_confirmation_name_id
 35 lasso_saml2_assertion_set_subject_name_id
 36 PyString_AsStringAndSize
 37 xmlReadMemory
 38 xmlDocGetRootElement
 39 xmlCopyNode
 40 xmlFreeDoc
 41 xmlNewDoc
 42 xmlNewNode
 43 xmlDocSetRootElement
 44 xmlParseInNodeContext
 45 xmlFreeNodeList
 46 xmlFreeNode
 47 xmlBufferCreate
 48 xmlOutputBufferCreateBuffer
 49 xmlNodeDumpOutput
 50 xmlOutputBufferClose
 51 xmlBufferAdd
 52 xmlBufferContent
 53 xmlBufferFree
 54 g_str_equal
 55 g_str_hash
 56 g_hash_table_new_full
31 PyDict_Next57 PyDict_Next
32 g_hash_table_remove_all58 g_hash_table_remove_all
33 PyString_AsString59 PyString_AsString
34 g_hash_table_replace 
35 g_object_unref 
36 g_strdup 
37 lasso_login_build_assertion60 g_hash_table_insert
 61 lasso_samlp2_extensions_set_attributes
 62 g_hash_table_destroy
 63 lasso_ds_key_value_set_x509_data
 64 lasso_saml_name_identifier_equals
 65 lasso_name_id_management_init_request
38 lasso_ecp_process_sp_idp_list66 lasso_ecp_process_sp_idp_list
39 lasso_ecp_get_endpoint_url_by_entity_id67 lasso_ecp_get_endpoint_url_by_entity_id
40 lasso_ecp_is_idp_entry_known_idp_supporting_ecp68 lasso_ecp_is_idp_entry_known_idp_supporting_ecp
 69 lasso_server_saml2_assertion_setup_signature
41 _Py_ZeroStruct 
42 _Py_TrueStruct 
43 lasso_name_id_management_init_request 
44 lasso_profile_set_idp_list 
45 lasso_federation_verify_name_identifier 
46 lasso_federation_build_local_name_identifier 
47 lasso_server_get_filtered_provider_list70 lasso_server_get_filtered_provider_list
48 lasso_server_get_endpoint_url_by_id71 lasso_server_get_endpoint_url_by_id
49 lasso_server_add_provider272 lasso_server_add_provider2
50 lasso_server_add_provider_from_buffer73 lasso_server_add_provider_from_buffer
51 lasso_server_add_provider74 lasso_server_add_provider
52 lasso_server_saml2_assertion_setup_signature75 g_object_ref
 76 g_hash_table_replace
 77 g_object_unref
 78 lasso_login_build_assertion
 79 lasso_session_get_assertion_ids
 80 lasso_session_get_session_indexes
 81 lasso_session_add_assertion
 82 lasso_session_get_provider_index
53 lasso_provider_verify_signature83 lasso_provider_verify_signature
54 lasso_provider_add_key84 lasso_provider_add_key
55 lasso_provider_set_server_signing_key85 lasso_provider_set_server_signing_key
56 lasso_provider_match_conformance86 lasso_provider_match_conformance
57 lasso_provider_get_metadata_keys_for_role87 lasso_provider_get_metadata_keys_for_role
58 lasso_provider_get_metadata_one_for_role88 lasso_provider_get_metadata_one_for_role
59 lasso_provider_verify_single_node_signature89 lasso_provider_verify_single_node_signature
60 xmlBufferCreate 
61 xmlOutputBufferCreateBuffer 
62 xmlNodeDumpOutput 
63 xmlOutputBufferClose 
64 xmlBufferAdd 
65 xmlBufferContent 
66 xmlBufferFree 
67 lasso_provider_has_protocol_profile90 lasso_provider_has_protocol_profile
68 lasso_provider_accept_http_method91 lasso_provider_accept_http_method
69 lasso_provider_get_first_http_method92 lasso_provider_get_first_http_method
70 lasso_provider_get_metadata_one93 lasso_provider_get_metadata_one
71 lasso_provider_get_assertion_consumer_service_url94 lasso_provider_get_assertion_consumer_service_url
 95 lasso_federation_verify_name_identifier
 96 lasso_federation_build_local_name_identifier
 97 lasso_profile_set_idp_list
72 lasso_ds_key_value_set_x509_data 
73 lasso_saml2_name_id_equals 
74 lasso_saml2_assertion_decrypt_subject 
75 lasso_saml2_assertion_add_attribute_with_node 
76 lasso_saml2_assertion_set_basic_conditions 
77 lasso_saml2_assertion_set_subject_confirmation_data 
78 lasso_saml2_assertion_set_subject_confirmation_name_id 
79 lasso_saml2_assertion_set_subject_name_id 
80 g_str_equal 
81 g_str_hash 
82 g_hash_table_new_full 
83 g_hash_table_insert 
84 lasso_samlp2_extensions_set_attributes 
Max diff block lines reached; 94885/98672 bytes (96.16%) of diff not shown.
116 KB
readelf --wide --decompress --hex-dump=.dynstr {}
    
Offset 10, 154 lines modifiedOffset 10, 154 lines modified
10 ··0x000020bc·6563745f·47657441·74747253·7472696e·ect_GetAttrStrin10 ··0x000020bc·6563745f·47657441·74747253·7472696e·ect_GetAttrStrin
11 ··0x000020cc·67005f50·795f4e6f·6e655374·72756374·g._Py_NoneStruct11 ··0x000020cc·67005f50·795f4e6f·6e655374·72756374·g._Py_NoneStruct
12 ··0x000020dc·0050794f·626a6563·745f4361·6c6c4d65·.PyObject_CallMe12 ··0x000020dc·0050794f·626a6563·745f4361·6c6c4d65·.PyObject_CallMe
13 ··0x000020ec·74686f64·00737472·6c656e00·50794578·thod.strlen.PyEx13 ··0x000020ec·74686f64·00737472·6c656e00·50794578·thod.strlen.PyEx
14 ··0x000020fc·635f5275·6e74696d·65457272·6f720050·c_RuntimeError.P14 ··0x000020fc·635f5275·6e74696d·65457272·6f720050·c_RuntimeError.P
15 ··0x0000210c·79457272·5f536574·53747269·6e670050·yErr_SetString.P15 ··0x0000210c·79457272·5f536574·53747269·6e670050·yErr_SetString.P
16 ··0x0000211c·79457272·5f466f72·6d617400·50794172·yErr_Format.PyAr16 ··0x0000211c·79457272·5f466f72·6d617400·50794172·yErr_Format.PyAr
17 ··0x0000212c·675f5061·72736554·75706c65·00507949·g_ParseTuple.PyI17 ··0x0000212c·675f5061·72736554·75706c65·00675f6c·g_ParseTuple.g_l
18 ··0x0000213c·6e745f46·726f6d4c·6f6e6700·6c617373·nt_FromLong.lass 
19 ··0x0000214c·6f5f696e·69740067·5f6c6973·745f666f·o_init.g_list_fo 
20 ··0x0000215c·72656163·6800675f·6c697374·5f667265·reach.g_list_fre 
21 ··0x0000216c·6500675f·6c697374·5f6c656e·67746800·e.g_list_length. 
22 ··0x0000217c·50795475·706c655f·4e657700·50794578·PyTuple_New.PyEx 
23 ··0x0000218c·635f5275·6e74696d·65576172·6e696e67·c_RuntimeWarning 
24 ··0x0000219c·00507953·7472696e·675f4672·6f6d5374·.PyString_FromSt 
25 ··0x000021ac·72696e67·00507954·75706c65·5f536574·ring.PyTuple_Set 
26 ··0x000021bc·4974656d·00507945·72725f57·61726e45·Item.PyErr_WarnE 
27 ··0x000021cc·78005f50·79547570·6c655f52·6573697a·x._PyTuple_Resiz 
28 ··0x000021dc·65005079·4578635f·54797065·4572726f·e.PyExc_TypeErro 
29 ··0x000021ec·72005079·54797065·5f497353·75627479·r.PyType_IsSubty18 ··0x0000213c·6973745f·666f7265·61636800·675f6c69·ist_foreach.g_li
 19 ··0x0000214c·73745f66·72656500·675f6c69·73745f6c·st_free.g_list_l
 20 ··0x0000215c·656e6774·68005079·5475706c·655f4e65·ength.PyTuple_Ne
 21 ··0x0000216c·77005079·4578635f·52756e74·696d6557·w.PyExc_RuntimeW
 22 ··0x0000217c·61726e69·6e670050·79537472·696e675f·arning.PyString_
 23 ··0x0000218c·46726f6d·53747269·6e670050·79547570·FromString.PyTup
 24 ··0x0000219c·6c655f53·65744974·656d0050·79457272·le_SetItem.PyErr
 25 ··0x000021ac·5f576172·6e457800·5f507954·75706c65·_WarnEx._PyTuple
 26 ··0x000021bc·5f526573·697a6500·50794578·635f5479·_Resize.PyExc_Ty
 27 ··0x000021cc·70654572·726f7200·675f7374·72647570·peError.g_strdup
 28 ··0x000021dc·00675f66·72656500·50795479·70655f49·.g_free.PyType_I
 29 ··0x000021ec·73537562·74797065·006c6173·736f5f73·sSubtype.lasso_s
 30 ··0x000021fc·616d6c32·5f6e616d·655f6964·5f657175·aml2_name_id_equ
 31 ··0x0000220c·616c7300·5f50795f·5a65726f·53747275·als._Py_ZeroStru
 32 ··0x0000221c·6374005f·50795f54·72756553·74727563·ct._Py_TrueStruc
 33 ··0x0000222c·74005079·496e745f·46726f6d·4c6f6e67·t.PyInt_FromLong
 34 ··0x0000223c·006c6173·736f5f69·6e697400·6c617373·.lasso_init.lass
 35 ··0x0000224c·6f5f7361·6d6c325f·61737365·7274696f·o_saml2_assertio
 36 ··0x0000225c·6e5f6465·63727970·745f7375·626a6563·n_decrypt_subjec
 37 ··0x0000226c·74006c61·73736f5f·73616d6c·325f6173·t.lasso_saml2_as
 38 ··0x0000227c·73657274·696f6e5f·6164645f·61747472·sertion_add_attr
 39 ··0x0000228c·69627574·655f7769·74685f6e·6f646500·ibute_with_node.
 40 ··0x0000229c·6c617373·6f5f7361·6d6c325f·61737365·lasso_saml2_asse
 41 ··0x000022ac·7274696f·6e5f7365·745f6261·7369635f·rtion_set_basic_
 42 ··0x000022bc·636f6e64·6974696f·6e73006c·6173736f·conditions.lasso
 43 ··0x000022cc·5f73616d·6c325f61·73736572·74696f6e·_saml2_assertion
 44 ··0x000022dc·5f736574·5f737562·6a656374·5f636f6e·_set_subject_con
 45 ··0x000022ec·6669726d·6174696f·6e5f6461·7461006c·firmation_data.l
 46 ··0x000022fc·6173736f·5f73616d·6c325f61·73736572·asso_saml2_asser
 47 ··0x0000230c·74696f6e·5f736574·5f737562·6a656374·tion_set_subject
 48 ··0x0000231c·5f636f6e·6669726d·6174696f·6e5f6e61·_confirmation_na
 49 ··0x0000232c·6d655f69·64006c61·73736f5f·73616d6c·me_id.lasso_saml
 50 ··0x0000233c·325f6173·73657274·696f6e5f·7365745f·2_assertion_set_
 51 ··0x0000234c·7375626a·6563745f·6e616d65·5f696400·subject_name_id.
 52 ··0x0000235c·50795374·72696e67·5f417353·7472696e·PyString_AsStrin
 53 ··0x0000236c·67416e64·53697a65·00786d6c·52656164·gAndSize.xmlRead
 54 ··0x0000237c·4d656d6f·72790078·6d6c446f·63476574·Memory.xmlDocGet
 55 ··0x0000238c·526f6f74·456c656d·656e7400·786d6c43·RootElement.xmlC
 56 ··0x0000239c·6f70794e·6f646500·786d6c46·72656544·opyNode.xmlFreeD
 57 ··0x000023ac·6f630078·6d6c4e65·77446f63·00786d6c·oc.xmlNewDoc.xml
 58 ··0x000023bc·4e65774e·6f646500·786d6c44·6f635365·NewNode.xmlDocSe
 59 ··0x000023cc·74526f6f·74456c65·6d656e74·00786d6c·tRootElement.xml
 60 ··0x000023dc·50617273·65496e4e·6f646543·6f6e7465·ParseInNodeConte
 61 ··0x000023ec·78740078·6d6c4672·65654e6f·64654c69·xt.xmlFreeNodeLi
 62 ··0x000023fc·73740078·6d6c4672·65654e6f·64650078·st.xmlFreeNode.x
 63 ··0x0000240c·6d6c4275·66666572·43726561·74650078·mlBufferCreate.x
 64 ··0x0000241c·6d6c4f75·74707574·42756666·65724372·mlOutputBufferCr
 65 ··0x0000242c·65617465·42756666·65720078·6d6c4e6f·eateBuffer.xmlNo
 66 ··0x0000243c·64654475·6d704f75·74707574·00786d6c·deDumpOutput.xml
 67 ··0x0000244c·4f757470·75744275·66666572·436c6f73·OutputBufferClos
 68 ··0x0000245c·6500786d·6c427566·66657241·64640078·e.xmlBufferAdd.x
 69 ··0x0000246c·6d6c4275·66666572·436f6e74·656e7400·mlBufferContent.
 70 ··0x0000247c·786d6c42·75666665·72467265·6500675f·xmlBufferFree.g_
 71 ··0x0000248c·7374725f·65717561·6c00675f·7374725f·str_equal.g_str_
 72 ··0x0000249c·68617368·00675f68·6173685f·7461626c·hash.g_hash_tabl
 73 ··0x000024ac·655f6e65·775f6675·6c6c0050·79446963·e_new_full.PyDic
 74 ··0x000024bc·745f4e65·78740067·5f686173·685f7461·t_Next.g_hash_ta
 75 ··0x000024cc·626c655f·72656d6f·76655f61·6c6c0050·ble_remove_all.P
 76 ··0x000024dc·79537472·696e675f·41735374·72696e67·yString_AsString
 77 ··0x000024ec·00675f68·6173685f·7461626c·655f696e·.g_hash_table_in
 78 ··0x000024fc·73657274·006c6173·736f5f73·616d6c70·sert.lasso_samlp
 79 ··0x0000250c·325f6578·74656e73·696f6e73·5f736574·2_extensions_set
 80 ··0x0000251c·5f617474·72696275·74657300·675f6861·_attributes.g_ha
 81 ··0x0000252c·73685f74·61626c65·5f646573·74726f79·sh_table_destroy
 82 ··0x0000253c·006c6173·736f5f64·735f6b65·795f7661·.lasso_ds_key_va
 83 ··0x0000254c·6c75655f·7365745f·78353039·5f646174·lue_set_x509_dat
 84 ··0x0000255c·61006c61·73736f5f·73616d6c·5f6e616d·a.lasso_saml_nam
 85 ··0x0000256c·655f6964·656e7469·66696572·5f657175·e_identifier_equ
 86 ··0x0000257c·616c7300·6c617373·6f5f6e61·6d655f69·als.lasso_name_i
 87 ··0x0000258c·645f6d61·6e616765·6d656e74·5f696e69·d_management_ini
 88 ··0x0000259c·745f7265·71756573·74006c61·73736f5f·t_request.lasso_
 89 ··0x000025ac·6563705f·70726f63·6573735f·73705f69·ecp_process_sp_i
 90 ··0x000025bc·64705f6c·69737400·6c617373·6f5f6563·dp_list.lasso_ec
 91 ··0x000025cc·705f6765·745f656e·64706f69·6e745f75·p_get_endpoint_u
 92 ··0x000025dc·726c5f62·795f656e·74697479·5f696400·rl_by_entity_id.
 93 ··0x000025ec·6c617373·6f5f6563·705f6973·5f696470·lasso_ecp_is_idp
 94 ··0x000025fc·5f656e74·72795f6b·6e6f776e·5f696470·_entry_known_idp
 95 ··0x0000260c·5f737570·706f7274·696e675f·65637000·_supporting_ecp.
 96 ··0x0000261c·6c617373·6f5f7365·72766572·5f73616d·lasso_server_sam
 97 ··0x0000262c·6c325f61·73736572·74696f6e·5f736574·l2_assertion_set
 98 ··0x0000263c·75705f73·69676e61·74757265·006c6173·up_signature.las
 99 ··0x0000264c·736f5f73·65727665·725f6765·745f6669·so_server_get_fi
 100 ··0x0000265c·6c746572·65645f70·726f7669·6465725f·ltered_provider_
 101 ··0x0000266c·6c697374·006c6173·736f5f73·65727665·list.lasso_serve
 102 ··0x0000267c·725f6765·745f656e·64706f69·6e745f75·r_get_endpoint_u
 103 ··0x0000268c·726c5f62·795f6964·006c6173·736f5f73·rl_by_id.lasso_s
 104 ··0x0000269c·65727665·725f6164·645f7072·6f766964·erver_add_provid
 105 ··0x000026ac·65723200·6c617373·6f5f7365·72766572·er2.lasso_server
 106 ··0x000026bc·5f616464·5f70726f·76696465·725f6672·_add_provider_fr
 107 ··0x000026cc·6f6d5f62·75666665·72006c61·73736f5f·om_buffer.lasso_
 108 ··0x000026dc·73657276·65725f61·64645f70·726f7669·server_add_provi
 109 ··0x000026ec·64657200·675f6f62·6a656374·5f726566·der.g_object_ref
 110 ··0x000026fc·00675f68·6173685f·7461626c·655f7265·.g_hash_table_re
 111 ··0x0000270c·706c6163·6500675f·6f626a65·63745f75·place.g_object_u
 112 ··0x0000271c·6e726566·006c6173·736f5f6c·6f67696e·nref.lasso_login
 113 ··0x0000272c·5f627569·6c645f61·73736572·74696f6e·_build_assertion
 114 ··0x0000273c·006c6173·736f5f73·65737369·6f6e5f67·.lasso_session_g
 115 ··0x0000274c·65745f61·73736572·74696f6e·5f696473·et_assertion_ids
 116 ··0x0000275c·006c6173·736f5f73·65737369·6f6e5f67·.lasso_session_g
 117 ··0x0000276c·65745f73·65737369·6f6e5f69·6e646578·et_session_index
30 ··0x000021fc·7065006c·6173736f·5f736573·73696f6e·pe.lasso_session118 ··0x0000277c·6573006c·6173736f·5f736573·73696f6e·es.lasso_session
31 ··0x0000220c·5f676574·5f617373·65727469·6f6e5f69·_get_assertion_i119 ··0x0000278c·5f616464·5f617373·65727469·6f6e006c·_add_assertion.l
32 ··0x0000221c·64730067·5f667265·65006c61·73736f5f·ds.g_free.lasso_ 
33 ··0x0000222c·73657373·696f6e5f·6765745f·73657373·session_get_sess 
34 ··0x0000223c·696f6e5f·696e6465·78657300·6c617373·ion_indexes.lass 
35 ··0x0000224c·6f5f7365·7373696f·6e5f6164·645f6173·o_session_add_as 
36 ··0x0000225c·73657274·696f6e00·6c617373·6f5f7365·sertion.lasso_se 
37 ··0x0000226c·7373696f·6e5f6765·745f7072·6f766964·ssion_get_provid 
Max diff block lines reached; 99141/118459 bytes (83.69%) of diff not shown.
3.22 MB
objdump --line-numbers --disassemble --demangle --reloc --no-show-raw-insn --section=.text {}
    
Offset 365, 2561 lines modifiedOffset 365, 1757 lines modified
365 »       pop····%ebx365 »       pop····%ebx
366 »       pop····%esi366 »       pop····%esi
367 »       pop····%edi367 »       pop····%edi
368 »       pop····%ebp368 »       pop····%ebp
369 »       retq···369 »       retq···
370 »       lea····0x0(%esi,%eiz,1),%esi370 »       lea····0x0(%esi,%eiz,1),%esi
371 »       nop371 »       nop
372 Session_isDirty_set():372 Samlp2NameIDPolicy_allowCreate_set():
373 ./bindings/python/_lasso.c:23118373 ./bindings/python/_lasso.c:21841
374 »       push···%ebx374 »       push···%ebx
375 »       call···ddc0·<g_object_unref@plt+0x8>375 »       call···ddc0·<g_object_unref@plt+0x8>
376 »       add····$0x64e6a,%ebx376 »       add····$0x64e6a,%ebx
377 »       sub····$0x18,%esp377 »       sub····$0x18,%esp
378 »       mov····%gs:0x14,%eax378 »       mov····%gs:0x14,%eax
379 »       mov····%eax,0xc(%esp)379 »       mov····%eax,0xc(%esp)
380 »       xor····%eax,%eax380 »       xor····%eax,%eax
381 ./bindings/python/_lasso.c:23122381 ./bindings/python/_lasso.c:21845
382 »       lea····0x8(%esp),%eax382 »       lea····0x8(%esp),%eax
383 »       push···%eax383 »       push···%eax
384 »       lea····0x8(%esp),%eax384 »       lea····0x8(%esp),%eax
385 »       push···%eax385 »       push···%eax
386 »       lea····-0x2ce77(%ebx),%eax386 »       lea····-0x2ce77(%ebx),%eax
387 »       push···%eax387 »       push···%eax
388 »       pushl··0x30(%esp)388 »       pushl··0x30(%esp)
389 »       call···d280·<PyArg_ParseTuple@plt>389 »       call···d280·<PyArg_ParseTuple@plt>
390 »       add····$0x10,%esp390 »       add····$0x10,%esp
391 »       test···%eax,%eax391 »       test···%eax,%eax
392 »       je·····e200·<g_object_unref@plt+0x448>392 »       je·····e200·<g_object_unref@plt+0x448>
393 ./bindings/python/_lasso.c:23124393 ./bindings/python/_lasso.c:21847
394 »       mov····0x8(%esp),%edx394 »       mov····0x8(%esp),%edx
395 ./bindings/python/_lasso.c:23123395 ./bindings/python/_lasso.c:21846
396 »       mov····0x4(%esp),%eax396 »       mov····0x4(%esp),%eax
397 ./bindings/python/_lasso.c:23124397 ./bindings/python/_lasso.c:21847
398 »       mov····0x8(%edx),%edx398 »       mov····0x8(%edx),%edx
399 ./bindings/python/_lasso.c:23123399 ./bindings/python/_lasso.c:21846
400 »       mov····0x8(%eax),%eax400 »       mov····0x8(%eax),%eax
401 ./bindings/python/_lasso.c:23124401 ./bindings/python/_lasso.c:21847
402 »       test···%edx,%edx402 »       test···%edx,%edx
403 »       setne··%dl403 »       setne··%dl
404 »       movzbl·%dl,%edx404 »       movzbl·%dl,%edx
405 »       mov····%edx,0x10(%eax)405 »       mov····%edx,0x14(%eax)
406 noneRef():406 noneRef():
407 ./bindings/python/_lasso.c:109407 ./bindings/python/_lasso.c:109
408 »       mov····-0x30(%ebx),%eax408 »       mov····-0x30(%ebx),%eax
409 »       addl···$0x1,(%eax)409 »       addl···$0x1,(%eax)
410 Session_isDirty_set():410 Samlp2NameIDPolicy_allowCreate_set():
411 ./bindings/python/_lasso.c:23126411 ./bindings/python/_lasso.c:21849
412 »       mov····0xc(%esp),%ecx412 »       mov····0xc(%esp),%ecx
413 »       xor····%gs:0x14,%ecx413 »       xor····%gs:0x14,%ecx
414 »       jne····e204·<g_object_unref@plt+0x44c>414 »       jne····e204·<g_object_unref@plt+0x44c>
415 »       add····$0x18,%esp415 »       add····$0x18,%esp
416 »       pop····%ebx416 »       pop····%ebx
417 »       retq···417 »       retq···
418 ./bindings/python/_lasso.c:23122418 ./bindings/python/_lasso.c:21845
419 »       xor····%eax,%eax419 »       xor····%eax,%eax
420 »       jmp····e1ee·<g_object_unref@plt+0x436>420 »       jmp····e1ee·<g_object_unref@plt+0x436>
421 ./bindings/python/_lasso.c:23126421 ./bindings/python/_lasso.c:21849
422 »       call···452e0·<init_lasso@@Base+0xa050>422 »       call···452e0·<init_lasso@@Base+0xa050>
423 »       lea····0x0(%esi,%eiz,1),%esi423 »       lea····0x0(%esi,%eiz,1),%esi
424 Login_protocolProfile_set():424 Samlp2AuthnRequest_attributeConsumingServiceIndex_set():
425 ./bindings/python/_lasso.c:21746425 ./bindings/python/_lasso.c:21525
426 »       push···%ebx426 »       push···%ebx
427 »       call···ddc0·<g_object_unref@plt+0x8>427 »       call···ddc0·<g_object_unref@plt+0x8>
428 »       add····$0x64dea,%ebx428 »       add····$0x64dea,%ebx
429 »       sub····$0x18,%esp429 »       sub····$0x18,%esp
430 »       mov····%gs:0x14,%eax430 »       mov····%gs:0x14,%eax
431 »       mov····%eax,0xc(%esp)431 »       mov····%eax,0xc(%esp)
432 »       xor····%eax,%eax432 »       xor····%eax,%eax
433 ./bindings/python/_lasso.c:21750433 ./bindings/python/_lasso.c:21529
434 »       lea····0x8(%esp),%eax434 »       lea····0x8(%esp),%eax
435 »       push···%eax435 »       push···%eax
436 »       lea····0x8(%esp),%eax436 »       lea····0x8(%esp),%eax
437 »       push···%eax437 »       push···%eax
438 »       lea····-0x2cfbd(%ebx),%eax438 »       lea····-0x2cfbd(%ebx),%eax
439 »       push···%eax439 »       push···%eax
440 »       pushl··0x30(%esp)440 »       pushl··0x30(%esp)
441 »       call···d280·<PyArg_ParseTuple@plt>441 »       call···d280·<PyArg_ParseTuple@plt>
442 »       add····$0x10,%esp442 »       add····$0x10,%esp
443 »       test···%eax,%eax443 »       test···%eax,%eax
444 »       je·····e278·<g_object_unref@plt+0x4c0>444 »       je·····e278·<g_object_unref@plt+0x4c0>
445 ./bindings/python/_lasso.c:21751445 ./bindings/python/_lasso.c:21530
446 »       mov····0x4(%esp),%eax446 »       mov····0x4(%esp),%eax
447 ./bindings/python/_lasso.c:21752447 ./bindings/python/_lasso.c:21531
448 »       mov····0x8(%esp),%edx448 »       mov····0x8(%esp),%edx
449 ./bindings/python/_lasso.c:21751449 ./bindings/python/_lasso.c:21530
450 »       mov····0x8(%eax),%eax450 »       mov····0x8(%eax),%eax
451 ./bindings/python/_lasso.c:21752451 ./bindings/python/_lasso.c:21531
452 »       mov····%edx,0x40(%eax)452 »       mov····%edx,0x60(%eax)
453 noneRef():453 noneRef():
454 ./bindings/python/_lasso.c:109454 ./bindings/python/_lasso.c:109
455 »       mov····-0x30(%ebx),%eax455 »       mov····-0x30(%ebx),%eax
456 »       addl···$0x1,(%eax)456 »       addl···$0x1,(%eax)
457 Login_protocolProfile_set():457 Samlp2AuthnRequest_attributeConsumingServiceIndex_set():
458 ./bindings/python/_lasso.c:21754458 ./bindings/python/_lasso.c:21533
459 »       mov····0xc(%esp),%ecx459 »       mov····0xc(%esp),%ecx
460 »       xor····%gs:0x14,%ecx460 »       xor····%gs:0x14,%ecx
461 »       jne····e27c·<g_object_unref@plt+0x4c4>461 »       jne····e27c·<g_object_unref@plt+0x4c4>
462 »       add····$0x18,%esp462 »       add····$0x18,%esp
463 »       pop····%ebx463 »       pop····%ebx
464 »       retq···464 »       retq···
465 »       lea····0x0(%esi),%esi465 »       lea····0x0(%esi),%esi
466 ./bindings/python/_lasso.c:21750466 ./bindings/python/_lasso.c:21529
467 »       xor····%eax,%eax467 »       xor····%eax,%eax
468 »       jmp····e263·<g_object_unref@plt+0x4ab>468 »       jmp····e263·<g_object_unref@plt+0x4ab>
469 ./bindings/python/_lasso.c:21754469 ./bindings/python/_lasso.c:21533
470 »       call···452e0·<init_lasso@@Base+0xa050>470 »       call···452e0·<init_lasso@@Base+0xa050>
471 »       lea····0x0(%esi,%eiz,1),%esi471 »       lea····0x0(%esi,%eiz,1),%esi
472 »       lea····0x0(%esi,%eiz,1),%esi472 »       lea····0x0(%esi,%eiz,1),%esi
473 »       nop473 »       nop
474 Ecp_isPassive_set():474 Samlp2AuthnRequest_assertionConsumerServiceIndex_set():
475 ./bindings/python/_lasso.c:21250475 ./bindings/python/_lasso.c:21467
476 »       push···%ebx476 »       push···%ebx
477 »       call···ddc0·<g_object_unref@plt+0x8>477 »       call···ddc0·<g_object_unref@plt+0x8>
478 »       add····$0x64d6a,%ebx478 »       add····$0x64d6a,%ebx
479 »       sub····$0x18,%esp479 »       sub····$0x18,%esp
480 »       mov····%gs:0x14,%eax480 »       mov····%gs:0x14,%eax
481 »       mov····%eax,0xc(%esp)481 »       mov····%eax,0xc(%esp)
482 »       xor····%eax,%eax482 »       xor····%eax,%eax
483 ./bindings/python/_lasso.c:21254483 ./bindings/python/_lasso.c:21471
484 »       lea····0x8(%esp),%eax484 »       lea····0x8(%esp),%eax
485 »       push···%eax485 »       push···%eax
486 »       lea····0x8(%esp),%eax486 »       lea····0x8(%esp),%eax
487 »       push···%eax487 »       push···%eax
488 »       lea····-0x2ce77(%ebx),%eax488 »       lea····-0x2cfbd(%ebx),%eax
489 »       push···%eax489 »       push···%eax
490 »       pushl··0x30(%esp)490 »       pushl··0x30(%esp)
491 »       call···d280·<PyArg_ParseTuple@plt>491 »       call···d280·<PyArg_ParseTuple@plt>
Max diff block lines reached; 3372448/3376698 bytes (99.87%) of diff not shown.
161 KB
readelf --wide --decompress --string-dump=.rodata {}
    
Offset 9, 499 lines modifiedOffset 9, 499 lines modified
9 ··[····27]··logging9 ··[····27]··logging
10 ··[····2f]··s#10 ··[····2f]··s#
11 ··[····32]··getLogger11 ··[····32]··getLogger
12 ··[····3c]··%s12 ··[····3c]··%s
13 ··[····3f]··s#s13 ··[····3f]··s#s
14 ··[····43]··Ol14 ··[····43]··Ol
15 ··[····46]··list·contains·a·NULL·value15 ··[····46]··list·contains·a·NULL·value
 16 ··[····61]··Oz
16 ··[····61]··value·should·be·a·PyGObject17 ··[····64]··value·should·be·a·PyGObject
17 ··[····7d]··OsO18 ··[····80]··OssO
 19 ··[····85]··O|iii
 20 ··[····8b]··Oiisss
 21 ··[····92]··1.0
 22 ··[····96]··root
18 ··[····81]··hashtable·does·not·exist23 ··[····9b]··hashtable·does·not·exist
19 ··[····9a]··value·should·be·a·frozen·dict24 ··[····b4]··value·should·be·a·frozen·dict
20 ··[····b8]··Oz 
21 ··[····bb]··O|zzzzz 
22 ··[····c3]··O|zzi25 ··[····d2]··O|zzi
23 ··[····c9]··Osss 
24 ··[····ce]··Oss26 ··[····d8]··Oss
25 ··[····d2]··Ois|zz27 ··[····dc]··Ois|zz
26 ··[····d9]··Ossi 
27 ··[····de]··OO|i 
28 ··[····e3]··Ois28 ··[····e3]··O|zzzzz
29 ··[····e7]··OOs 
30 ··[····eb]··OOiii29 ··[····eb]··OsO
31 ··[····f1]··O|z 
32 ··[····f5]··OssO30 ··[····ef]··Ossi
33 ··[····fa]··O|iii31 ··[····f4]··OO|i
 32 ··[····f9]··Ois
 33 ··[····fd]··OOs
 34 ··[···101]··OOiii
 35 ··[···107]··O|z
34 ··[···100]··Oiisss36 ··[···10b]··Osss
35 ··[···107]··1.0 
36 ··[···10b]··root 
37 ··[···110]··Oss|zzizO37 ··[···110]··Oss|zzizO
38 ··[···11a]··O|izz38 ··[···11a]··O|izz
39 ··[···120]··O|iz39 ··[···120]··O|iz
40 ··[···125]··iii|i40 ··[···125]··iii|i
41 ··[···12b]··value·should·be·tuple41 ··[···12b]··value·should·be·tuple
42 ··[···141]··Ois|zOOi 
43 ··[···14a]··O|iO 
44 ··[···14f]··Os|zO42 ··[···141]··Os|zO
45 ··[···155]··O|O43 ··[···147]··O|O
 44 ··[···14b]··O|iO
 45 ··[···150]··Ois|zOOi
46 ··[···159]··O|zi46 ··[···159]··Oi|i
47 ··[···15e]··Os|i47 ··[···15e]··O|zii
48 ··[···163]··Os|z 
49 ··[···168]··O|zii 
50 ··[···16e]··O|zz48 ··[···164]··O|zz
 49 ··[···169]··Os|i
 50 ··[···16e]··O|zi
51 ··[···173]··Oi|i51 ··[···173]··Os|z
52 ··[···178]··LassoDgme52 ··[···178]··LassoDgme
53 ··[···182]··Lasso53 ··[···182]··Lasso
54 ··[···188]··OOO54 ··[···188]··OOO
55 ··[···18c]··s|zzz 
56 ··[···192]··|zzzz 
57 ··[···198]··sis|O55 ··[···18c]··sis|O
58 ··[···19e]··ssOii 
59 ··[···1a4]··s|zzOO56 ··[···192]··s|zzOO
 57 ··[···199]··sOOOii
 58 ··[···1a0]··ssOii
60 ··[···1ab]··sOsii59 ··[···1a6]··sOsii
61 ··[···1b1]··s|zzss60 ··[···1ac]··s|zzss
62 ··[···1b8]··sOOOii61 ··[···1b3]··s|zzz
 62 ··[···1b9]··|zzzz
63 ··[···1bf]··ssis63 ··[···1bf]··ssis
64 ··[···1c4]··_lasso·wrapper·module64 ··[···1c4]··_lasso·wrapper·module
65 ··[···1da]··_lasso65 ··[···1da]··_lasso
 66 ··[···1e1]··RD_COMP_H
66 ··[···1e1]··ERROR_UNDEFINED67 ··[···1eb]··ERROR_UNDEFINED
67 ··[···1f1]··ERROR_UNIMPLEMENTED68 ··[···1fb]··ERROR_UNIMPLEMENTED
68 ··[···205]··ERROR_OUT_OF_MEMORY69 ··[···20f]··ERROR_OUT_OF_MEMORY
69 ··[···219]··ERROR_CAST_FAILED70 ··[···223]··ERROR_CAST_FAILED
70 ··[···22b]··XML_ERROR_NODE_NOT_FOUND71 ··[···235]··XML_ERROR_NODE_NOT_FOUND
71 ··[···244]··XML_ERROR_ATTR_NOT_FOUND72 ··[···24e]··XML_ERROR_ATTR_NOT_FOUND
72 ··[···25d]··XML_ERROR_INVALID_FILE73 ··[···267]··XML_ERROR_INVALID_FILE
73 ··[···274]··XML_ERROR_MISSING_NAMESPACE74 ··[···27e]··XML_ERROR_MISSING_NAMESPACE
74 ··[···290]··XML_ERROR_ATTR_VALUE_INVALID75 ··[···29a]··XML_ERROR_ATTR_VALUE_INVALID
75 ··[···2ad]··DS_ERROR_SIGNATURE_NOT_FOUND76 ··[···2b7]··DS_ERROR_SIGNATURE_NOT_FOUND
76 ··[···2ca]··DS_ERROR_INVALID_SIGNATURE77 ··[···2d4]··DS_ERROR_INVALID_SIGNATURE
77 ··[···2e5]··DS_ERROR_SIGNATURE_FAILED78 ··[···2ef]··DS_ERROR_SIGNATURE_FAILED
78 ··[···2ff]··DS_ERROR_INVALID_SIGALG79 ··[···309]··DS_ERROR_INVALID_SIGALG
79 ··[···317]··DS_ERROR_TOO_MUCH_REFERENCES80 ··[···321]··DS_ERROR_TOO_MUCH_REFERENCES
80 ··[···334]··DS_ERROR_DECRYPTION_FAILED81 ··[···33e]··DS_ERROR_DECRYPTION_FAILED
81 ··[···34f]··DS_ERROR_ENCRYPTION_FAILED82 ··[···359]··DS_ERROR_ENCRYPTION_FAILED
82 ··[···36a]··SERVER_ERROR_INVALID_XML83 ··[···374]··SERVER_ERROR_INVALID_XML
83 ··[···383]··LOGOUT_ERROR_REQUEST_DENIED84 ··[···38d]··LOGOUT_ERROR_REQUEST_DENIED
84 ··[···39f]··LOGOUT_ERROR_PARTIAL_LOGOUT85 ··[···3a9]··LOGOUT_ERROR_PARTIAL_LOGOUT
85 ··[···3bb]··PROFILE_ERROR_INVALID_QUERY86 ··[···3c5]··PROFILE_ERROR_INVALID_QUERY
86 ··[···3d7]··PROFILE_ERROR_MISSING_REQUEST87 ··[···3e1]··PROFILE_ERROR_MISSING_REQUEST
87 ··[···3f5]··PROFILE_ERROR_INVALID_MSG88 ··[···3ff]··PROFILE_ERROR_INVALID_MSG
88 ··[···40f]··PROFILE_ERROR_MISSING_SUBJECT89 ··[···419]··PROFILE_ERROR_MISSING_SUBJECT
89 ··[···42d]··PROFILE_ERROR_MISSING_ISSUER90 ··[···437]··PROFILE_ERROR_MISSING_ISSUER
90 ··[···44a]··PROFILE_ERROR_INVALID_ISSUER91 ··[···454]··PROFILE_ERROR_INVALID_ISSUER
91 ··[···467]··PROFILE_ERROR_MISSING_SERVER92 ··[···471]··PROFILE_ERROR_MISSING_SERVER
92 ··[···484]··PROFILE_ERROR_INVALID_REQUEST93 ··[···48e]··PROFILE_ERROR_INVALID_REQUEST
93 ··[···4a2]··PROFILE_ERROR_UNKNOWN_ISSUER94 ··[···4ac]··PROFILE_ERROR_UNKNOWN_ISSUER
94 ··[···4bf]··PROFILE_ERROR_REQUEST_DENIED95 ··[···4c9]··PROFILE_ERROR_REQUEST_DENIED
95 ··[···4dc]··PARAM_ERROR_INVALID_VALUE96 ··[···4e6]··PARAM_ERROR_INVALID_VALUE
96 ··[···4f6]··PARAM_ERROR_CHECK_FAILED97 ··[···500]··PARAM_ERROR_CHECK_FAILED
97 ··[···50f]··LOGIN_ERROR_REQUEST_DENIED98 ··[···519]··LOGIN_ERROR_REQUEST_DENIED
98 ··[···52a]··LOGIN_ERROR_INVALID_SIGNATURE99 ··[···534]··LOGIN_ERROR_INVALID_SIGNATURE
99 ··[···548]··LOGIN_ERROR_UNKNOWN_PRINCIPAL100 ··[···552]··LOGIN_ERROR_UNKNOWN_PRINCIPAL
100 ··[···566]··LOGIN_ERROR_ASSERTION_REPLAY101 ··[···570]··LOGIN_ERROR_ASSERTION_REPLAY
101 ··[···583]··SOAP_FAULT_REDIRECT_REQUEST102 ··[···58d]··SOAP_FAULT_REDIRECT_REQUEST
102 ··[···59f]··SOAP_ERROR_MISSING_ENVELOPE103 ··[···5a9]··SOAP_ERROR_MISSING_ENVELOPE
103 ··[···5bb]··SOAP_ERROR_MISSING_HEADER104 ··[···5c5]··SOAP_ERROR_MISSING_HEADER
104 ··[···5d5]··SOAP_ERROR_MISSING_BODY105 ··[···5df]··SOAP_ERROR_MISSING_BODY
105 ··[···5ed]··WSF_PROFILE_ERROR_SOAP_FAULT106 ··[···5f7]··WSF_PROFILE_ERROR_SOAP_FAULT
106 ··[···60a]··DST_ERROR_QUERY_FAILED107 ··[···614]··DST_ERROR_QUERY_FAILED
107 ··[···621]··DST_ERROR_MODIFY_FAILED108 ··[···62b]··DST_ERROR_MODIFY_FAILED
108 ··[···639]··DST_ERROR_NEW_DATA_MISSING109 ··[···643]··DST_ERROR_NEW_DATA_MISSING
109 ··[···654]··DST_ERROR_QUERY_NOT_FOUND110 ··[···65e]··DST_ERROR_QUERY_NOT_FOUND
110 ··[···66e]··DST_ERROR_NO_DATA111 ··[···678]··DST_ERROR_NO_DATA
111 ··[···680]··DST_ERROR_MALFORMED_QUERY112 ··[···68a]··DST_ERROR_MALFORMED_QUERY
112 ··[···69a]··DST_ERROR_EMPTY_REQUEST113 ··[···6a4]··DST_ERROR_EMPTY_REQUEST
113 ··[···6b2]··REGISTRY_ERROR_KEY_EXISTS114 ··[···6bc]··REGISTRY_ERROR_KEY_EXISTS
114 ··[···6cc]··WSSEC_ERROR_BAD_PASSWORD115 ··[···6d6]··WSSEC_ERROR_BAD_PASSWORD
115 ··[···6e5]··IDWSF2_DISCOVERY_ERROR_FAILED116 ··[···6ef]··IDWSF2_DISCOVERY_ERROR_FAILED
116 ··[···703]··PAOS_ERROR_MISSING_REQUEST117 ··[···70d]··PAOS_ERROR_MISSING_REQUEST
117 ··[···71e]··PAOS_ERROR_MISSING_RESPONSE118 ··[···728]··PAOS_ERROR_MISSING_RESPONSE
118 ··[···73a]··ECP_ERROR_MISSING_REQUEST119 ··[···744]··ECP_ERROR_MISSING_REQUEST
Max diff block lines reached; 141913/164737 bytes (86.15%) of diff not shown.
74.7 KB
readelf --wide --decompress --hex-dump=.eh_frame_hdr {}
    
Offset 15, 587 lines modifiedOffset 15, 587 lines modified
15 ··0x00055ff8·8c2a0000·588cfbff·c02a0000·d88cfbff·.*..X....*......15 ··0x00055ff8·8c2a0000·588cfbff·c02a0000·d88cfbff·.*..X....*......
16 ··0x00056008·f42a0000·588dfbff·282b0000·d88dfbff·.*..X...(+......16 ··0x00056008·f42a0000·588dfbff·282b0000·d88dfbff·.*..X...(+......
17 ··0x00056018·5c2b0000·588efbff·902b0000·d88efbff·\+..X....+......17 ··0x00056018·5c2b0000·588efbff·902b0000·d88efbff·\+..X....+......
18 ··0x00056028·c42b0000·588ffbff·f82b0000·d88ffbff·.+..X....+......18 ··0x00056028·c42b0000·588ffbff·f82b0000·d88ffbff·.+..X....+......
19 ··0x00056038·2c2c0000·5890fbff·602c0000·d890fbff·,,..X...`,......19 ··0x00056038·2c2c0000·5890fbff·602c0000·d890fbff·,,..X...`,......
20 ··0x00056048·942c0000·5891fbff·c82c0000·d891fbff·.,..X....,......20 ··0x00056048·942c0000·5891fbff·c82c0000·d891fbff·.,..X....,......
21 ··0x00056058·fc2c0000·5892fbff·302d0000·d892fbff·.,..X...0-......21 ··0x00056058·fc2c0000·5892fbff·302d0000·d892fbff·.,..X...0-......
22 ··0x00056068·642d0000·5893fbff·982d0000·c893fbff·d-..X....-......22 ··0x00056068·642d0000·5893fbff·982d0000·9893fbff·d-..X....-......
 23 ··0x00056078·d82d0000·c894fbff·642e0000·3895fbff·.-......d...8...
23 ··0x00056078·d02d0000·3894fbff·082e0000·a894fbff·.-..8........... 
24 ··0x00056088·402e0000·1895fbff·782e0000·8895fbff·@.......x....... 
25 ··0x00056098·b02e0000·f895fbff·e82e0000·6896fbff·............h...24 ··0x00056088·942e0000·a895fbff·c42e0000·1896fbff·................
26 ··0x000560a8·202f0000·d896fbff·582f0000·4897fbff··/......X/..H...25 ··0x00056098·f42e0000·8896fbff·242f0000·f896fbff·........$/......
27 ··0x000560b8·902f0000·b897fbff·c82f0000·2898fbff·./......./..(...26 ··0x000560a8·542f0000·6897fbff·842f0000·d897fbff·T/..h..../......
 27 ··0x000560b8·b42f0000·4898fbff·e42f0000·b898fbff·./..H..../......
28 ··0x000560c8·00300000·9898fbff·38300000·0899fbff·.0......80......28 ··0x000560c8·14300000·5899fbff·6c300000·f899fbff·.0..X...l0......
29 ··0x000560d8·70300000·7899fbff·a8300000·e899fbff·p0..x....0...... 
30 ··0x000560e8·e0300000·589afbff·18310000·c89afbff·.0..X....1......29 ··0x000560d8·c4300000·989afbff·1c310000·389bfbff·.0.......1..8...
31 ··0x000560f8·50310000·389bfbff·88310000·789bfbff·P1..8....1..x...30 ··0x000560e8·74310000·d89bfbff·cc310000·789cfbff·t1.......1..x...
32 ··0x00056108·bc310000·a89bfbff·e0310000·e89bfbff·.1.......1...... 
33 ··0x00056118·20320000·189dfbff·ac320000·189efbff··2.......2......31 ··0x000560f8·24320000·189dfbff·7c320000·b89dfbff·$2......|2......
34 ··0x00056128·1c330000·889efbff·4c330000·f89efbff·.3......L3......32 ··0x00056108·d4320000·589efbff·2c330000·f89efbff·.2..X...,3......
35 ··0x00056138·7c330000·689ffbff·ac330000·d89ffbff·|3..h....3......33 ··0x00056118·84330000·989ffbff·dc330000·38a0fbff·.3.......3..8...
36 ··0x00056148·dc330000·48a0fbff·0c340000·b8a0fbff·.3..H....4......34 ··0x00056128·34340000·d8a0fbff·8c340000·78a1fbff·44.......4..x...
 35 ··0x00056138·e4340000·18a2fbff·3c350000·b8a2fbff·.4......<5......
37 ··0x00056158·3c340000·28a1fbff·6c340000·98a1fbff·<4..(...l4......36 ··0x00056148·94350000·58a3fbff·ec350000·f8a3fbff·.5..X....5......
38 ··0x00056168·9c340000·08a2fbff·cc340000·38a3fbff·.4.......4..8...37 ··0x00056158·44360000·98a4fbff·9c360000·38a5fbff·D6.......6..8...
39 ··0x00056178·58350000·48a4fbff·d4350000·38a5fbff·X5..H....5..8...38 ··0x00056168·f4360000·d8a5fbff·4c370000·78a6fbff·.6......L7..x...
40 ··0x00056188·48360000·38a7fbff·1c370000·b8a7fbff·H6..8....7......39 ··0x00056178·a4370000·18a7fbff·fc370000·b8a7fbff·.7.......7......
41 ··0x00056198·50370000·38a8fbff·84370000·b8a8fbff·P7..8....7...... 
42 ··0x000561a8·b8370000·58a9fbff·10380000·f8a9fbff·.7..X....8......40 ··0x00056188·54380000·58a8fbff·ac380000·f8a8fbff·T8..X....8......
43 ··0x000561b8·68380000·98aafbff·c0380000·38abfbff·h8.......8..8...41 ··0x00056198·04390000·98a9fbff·5c390000·38aafbff·.9......\9..8...
44 ··0x000561c8·18390000·d8abfbff·70390000·78acfbff·.9......p9..x...42 ··0x000561a8·b4390000·d8aafbff·0c3a0000·78abfbff·.9.......:..x...
45 ··0x000561d8·c8390000·18adfbff·203a0000·b8adfbff·.9......·:...... 
46 ··0x000561e8·783a0000·58aefbff·d03a0000·f8aefbff·x:..X....:......43 ··0x000561b8·643a0000·18acfbff·bc3a0000·b8acfbff·d:.......:......
 44 ··0x000561c8·143b0000·58adfbff·6c3b0000·f8adfbff·.;..X...l;......
47 ··0x000561f8·283b0000·98affbff·803b0000·38b0fbff·(;.......;..8...45 ··0x000561d8·c43b0000·98aefbff·1c3c0000·38affbff·.;.......<..8...
48 ··0x00056208·d83b0000·d8b0fbff·303c0000·78b1fbff·.;......0<..x... 
49 ··0x00056218·883c0000·18b2fbff·e03c0000·b8b2fbff·.<.......<......46 ··0x000561e8·743c0000·d8affbff·cc3c0000·78b0fbff·t<.......<..x...
 47 ··0x000561f8·243d0000·18b1fbff·7c3d0000·b8b1fbff·$=......|=......
50 ··0x00056228·383d0000·58b3fbff·903d0000·f8b3fbff·8=..X....=......48 ··0x00056208·d43d0000·58b2fbff·2c3e0000·f8b2fbff·.=..X...,>......
51 ··0x00056238·e83d0000·98b4fbff·403e0000·38b5fbff·.=......@>..8... 
52 ··0x00056248·983e0000·d8b5fbff·f03e0000·78b6fbff·.>.......>..x...49 ··0x00056218·843e0000·98b3fbff·dc3e0000·38b4fbff·.>.......>..8...
53 ··0x00056258·483f0000·18b7fbff·a03f0000·b8b7fbff·H?.......?......50 ··0x00056228·343f0000·d8b4fbff·8c3f0000·78b5fbff·4?.......?..x...
54 ··0x00056268·f83f0000·58b8fbff·50400000·f8b8fbff·.?..X...P@......51 ··0x00056238·e43f0000·18b6fbff·3c400000·b8b6fbff·.?......<@......
 52 ··0x00056248·94400000·58b7fbff·ec400000·f8b7fbff·.@..X....@......
55 ··0x00056278·a8400000·98b9fbff·00410000·38bafbff·.@.......A..8...53 ··0x00056258·44410000·98b8fbff·9c410000·38b9fbff·DA.......A..8...
56 ··0x00056288·58410000·d8bafbff·b0410000·78bbfbff·XA.......A..x...54 ··0x00056268·f4410000·d8b9fbff·4c420000·78bafbff·.A......LB..x...
57 ··0x00056298·08420000·18bcfbff·60420000·b8bcfbff·.B......`B......55 ··0x00056278·a4420000·18bbfbff·fc420000·b8bbfbff·.B.......B......
58 ··0x000562a8·b8420000·58bdfbff·10430000·f8bdfbff·.B..X....C......56 ··0x00056288·54430000·58bcfbff·ac430000·f8bcfbff·TC..X....C......
59 ··0x000562b8·68430000·98befbff·c0430000·38bffbff·hC.......C..8...57 ··0x00056298·04440000·98bdfbff·5c440000·38befbff·.D......\D..8...
60 ··0x000562c8·18440000·d8bffbff·70440000·78c0fbff·.D......pD..x...58 ··0x000562a8·b4440000·d8befbff·0c450000·78bffbff·.D.......E..x...
61 ··0x000562d8·c8440000·18c1fbff·20450000·b8c1fbff·.D......·E...... 
62 ··0x000562e8·78450000·58c2fbff·d0450000·f8c2fbff·xE..X....E......59 ··0x000562b8·64450000·18c0fbff·bc450000·b8c0fbff·dE.......E......
 60 ··0x000562c8·14460000·58c1fbff·6c460000·f8c1fbff·.F..X...lF......
63 ··0x000562f8·28460000·98c3fbff·80460000·38c4fbff·(F.......F..8...61 ··0x000562d8·c4460000·98c2fbff·1c470000·38c3fbff·.F.......G..8...
64 ··0x00056308·d8460000·d8c4fbff·30470000·78c5fbff·.F......0G..x...62 ··0x000562e8·74470000·d8c3fbff·cc470000·78c4fbff·tG.......G..x...
65 ··0x00056318·88470000·18c6fbff·e0470000·b8c6fbff·.G.......G......63 ··0x000562f8·24480000·18c5fbff·7c480000·b8c5fbff·$H......|H......
66 ··0x00056328·38480000·58c7fbff·90480000·f8c7fbff·8H..X....H......64 ··0x00056308·d4480000·58c6fbff·2c490000·f8c6fbff·.H..X...,I......
67 ··0x00056338·e8480000·98c8fbff·40490000·38c9fbff·.H......@I..8...65 ··0x00056318·84490000·98c7fbff·dc490000·38c8fbff·.I.......I..8...
68 ··0x00056348·98490000·d8c9fbff·f0490000·78cafbff·.I.......I..x... 
69 ··0x00056358·484a0000·18cbfbff·a04a0000·b8cbfbff·HJ.......J......66 ··0x00056328·344a0000·d8c8fbff·8c4a0000·78c9fbff·4J.......J..x...
 67 ··0x00056338·e44a0000·18cafbff·3c4b0000·b8cafbff·.J......<K......
70 ··0x00056368·f84a0000·58ccfbff·504b0000·f8ccfbff·.J..X...PK......68 ··0x00056348·944b0000·58cbfbff·ec4b0000·f8cbfbff·.K..X....K......
71 ··0x00056378·a84b0000·98cdfbff·004c0000·38cefbff·.K.......L..8...69 ··0x00056358·444c0000·98ccfbff·9c4c0000·38cdfbff·DL.......L..8...
72 ··0x00056388·584c0000·d8cefbff·b04c0000·78cffbff·XL.......L..x...70 ··0x00056368·f44c0000·d8cdfbff·4c4d0000·78cefbff·.L......LM..x...
73 ··0x00056398·084d0000·18d0fbff·604d0000·b8d0fbff·.M......`M......71 ··0x00056378·a44d0000·18cffbff·fc4d0000·b8cffbff·.M.......M......
74 ··0x000563a8·b84d0000·58d1fbff·104e0000·f8d1fbff·.M..X....N......72 ··0x00056388·544e0000·58d0fbff·ac4e0000·f8d0fbff·TN..X....N......
75 ··0x000563b8·684e0000·98d2fbff·c04e0000·38d3fbff·hN.......N..8...73 ··0x00056398·044f0000·98d1fbff·5c4f0000·38d2fbff·.O......\O..8...
76 ··0x000563c8·184f0000·d8d3fbff·704f0000·78d4fbff·.O......pO..x...74 ··0x000563a8·b44f0000·d8d2fbff·0c500000·78d3fbff·.O.......P..x...
77 ··0x000563d8·c84f0000·18d5fbff·20500000·b8d5fbff·.O......·P...... 
78 ··0x000563e8·78500000·58d6fbff·d0500000·f8d6fbff·xP..X....P......75 ··0x000563b8·64500000·18d4fbff·bc500000·b8d4fbff·dP.......P......
 76 ··0x000563c8·14510000·58d5fbff·6c510000·f8d5fbff·.Q..X...lQ......
79 ··0x000563f8·28510000·98d7fbff·80510000·38d8fbff·(Q.......Q..8...77 ··0x000563d8·c4510000·98d6fbff·1c520000·38d7fbff·.Q.......R..8...
80 ··0x00056408·d8510000·d8d8fbff·30520000·78d9fbff·.Q......0R..x...78 ··0x000563e8·74520000·d8d7fbff·cc520000·78d8fbff·tR.......R..x...
81 ··0x00056418·88520000·18dafbff·e0520000·b8dafbff·.R.......R......79 ··0x000563f8·24530000·18d9fbff·7c530000·b8d9fbff·$S......|S......
82 ··0x00056428·38530000·58dbfbff·90530000·f8dbfbff·8S..X....S......80 ··0x00056408·d4530000·58dafbff·2c540000·f8dafbff·.S..X...,T......
83 ··0x00056438·e8530000·98dcfbff·40540000·38ddfbff·.S......@T..8...81 ··0x00056418·84540000·98dbfbff·dc540000·38dcfbff·.T.......T..8...
84 ··0x00056448·98540000·d8ddfbff·f0540000·78defbff·.T.......T..x... 
85 ··0x00056458·48550000·18dffbff·a0550000·b8dffbff·HU.......U......82 ··0x00056428·34550000·d8dcfbff·8c550000·78ddfbff·4U.......U..x...
86 ··0x00056468·f8550000·58e0fbff·50560000·f8e0fbff·.U..X...PV......83 ··0x00056438·e4550000·18defbff·3c560000·b8defbff·.U......<V......
 84 ··0x00056448·94560000·58dffbff·ec560000·f8dffbff·.V..X....V......
87 ··0x00056478·a8560000·98e1fbff·00570000·38e2fbff·.V.......W..8...85 ··0x00056458·44570000·98e0fbff·9c570000·38e1fbff·DW.......W..8...
88 ··0x00056488·58570000·d8e2fbff·b0570000·78e3fbff·XW.......W..x...86 ··0x00056468·f4570000·d8e1fbff·4c580000·78e2fbff·.W......LX..x...
89 ··0x00056498·08580000·18e4fbff·60580000·b8e4fbff·.X......`X......87 ··0x00056478·a4580000·18e3fbff·fc580000·b8e3fbff·.X.......X......
90 ··0x000564a8·b8580000·58e5fbff·10590000·f8e5fbff·.X..X....Y......88 ··0x00056488·54590000·58e4fbff·ac590000·f8e4fbff·TY..X....Y......
91 ··0x000564b8·68590000·98e6fbff·c0590000·38e7fbff·hY.......Y..8...89 ··0x00056498·045a0000·98e5fbff·5c5a0000·38e6fbff·.Z......\Z..8...
92 ··0x000564c8·185a0000·d8e7fbff·705a0000·78e8fbff·.Z......pZ..x...90 ··0x000564a8·b45a0000·d8e6fbff·0c5b0000·78e7fbff·.Z.......[..x...
93 ··0x000564d8·c85a0000·18e9fbff·205b0000·b8e9fbff·.Z......·[...... 
94 ··0x000564e8·785b0000·58eafbff·d05b0000·f8eafbff·x[..X....[......91 ··0x000564b8·645b0000·18e8fbff·bc5b0000·b8e8fbff·d[.......[......
 92 ··0x000564c8·145c0000·58e9fbff·6c5c0000·f8e9fbff·.\..X...l\......
95 ··0x000564f8·285c0000·98ebfbff·805c0000·38ecfbff·(\.......\..8...93 ··0x000564d8·c45c0000·98eafbff·1c5d0000·38ebfbff·.\.......]..8...
96 ··0x00056508·d85c0000·d8ecfbff·305d0000·78edfbff·.\......0]..x...94 ··0x000564e8·745d0000·d8ebfbff·cc5d0000·78ecfbff·t].......]..x...
97 ··0x00056518·885d0000·18eefbff·e05d0000·b8eefbff·.].......]......95 ··0x000564f8·245e0000·18edfbff·7c5e0000·b8edfbff·$^......|^......
98 ··0x00056528·385e0000·58effbff·905e0000·f8effbff·8^..X....^......96 ··0x00056508·d45e0000·58eefbff·2c5f0000·f8eefbff·.^..X...,_......
99 ··0x00056538·e85e0000·98f0fbff·405f0000·38f1fbff·.^......@_..8...97 ··0x00056518·845f0000·98effbff·dc5f0000·38f0fbff·._......._..8...
100 ··0x00056548·985f0000·d8f1fbff·f05f0000·78f2fbff·._......._..x... 
101 ··0x00056558·48600000·18f3fbff·a0600000·b8f3fbff·H`.......`......98 ··0x00056528·34600000·d8f0fbff·8c600000·78f1fbff·4`.......`..x...
 99 ··0x00056538·e4600000·18f2fbff·3c610000·b8f2fbff·.`......<a......
102 ··0x00056568·f8600000·58f4fbff·50610000·f8f4fbff·.`..X...Pa......100 ··0x00056548·94610000·58f3fbff·ec610000·f8f3fbff·.a..X....a......
103 ··0x00056578·a8610000·98f5fbff·00620000·38f6fbff·.a.......b..8...101 ··0x00056558·44620000·98f4fbff·9c620000·38f5fbff·Db.......b..8...
104 ··0x00056588·58620000·d8f6fbff·b0620000·78f7fbff·Xb.......b..x...102 ··0x00056568·f4620000·d8f5fbff·4c630000·78f6fbff·.b......Lc..x...
105 ··0x00056598·08630000·18f8fbff·60630000·b8f8fbff·.c......`c......103 ··0x00056578·a4630000·18f7fbff·fc630000·b8f7fbff·.c.......c......
106 ··0x000565a8·b8630000·58f9fbff·10640000·f8f9fbff·.c..X....d......104 ··0x00056588·54640000·58f8fbff·ac640000·f8f8fbff·Td..X....d......
107 ··0x000565b8·68640000·98fafbff·c0640000·38fbfbff·hd.......d..8...105 ··0x00056598·04650000·98f9fbff·5c650000·38fafbff·.e......\e..8...
108 ··0x000565c8·18650000·d8fbfbff·70650000·78fcfbff·.e......pe..x...106 ··0x000565a8·b4650000·d8fafbff·0c660000·78fbfbff·.e.......f..x...
109 ··0x000565d8·c8650000·18fdfbff·20660000·b8fdfbff·.e......·f...... 
110 ··0x000565e8·78660000·58fefbff·d0660000·f8fefbff·xf..X....f......107 ··0x000565b8·64660000·18fcfbff·bc660000·b8fcfbff·df.......f......
 108 ··0x000565c8·14670000·58fdfbff·6c670000·f8fdfbff·.g..X...lg......
111 ··0x000565f8·28670000·98fffbff·80670000·3800fcff·(g.......g..8...109 ··0x000565d8·c4670000·98fefbff·1c680000·38fffbff·.g.......h..8...
112 ··0x00056608·d8670000·d800fcff·30680000·7801fcff·.g......0h..x...110 ··0x000565e8·74680000·d8fffbff·cc680000·7800fcff·th.......h..x...
113 ··0x00056618·88680000·1802fcff·e0680000·b802fcff·.h.......h......111 ··0x000565f8·24690000·1801fcff·7c690000·b801fcff·$i......|i......
114 ··0x00056628·38690000·5803fcff·90690000·f803fcff·8i..X....i......112 ··0x00056608·d4690000·5802fcff·2c6a0000·f802fcff·.i..X...,j......
115 ··0x00056638·e8690000·9804fcff·406a0000·3805fcff·.i......@j..8...113 ··0x00056618·846a0000·9803fcff·dc6a0000·3804fcff·.j.......j..8...
116 ··0x00056648·986a0000·d805fcff·f06a0000·7806fcff·.j.......j..x... 
117 ··0x00056658·486b0000·1807fcff·a06b0000·b807fcff·Hk.......k......114 ··0x00056628·346b0000·d804fcff·8c6b0000·7805fcff·4k.......k..x...
 115 ··0x00056638·e46b0000·1806fcff·3c6c0000·b806fcff·.k......<l......
118 ··0x00056668·f86b0000·5808fcff·506c0000·f808fcff·.k..X...Pl......116 ··0x00056648·946c0000·5807fcff·ec6c0000·f807fcff·.l..X....l......
119 ··0x00056678·a86c0000·9809fcff·006d0000·380afcff·.l.......m..8...117 ··0x00056658·446d0000·9808fcff·9c6d0000·3809fcff·Dm.......m..8...
120 ··0x00056688·586d0000·d80afcff·b06d0000·780bfcff·Xm.......m..x...118 ··0x00056668·f46d0000·d809fcff·4c6e0000·780afcff·.m......Ln..x...
121 ··0x00056698·086e0000·180cfcff·606e0000·b80cfcff·.n......`n......119 ··0x00056678·a46e0000·180bfcff·fc6e0000·b80bfcff·.n.......n......
122 ··0x000566a8·b86e0000·580dfcff·106f0000·f80dfcff·.n..X....o......120 ··0x00056688·546f0000·580cfcff·ac6f0000·680dfcff·To..X....o..h...
123 ··0x000566b8·686f0000·980efcff·c06f0000·380ffcff·ho.......o..8... 
124 ··0x000566c8·18700000·d80ffcff·70700000·7810fcff·.p......pp..x...121 ··0x00056698·20700000·d80dfcff·58700000·480efcff··p......Xp..H...
125 ··0x000566d8·c8700000·1811fcff·20710000·b811fcff·.p......·q......122 ··0x000566a8·90700000·b80efcff·c8700000·280ffcff·.p.......p..(...
 123 ··0x000566b8·00710000·980ffcff·38710000·0810fcff·.q......8q......
 124 ··0x000566c8·70710000·7810fcff·a8710000·e810fcff·pq..x....q......
Max diff block lines reached; 57283/76333 bytes (75.04%) of diff not shown.
711 KB
readelf --wide --decompress --hex-dump=.eh_frame {}
    
Offset 24, 56 lines modifiedOffset 24, 56 lines modified
24 ··0x000585e4·0e040000·30000000·58010000·a05bfbff·....0...X....[..24 ··0x000585e4·0e040000·30000000·58010000·a05bfbff·....0...X....[..
25 ··0x000585f4·79000000·00410e08·83024e0e·20510e24·y....A....N.·Q.$25 ··0x000585f4·79000000·00410e08·83024e0e·20510e24·y....A....N.·Q.$
26 ··0x00058604·450e2847·0e2c440e·30480e20·760a0e08·E.(G.,D.0H.·v...26 ··0x00058604·450e2847·0e2c440e·30480e20·760a0e08·E.(G.,D.0H.·v...
27 ··0x00058614·41c30e04·410b0000·30000000·8c010000·A...A...0.......27 ··0x00058614·41c30e04·410b0000·30000000·8c010000·A...A...0.......
28 ··0x00058624·ec5bfbff·71000000·00410e08·83024e0e·.[..q....A....N.28 ··0x00058624·ec5bfbff·71000000·00410e08·83024e0e·.[..q....A....N.
29 ··0x00058634·20510e24·450e2847·0e2c440e·30480e20··Q.$E.(G.,D.0H.·29 ··0x00058634·20510e24·450e2847·0e2c440e·30480e20··Q.$E.(G.,D.0H.·
30 ··0x00058644·6b0a0e08·41c30e04·440b0000·30000000·k...A...D...0...30 ··0x00058644·6b0a0e08·41c30e04·440b0000·30000000·k...A...D...0...
31 ··0x00058654·c0010000·385cfbff·79000000·00410e08·....8\..y....A..31 ··0x00058654·c0010000·385cfbff·71000000·00410e08·....8\..q....A..
32 ··0x00058664·83024e0e·20510e24·450e2847·0e2c440e·..N.·Q.$E.(G.,D.32 ··0x00058664·83024e0e·20510e24·450e2847·0e2c440e·..N.·Q.$E.(G.,D.
33 ··0x00058674·30480e20·760a0e08·41c30e04·410b0000·0H.·v...A...A...33 ··0x00058674·30480e20·6b0a0e08·41c30e04·440b0000·0H.·k...A...D...
34 ··0x00058684·30000000·f4010000·845cfbff·79000000·0........\..y...34 ··0x00058684·30000000·f4010000·845cfbff·79000000·0........\..y...
35 ··0x00058694·00410e08·83024e0e·20510e24·450e2847·.A....N.·Q.$E.(G35 ··0x00058694·00410e08·83024e0e·20510e24·450e2847·.A....N.·Q.$E.(G
36 ··0x000586a4·0e2c440e·30480e20·760a0e08·41c30e04·.,D.0H.·v...A...36 ··0x000586a4·0e2c440e·30480e20·760a0e08·41c30e04·.,D.0H.·v...A...
37 ··0x000586b4·410b0000·30000000·28020000·d05cfbff·A...0...(....\..37 ··0x000586b4·410b0000·30000000·28020000·d05cfbff·A...0...(....\..
38 ··0x000586c4·71000000·00410e08·83024e0e·20510e24·q....A....N.·Q.$38 ··0x000586c4·79000000·00410e08·83024e0e·20510e24·y....A....N.·Q.$
39 ··0x000586d4·450e2847·0e2c440e·30480e20·6b0a0e08·E.(G.,D.0H.·k...39 ··0x000586d4·450e2847·0e2c440e·30480e20·760a0e08·E.(G.,D.0H.·v...
40 ··0x000586e4·41c30e04·440b0000·30000000·5c020000·A...D...0...\...40 ··0x000586e4·41c30e04·410b0000·30000000·5c020000·A...A...0...\...
41 ··0x000586f4·1c5dfbff·71000000·00410e08·83024e0e·.]..q....A....N.41 ··0x000586f4·1c5dfbff·79000000·00410e08·83024e0e·.]..y....A....N.
42 ··0x00058704·20510e24·450e2847·0e2c440e·30480e20··Q.$E.(G.,D.0H.·42 ··0x00058704·20510e24·450e2847·0e2c440e·30480e20··Q.$E.(G.,D.0H.·
43 ··0x00058714·6b0a0e08·41c30e04·440b0000·30000000·k...A...D...0...43 ··0x00058714·760a0e08·41c30e04·410b0000·30000000·v...A...A...0...
44 ··0x00058724·90020000·685dfbff·79000000·00410e08·....h]..y....A..44 ··0x00058724·90020000·685dfbff·79000000·00410e08·....h]..y....A..
45 ··0x00058734·83024e0e·20510e24·450e2847·0e2c440e·..N.·Q.$E.(G.,D.45 ··0x00058734·83024e0e·20510e24·450e2847·0e2c440e·..N.·Q.$E.(G.,D.
46 ··0x00058744·30480e20·760a0e08·41c30e04·410b0000·0H.·v...A...A...46 ··0x00058744·30480e20·760a0e08·41c30e04·410b0000·0H.·v...A...A...
47 ··0x00058754·30000000·c4020000·b45dfbff·79000000·0........]..y...47 ··0x00058754·30000000·c4020000·b45dfbff·79000000·0........]..y...
48 ··0x00058764·00410e08·83024e0e·20510e24·450e2847·.A....N.·Q.$E.(G48 ··0x00058764·00410e08·83024e0e·20510e24·450e2847·.A....N.·Q.$E.(G
49 ··0x00058774·0e2c440e·30480e20·760a0e08·41c30e04·.,D.0H.·v...A...49 ··0x00058774·0e2c440e·30480e20·760a0e08·41c30e04·.,D.0H.·v...A...
50 ··0x00058784·410b0000·30000000·f8020000·005efbff·A...0........^..50 ··0x00058784·410b0000·30000000·f8020000·005efbff·A...0........^..
51 ··0x00058794·79000000·00410e08·83024e0e·20510e24·y....A....N.·Q.$51 ··0x00058794·79000000·00410e08·83024e0e·20510e24·y....A....N.·Q.$
52 ··0x000587a4·450e2847·0e2c440e·30480e20·760a0e08·E.(G.,D.0H.·v...52 ··0x000587a4·450e2847·0e2c440e·30480e20·760a0e08·E.(G.,D.0H.·v...
53 ··0x000587b4·41c30e04·410b0000·30000000·2c030000·A...A...0...,...53 ··0x000587b4·41c30e04·410b0000·30000000·2c030000·A...A...0...,...
54 ··0x000587c4·4c5efbff·79000000·00410e08·83024e0e·L^..y....A....N.54 ··0x000587c4·4c5efbff·79000000·00410e08·83024e0e·L^..y....A....N.
55 ··0x000587d4·20510e24·450e2847·0e2c440e·30480e20··Q.$E.(G.,D.0H.·55 ··0x000587d4·20510e24·450e2847·0e2c440e·30480e20··Q.$E.(G.,D.0H.·
56 ··0x000587e4·760a0e08·41c30e04·410b0000·30000000·v...A...A...0...56 ··0x000587e4·760a0e08·41c30e04·410b0000·30000000·v...A...A...0...
57 ··0x000587f4·60030000·985efbff·71000000·00410e08·`....^..q....A..57 ··0x000587f4·60030000·985efbff·79000000·00410e08·`....^..y....A..
58 ··0x00058804·83024e0e·20510e24·450e2847·0e2c440e·..N.·Q.$E.(G.,D.58 ··0x00058804·83024e0e·20510e24·450e2847·0e2c440e·..N.·Q.$E.(G.,D.
59 ··0x00058814·30480e20·6b0a0e08·41c30e04·440b0000·0H.·k...A...D...59 ··0x00058814·30480e20·760a0e08·41c30e04·410b0000·0H.·v...A...A...
60 ··0x00058824·30000000·94030000·e45efbff·71000000·0........^..q...60 ··0x00058824·30000000·94030000·e45efbff·71000000·0........^..q...
61 ··0x00058834·00410e08·83024e0e·20510e24·450e2847·.A....N.·Q.$E.(G61 ··0x00058834·00410e08·83024e0e·20510e24·450e2847·.A....N.·Q.$E.(G
62 ··0x00058844·0e2c440e·30480e20·6b0a0e08·41c30e04·.,D.0H.·k...A...62 ··0x00058844·0e2c440e·30480e20·6b0a0e08·41c30e04·.,D.0H.·k...A...
63 ··0x00058854·440b0000·30000000·c8030000·305ffbff·D...0.......0_..63 ··0x00058854·440b0000·30000000·c8030000·305ffbff·D...0.......0_..
64 ··0x00058864·79000000·00410e08·83024e0e·20510e24·y....A....N.·Q.$64 ··0x00058864·71000000·00410e08·83024e0e·20510e24·q....A....N.·Q.$
65 ··0x00058874·450e2847·0e2c440e·30480e20·760a0e08·E.(G.,D.0H.·v...65 ··0x00058874·450e2847·0e2c440e·30480e20·6b0a0e08·E.(G.,D.0H.·k...
66 ··0x00058884·41c30e04·410b0000·30000000·fc030000·A...A...0.......66 ··0x00058884·41c30e04·440b0000·30000000·fc030000·A...D...0.......
67 ··0x00058894·7c5ffbff·79000000·00410e08·83024e0e·|_..y....A....N.67 ··0x00058894·7c5ffbff·71000000·00410e08·83024e0e·|_..q....A....N.
68 ··0x000588a4·20510e24·450e2847·0e2c440e·30480e20··Q.$E.(G.,D.0H.·68 ··0x000588a4·20510e24·450e2847·0e2c440e·30480e20··Q.$E.(G.,D.0H.·
69 ··0x000588b4·760a0e08·41c30e04·410b0000·30000000·v...A...A...0...69 ··0x000588b4·6b0a0e08·41c30e04·440b0000·30000000·k...A...D...0...
70 ··0x000588c4·30040000·c85ffbff·79000000·00410e08·0...._..y....A..70 ··0x000588c4·30040000·c85ffbff·71000000·00410e08·0...._..q....A..
71 ··0x000588d4·83024e0e·20510e24·450e2847·0e2c440e·..N.·Q.$E.(G.,D.71 ··0x000588d4·83024e0e·20510e24·450e2847·0e2c440e·..N.·Q.$E.(G.,D.
72 ··0x000588e4·30480e20·760a0e08·41c30e04·410b0000·0H.·v...A...A...72 ··0x000588e4·30480e20·6b0a0e08·41c30e04·440b0000·0H.·k...A...D...
73 ··0x000588f4·30000000·64040000·1460fbff·79000000·0...d....`..y...73 ··0x000588f4·30000000·64040000·1460fbff·79000000·0...d....`..y...
74 ··0x00058904·00410e08·83024e0e·20510e24·450e2847·.A....N.·Q.$E.(G74 ··0x00058904·00410e08·83024e0e·20510e24·450e2847·.A....N.·Q.$E.(G
75 ··0x00058914·0e2c440e·30480e20·760a0e08·41c30e04·.,D.0H.·v...A...75 ··0x00058914·0e2c440e·30480e20·760a0e08·41c30e04·.,D.0H.·v...A...
76 ··0x00058924·410b0000·30000000·98040000·6060fbff·A...0.......``..76 ··0x00058924·410b0000·30000000·98040000·6060fbff·A...0.......``..
77 ··0x00058934·79000000·00410e08·83024e0e·20510e24·y....A....N.·Q.$77 ··0x00058934·79000000·00410e08·83024e0e·20510e24·y....A....N.·Q.$
78 ··0x00058944·450e2847·0e2c440e·30480e20·760a0e08·E.(G.,D.0H.·v...78 ··0x00058944·450e2847·0e2c440e·30480e20·760a0e08·E.(G.,D.0H.·v...
79 ··0x00058954·41c30e04·410b0000·30000000·cc040000·A...A...0.......79 ··0x00058954·41c30e04·410b0000·30000000·cc040000·A...A...0.......
Offset 86, 1569 lines modifiedOffset 86, 1569 lines modified
86 ··0x000589c4·30000000·34050000·4461fbff·71000000·0...4...Da..q...86 ··0x000589c4·30000000·34050000·4461fbff·71000000·0...4...Da..q...
87 ··0x000589d4·00410e08·83024e0e·20510e24·450e2847·.A....N.·Q.$E.(G87 ··0x000589d4·00410e08·83024e0e·20510e24·450e2847·.A....N.·Q.$E.(G
88 ··0x000589e4·0e2c440e·30480e20·6b0a0e08·41c30e04·.,D.0H.·k...A...88 ··0x000589e4·0e2c440e·30480e20·6b0a0e08·41c30e04·.,D.0H.·k...A...
89 ··0x000589f4·440b0000·30000000·68050000·9061fbff·D...0...h....a..89 ··0x000589f4·440b0000·30000000·68050000·9061fbff·D...0...h....a..
90 ··0x00058a04·71000000·00410e08·83024e0e·20510e24·q....A....N.·Q.$90 ··0x00058a04·71000000·00410e08·83024e0e·20510e24·q....A....N.·Q.$
91 ··0x00058a14·450e2847·0e2c440e·30480e20·6b0a0e08·E.(G.,D.0H.·k...91 ··0x00058a14·450e2847·0e2c440e·30480e20·6b0a0e08·E.(G.,D.0H.·k...
92 ··0x00058a24·41c30e04·440b0000·30000000·9c050000·A...D...0.......92 ··0x00058a24·41c30e04·440b0000·30000000·9c050000·A...D...0.......
93 ··0x00058a34·dc61fbff·71000000·00410e08·83024e0e·.a..q....A....N.93 ··0x00058a34·dc61fbff·79000000·00410e08·83024e0e·.a..y....A....N.
94 ··0x00058a44·20510e24·450e2847·0e2c440e·30480e20··Q.$E.(G.,D.0H.·94 ··0x00058a44·20510e24·450e2847·0e2c440e·30480e20··Q.$E.(G.,D.0H.·
95 ··0x00058a54·6b0a0e08·41c30e04·440b0000·30000000·k...A...D...0...95 ··0x00058a54·760a0e08·41c30e04·410b0000·30000000·v...A...A...0...
96 ··0x00058a64·d0050000·2862fbff·71000000·00410e08·....(b..q....A..96 ··0x00058a64·d0050000·2862fbff·79000000·00410e08·....(b..y....A..
97 ··0x00058a74·83024e0e·20510e24·450e2847·0e2c440e·..N.·Q.$E.(G.,D.97 ··0x00058a74·83024e0e·20510e24·450e2847·0e2c440e·..N.·Q.$E.(G.,D.
98 ··0x00058a84·30480e20·6b0a0e08·41c30e04·440b0000·0H.·k...A...D...98 ··0x00058a84·30480e20·760a0e08·41c30e04·410b0000·0H.·v...A...A...
99 ··0x00058a94·30000000·04060000·7462fbff·71000000·0.......tb..q...99 ··0x00058a94·30000000·04060000·7462fbff·71000000·0.......tb..q...
100 ··0x00058aa4·00410e08·83024e0e·20510e24·450e2847·.A....N.·Q.$E.(G100 ··0x00058aa4·00410e08·83024e0e·20510e24·450e2847·.A....N.·Q.$E.(G
101 ··0x00058ab4·0e2c440e·30480e20·6b0a0e08·41c30e04·.,D.0H.·k...A...101 ··0x00058ab4·0e2c440e·30480e20·6b0a0e08·41c30e04·.,D.0H.·k...A...
102 ··0x00058ac4·440b0000·30000000·38060000·c062fbff·D...0...8....b..102 ··0x00058ac4·440b0000·30000000·38060000·c062fbff·D...0...8....b..
103 ··0x00058ad4·71000000·00410e08·83024e0e·20510e24·q....A....N.·Q.$103 ··0x00058ad4·71000000·00410e08·83024e0e·20510e24·q....A....N.·Q.$
104 ··0x00058ae4·450e2847·0e2c440e·30480e20·6b0a0e08·E.(G.,D.0H.·k...104 ··0x00058ae4·450e2847·0e2c440e·30480e20·6b0a0e08·E.(G.,D.0H.·k...
105 ··0x00058af4·41c30e04·440b0000·30000000·6c060000·A...D...0...l...105 ··0x00058af4·41c30e04·440b0000·30000000·6c060000·A...D...0...l...
106 ··0x00058b04·0c63fbff·71000000·00410e08·83024e0e·.c..q....A....N.106 ··0x00058b04·0c63fbff·71000000·00410e08·83024e0e·.c..q....A....N.
107 ··0x00058b14·20510e24·450e2847·0e2c440e·30480e20··Q.$E.(G.,D.0H.·107 ··0x00058b14·20510e24·450e2847·0e2c440e·30480e20··Q.$E.(G.,D.0H.·
108 ··0x00058b24·6b0a0e08·41c30e04·440b0000·30000000·k...A...D...0...108 ··0x00058b24·6b0a0e08·41c30e04·440b0000·30000000·k...A...D...0...
109 ··0x00058b34·a0060000·5863fbff·79000000·00410e08·....Xc..y....A..109 ··0x00058b34·a0060000·5863fbff·71000000·00410e08·....Xc..q....A..
110 ··0x00058b44·83024e0e·20510e24·450e2847·0e2c440e·..N.·Q.$E.(G.,D.110 ··0x00058b44·83024e0e·20510e24·450e2847·0e2c440e·..N.·Q.$E.(G.,D.
111 ··0x00058b54·30480e20·760a0e08·41c30e04·410b0000·0H.·v...A...A...111 ··0x00058b54·30480e20·6b0a0e08·41c30e04·440b0000·0H.·k...A...D...
112 ··0x00058b64·30000000·d4060000·a463fbff·79000000·0........c..y...112 ··0x00058b64·30000000·d4060000·a463fbff·71000000·0........c..q...
113 ··0x00058b74·00410e08·83024e0e·20510e24·450e2847·.A....N.·Q.$E.(G113 ··0x00058b74·00410e08·83024e0e·20510e24·450e2847·.A....N.·Q.$E.(G
114 ··0x00058b84·0e2c440e·30480e20·760a0e08·41c30e04·.,D.0H.·v...A...114 ··0x00058b84·0e2c440e·30480e20·6b0a0e08·41c30e04·.,D.0H.·k...A...
115 ··0x00058b94·410b0000·30000000·08070000·f063fbff·A...0........c..115 ··0x00058b94·440b0000·30000000·08070000·f063fbff·D...0........c..
116 ··0x00058ba4·79000000·00410e08·83024e0e·20510e24·y....A....N.·Q.$116 ··0x00058ba4·79000000·00410e08·83024e0e·20510e24·y....A....N.·Q.$
117 ··0x00058bb4·450e2847·0e2c440e·30480e20·760a0e08·E.(G.,D.0H.·v...117 ··0x00058bb4·450e2847·0e2c440e·30480e20·760a0e08·E.(G.,D.0H.·v...
118 ··0x00058bc4·41c30e04·410b0000·30000000·3c070000·A...A...0...<...118 ··0x00058bc4·41c30e04·410b0000·30000000·3c070000·A...A...0...<...
119 ··0x00058bd4·3c64fbff·71000000·00410e08·83024e0e·<d..q....A....N.119 ··0x00058bd4·3c64fbff·71000000·00410e08·83024e0e·<d..q....A....N.
120 ··0x00058be4·20510e24·450e2847·0e2c440e·30480e20··Q.$E.(G.,D.0H.·120 ··0x00058be4·20510e24·450e2847·0e2c440e·30480e20··Q.$E.(G.,D.0H.·
121 ··0x00058bf4·6b0a0e08·41c30e04·440b0000·30000000·k...A...D...0...121 ··0x00058bf4·6b0a0e08·41c30e04·440b0000·30000000·k...A...D...0...
122 ··0x00058c04·70070000·8864fbff·71000000·00410e08·p....d..q....A..122 ··0x00058c04·70070000·8864fbff·71000000·00410e08·p....d..q....A..
123 ··0x00058c14·83024e0e·20510e24·450e2847·0e2c440e·..N.·Q.$E.(G.,D.123 ··0x00058c14·83024e0e·20510e24·450e2847·0e2c440e·..N.·Q.$E.(G.,D.
124 ··0x00058c24·30480e20·6b0a0e08·41c30e04·440b0000·0H.·k...A...D...124 ··0x00058c24·30480e20·6b0a0e08·41c30e04·440b0000·0H.·k...A...D...
125 ··0x00058c34·30000000·a4070000·d464fbff·71000000·0........d..q...125 ··0x00058c34·30000000·a4070000·d464fbff·79000000·0........d..y...
126 ··0x00058c44·00410e08·83024e0e·20510e24·450e2847·.A....N.·Q.$E.(G126 ··0x00058c44·00410e08·83024e0e·20510e24·450e2847·.A....N.·Q.$E.(G
127 ··0x00058c54·0e2c440e·30480e20·6b0a0e08·41c30e04·.,D.0H.·k...A...127 ··0x00058c54·0e2c440e·30480e20·760a0e08·41c30e04·.,D.0H.·v...A...
128 ··0x00058c64·440b0000·30000000·d8070000·2065fbff·D...0.......·e..128 ··0x00058c64·410b0000·30000000·d8070000·2065fbff·A...0.......·e..
129 ··0x00058c74·71000000·00410e08·83024e0e·20510e24·q....A....N.·Q.$129 ··0x00058c74·71000000·00410e08·83024e0e·20510e24·q....A....N.·Q.$
130 ··0x00058c84·450e2847·0e2c440e·30480e20·6b0a0e08·E.(G.,D.0H.·k...130 ··0x00058c84·450e2847·0e2c440e·30480e20·6b0a0e08·E.(G.,D.0H.·k...
131 ··0x00058c94·41c30e04·440b0000·30000000·0c080000·A...D...0.......131 ··0x00058c94·41c30e04·440b0000·30000000·0c080000·A...D...0.......
132 ··0x00058ca4·6c65fbff·79000000·00410e08·83024e0e·le..y....A....N.132 ··0x00058ca4·6c65fbff·79000000·00410e08·83024e0e·le..y....A....N.
Offset 1727, 52 lines modifiedOffset 1727, 52 lines modified
Offset 1790, 242 lines modifiedOffset 1790, 242 lines modified
Offset 2047, 21 lines modifiedOffset 2047, 21 lines modified
Offset 2102, 1675 lines modifiedOffset 2102, 1675 lines modified
Offset 3860, 1553 lines modifiedOffset 3860, 1553 lines modified
Offset 5466, 15 lines modifiedOffset 5466, 15 lines modified
Offset 5660, 15 lines modifiedOffset 5660, 15 lines modified
Offset 5678, 18 lines modifiedOffset 5678, 18 lines modified
Offset 5711, 108 lines modifiedOffset 5711, 108 lines modified
Offset 5821, 84 lines modifiedOffset 5821, 84 lines modified
Offset 5915, 87 lines modifiedOffset 5915, 87 lines modified
Offset 6029, 114 lines modifiedOffset 6029, 114 lines modified
152 KB
readelf --wide --decompress --hex-dump=.data {}
    
Offset 1, 1178 lines modifiedOffset 1, 1178 lines modified
  
1 Hex·dump·of·section·'.data':1 Hex·dump·of·section·'.data':
2 ··0x00073780·80370700·00000000·00000000·00000000·.7..............2 ··0x00073780·80370700·00000000·00000000·00000000·.7..............
3 ··0x00073790·00000000·00000000·00000000·00000000·................3 ··0x00073790·00000000·00000000·00000000·00000000·................
4 ··0x000737a0·327b0400·b0f20200·01000000·00000000·2{.............. 
5 ··0x000737b0·3b7b0400·70fa0000·01000000·00000000·;{..p........... 
6 ··0x000737c0·407b0400·70bc0100·01000000·00000000·@{..p........... 
7 ··0x000737d0·497b0400·e0bb0100·01000000·00000000·I{.............. 
8 ··0x000737e0·577b0400·60bb0100·01000000·00000000·W{..`........... 
9 ··0x000737f0·e0fa0400·d0b00300·01000000·00000000·................4 ··0x000737a0·e0fa0400·d0b00300·01000000·00000000·................
10 ··0x00073800·0cfb0400·00b00300·01000000·00000000·................5 ··0x000737b0·0cfb0400·00b00300·01000000·00000000·................
 6 ··0x000737c0·327b0400·b0f20200·01000000·00000000·2{..............
 7 ··0x000737d0·3b7b0400·80740100·01000000·00000000·;{...t..........
 8 ··0x000737e0·407b0400·70bc0100·01000000·00000000·@{..p...........
 9 ··0x000737f0·497b0400·e0bb0100·01000000·00000000·I{..............
 10 ··0x00073800·577b0400·60bb0100·01000000·00000000·W{..`...........
11 ··0x00073810·607b0400·10af0300·01000000·00000000·`{..............11 ··0x00073810·607b0400·90af0300·01000000·00000000·`{..............
12 ··0x00073820·2cfb0400·00ae0300·01000000·00000000·,...............12 ··0x00073820·6d7b0400·f0ae0300·01000000·00000000·m{..............
13 ··0x00073830·777b0400·20f20200·01000000·00000000·w{..·........... 
14 ··0x00073840·e8840400·10ad0300·01000000·00000000·................ 
15 ··0x00073850·837b0400·20ac0300·01000000·00000000·.{..·........... 
16 ··0x00073860·50fb0400·60ab0300·01000000·00000000·P...`........... 
17 ··0x00073870·70fb0400·40aa0300·01000000·00000000·p...@........... 
18 ··0x00073880·acfb0400·80a90300·01000000·00000000·................ 
19 ··0x00073890·977b0400·e0a80300·01000000·00000000·.{.............. 
20 ··0x000738a0·a97b0400·70a80300·01000000·00000000·.{..p........... 
21 ··0x000738b0·b97b0400·d0ba0100·01000000·00000000·.{.............. 
22 ··0x000738c0·c97b0400·00a80300·01000000·00000000·.{..............13 ··0x00073830·847b0400·00ae0300·01000000·00000000·.{..............
23 ··0x000738d0·db7b0400·90a70300·01000000·00000000·.{.............. 
24 ··0x000738e0·f17b0400·80a60300·01000000·00000000·.{..............14 ··0x00073840·8f7b0400·f0ac0300·01000000·00000000·.{..............
25 ··0x000738f0·d8fb0400·10a60300·01000000·00000000·................15 ··0x00073850·a47b0400·00ac0300·01000000·00000000·.{..............
 16 ··0x00073860·2cfb0400·e0ba0100·01000000·00000000·,...............
 17 ··0x00073870·b57b0400·20f20200·01000000·00000000·.{..·...........
 18 ··0x00073880·c47b0400·40ba0100·01000000·00000000·.{..@...........
 19 ··0x00073890·d77b0400·a0b90100·01000000·00000000·.{..............
 20 ··0x000738a0·a67b0400·60ab0300·01000000·00000000·.{..`...........
26 ··0x00073900·00fc0400·70a50300·01000000·00000000·....p...........21 ··0x000738b0·f27b0400·70aa0300·01000000·00000000·.{..p...........
 22 ··0x000738c0·4cfb0400·60a90300·01000000·00000000·L...`...........
27 ··0x00073910·087c0400·00a50300·01000000·00000000·.|..............23 ··0x000738d0·087c0400·90a80300·01000000·00000000·.|..............
28 ··0x00073920·1f7c0400·e0a30300·01000000·00000000·.|..............24 ··0x000738e0·157c0400·c0a70300·01000000·00000000·.|..............
29 ··0x00073930·067f0400·70a30300·01000000·00000000·....p...........25 ··0x000738f0·2e7c0400·20a70300·01000000·00000000·.|..·...........
30 ··0x00073940·3b7c0400·d0a20300·01000000·00000000·;|..............26 ··0x00073900·457c0400·b0a60300·01000000·00000000·E|..............
 27 ··0x00073910·517c0400·10a60300·01000000·00000000·Q|..............
 28 ··0x00073920·677c0400·20a50300·01000000·00000000·g|..·...........
 29 ··0x00073930·837c0400·30a40300·01000000·00000000·.|..0...........
 30 ··0x00073940·8d7c0400·20a30300·01000000·00000000·.|..·...........
31 ··0x00073950·4e7c0400·30a20300·01000000·00000000·N|..0...........31 ··0x00073950·a17c0400·30a20300·01000000·00000000·.|..0...........
32 ··0x00073960·617c0400·70a10300·01000000·00000000·a|..p........... 
33 ··0x00073970·777c0400·40ba0100·01000000·00000000·w|..@........... 
34 ··0x00073980·30fc0400·a0b90100·01000000·00000000·0............... 
35 ··0x00073990·8c7c0400·10b90100·01000000·00000000·.|.............. 
36 ··0x000739a0·50fc0400·70b80100·01000000·00000000·P...p........... 
37 ··0x000739b0·a87c0400·00a10300·01000000·00000000·.|..............32 ··0x00073960·aa7c0400·60a10300·01000000·00000000·.|..`...........
38 ··0x000739c0·b97c0400·90a00300·01000000·00000000·.|..............33 ··0x00073970·b57c0400·90a00300·01000000·00000000·.|..............
39 ··0x000739d0·78fc0400·20a00300·01000000·00000000·x...·...........34 ··0x00073980·cd7c0400·f09f0300·01000000·00000000·.|..............
 35 ··0x00073990·e27c0400·30f30200·01000000·00000000·.|..0...........
40 ··0x000739e0·a4fc0400·009f0300·01000000·00000000·................36 ··0x000739a0·a27c0400·009f0300·01000000·00000000·.|..............
41 ··0x000739f0·d77c0400·509e0300·01000000·00000000·.|..P...........37 ··0x000739b0·ee7c0400·109e0300·01000000·00000000·.|..............
 38 ··0x000739c0·027d0400·209d0300·01000000·00000000·.}..·...........
42 ··0x00073a00·e87c0400·e09d0300·01000000·00000000·.|..............39 ··0x000739d0·6cfb0400·109c0300·01000000·00000000·l...............
 40 ··0x000739e0·90fb0400·509b0300·01000000·00000000·....P...........
 41 ··0x000739f0·b0fb0400·309a0300·01000000·00000000·....0...........
43 ··0x00073a10·d8fc0400·709d0300·01000000·00000000·....p...........42 ··0x00073a00·ecfb0400·70990300·01000000·00000000·....p...........
44 ··0x00073a20·04fd0400·e09b0300·01000000·00000000·................ 
45 ··0x00073a30·037d0400·709b0300·01000000·00000000·.}..p........... 
46 ··0x00073a40·1d7d0400·009b0300·01000000·00000000·.}..............43 ··0x00073a10·197d0400·00990300·01000000·00000000·.}..............
47 ··0x00073a50·2d7d0400·909a0300·01000000·00000000·-}..............44 ··0x00073a20·2c7d0400·90980300·01000000·00000000·,}..............
48 ··0x00073a60·417d0400·209a0300·01000000·00000000·A}..·........... 
49 ··0x00073a70·34fd0400·60990300·01000000·00000000·4...`........... 
50 ··0x00073a80·5cfd0400·f0980300·01000000·00000000·\............... 
51 ··0x00073a90·5a7d0400·80980300·01000000·00000000·Z}..............45 ··0x00073a30·3e7d0400·b0970300·01000000·00000000·>}..............
 46 ··0x00073a40·557d0400·40970300·01000000·00000000·U}..@...........
 47 ··0x00073a50·18fc0400·d0960300·01000000·00000000·................
 48 ··0x00073a60·44fc0400·a0950300·01000000·00000000·D...............
 49 ··0x00073a70·697d0400·30950300·01000000·00000000·i}..0...........
 50 ··0x00073a80·74fc0400·c0940300·01000000·00000000·t...............
 51 ··0x00073a90·9cfc0400·20940300·01000000·00000000·....·...........
52 ··0x00073aa0·6b7d0400·10980300·01000000·00000000·k}..............52 ··0x00073aa0·7b7d0400·b0930300·01000000·00000000·{}..............
53 ··0x00073ab0·7d7d0400·30970300·01000000·00000000·}}..0...........53 ··0x00073ab0·8b7d0400·40930300·01000000·00000000·.}..@...........
54 ··0x00073ac0·947d0400·c0960300·01000000·00000000·.}..............54 ··0x00073ac0·9b7d0400·d0920300·01000000·00000000·.}..............
55 ··0x00073ad0·a77d0400·50960300·01000000·00000000·.}..P...........55 ··0x00073ad0·b67d0400·60920300·01000000·00000000·.}..`...........
56 ··0x00073ae0·bf7d0400·20950300·01000000·00000000·.}..·...........56 ··0x00073ae0·cc7d0400·f0910300·01000000·00000000·.}..............
57 ··0x00073af0·dc7d0400·b0940300·01000000·00000000·.}..............57 ··0x00073af0·df7d0400·80910300·01000000·00000000·.}..............
58 ··0x00073b00·f27d0400·40940300·01000000·00000000·.}..@...........58 ··0x00073b00·ccfc0400·70900300·01000000·00000000·....p...........
59 ··0x00073b10·0f7e0400·d0930300·01000000·00000000·.~.............. 
60 ··0x00073b20·80fd0400·60930300·01000000·00000000·....`........... 
61 ··0x00073b30·a8fd0400·30920300·01000000·00000000·....0........... 
62 ··0x00073b40·217e0400·c0910300·01000000·00000000·!~.............. 
63 ··0x00073b50·317e0400·50910300·01000000·00000000·1~..P........... 
64 ··0x00073b60·4a7e0400·e0900300·01000000·00000000·J~.............. 
65 ··0x00073b70·627e0400·70900300·01000000·00000000·b~..p........... 
66 ··0x00073b80·d8fd0400·00900300·01000000·00000000·................59 ··0x00073b10·fc7d0400·00900300·01000000·00000000·.}..............
 60 ··0x00073b20·ecfc0400·908f0300·01000000·00000000·................
67 ··0x00073b90·fcfd0400·a08e0300·01000000·00000000·................61 ··0x00073b30·0cfd0400·708e0300·01000000·00000000·....p...........
68 ··0x00073ba0·737e0400·308e0300·01000000·00000000·s~..0...........62 ··0x00073b40·20800400·008e0300·01000000·00000000··...............
69 ··0x00073bb0·917e0400·c08d0300·01000000·00000000·.~..............63 ··0x00073b50·1a7e0400·608d0300·01000000·00000000·.~..`...........
70 ··0x00073bc0·24fe0400·508d0300·01000000·00000000·$...P........... 
71 ··0x00073bd0·50fe0400·208c0300·01000000·00000000·P...·........... 
72 ··0x00073be0·80fe0400·b08b0300·01000000·00000000·................64 ··0x00073b60·2d7e0400·c08c0300·01000000·00000000·-~..............
73 ··0x00073bf0·acfe0400·808a0300·01000000·00000000·................ 
74 ··0x00073c00·a47e0400·108a0300·01000000·00000000·.~..............65 ··0x00073b70·407e0400·008c0300·01000000·00000000·@~..............
 66 ··0x00073b80·567e0400·10b90100·01000000·00000000·V~..............
 67 ··0x00073b90·30fd0400·70b80100·01000000·00000000·0...p...........
 68 ··0x00073ba0·6b7e0400·e0b70100·01000000·00000000·k~..............
 69 ··0x00073bb0·50fd0400·40b70100·01000000·00000000·P...@...........
75 ··0x00073c10·b87e0400·a0890300·01000000·00000000·.~..............70 ··0x00073bc0·877e0400·908b0300·01000000·00000000·.~..............
76 ··0x00073c20·dcfe0400·30890300·01000000·00000000·....0........... 
77 ··0x00073c30·fcfe0400·10880300·01000000·00000000·................71 ··0x00073bd0·a17e0400·e08a0300·01000000·00000000·.~..............
 72 ··0x00073be0·b27e0400·708a0300·01000000·00000000·.~..p...........
78 ··0x00073c40·ce7e0400·a0870300·01000000·00000000·.~..............73 ··0x00073bf0·c57e0400·008a0300·01000000·00000000·.~..............
79 ··0x00073c50·e17e0400·30870300·01000000·00000000·.~..0........... 
80 ··0x00073c60·fc7e0400·c0860300·01000000·00000000·.~..............74 ··0x00073c00·d57e0400·90890300·01000000·00000000·.~..............
81 ··0x00073c70·20ff0400·20860300·01000000·00000000··...·...........75 ··0x00073c10·ee7e0400·20890300·01000000·00000000·.~..·...........
82 ··0x00073c80·40ff0400·60850300·01000000·00000000·@...`........... 
83 ··0x00073c90·64ff0400·50840300·01000000·00000000·d...P........... 
84 ··0x00073ca0·0f7f0400·e0830300·01000000·00000000·................76 ··0x00073c20·027f0400·b0880300·01000000·00000000·................
 77 ··0x00073c30·78fd0400·40880300·01000000·00000000·x...@...........
 78 ··0x00073c40·a4fd0400·20870300·01000000·00000000·....·...........
 79 ··0x00073c50·1d7f0400·b0860300·01000000·00000000·................
85 ··0x00073cb0·2d7f0400·70830300·01000000·00000000·-...p...........80 ··0x00073c60·2f7f0400·40860300·01000000·00000000·/...@...........
 81 ··0x00073c70·d8fd0400·d0850300·01000000·00000000·................
 82 ··0x00073c80·04fe0400·a0840300·01000000·00000000·................
 83 ··0x00073c90·4d7f0400·b0b60100·01000000·00000000·M...............
 84 ··0x00073ca0·5d7f0400·30840300·01000000·00000000·]...0...........
 85 ··0x00073cb0·34fe0400·c0830300·01000000·00000000·4...............
86 ··0x00073cc0·3c7f0400·d0820300·01000000·00000000·<...............86 ··0x00073cc0·5cfe0400·90820300·01000000·00000000·\...............
87 ··0x00073cd0·587f0400·20820300·01000000·00000000·X...·........... 
Max diff block lines reached; 131253/155360 bytes (84.48%) of diff not shown.
811 B
error from `readelf --wide --decompress --hex-dump=.gnu_debuglink {}`: readelf: Error: no .dynamic section in the dynamic segment
    
Offset 1, 7 lines modifiedOffset 1, 7 lines modified
  
1 Hex·dump·of·section·'.gnu_debuglink':1 Hex·dump·of·section·'.gnu_debuglink':
2 ··0x00000000·37663932·61656462·30623237·36303562·7f92aedb0b27605b 
3 ··0x00000010·65663463·66636461·33623464·63653235·ef4cfcda3b4dce252 ··0x00000000·33343134·32643463·64336133·35646232·34142d4cd3a35db2
 3 ··0x00000010·38316262·36626461·61393433·36653232·81bb6bdaa9436e22
4 ··0x00000020·36363163·33642e64·65627567·00000000·661c3d.debug....4 ··0x00000020·65303538·63642e64·65627567·00000000·e058cd.debug....
5 ··0x00000030·f78eac38····························...85 ··0x00000030·601db83b····························`..;
  
489 KB
./usr/lib/python2.7/dist-packages/lasso.py
Ordering differences only
    
Offset 849, 14 lines modifiedOffset 849, 15 lines modified
849 ····_lasso.PROFILE_ERROR_MISSING_ISSUER:·ProfileMissingIssuerError,849 ····_lasso.PROFILE_ERROR_MISSING_ISSUER:·ProfileMissingIssuerError,
850 ····_lasso.XML_ERROR_NODE_CONTENT_NOT_FOUND:·XmlNodeContentNotFoundError,850 ····_lasso.XML_ERROR_NODE_CONTENT_NOT_FOUND:·XmlNodeContentNotFoundError,
851 ····_lasso.SOAP_ERROR_MISSING_HEADER:·SoapMissingHeaderError,851 ····_lasso.SOAP_ERROR_MISSING_HEADER:·SoapMissingHeaderError,
852 ····_lasso.PROFILE_ERROR_UNKNOWN_ISSUER:·ProfileUnknownIssuerError,852 ····_lasso.PROFILE_ERROR_UNKNOWN_ISSUER:·ProfileUnknownIssuerError,
853 }853 }
  
854 ###·Constants·(both·enums·and·defines)854 ###·Constants·(both·enums·and·defines)
 855 RD_COMP_H·=·_lasso.RD_COMP_H
855 ERROR_UNDEFINED·=·_lasso.ERROR_UNDEFINED856 ERROR_UNDEFINED·=·_lasso.ERROR_UNDEFINED
856 ERROR_UNIMPLEMENTED·=·_lasso.ERROR_UNIMPLEMENTED857 ERROR_UNIMPLEMENTED·=·_lasso.ERROR_UNIMPLEMENTED
857 ERROR_OUT_OF_MEMORY·=·_lasso.ERROR_OUT_OF_MEMORY858 ERROR_OUT_OF_MEMORY·=·_lasso.ERROR_OUT_OF_MEMORY
858 ERROR_CAST_FAILED·=·_lasso.ERROR_CAST_FAILED859 ERROR_CAST_FAILED·=·_lasso.ERROR_CAST_FAILED
859 XML_ERROR_NODE_NOT_FOUND·=·_lasso.XML_ERROR_NODE_NOT_FOUND860 XML_ERROR_NODE_NOT_FOUND·=·_lasso.XML_ERROR_NODE_NOT_FOUND
860 XML_ERROR_NODE_CONTENT_NOT_FOUND·=·_lasso.XML_ERROR_NODE_CONTENT_NOT_FOUND861 XML_ERROR_NODE_CONTENT_NOT_FOUND·=·_lasso.XML_ERROR_NODE_CONTENT_NOT_FOUND
861 XML_ERROR_ATTR_NOT_FOUND·=·_lasso.XML_ERROR_ATTR_NOT_FOUND862 XML_ERROR_ATTR_NOT_FOUND·=·_lasso.XML_ERROR_ATTR_NOT_FOUND
Offset 1033, 15 lines modifiedOffset 1034, 86 lines modified
1033 ECP_ERROR_MISSING_RELAYSTATE·=·_lasso.ECP_ERROR_MISSING_RELAYSTATE1034 ECP_ERROR_MISSING_RELAYSTATE·=·_lasso.ECP_ERROR_MISSING_RELAYSTATE
1034 ECP_ERROR_MISSING_AUTHN_REQUEST·=·_lasso.ECP_ERROR_MISSING_AUTHN_REQUEST1035 ECP_ERROR_MISSING_AUTHN_REQUEST·=·_lasso.ECP_ERROR_MISSING_AUTHN_REQUEST
1035 ECP_ERROR_MISSING_SAML_RESPONSE·=·_lasso.ECP_ERROR_MISSING_SAML_RESPONSE1036 ECP_ERROR_MISSING_SAML_RESPONSE·=·_lasso.ECP_ERROR_MISSING_SAML_RESPONSE
1036 ECP_ERROR_ASSERTION_CONSUMER_URL_MISMATCH·=·_lasso.ECP_ERROR_ASSERTION_CONSUMER_URL_MISMATCH1037 ECP_ERROR_ASSERTION_CONSUMER_URL_MISMATCH·=·_lasso.ECP_ERROR_ASSERTION_CONSUMER_URL_MISMATCH
1037 CHECK_VERSION_EXACT·=·_lasso.CHECK_VERSION_EXACT1038 CHECK_VERSION_EXACT·=·_lasso.CHECK_VERSION_EXACT
1038 CHECK_VERSIONABI_COMPATIBLE·=·_lasso.CHECK_VERSIONABI_COMPATIBLE1039 CHECK_VERSIONABI_COMPATIBLE·=·_lasso.CHECK_VERSIONABI_COMPATIBLE
1039 CHECK_VERSION_NUMERIC·=·_lasso.CHECK_VERSION_NUMERIC1040 CHECK_VERSION_NUMERIC·=·_lasso.CHECK_VERSION_NUMERIC
1040 RD_COMP_H·=·_lasso.RD_COMP_H1041 REQUEST_TYPE_INVALID·=·_lasso.REQUEST_TYPE_INVALID
 1042 REQUEST_TYPE_LOGIN·=·_lasso.REQUEST_TYPE_LOGIN
 1043 REQUEST_TYPE_LOGOUT·=·_lasso.REQUEST_TYPE_LOGOUT
 1044 REQUEST_TYPE_DEFEDERATION·=·_lasso.REQUEST_TYPE_DEFEDERATION
 1045 REQUEST_TYPE_NAME_REGISTRATION·=·_lasso.REQUEST_TYPE_NAME_REGISTRATION
 1046 REQUEST_TYPE_NAME_IDENTIFIER_MAPPING·=·_lasso.REQUEST_TYPE_NAME_IDENTIFIER_MAPPING
 1047 REQUEST_TYPE_LECP·=·_lasso.REQUEST_TYPE_LECP
 1048 REQUEST_TYPE_DISCO_QUERY·=·_lasso.REQUEST_TYPE_DISCO_QUERY
 1049 REQUEST_TYPE_DISCO_MODIFY·=·_lasso.REQUEST_TYPE_DISCO_MODIFY
 1050 REQUEST_TYPE_DST_QUERY·=·_lasso.REQUEST_TYPE_DST_QUERY
 1051 REQUEST_TYPE_DST_MODIFY·=·_lasso.REQUEST_TYPE_DST_MODIFY
 1052 REQUEST_TYPE_SASL_REQUEST·=·_lasso.REQUEST_TYPE_SASL_REQUEST
 1053 REQUEST_TYPE_NAME_ID_MANAGEMENT·=·_lasso.REQUEST_TYPE_NAME_ID_MANAGEMENT
 1054 REQUEST_TYPE_IDWSF2_DISCO_SVCMD_REGISTER·=·_lasso.REQUEST_TYPE_IDWSF2_DISCO_SVCMD_REGISTER
 1055 REQUEST_TYPE_IDWSF2_DISCO_SVCMD_ASSOCIATION_ADD·=·_lasso.REQUEST_TYPE_IDWSF2_DISCO_SVCMD_ASSOCIATION_ADD
 1056 REQUEST_TYPE_IDWSF2_DISCO_QUERY·=·_lasso.REQUEST_TYPE_IDWSF2_DISCO_QUERY
 1057 PROFILE_SIGNATURE_HINT_MAYBE·=·_lasso.PROFILE_SIGNATURE_HINT_MAYBE
 1058 PROFILE_SIGNATURE_HINT_FORCE·=·_lasso.PROFILE_SIGNATURE_HINT_FORCE
 1059 PROFILE_SIGNATURE_HINT_FORBID·=·_lasso.PROFILE_SIGNATURE_HINT_FORBID
 1060 PROFILE_SIGNATURE_VERIFY_HINT_MAYBE·=·_lasso.PROFILE_SIGNATURE_VERIFY_HINT_MAYBE
 1061 PROFILE_SIGNATURE_VERIFY_HINT_FORCE·=·_lasso.PROFILE_SIGNATURE_VERIFY_HINT_FORCE
 1062 PROFILE_SIGNATURE_VERIFY_HINT_IGNORE·=·_lasso.PROFILE_SIGNATURE_VERIFY_HINT_IGNORE
 1063 PROFILE_SIGNATURE_VERIFY_HINT_LAST·=·_lasso.PROFILE_SIGNATURE_VERIFY_HINT_LAST
 1064 HTTP_METHOD_NONE·=·_lasso.HTTP_METHOD_NONE
 1065 HTTP_METHOD_ANY·=·_lasso.HTTP_METHOD_ANY
 1066 HTTP_METHOD_IDP_INITIATED·=·_lasso.HTTP_METHOD_IDP_INITIATED
 1067 HTTP_METHOD_GET·=·_lasso.HTTP_METHOD_GET
 1068 HTTP_METHOD_POST·=·_lasso.HTTP_METHOD_POST
 1069 HTTP_METHOD_REDIRECT·=·_lasso.HTTP_METHOD_REDIRECT
 1070 HTTP_METHOD_SOAP·=·_lasso.HTTP_METHOD_SOAP
 1071 HTTP_METHOD_ARTIFACT_GET·=·_lasso.HTTP_METHOD_ARTIFACT_GET
 1072 HTTP_METHOD_ARTIFACT_POST·=·_lasso.HTTP_METHOD_ARTIFACT_POST
 1073 HTTP_METHOD_PAOS·=·_lasso.HTTP_METHOD_PAOS
 1074 HTTP_METHOD_LAST·=·_lasso.HTTP_METHOD_LAST
 1075 MD_PROTOCOL_TYPE_FEDERATION_TERMINATION·=·_lasso.MD_PROTOCOL_TYPE_FEDERATION_TERMINATION
 1076 MD_PROTOCOL_TYPE_NAME_IDENTIFIER_MAPPING·=·_lasso.MD_PROTOCOL_TYPE_NAME_IDENTIFIER_MAPPING
 1077 MD_PROTOCOL_TYPE_REGISTER_NAME_IDENTIFIER·=·_lasso.MD_PROTOCOL_TYPE_REGISTER_NAME_IDENTIFIER
 1078 MD_PROTOCOL_TYPE_SINGLE_LOGOUT·=·_lasso.MD_PROTOCOL_TYPE_SINGLE_LOGOUT
 1079 MD_PROTOCOL_TYPE_SINGLE_SIGN_ON·=·_lasso.MD_PROTOCOL_TYPE_SINGLE_SIGN_ON
 1080 MD_PROTOCOL_TYPE_ARTIFACT_RESOLUTION·=·_lasso.MD_PROTOCOL_TYPE_ARTIFACT_RESOLUTION
 1081 MD_PROTOCOL_TYPE_MANAGE_NAME_ID·=·_lasso.MD_PROTOCOL_TYPE_MANAGE_NAME_ID
 1082 MD_PROTOCOL_TYPE_ASSERTION_ID_REQUEST·=·_lasso.MD_PROTOCOL_TYPE_ASSERTION_ID_REQUEST
 1083 MD_PROTOCOL_TYPE_AUTHN_QUERY·=·_lasso.MD_PROTOCOL_TYPE_AUTHN_QUERY
 1084 MD_PROTOCOL_TYPE_AUTHZ·=·_lasso.MD_PROTOCOL_TYPE_AUTHZ
 1085 MD_PROTOCOL_TYPE_ATTRIBUTE·=·_lasso.MD_PROTOCOL_TYPE_ATTRIBUTE
 1086 MD_PROTOCOL_TYPE_LAST·=·_lasso.MD_PROTOCOL_TYPE_LAST
 1087 PROVIDER_ROLE_ANY·=·_lasso.PROVIDER_ROLE_ANY
 1088 PROVIDER_ROLE_NONE·=·_lasso.PROVIDER_ROLE_NONE
 1089 PROVIDER_ROLE_SP·=·_lasso.PROVIDER_ROLE_SP
 1090 PROVIDER_ROLE_IDP·=·_lasso.PROVIDER_ROLE_IDP
 1091 PROVIDER_ROLE_BOTH·=·_lasso.PROVIDER_ROLE_BOTH
 1092 PROVIDER_ROLE_AUTHN_AUTHORITY·=·_lasso.PROVIDER_ROLE_AUTHN_AUTHORITY
 1093 PROVIDER_ROLE_AUTHZ_AUTHORITY·=·_lasso.PROVIDER_ROLE_AUTHZ_AUTHORITY
 1094 PROVIDER_ROLE_ATTRIBUTE_AUTHORITY·=·_lasso.PROVIDER_ROLE_ATTRIBUTE_AUTHORITY
 1095 PROVIDER_ROLE_LAST·=·_lasso.PROVIDER_ROLE_LAST
 1096 PROVIDER_ROLE_ALL·=·_lasso.PROVIDER_ROLE_ALL
 1097 PROTOCOL_NONE·=·_lasso.PROTOCOL_NONE
 1098 PROTOCOL_LIBERTY_1_0·=·_lasso.PROTOCOL_LIBERTY_1_0
 1099 PROTOCOL_LIBERTY_1_1·=·_lasso.PROTOCOL_LIBERTY_1_1
 1100 PROTOCOL_LIBERTY_1_2·=·_lasso.PROTOCOL_LIBERTY_1_2
 1101 PROTOCOL_SAML_2_0·=·_lasso.PROTOCOL_SAML_2_0
 1102 ENCRYPTION_MODE_NONE·=·_lasso.ENCRYPTION_MODE_NONE
 1103 ENCRYPTION_MODE_NAMEID·=·_lasso.ENCRYPTION_MODE_NAMEID
 1104 ENCRYPTION_MODE_ASSERTION·=·_lasso.ENCRYPTION_MODE_ASSERTION
 1105 LOGIN_PROTOCOL_PROFILE_BRWS_ART·=·_lasso.LOGIN_PROTOCOL_PROFILE_BRWS_ART
 1106 LOGIN_PROTOCOL_PROFILE_BRWS_POST·=·_lasso.LOGIN_PROTOCOL_PROFILE_BRWS_POST
 1107 LOGIN_PROTOCOL_PROFILE_BRWS_LECP·=·_lasso.LOGIN_PROTOCOL_PROFILE_BRWS_LECP
 1108 LOGIN_PROTOCOL_PROFILE_REDIRECT·=·_lasso.LOGIN_PROTOCOL_PROFILE_REDIRECT
 1109 SERVER_LOAD_METADATA_FLAG_DEFAULT·=·_lasso.SERVER_LOAD_METADATA_FLAG_DEFAULT
 1110 SERVER_LOAD_METADATA_FLAG_CHECK_ENTITIES_DESCRIPTOR_SIGNATURE·=·_lasso.SERVER_LOAD_METADATA_FLAG_CHECK_ENTITIES_DESCRIPTOR_SIGNATURE
 1111 SERVER_LOAD_METADATA_FLAG_CHECK_ENTITY_DESCRIPTOR_SIGNATURE·=·_lasso.SERVER_LOAD_METADATA_FLAG_CHECK_ENTITY_DESCRIPTOR_SIGNATURE
 1112 SERVER_LOAD_METADATA_FLAG_INHERIT_SIGNATURE·=·_lasso.SERVER_LOAD_METADATA_FLAG_INHERIT_SIGNATURE
1041 ASSERTION_QUERY_REQUEST_TYPE_UNSET·=·_lasso.ASSERTION_QUERY_REQUEST_TYPE_UNSET1113 ASSERTION_QUERY_REQUEST_TYPE_UNSET·=·_lasso.ASSERTION_QUERY_REQUEST_TYPE_UNSET
1042 ASSERTION_QUERY_REQUEST_TYPE_ASSERTION_ID·=·_lasso.ASSERTION_QUERY_REQUEST_TYPE_ASSERTION_ID1114 ASSERTION_QUERY_REQUEST_TYPE_ASSERTION_ID·=·_lasso.ASSERTION_QUERY_REQUEST_TYPE_ASSERTION_ID
1043 ASSERTION_QUERY_REQUEST_TYPE_AUTHN·=·_lasso.ASSERTION_QUERY_REQUEST_TYPE_AUTHN1115 ASSERTION_QUERY_REQUEST_TYPE_AUTHN·=·_lasso.ASSERTION_QUERY_REQUEST_TYPE_AUTHN
1044 ASSERTION_QUERY_REQUEST_TYPE_ATTRIBUTE·=·_lasso.ASSERTION_QUERY_REQUEST_TYPE_ATTRIBUTE1116 ASSERTION_QUERY_REQUEST_TYPE_ATTRIBUTE·=·_lasso.ASSERTION_QUERY_REQUEST_TYPE_ATTRIBUTE
1045 ASSERTION_QUERY_REQUEST_TYPE_AUTHZ_DECISION·=·_lasso.ASSERTION_QUERY_REQUEST_TYPE_AUTHZ_DECISION1117 ASSERTION_QUERY_REQUEST_TYPE_AUTHZ_DECISION·=·_lasso.ASSERTION_QUERY_REQUEST_TYPE_AUTHZ_DECISION
1046 ASSERTION_QUERY_REQUEST_TYPE_LAST·=·_lasso.ASSERTION_QUERY_REQUEST_TYPE_LAST1118 ASSERTION_QUERY_REQUEST_TYPE_LAST·=·_lasso.ASSERTION_QUERY_REQUEST_TYPE_LAST
1047 SAML2_ASSERTION_VALID·=·_lasso.SAML2_ASSERTION_VALID1119 SAML2_ASSERTION_VALID·=·_lasso.SAML2_ASSERTION_VALID
Offset 1200, 14 lines modifiedOffset 1272, 16 lines modified
1200 XML_HREF·=·_lasso.XML_HREF1272 XML_HREF·=·_lasso.XML_HREF
1201 XML_PREFIX·=·_lasso.XML_PREFIX1273 XML_PREFIX·=·_lasso.XML_PREFIX
1202 ENCRYPTION_SYM_KEY_TYPE_DEFAULT·=·_lasso.ENCRYPTION_SYM_KEY_TYPE_DEFAULT1274 ENCRYPTION_SYM_KEY_TYPE_DEFAULT·=·_lasso.ENCRYPTION_SYM_KEY_TYPE_DEFAULT
1203 ENCRYPTION_SYM_KEY_TYPE_AES_256·=·_lasso.ENCRYPTION_SYM_KEY_TYPE_AES_2561275 ENCRYPTION_SYM_KEY_TYPE_AES_256·=·_lasso.ENCRYPTION_SYM_KEY_TYPE_AES_256
1204 ENCRYPTION_SYM_KEY_TYPE_AES_128·=·_lasso.ENCRYPTION_SYM_KEY_TYPE_AES_1281276 ENCRYPTION_SYM_KEY_TYPE_AES_128·=·_lasso.ENCRYPTION_SYM_KEY_TYPE_AES_128
1205 ENCRYPTION_SYM_KEY_TYPE_3DES·=·_lasso.ENCRYPTION_SYM_KEY_TYPE_3DES1277 ENCRYPTION_SYM_KEY_TYPE_3DES·=·_lasso.ENCRYPTION_SYM_KEY_TYPE_3DES
1206 ENCRYTPION_SYM_KEY_TYPE_LAST·=·_lasso.ENCRYTPION_SYM_KEY_TYPE_LAST1278 ENCRYTPION_SYM_KEY_TYPE_LAST·=·_lasso.ENCRYTPION_SYM_KEY_TYPE_LAST
 1279 DS_HREF·=·_lasso.DS_HREF
 1280 DS_PREFIX·=·_lasso.DS_PREFIX
1207 SAML2_METADATA_HREF·=·_lasso.SAML2_METADATA_HREF1281 SAML2_METADATA_HREF·=·_lasso.SAML2_METADATA_HREF
1208 SAML2_METADATA_PREFIX·=·_lasso.SAML2_METADATA_PREFIX1282 SAML2_METADATA_PREFIX·=·_lasso.SAML2_METADATA_PREFIX
1209 SAML2_PROTOCOL_HREF·=·_lasso.SAML2_PROTOCOL_HREF1283 SAML2_PROTOCOL_HREF·=·_lasso.SAML2_PROTOCOL_HREF
1210 SAML2_PROTOCOL_PREFIX·=·_lasso.SAML2_PROTOCOL_PREFIX1284 SAML2_PROTOCOL_PREFIX·=·_lasso.SAML2_PROTOCOL_PREFIX
1211 SAML2_ASSERTION_HREF·=·_lasso.SAML2_ASSERTION_HREF1285 SAML2_ASSERTION_HREF·=·_lasso.SAML2_ASSERTION_HREF
1212 SAML2_ASSERTION_PREFIX·=·_lasso.SAML2_ASSERTION_PREFIX1286 SAML2_ASSERTION_PREFIX·=·_lasso.SAML2_ASSERTION_PREFIX
1213 SAML2_METADATA_BINDING_SOAP·=·_lasso.SAML2_METADATA_BINDING_SOAP1287 SAML2_METADATA_BINDING_SOAP·=·_lasso.SAML2_METADATA_BINDING_SOAP
Offset 1309, 88 lines modifiedOffset 1383, 14 lines modified
1309 SAML2_FIELD_SIGALG·=·_lasso.SAML2_FIELD_SIGALG1383 SAML2_FIELD_SIGALG·=·_lasso.SAML2_FIELD_SIGALG
1310 SAML2_ATTRIBUTE_PROFILE_BASIC·=·_lasso.SAML2_ATTRIBUTE_PROFILE_BASIC1384 SAML2_ATTRIBUTE_PROFILE_BASIC·=·_lasso.SAML2_ATTRIBUTE_PROFILE_BASIC
1311 SAML2_ATTRIBUTE_PROFILE_X500·=·_lasso.SAML2_ATTRIBUTE_PROFILE_X5001385 SAML2_ATTRIBUTE_PROFILE_X500·=·_lasso.SAML2_ATTRIBUTE_PROFILE_X500
1312 SAML2_ATTRIBUTE_PROFILE_UUID·=·_lasso.SAML2_ATTRIBUTE_PROFILE_UUID1386 SAML2_ATTRIBUTE_PROFILE_UUID·=·_lasso.SAML2_ATTRIBUTE_PROFILE_UUID
1313 SAML2_ATTRIBUTE_PROFILE_DCE·=·_lasso.SAML2_ATTRIBUTE_PROFILE_DCE1387 SAML2_ATTRIBUTE_PROFILE_DCE·=·_lasso.SAML2_ATTRIBUTE_PROFILE_DCE
1314 SAML2_ECP_PROFILE_WANT_AUTHN_SIGNED·=·_lasso.SAML2_ECP_PROFILE_WANT_AUTHN_SIGNED1388 SAML2_ECP_PROFILE_WANT_AUTHN_SIGNED·=·_lasso.SAML2_ECP_PROFILE_WANT_AUTHN_SIGNED
1315 SAML2_CONDITIONS_DELEGATION·=·_lasso.SAML2_CONDITIONS_DELEGATION1389 SAML2_CONDITIONS_DELEGATION·=·_lasso.SAML2_CONDITIONS_DELEGATION
Max diff block lines reached; 487847/500640 bytes (97.44%) of diff not shown.
7.18 MB
python3-lasso_2.6.0-2+deb10u1_i386.deb
367 B
file list
    
Offset 1, 3 lines modifiedOffset 1, 3 lines modified
1 -rw-r--r--···0········0········0········4·2021-06-02·18:54:32.000000·debian-binary1 -rw-r--r--···0········0········0········4·2021-06-02·18:54:32.000000·debian-binary
2 -rw-r--r--···0········0········0·····1268·2021-06-02·18:54:32.000000·control.tar.xz2 -rw-r--r--···0········0········0·····1268·2021-06-02·18:54:32.000000·control.tar.xz
3 -rw-r--r--···0········0········0···709788·2021-06-02·18:54:32.000000·data.tar.xz3 -rw-r--r--···0········0········0···708968·2021-06-02·18:54:32.000000·data.tar.xz
98.0 B
control.tar.xz
70.0 B
control.tar
48.0 B
./md5sums
30.0 B
./md5sums
Files differ
7.18 MB
data.tar.xz
7.18 MB
data.tar
6.7 MB
./usr/lib/python3/dist-packages/_lasso.cpython-37m-i386-linux-gnu.so
430 B
readelf --wide --notes {}
    
Offset 1, 4 lines modifiedOffset 1, 4 lines modified
  
1 Displaying·notes·found·in:·.note.gnu.build-id1 Displaying·notes·found·in:·.note.gnu.build-id
2 ··Owner·················Data·size»  Description2 ··Owner·················Data·size»  Description
3 ··GNU··················0x00000014»  NT_GNU_BUILD_ID·(unique·build·ID·bitstring)»   ····Build·ID:·e5d2218fe520cce08d2122353da378186f1075683 ··GNU··················0x00000014»  NT_GNU_BUILD_ID·(unique·build·ID·bitstring)»   ····Build·ID:·183020a1218fcd5e7b2c5e4543398fa891d68c50
2.29 MB
readelf --wide --debug-dump=frames {}
    
Offset 1461, 13916 lines modifiedOffset 1461, 13916 lines modified
1461 ··DW_CFA_advance_loc:·12·to·0000f52a1461 ··DW_CFA_advance_loc:·12·to·0000f52a
1462 ··DW_CFA_def_cfa_offset:·761462 ··DW_CFA_def_cfa_offset:·76
1463 ··DW_CFA_advance_loc:·4·to·0000f52e1463 ··DW_CFA_advance_loc:·4·to·0000f52e
1464 ··DW_CFA_def_cfa_offset:·801464 ··DW_CFA_def_cfa_offset:·80
1465 ··DW_CFA_advance_loc:·6·to·0000f5341465 ··DW_CFA_advance_loc:·6·to·0000f534
1466 ··DW_CFA_def_cfa_offset:·641466 ··DW_CFA_def_cfa_offset:·64
  
1467 00000ac4·0000006c·00000ac8·FDE·cie=00000000·pc=0000f550..0000f64b1467 00000ac4·0000002c·00000ac8·FDE·cie=00000000·pc=0000f550..0000f5b1
1468 ··DW_CFA_advance_loc:·1·to·0000f5511468 ··DW_CFA_advance_loc:·1·to·0000f551
1469 ··DW_CFA_def_cfa_offset:·81469 ··DW_CFA_def_cfa_offset:·8
1470 ··DW_CFA_offset:·r6·(esi)·at·cfa-8 
1471 ··DW_CFA_advance_loc:·1·to·0000f552 
1472 ··DW_CFA_def_cfa_offset:·12 
1473 ··DW_CFA_offset:·r3·(ebx)·at·cfa-12 
1474 ··DW_CFA_advance_loc:·14·to·0000f560 
1475 ··DW_CFA_def_cfa_offset:·48 
1476 ··DW_CFA_advance_loc:·33·to·0000f581 
1477 ··DW_CFA_def_cfa_offset:·52 
1478 ··DW_CFA_advance_loc:·5·to·0000f586 
1479 ··DW_CFA_def_cfa_offset:·56 
1480 ··DW_CFA_advance_loc:·7·to·0000f58d 
1481 ··DW_CFA_def_cfa_offset:·60 
1482 ··DW_CFA_advance_loc:·4·to·0000f591 
1483 ··DW_CFA_def_cfa_offset:·64 
1484 ··DW_CFA_advance_loc:·8·to·0000f599 
1485 ··DW_CFA_def_cfa_offset:·48 
1486 ··DW_CFA_advance_loc:·28·to·0000f5b5 
1487 ··DW_CFA_def_cfa_offset:·56 
1488 ··DW_CFA_advance_loc:·1·to·0000f5b6 
1489 ··DW_CFA_def_cfa_offset:·60 
1490 ··DW_CFA_advance_loc:·1·to·0000f5b7 
1491 ··DW_CFA_def_cfa_offset:·64 
1492 ··DW_CFA_advance_loc:·8·to·0000f5bf 
1493 ··DW_CFA_def_cfa_offset:·48 
1494 ··DW_CFA_advance_loc:·11·to·0000f5ca 
1495 ··DW_CFA_def_cfa_offset:·56 
1496 ··DW_CFA_advance_loc:·4·to·0000f5ce 
1497 ··DW_CFA_def_cfa_offset:·60 
1498 ··DW_CFA_advance_loc:·3·to·0000f5d1 
1499 ··DW_CFA_def_cfa_offset:·64 
1500 ··DW_CFA_advance_loc:·15·to·0000f5e0 
1501 ··DW_CFA_def_cfa_offset:·48 
1502 ··DW_CFA_advance_loc:·11·to·0000f5eb 
1503 ··DW_CFA_def_cfa_offset:·52 
1504 ··DW_CFA_advance_loc:·2·to·0000f5ed 
1505 ··DW_CFA_def_cfa_offset:·56 
1506 ··DW_CFA_advance_loc:·6·to·0000f5f3 
1507 ··DW_CFA_def_cfa_offset:·60 
1508 ··DW_CFA_advance_loc:·1·to·0000f5f4 
1509 ··DW_CFA_def_cfa_offset:·64 
1510 ··DW_CFA_advance_loc:·16·to·0000f604 
1511 ··DW_CFA_def_cfa_offset:·48 
1512 ··DW_CFA_advance_loc:·20·to·0000f618 
1513 ··DW_CFA_remember_state 
1514 ··DW_CFA_def_cfa_offset:·12 
1515 ··DW_CFA_advance_loc:·1·to·0000f619 
1516 ··DW_CFA_restore:·r3·(ebx) 
1517 ··DW_CFA_def_cfa_offset:·8 
1518 ··DW_CFA_advance_loc:·1·to·0000f61a 
1519 ··DW_CFA_restore:·r6·(esi) 
1520 ··DW_CFA_def_cfa_offset:·4 
1521 ··DW_CFA_advance_loc:·6·to·0000f620 
1522 ··DW_CFA_restore_state 
1523 ··DW_CFA_advance_loc:·11·to·0000f62b 
1524 ··DW_CFA_def_cfa_offset:·56 
1525 ··DW_CFA_advance_loc:·7·to·0000f632 
1526 ··DW_CFA_def_cfa_offset:·60 
1527 ··DW_CFA_advance_loc:·8·to·0000f63a 
1528 ··DW_CFA_def_cfa_offset:·64 
1529 ··DW_CFA_advance_loc:·8·to·0000f642 
1530 ··DW_CFA_def_cfa_offset:·48 
1531 ··DW_CFA_nop 
1532 ··DW_CFA_nop 
  
1533 00000b34·0000002c·00000b38·FDE·cie=00000000·pc=0000f650..0000f6b1 
1534 ··DW_CFA_advance_loc:·1·to·0000f651 
1535 ··DW_CFA_def_cfa_offset:·8 
1536 ··DW_CFA_offset:·r3·(ebx)·at·cfa-81470 ··DW_CFA_offset:·r3·(ebx)·at·cfa-8
1537 ··DW_CFA_advance_loc:·14·to·0000f65f1471 ··DW_CFA_advance_loc:·14·to·0000f55f
1538 ··DW_CFA_def_cfa_offset:·361472 ··DW_CFA_def_cfa_offset:·36
1539 ··DW_CFA_advance_loc:·17·to·0000f6701473 ··DW_CFA_advance_loc:·17·to·0000f570
1540 ··DW_CFA_def_cfa_offset:·401474 ··DW_CFA_def_cfa_offset:·40
1541 ··DW_CFA_advance_loc:·7·to·0000f6771475 ··DW_CFA_advance_loc:·7·to·0000f577
1542 ··DW_CFA_def_cfa_offset:·441476 ··DW_CFA_def_cfa_offset:·44
1543 ··DW_CFA_advance_loc:·4·to·0000f67b1477 ··DW_CFA_advance_loc:·4·to·0000f57b
1544 ··DW_CFA_def_cfa_offset:·481478 ··DW_CFA_def_cfa_offset:·48
1545 ··DW_CFA_advance_loc:·8·to·0000f6831479 ··DW_CFA_advance_loc:·8·to·0000f583
1546 ··DW_CFA_def_cfa_offset:·321480 ··DW_CFA_def_cfa_offset:·32
1547 ··DW_CFA_advance_loc:·39·to·0000f6aa1481 ··DW_CFA_advance_loc:·39·to·0000f5aa
1548 ··DW_CFA_remember_state1482 ··DW_CFA_remember_state
1549 ··DW_CFA_def_cfa_offset:·81483 ··DW_CFA_def_cfa_offset:·8
1550 ··DW_CFA_advance_loc:·1·to·0000f6ab1484 ··DW_CFA_advance_loc:·1·to·0000f5ab
1551 ··DW_CFA_restore:·r3·(ebx)1485 ··DW_CFA_restore:·r3·(ebx)
1552 ··DW_CFA_def_cfa_offset:·41486 ··DW_CFA_def_cfa_offset:·4
1553 ··DW_CFA_advance_loc:·1·to·0000f6ac1487 ··DW_CFA_advance_loc:·1·to·0000f5ac
1554 ··DW_CFA_restore_state1488 ··DW_CFA_restore_state
1555 ··DW_CFA_nop1489 ··DW_CFA_nop
  
1556 00000b64·0000002c·00000b68·FDE·cie=00000000·pc=0000f6c0..0000f7211490 00000af4·0000002c·00000af8·FDE·cie=00000000·pc=0000f5c0..0000f621
1557 ··DW_CFA_advance_loc:·1·to·0000f6c11491 ··DW_CFA_advance_loc:·1·to·0000f5c1
1558 ··DW_CFA_def_cfa_offset:·81492 ··DW_CFA_def_cfa_offset:·8
1559 ··DW_CFA_offset:·r3·(ebx)·at·cfa-81493 ··DW_CFA_offset:·r3·(ebx)·at·cfa-8
1560 ··DW_CFA_advance_loc:·14·to·0000f6cf1494 ··DW_CFA_advance_loc:·14·to·0000f5cf
1561 ··DW_CFA_def_cfa_offset:·361495 ··DW_CFA_def_cfa_offset:·36
1562 ··DW_CFA_advance_loc:·17·to·0000f6e01496 ··DW_CFA_advance_loc:·17·to·0000f5e0
1563 ··DW_CFA_def_cfa_offset:·401497 ··DW_CFA_def_cfa_offset:·40
1564 ··DW_CFA_advance_loc:·7·to·0000f6e71498 ··DW_CFA_advance_loc:·7·to·0000f5e7
1565 ··DW_CFA_def_cfa_offset:·441499 ··DW_CFA_def_cfa_offset:·44
1566 ··DW_CFA_advance_loc:·4·to·0000f6eb1500 ··DW_CFA_advance_loc:·4·to·0000f5eb
1567 ··DW_CFA_def_cfa_offset:·481501 ··DW_CFA_def_cfa_offset:·48
1568 ··DW_CFA_advance_loc:·8·to·0000f6f31502 ··DW_CFA_advance_loc:·8·to·0000f5f3
1569 ··DW_CFA_def_cfa_offset:·321503 ··DW_CFA_def_cfa_offset:·32
1570 ··DW_CFA_advance_loc:·39·to·0000f71a1504 ··DW_CFA_advance_loc:·39·to·0000f61a
1571 ··DW_CFA_remember_state1505 ··DW_CFA_remember_state
1572 ··DW_CFA_def_cfa_offset:·81506 ··DW_CFA_def_cfa_offset:·8
1573 ··DW_CFA_advance_loc:·1·to·0000f71b1507 ··DW_CFA_advance_loc:·1·to·0000f61b
1574 ··DW_CFA_restore:·r3·(ebx)1508 ··DW_CFA_restore:·r3·(ebx)
1575 ··DW_CFA_def_cfa_offset:·41509 ··DW_CFA_def_cfa_offset:·4
1576 ··DW_CFA_advance_loc:·1·to·0000f71c1510 ··DW_CFA_advance_loc:·1·to·0000f61c
1577 ··DW_CFA_restore_state1511 ··DW_CFA_restore_state
1578 ··DW_CFA_nop1512 ··DW_CFA_nop
  
1579 00000b94·0000002c·00000b98·FDE·cie=00000000·pc=0000f730..0000f7911513 00000b24·0000002c·00000b28·FDE·cie=00000000·pc=0000f630..0000f691
1580 ··DW_CFA_advance_loc:·1·to·0000f7311514 ··DW_CFA_advance_loc:·1·to·0000f631
1581 ··DW_CFA_def_cfa_offset:·81515 ··DW_CFA_def_cfa_offset:·8
1582 ··DW_CFA_offset:·r3·(ebx)·at·cfa-81516 ··DW_CFA_offset:·r3·(ebx)·at·cfa-8
1583 ··DW_CFA_advance_loc:·14·to·0000f73f1517 ··DW_CFA_advance_loc:·14·to·0000f63f
Max diff block lines reached; 2394670/2399735 bytes (99.79%) of diff not shown.
96.1 KB
strings --all --bytes=8 {}
    
Offset 25, 149 lines modifiedOffset 25, 177 lines modified
25 PyTuple_New25 PyTuple_New
26 PyExc_RuntimeWarning26 PyExc_RuntimeWarning
27 PyUnicode_FromString27 PyUnicode_FromString
28 PyTuple_SetItem28 PyTuple_SetItem
29 PyErr_WarnEx29 PyErr_WarnEx
30 _PyTuple_Resize30 _PyTuple_Resize
31 PyExc_TypeError31 PyExc_TypeError
 32 g_strdup
32 PyType_IsSubtype 
33 lasso_session_get_assertion_ids 
34 lasso_session_get_session_indexes 
35 lasso_session_add_assertion 
36 lasso_session_get_provider_index 
37 PyLong_AsLong33 PyLong_AsLong
38 g_object_ref34 PyType_IsSubtype
 35 lasso_saml2_name_id_equals
 36 _Py_FalseStruct
 37 _Py_TrueStruct
 38 lasso_saml2_assertion_decrypt_subject
 39 lasso_saml2_assertion_add_attribute_with_node
 40 lasso_saml2_assertion_set_basic_conditions
 41 lasso_saml2_assertion_set_subject_confirmation_data
 42 lasso_saml2_assertion_set_subject_confirmation_name_id
 43 lasso_saml2_assertion_set_subject_name_id
 44 PyUnicode_AsUTF8AndSize
 45 xmlReadMemory
 46 xmlDocGetRootElement
 47 xmlCopyNode
 48 xmlFreeDoc
 49 xmlNewDoc
 50 xmlNewNode
 51 xmlDocSetRootElement
 52 xmlParseInNodeContext
 53 xmlFreeNodeList
 54 xmlFreeNode
 55 xmlBufferCreate
 56 xmlOutputBufferCreateBuffer
 57 xmlNodeDumpOutput
 58 xmlOutputBufferClose
 59 xmlBufferAdd
 60 xmlBufferContent
 61 xmlBufferFree
 62 g_str_equal
 63 g_str_hash
 64 g_hash_table_new_full
39 PyDict_Next65 PyDict_Next
40 g_hash_table_remove_all66 g_hash_table_remove_all
41 PyUnicode_AsUTF867 PyUnicode_AsUTF8
42 g_hash_table_replace 
43 g_strdup 
44 lasso_login_build_assertion68 g_hash_table_insert
 69 lasso_samlp2_extensions_set_attributes
 70 g_hash_table_destroy
 71 lasso_ds_key_value_set_x509_data
 72 lasso_saml_name_identifier_equals
 73 lasso_name_id_management_init_request
45 lasso_ecp_process_sp_idp_list74 lasso_ecp_process_sp_idp_list
46 lasso_ecp_get_endpoint_url_by_entity_id75 lasso_ecp_get_endpoint_url_by_entity_id
47 lasso_ecp_is_idp_entry_known_idp_supporting_ecp76 lasso_ecp_is_idp_entry_known_idp_supporting_ecp
 77 lasso_server_saml2_assertion_setup_signature
48 _Py_FalseStruct 
49 _Py_TrueStruct 
50 lasso_name_id_management_init_request 
51 lasso_profile_set_idp_list 
52 lasso_federation_verify_name_identifier 
53 lasso_federation_build_local_name_identifier 
54 lasso_server_get_filtered_provider_list78 lasso_server_get_filtered_provider_list
55 lasso_server_get_endpoint_url_by_id79 lasso_server_get_endpoint_url_by_id
56 lasso_server_add_provider280 lasso_server_add_provider2
57 lasso_server_add_provider_from_buffer81 lasso_server_add_provider_from_buffer
58 lasso_server_add_provider82 lasso_server_add_provider
59 lasso_server_saml2_assertion_setup_signature83 g_object_ref
 84 g_hash_table_replace
 85 lasso_login_build_assertion
 86 lasso_session_get_assertion_ids
 87 lasso_session_get_session_indexes
 88 lasso_session_add_assertion
 89 lasso_session_get_provider_index
60 lasso_provider_verify_signature90 lasso_provider_verify_signature
61 lasso_provider_add_key91 lasso_provider_add_key
62 lasso_provider_set_server_signing_key92 lasso_provider_set_server_signing_key
63 lasso_provider_match_conformance93 lasso_provider_match_conformance
64 lasso_provider_get_metadata_keys_for_role94 lasso_provider_get_metadata_keys_for_role
65 lasso_provider_get_metadata_one_for_role95 lasso_provider_get_metadata_one_for_role
66 lasso_provider_verify_single_node_signature96 lasso_provider_verify_single_node_signature
67 xmlBufferCreate 
68 xmlOutputBufferCreateBuffer 
69 xmlNodeDumpOutput 
70 xmlOutputBufferClose 
71 xmlBufferAdd 
72 xmlBufferContent 
73 xmlBufferFree 
74 lasso_provider_has_protocol_profile97 lasso_provider_has_protocol_profile
75 lasso_provider_accept_http_method98 lasso_provider_accept_http_method
76 lasso_provider_get_first_http_method99 lasso_provider_get_first_http_method
77 lasso_provider_get_metadata_one100 lasso_provider_get_metadata_one
78 lasso_provider_get_assertion_consumer_service_url101 lasso_provider_get_assertion_consumer_service_url
 102 lasso_federation_verify_name_identifier
 103 lasso_federation_build_local_name_identifier
 104 lasso_profile_set_idp_list
79 lasso_ds_key_value_set_x509_data 
80 lasso_saml2_name_id_equals 
81 lasso_saml2_assertion_decrypt_subject 
82 lasso_saml2_assertion_add_attribute_with_node 
83 lasso_saml2_assertion_set_basic_conditions 
84 lasso_saml2_assertion_set_subject_confirmation_data 
85 lasso_saml2_assertion_set_subject_confirmation_name_id 
86 lasso_saml2_assertion_set_subject_name_id 
87 g_str_equal 
88 g_str_hash 
89 g_hash_table_new_full 
90 g_hash_table_insert 
91 lasso_samlp2_extensions_set_attributes 
92 g_hash_table_destroy 
93 PyUnicode_AsUTF8AndSize 
94 xmlReadMemory 
95 xmlDocGetRootElement 
96 xmlCopyNode 
97 xmlFreeDoc 
98 xmlNewDoc 
99 xmlNewNode 
100 xmlDocSetRootElement 
101 xmlParseInNodeContext 
102 xmlFreeNodeList 
103 xmlFreeNode 
104 lasso_saml_name_identifier_equals 
105 lasso_key_saml2_xml_sign105 lasso_key_saml2_xml_sign
Max diff block lines reached; 94773/98361 bytes (96.35%) of diff not shown.
114 KB
readelf --wide --decompress --hex-dump=.dynstr {}
    
Offset 30, 142 lines modifiedOffset 30, 142 lines modified
30 ··0x0000220c·5f6c656e·67746800·50795475·706c655f·_length.PyTuple_30 ··0x0000220c·5f6c656e·67746800·50795475·706c655f·_length.PyTuple_
31 ··0x0000221c·4e657700·50794578·635f5275·6e74696d·New.PyExc_Runtim31 ··0x0000221c·4e657700·50794578·635f5275·6e74696d·New.PyExc_Runtim
32 ··0x0000222c·65576172·6e696e67·00507955·6e69636f·eWarning.PyUnico32 ··0x0000222c·65576172·6e696e67·00507955·6e69636f·eWarning.PyUnico
33 ··0x0000223c·64655f46·726f6d53·7472696e·67005079·de_FromString.Py33 ··0x0000223c·64655f46·726f6d53·7472696e·67005079·de_FromString.Py
34 ··0x0000224c·5475706c·655f5365·74497465·6d005079·Tuple_SetItem.Py34 ··0x0000224c·5475706c·655f5365·74497465·6d005079·Tuple_SetItem.Py
35 ··0x0000225c·4572725f·5761726e·4578005f·50795475·Err_WarnEx._PyTu35 ··0x0000225c·4572725f·5761726e·4578005f·50795475·Err_WarnEx._PyTu
36 ··0x0000226c·706c655f·52657369·7a650050·79457863·ple_Resize.PyExc36 ··0x0000226c·706c655f·52657369·7a650050·79457863·ple_Resize.PyExc
37 ··0x0000227c·5f547970·65457272·6f720050·79547970·_TypeError.PyTyp37 ··0x0000227c·5f547970·65457272·6f720067·5f737472·_TypeError.g_str
 38 ··0x0000228c·64757000·675f6672·65650050·794c6f6e·dup.g_free.PyLon
 39 ··0x0000229c·675f4173·4c6f6e67·00507954·7970655f·g_AsLong.PyType_
38 ··0x0000228c·655f4973·53756274·79706500·6c617373·e_IsSubtype.lass40 ··0x000022ac·49735375·62747970·65006c61·73736f5f·IsSubtype.lasso_
 41 ··0x000022bc·73616d6c·325f6e61·6d655f69·645f6571·saml2_name_id_eq
39 ··0x0000229c·6f5f7365·7373696f·6e5f6765·745f6173·o_session_get_as 
40 ··0x000022ac·73657274·696f6e5f·69647300·675f6672·sertion_ids.g_fr 
41 ··0x000022bc·6565006c·6173736f·5f736573·73696f6e·ee.lasso_session 
42 ··0x000022cc·5f676574·5f736573·73696f6e·5f696e64·_get_session_ind 
43 ··0x000022dc·65786573·006c6173·736f5f73·65737369·exes.lasso_sessi 
44 ··0x000022ec·6f6e5f61·64645f61·73736572·74696f6e·on_add_assertion 
45 ··0x000022fc·006c6173·736f5f73·65737369·6f6e5f67·.lasso_session_g 
46 ··0x0000230c·65745f70·726f7669·6465725f·696e6465·et_provider_inde 
47 ··0x0000231c·78005079·4c6f6e67·5f41734c·6f6e6700·x.PyLong_AsLong. 
48 ··0x0000232c·675f6f62·6a656374·5f726566·00507944·g_object_ref.PyD 
49 ··0x0000233c·6963745f·4e657874·00675f68·6173685f·ict_Next.g_hash_ 
50 ··0x0000234c·7461626c·655f7265·6d6f7665·5f616c6c·table_remove_all 
51 ··0x0000235c·00507955·6e69636f·64655f41·73555446·.PyUnicode_AsUTF 
52 ··0x0000236c·3800675f·68617368·5f746162·6c655f72·8.g_hash_table_r 
53 ··0x0000237c·65706c61·63650067·5f737472·64757000·eplace.g_strdup. 
54 ··0x0000238c·6c617373·6f5f6c6f·67696e5f·6275696c·lasso_login_buil 
55 ··0x0000239c·645f6173·73657274·696f6e00·6c617373·d_assertion.lass 
56 ··0x000023ac·6f5f6563·705f7072·6f636573·735f7370·o_ecp_process_sp 
57 ··0x000023bc·5f696470·5f6c6973·74006c61·73736f5f·_idp_list.lasso_ 
58 ··0x000023cc·6563705f·6765745f·656e6470·6f696e74·ecp_get_endpoint 
59 ··0x000023dc·5f75726c·5f62795f·656e7469·74795f69·_url_by_entity_i 
60 ··0x000023ec·64006c61·73736f5f·6563705f·69735f69·d.lasso_ecp_is_i 
61 ··0x000023fc·64705f65·6e747279·5f6b6e6f·776e5f69·dp_entry_known_i 
62 ··0x0000240c·64705f73·7570706f·7274696e·675f6563·dp_supporting_ec 
63 ··0x0000241c·70005f50·795f4661·6c736553·74727563·p._Py_FalseStruc42 ··0x000022cc·75616c73·005f5079·5f46616c·73655374·uals._Py_FalseSt
 43 ··0x000022dc·72756374·005f5079·5f547275·65537472·ruct._Py_TrueStr
64 ··0x0000242c·74005f50·795f5472·75655374·72756374·t._Py_TrueStruct 
65 ··0x0000243c·006c6173·736f5f6e·616d655f·69645f6d·.lasso_name_id_m 
66 ··0x0000244c·616e6167·656d656e·745f696e·69745f72·anagement_init_r 
67 ··0x0000245c·65717565·7374006c·6173736f·5f70726f·equest.lasso_pro 
68 ··0x0000246c·66696c65·5f736574·5f696470·5f6c6973·file_set_idp_lis 
69 ··0x0000247c·74006c61·73736f5f·66656465·72617469·t.lasso_federati 
70 ··0x0000248c·6f6e5f76·65726966·795f6e61·6d655f69·on_verify_name_i 
71 ··0x0000249c·64656e74·69666965·72006c61·73736f5f·dentifier.lasso_ 
72 ··0x000024ac·66656465·72617469·6f6e5f62·75696c64·federation_build 
73 ··0x000024bc·5f6c6f63·616c5f6e·616d655f·6964656e·_local_name_iden 
74 ··0x000024cc·74696669·6572006c·6173736f·5f736572·tifier.lasso_ser 
75 ··0x000024dc·7665725f·6765745f·66696c74·65726564·ver_get_filtered 
76 ··0x000024ec·5f70726f·76696465·725f6c69·7374006c·_provider_list.l 
77 ··0x000024fc·6173736f·5f736572·7665725f·6765745f·asso_server_get_ 
78 ··0x0000250c·656e6470·6f696e74·5f75726c·5f62795f·endpoint_url_by_ 
79 ··0x0000251c·6964006c·6173736f·5f736572·7665725f·id.lasso_server_ 
80 ··0x0000252c·6164645f·70726f76·69646572·32006c61·add_provider2.la 
81 ··0x0000253c·73736f5f·73657276·65725f61·64645f70·sso_server_add_p 
82 ··0x0000254c·726f7669·6465725f·66726f6d·5f627566·rovider_from_buf 
83 ··0x0000255c·66657200·6c617373·6f5f7365·72766572·fer.lasso_server 
84 ··0x0000256c·5f616464·5f70726f·76696465·72006c61·_add_provider.la 
85 ··0x0000257c·73736f5f·73657276·65725f73·616d6c32·sso_server_saml2 
86 ··0x0000258c·5f617373·65727469·6f6e5f73·65747570·_assertion_setup 
87 ··0x0000259c·5f736967·6e617475·7265006c·6173736f·_signature.lasso 
88 ··0x000025ac·5f70726f·76696465·725f7665·72696679·_provider_verify 
89 ··0x000025bc·5f736967·6e617475·7265006c·6173736f·_signature.lasso 
90 ··0x000025cc·5f70726f·76696465·725f6164·645f6b65·_provider_add_ke 
91 ··0x000025dc·79006c61·73736f5f·70726f76·69646572·y.lasso_provider 
92 ··0x000025ec·5f736574·5f736572·7665725f·7369676e·_set_server_sign 
93 ··0x000025fc·696e675f·6b657900·6c617373·6f5f7072·ing_key.lasso_pr 
94 ··0x0000260c·6f766964·65725f6d·61746368·5f636f6e·ovider_match_con 
95 ··0x0000261c·666f726d·616e6365·006c6173·736f5f70·formance.lasso_p 
96 ··0x0000262c·726f7669·6465725f·6765745f·6d657461·rovider_get_meta 
97 ··0x0000263c·64617461·5f6b6579·735f666f·725f726f·data_keys_for_ro 
98 ··0x0000264c·6c65006c·6173736f·5f70726f·76696465·le.lasso_provide 
99 ··0x0000265c·725f6765·745f6d65·74616461·74615f6f·r_get_metadata_o 
100 ··0x0000266c·6e655f66·6f725f72·6f6c6500·6c617373·ne_for_role.lass 
101 ··0x0000267c·6f5f7072·6f766964·65725f76·65726966·o_provider_verif 
102 ··0x0000268c·795f7369·6e676c65·5f6e6f64·655f7369·y_single_node_si 
103 ··0x0000269c·676e6174·75726500·786d6c42·75666665·gnature.xmlBuffe 
104 ··0x000026ac·72437265·61746500·786d6c4f·75747075·rCreate.xmlOutpu 
105 ··0x000026bc·74427566·66657243·72656174·65427566·tBufferCreateBuf 
106 ··0x000026cc·66657200·786d6c4e·6f646544·756d704f·fer.xmlNodeDumpO 
107 ··0x000026dc·75747075·7400786d·6c4f7574·70757442·utput.xmlOutputB 
108 ··0x000026ec·75666665·72436c6f·73650078·6d6c4275·ufferClose.xmlBu 
109 ··0x000026fc·66666572·41646400·786d6c42·75666665·fferAdd.xmlBuffe 
110 ··0x0000270c·72436f6e·74656e74·00786d6c·42756666·rContent.xmlBuff 
111 ··0x0000271c·65724672·6565006c·6173736f·5f70726f·erFree.lasso_pro 
112 ··0x0000272c·76696465·725f6861·735f7072·6f746f63·vider_has_protoc 
113 ··0x0000273c·6f6c5f70·726f6669·6c65006c·6173736f·ol_profile.lasso 
114 ··0x0000274c·5f70726f·76696465·725f6163·63657074·_provider_accept 
115 ··0x0000275c·5f687474·705f6d65·74686f64·006c6173·_http_method.las 
116 ··0x0000276c·736f5f70·726f7669·6465725f·6765745f·so_provider_get_ 
117 ··0x0000277c·66697273·745f6874·74705f6d·6574686f·first_http_metho 
118 ··0x0000278c·64006c61·73736f5f·70726f76·69646572·d.lasso_provider 
119 ··0x0000279c·5f676574·5f6d6574·61646174·615f6f6e·_get_metadata_on 
120 ··0x000027ac·65006c61·73736f5f·70726f76·69646572·e.lasso_provider 
121 ··0x000027bc·5f676574·5f617373·65727469·6f6e5f63·_get_assertion_c 
122 ··0x000027cc·6f6e7375·6d65725f·73657276·6963655f·onsumer_service_ 
123 ··0x000027dc·75726c00·6c617373·6f5f6473·5f6b6579·url.lasso_ds_key 
124 ··0x000027ec·5f76616c·75655f73·65745f78·3530395f·_value_set_x509_ 
125 ··0x000027fc·64617461·006c6173·736f5f73·616d6c32·data.lasso_saml2 
126 ··0x0000280c·5f6e616d·655f6964·5f657175·616c7300·_name_id_equals. 
127 ··0x0000281c·6c617373·6f5f7361·6d6c325f·61737365·lasso_saml2_asse 
128 ··0x0000282c·7274696f·6e5f6465·63727970·745f7375·rtion_decrypt_su 
129 ··0x0000283c·626a6563·74006c61·73736f5f·73616d6c·bject.lasso_saml 
130 ··0x0000284c·325f6173·73657274·696f6e5f·6164645f·2_assertion_add_ 
131 ··0x0000285c·61747472·69627574·655f7769·74685f6e·attribute_with_n 
132 ··0x0000286c·6f646500·6c617373·6f5f7361·6d6c325f·ode.lasso_saml2_44 ··0x000022ec·75637400·6c617373·6f5f7361·6d6c325f·uct.lasso_saml2_
 45 ··0x000022fc·61737365·7274696f·6e5f6465·63727970·assertion_decryp
 46 ··0x0000230c·745f7375·626a6563·74006c61·73736f5f·t_subject.lasso_
 47 ··0x0000231c·73616d6c·325f6173·73657274·696f6e5f·saml2_assertion_
 48 ··0x0000232c·6164645f·61747472·69627574·655f7769·add_attribute_wi
 49 ··0x0000233c·74685f6e·6f646500·6c617373·6f5f7361·th_node.lasso_sa
133 ··0x0000287c·61737365·7274696f·6e5f7365·745f6261·assertion_set_ba50 ··0x0000234c·6d6c325f·61737365·7274696f·6e5f7365·ml2_assertion_se
134 ··0x0000288c·7369635f·636f6e64·6974696f·6e73006c·sic_conditions.l51 ··0x0000235c·745f6261·7369635f·636f6e64·6974696f·t_basic_conditio
135 ··0x0000289c·6173736f·5f73616d·6c325f61·73736572·asso_saml2_asser 
136 ··0x000028ac·74696f6e·5f736574·5f737562·6a656374·tion_set_subject 
137 ··0x000028bc·5f636f6e·6669726d·6174696f·6e5f6461·_confirmation_da 
138 ··0x000028cc·7461006c·6173736f·5f73616d·6c325f61·ta.lasso_saml2_a52 ··0x0000236c·6e73006c·6173736f·5f73616d·6c325f61·ns.lasso_saml2_a
139 ··0x000028dc·73736572·74696f6e·5f736574·5f737562·ssertion_set_sub53 ··0x0000237c·73736572·74696f6e·5f736574·5f737562·ssertion_set_sub
140 ··0x000028ec·6a656374·5f636f6e·6669726d·6174696f·ject_confirmatio54 ··0x0000238c·6a656374·5f636f6e·6669726d·6174696f·ject_confirmatio
141 ··0x000028fc·6e5f6e61·6d655f69·64006c61·73736f5f·n_name_id.lasso_55 ··0x0000239c·6e5f6461·7461006c·6173736f·5f73616d·n_data.lasso_sam
142 ··0x0000290c·73616d6c·325f6173·73657274·696f6e5f·saml2_assertion_56 ··0x000023ac·6c325f61·73736572·74696f6e·5f736574·l2_assertion_set
 57 ··0x000023bc·5f737562·6a656374·5f636f6e·6669726d·_subject_confirm
 58 ··0x000023cc·6174696f·6e5f6e61·6d655f69·64006c61·ation_name_id.la
 59 ··0x000023dc·73736f5f·73616d6c·325f6173·73657274·sso_saml2_assert
143 ··0x0000291c·7365745f·7375626a·6563745f·6e616d65·set_subject_name60 ··0x000023ec·696f6e5f·7365745f·7375626a·6563745f·ion_set_subject_
 61 ··0x000023fc·6e616d65·5f696400·5079556e·69636f64·name_id.PyUnicod
Max diff block lines reached; 98538/116248 bytes (84.77%) of diff not shown.
3.16 MB
objdump --line-numbers --disassemble --demangle --reloc --no-show-raw-insn --section=.text {}
    
Offset 495, 1695 lines modifiedOffset 495, 1695 lines modified
495 »       push···$0x1495 »       push···$0x1
496 »       pushl··(%eax)496 »       pushl··(%eax)
497 »       call···d840·<__fprintf_chk@plt>497 »       call···d840·<__fprintf_chk@plt>
498 »       mov····0x8(%esi),%eax498 »       mov····0x8(%esi),%eax
499 »       add····$0x20,%esp499 »       add····$0x20,%esp
500 »       jmp····e231·<g_object_unref@plt+0x469>500 »       jmp····e231·<g_object_unref@plt+0x469>
501 »       lea····0x0(%esi,%eiz,1),%esi501 »       lea····0x0(%esi,%eiz,1),%esi
502 Login_protocolProfile_set():502 Samlp2AuthnRequest_attributeConsumingServiceIndex_set():
503 ./bindings/python3.7/_lasso.c:21746503 ./bindings/python3.7/_lasso.c:21525
504 »       push···%ebx504 »       push···%ebx
505 »       call···ddd0·<g_object_unref@plt+0x8>505 »       call···ddd0·<g_object_unref@plt+0x8>
506 »       add····$0x64d3a,%ebx506 »       add····$0x64d3a,%ebx
507 »       sub····$0x18,%esp507 »       sub····$0x18,%esp
508 »       mov····%gs:0x14,%eax508 »       mov····%gs:0x14,%eax
509 »       mov····%eax,0xc(%esp)509 »       mov····%eax,0xc(%esp)
510 »       xor····%eax,%eax510 »       xor····%eax,%eax
511 ./bindings/python3.7/_lasso.c:21750511 ./bindings/python3.7/_lasso.c:21529
512 »       lea····0x8(%esp),%eax512 »       lea····0x8(%esp),%eax
513 »       push···%eax513 »       push···%eax
514 »       lea····0x8(%esp),%eax514 »       lea····0x8(%esp),%eax
515 »       push···%eax515 »       push···%eax
516 »       lea····-0x2cfbd(%ebx),%eax516 »       lea····-0x2cfbd(%ebx),%eax
517 »       push···%eax517 »       push···%eax
518 »       pushl··0x30(%esp)518 »       pushl··0x30(%esp)
519 »       call···d270·<PyArg_ParseTuple@plt>519 »       call···d270·<PyArg_ParseTuple@plt>
520 »       add····$0x10,%esp520 »       add····$0x10,%esp
521 »       test···%eax,%eax521 »       test···%eax,%eax
522 »       je·····e328·<g_object_unref@plt+0x560>522 »       je·····e328·<g_object_unref@plt+0x560>
523 ./bindings/python3.7/_lasso.c:21751523 ./bindings/python3.7/_lasso.c:21530
524 »       mov····0x4(%esp),%eax524 »       mov····0x4(%esp),%eax
525 ./bindings/python3.7/_lasso.c:21752525 ./bindings/python3.7/_lasso.c:21531
526 »       mov····0x8(%esp),%edx526 »       mov····0x8(%esp),%edx
527 ./bindings/python3.7/_lasso.c:21751527 ./bindings/python3.7/_lasso.c:21530
528 »       mov····0x8(%eax),%eax528 »       mov····0x8(%eax),%eax
529 ./bindings/python3.7/_lasso.c:21752529 ./bindings/python3.7/_lasso.c:21531
530 »       mov····%edx,0x40(%eax)530 »       mov····%edx,0x60(%eax)
531 noneRef():531 noneRef():
532 ./bindings/python3.7/_lasso.c:109532 ./bindings/python3.7/_lasso.c:109
533 »       mov····-0x34(%ebx),%eax533 »       mov····-0x34(%ebx),%eax
534 »       addl···$0x1,(%eax)534 »       addl···$0x1,(%eax)
535 Login_protocolProfile_set():535 Samlp2AuthnRequest_attributeConsumingServiceIndex_set():
536 ./bindings/python3.7/_lasso.c:21754536 ./bindings/python3.7/_lasso.c:21533
537 »       mov····0xc(%esp),%ecx537 »       mov····0xc(%esp),%ecx
538 »       xor····%gs:0x14,%ecx538 »       xor····%gs:0x14,%ecx
539 »       jne····e32c·<g_object_unref@plt+0x564>539 »       jne····e32c·<g_object_unref@plt+0x564>
540 »       add····$0x18,%esp540 »       add····$0x18,%esp
541 »       pop····%ebx541 »       pop····%ebx
542 »       retq···542 »       retq···
543 »       lea····0x0(%esi),%esi543 »       lea····0x0(%esi),%esi
544 ./bindings/python3.7/_lasso.c:21750544 ./bindings/python3.7/_lasso.c:21529
545 »       xor····%eax,%eax545 »       xor····%eax,%eax
546 »       jmp····e313·<g_object_unref@plt+0x54b>546 »       jmp····e313·<g_object_unref@plt+0x54b>
547 ./bindings/python3.7/_lasso.c:21754547 ./bindings/python3.7/_lasso.c:21533
548 »       call···45b60·<PyInit__lasso@@Base+0xa7e0>548 »       call···45b60·<PyInit__lasso@@Base+0xa7e0>
549 »       lea····0x0(%esi,%eiz,1),%esi549 »       lea····0x0(%esi,%eiz,1),%esi
550 »       lea····0x0(%esi,%eiz,1),%esi550 »       lea····0x0(%esi,%eiz,1),%esi
551 »       nop551 »       nop
552 Login_protocolProfile_get():552 Samlp2AuthnRequest_attributeConsumingServiceIndex_get():
553 ./bindings/python3.7/_lasso.c:21731553 ./bindings/python3.7/_lasso.c:21510
554 »       push···%ebx554 »       push···%ebx
555 »       call···ddd0·<g_object_unref@plt+0x8>555 »       call···ddd0·<g_object_unref@plt+0x8>
556 »       add····$0x64cba,%ebx556 »       add····$0x64cba,%ebx
557 »       sub····$0x1c,%esp557 »       sub····$0x1c,%esp
558 »       mov····%gs:0x14,%eax558 »       mov····%gs:0x14,%eax
559 »       mov····%eax,0x10(%esp)559 »       mov····%eax,0x10(%esp)
560 »       xor····%eax,%eax560 »       xor····%eax,%eax
561 ./bindings/python3.7/_lasso.c:21737561 ./bindings/python3.7/_lasso.c:21516
562 »       lea····0xc(%esp),%eax562 »       lea····0xc(%esp),%eax
563 »       push···%eax563 »       push···%eax
564 »       lea····-0x2ce76(%ebx),%eax564 »       lea····-0x2ce76(%ebx),%eax
565 »       push···%eax565 »       push···%eax
566 »       pushl··0x30(%esp)566 »       pushl··0x30(%esp)
567 »       call···d270·<PyArg_ParseTuple@plt>567 »       call···d270·<PyArg_ParseTuple@plt>
568 »       add····$0x10,%esp568 »       add····$0x10,%esp
569 »       mov····%eax,%edx569 »       mov····%eax,%edx
570 »       xor····%eax,%eax570 »       xor····%eax,%eax
571 »       test···%edx,%edx571 »       test···%edx,%edx
572 »       je·····e390·<g_object_unref@plt+0x5c8>572 »       je·····e390·<g_object_unref@plt+0x5c8>
573 ./bindings/python3.7/_lasso.c:21740573 ./bindings/python3.7/_lasso.c:21519
574 »       sub····$0xc,%esp574 »       sub····$0xc,%esp
575 ./bindings/python3.7/_lasso.c:21738575 ./bindings/python3.7/_lasso.c:21517
576 »       mov····0x14(%esp),%eax576 »       mov····0x14(%esp),%eax
577 ./bindings/python3.7/_lasso.c:21739577 ./bindings/python3.7/_lasso.c:21518
578 »       mov····0x8(%eax),%eax578 »       mov····0x8(%eax),%eax
579 ./bindings/python3.7/_lasso.c:21740579 ./bindings/python3.7/_lasso.c:21519
580 »       pushl··0x40(%eax)580 »       pushl··0x60(%eax)
581 »       call···d630·<PyLong_FromLong@plt>581 »       call···d630·<PyLong_FromLong@plt>
582 ./bindings/python3.7/_lasso.c:21741582 ./bindings/python3.7/_lasso.c:21520
583 »       add····$0x10,%esp583 »       add····$0x10,%esp
584 ./bindings/python3.7/_lasso.c:21742584 ./bindings/python3.7/_lasso.c:21521
585 »       mov····0xc(%esp),%ecx585 »       mov····0xc(%esp),%ecx
586 »       xor····%gs:0x14,%ecx586 »       xor····%gs:0x14,%ecx
587 »       jne····e3a2·<g_object_unref@plt+0x5da>587 »       jne····e3a2·<g_object_unref@plt+0x5da>
588 »       add····$0x18,%esp588 »       add····$0x18,%esp
589 »       pop····%ebx589 »       pop····%ebx
590 »       retq···590 »       retq···
591 »       call···45b60·<PyInit__lasso@@Base+0xa7e0>591 »       call···45b60·<PyInit__lasso@@Base+0xa7e0>
592 »       lea····0x0(%esi,%eiz,1),%esi592 »       lea····0x0(%esi,%eiz,1),%esi
593 »       xchg···%ax,%ax593 »       xchg···%ax,%ax
594 Server_signatureMethod_set():594 Samlp2AuthnRequest_assertionConsumerServiceIndex_set():
595 ./bindings/python3.7/_lasso.c:19547595 ./bindings/python3.7/_lasso.c:21467
596 »       push···%ebx596 »       push···%ebx
597 »       call···ddd0·<g_object_unref@plt+0x8>597 »       call···ddd0·<g_object_unref@plt+0x8>
598 »       add····$0x64c4a,%ebx598 »       add····$0x64c4a,%ebx
599 »       sub····$0x18,%esp599 »       sub····$0x18,%esp
600 »       mov····%gs:0x14,%eax600 »       mov····%gs:0x14,%eax
601 »       mov····%eax,0xc(%esp)601 »       mov····%eax,0xc(%esp)
602 »       xor····%eax,%eax602 »       xor····%eax,%eax
603 ./bindings/python3.7/_lasso.c:19551603 ./bindings/python3.7/_lasso.c:21471
604 »       lea····0x8(%esp),%eax604 »       lea····0x8(%esp),%eax
605 »       push···%eax605 »       push···%eax
606 »       lea····0x8(%esp),%eax606 »       lea····0x8(%esp),%eax
607 »       push···%eax607 »       push···%eax
608 »       lea····-0x2cfbd(%ebx),%eax608 »       lea····-0x2cfbd(%ebx),%eax
609 »       push···%eax609 »       push···%eax
610 »       pushl··0x30(%esp)610 »       pushl··0x30(%esp)
611 »       call···d270·<PyArg_ParseTuple@plt>611 »       call···d270·<PyArg_ParseTuple@plt>
612 »       add····$0x10,%esp612 »       add····$0x10,%esp
613 »       test···%eax,%eax613 »       test···%eax,%eax
614 »       je·····e418·<g_object_unref@plt+0x650>614 »       je·····e418·<g_object_unref@plt+0x650>
615 ./bindings/python3.7/_lasso.c:19552615 ./bindings/python3.7/_lasso.c:21472
616 »       mov····0x4(%esp),%eax616 »       mov····0x4(%esp),%eax
617 ./bindings/python3.7/_lasso.c:19553617 ./bindings/python3.7/_lasso.c:21473
618 »       mov····0x8(%esp),%edx618 »       mov····0x8(%esp),%edx
619 ./bindings/python3.7/_lasso.c:19552619 ./bindings/python3.7/_lasso.c:21472
620 »       mov····0x8(%eax),%eax620 »       mov····0x8(%eax),%eax
621 ./bindings/python3.7/_lasso.c:19553621 ./bindings/python3.7/_lasso.c:21473
Max diff block lines reached; 3307534/3312115 bytes (99.86%) of diff not shown.
161 KB
readelf --wide --decompress --string-dump=.rodata {}
    
Offset 9, 499 lines modifiedOffset 9, 499 lines modified
9 ··[····27]··logging9 ··[····27]··logging
10 ··[····2f]··s#10 ··[····2f]··s#
11 ··[····32]··getLogger11 ··[····32]··getLogger
12 ··[····3c]··%s12 ··[····3c]··%s
13 ··[····3f]··s#s13 ··[····3f]··s#s
14 ··[····43]··Ol14 ··[····43]··Ol
15 ··[····46]··list·contains·a·NULL·value15 ··[····46]··list·contains·a·NULL·value
 16 ··[····61]··Oz
16 ··[····61]··value·should·be·a·PyGObject17 ··[····64]··value·should·be·a·PyGObject
17 ··[····7d]··OsO18 ··[····80]··OssO
 19 ··[····85]··O|iii
 20 ··[····8b]··Oiisss
 21 ··[····92]··1.0
 22 ··[····96]··root
18 ··[····81]··hashtable·does·not·exist23 ··[····9b]··hashtable·does·not·exist
19 ··[····9a]··value·should·be·a·frozen·dict24 ··[····b4]··value·should·be·a·frozen·dict
20 ··[····b8]··Oz 
21 ··[····bb]··O|zzzzz 
22 ··[····c3]··O|zzi25 ··[····d2]··O|zzi
23 ··[····c9]··Osss 
24 ··[····ce]··Oss26 ··[····d8]··Oss
25 ··[····d2]··Ois|zz27 ··[····dc]··Ois|zz
26 ··[····d9]··Ossi 
27 ··[····de]··OO|i 
28 ··[····e3]··Ois28 ··[····e3]··O|zzzzz
29 ··[····e7]··OOs 
30 ··[····eb]··OOiii29 ··[····eb]··OsO
31 ··[····f1]··O|z 
32 ··[····f5]··OssO30 ··[····ef]··Ossi
33 ··[····fa]··O|iii31 ··[····f4]··OO|i
 32 ··[····f9]··Ois
 33 ··[····fd]··OOs
 34 ··[···101]··OOiii
 35 ··[···107]··O|z
34 ··[···100]··Oiisss36 ··[···10b]··Osss
35 ··[···107]··1.0 
36 ··[···10b]··root 
37 ··[···110]··Oss|zzizO37 ··[···110]··Oss|zzizO
38 ··[···11a]··O|izz38 ··[···11a]··O|izz
39 ··[···120]··O|iz39 ··[···120]··O|iz
40 ··[···125]··iii|i40 ··[···125]··iii|i
41 ··[···12b]··value·should·be·tuple41 ··[···12b]··value·should·be·tuple
42 ··[···141]··Ois|zOOi 
43 ··[···14a]··O|iO 
44 ··[···14f]··Os|zO42 ··[···141]··Os|zO
45 ··[···155]··O|O43 ··[···147]··O|O
 44 ··[···14b]··O|iO
 45 ··[···150]··Ois|zOOi
46 ··[···159]··O|zi46 ··[···159]··Oi|i
47 ··[···15e]··Os|i47 ··[···15e]··O|zii
48 ··[···163]··Os|z 
49 ··[···168]··O|zii 
50 ··[···16e]··O|zz48 ··[···164]··O|zz
 49 ··[···169]··Os|i
 50 ··[···16e]··O|zi
51 ··[···173]··Oi|i51 ··[···173]··Os|z
52 ··[···178]··LassoDgme52 ··[···178]··LassoDgme
53 ··[···182]··Lasso53 ··[···182]··Lasso
54 ··[···188]··OOO54 ··[···188]··OOO
55 ··[···18c]··s|zzz 
56 ··[···192]··|zzzz 
57 ··[···198]··sis|O55 ··[···18c]··sis|O
58 ··[···19e]··ssOii 
59 ··[···1a4]··s|zzOO56 ··[···192]··s|zzOO
 57 ··[···199]··sOOOii
 58 ··[···1a0]··ssOii
60 ··[···1ab]··sOsii59 ··[···1a6]··sOsii
61 ··[···1b1]··s|zzss60 ··[···1ac]··s|zzss
62 ··[···1b8]··sOOOii61 ··[···1b3]··s|zzz
 62 ··[···1b9]··|zzzz
63 ··[···1bf]··ssis63 ··[···1bf]··ssis
 64 ··[···1c4]··RD_COMP_H
64 ··[···1c4]··ERROR_UNDEFINED65 ··[···1ce]··ERROR_UNDEFINED
65 ··[···1d4]··ERROR_UNIMPLEMENTED66 ··[···1de]··ERROR_UNIMPLEMENTED
66 ··[···1e8]··ERROR_OUT_OF_MEMORY67 ··[···1f2]··ERROR_OUT_OF_MEMORY
67 ··[···1fc]··ERROR_CAST_FAILED68 ··[···206]··ERROR_CAST_FAILED
68 ··[···20e]··XML_ERROR_NODE_NOT_FOUND69 ··[···218]··XML_ERROR_NODE_NOT_FOUND
69 ··[···227]··XML_ERROR_ATTR_NOT_FOUND70 ··[···231]··XML_ERROR_ATTR_NOT_FOUND
70 ··[···240]··XML_ERROR_INVALID_FILE71 ··[···24a]··XML_ERROR_INVALID_FILE
71 ··[···257]··XML_ERROR_MISSING_NAMESPACE72 ··[···261]··XML_ERROR_MISSING_NAMESPACE
72 ··[···273]··XML_ERROR_ATTR_VALUE_INVALID73 ··[···27d]··XML_ERROR_ATTR_VALUE_INVALID
73 ··[···290]··DS_ERROR_SIGNATURE_NOT_FOUND74 ··[···29a]··DS_ERROR_SIGNATURE_NOT_FOUND
74 ··[···2ad]··DS_ERROR_INVALID_SIGNATURE75 ··[···2b7]··DS_ERROR_INVALID_SIGNATURE
75 ··[···2c8]··DS_ERROR_SIGNATURE_FAILED76 ··[···2d2]··DS_ERROR_SIGNATURE_FAILED
76 ··[···2e2]··DS_ERROR_INVALID_SIGALG77 ··[···2ec]··DS_ERROR_INVALID_SIGALG
77 ··[···2fa]··DS_ERROR_TOO_MUCH_REFERENCES78 ··[···304]··DS_ERROR_TOO_MUCH_REFERENCES
78 ··[···317]··DS_ERROR_DECRYPTION_FAILED79 ··[···321]··DS_ERROR_DECRYPTION_FAILED
79 ··[···332]··DS_ERROR_ENCRYPTION_FAILED80 ··[···33c]··DS_ERROR_ENCRYPTION_FAILED
80 ··[···34d]··SERVER_ERROR_INVALID_XML81 ··[···357]··SERVER_ERROR_INVALID_XML
81 ··[···366]··LOGOUT_ERROR_REQUEST_DENIED82 ··[···370]··LOGOUT_ERROR_REQUEST_DENIED
82 ··[···382]··LOGOUT_ERROR_PARTIAL_LOGOUT83 ··[···38c]··LOGOUT_ERROR_PARTIAL_LOGOUT
83 ··[···39e]··PROFILE_ERROR_INVALID_QUERY84 ··[···3a8]··PROFILE_ERROR_INVALID_QUERY
84 ··[···3ba]··PROFILE_ERROR_MISSING_REQUEST85 ··[···3c4]··PROFILE_ERROR_MISSING_REQUEST
85 ··[···3d8]··PROFILE_ERROR_INVALID_MSG86 ··[···3e2]··PROFILE_ERROR_INVALID_MSG
86 ··[···3f2]··PROFILE_ERROR_MISSING_SUBJECT87 ··[···3fc]··PROFILE_ERROR_MISSING_SUBJECT
87 ··[···410]··PROFILE_ERROR_MISSING_ISSUER88 ··[···41a]··PROFILE_ERROR_MISSING_ISSUER
88 ··[···42d]··PROFILE_ERROR_INVALID_ISSUER89 ··[···437]··PROFILE_ERROR_INVALID_ISSUER
89 ··[···44a]··PROFILE_ERROR_MISSING_SERVER90 ··[···454]··PROFILE_ERROR_MISSING_SERVER
90 ··[···467]··PROFILE_ERROR_INVALID_REQUEST91 ··[···471]··PROFILE_ERROR_INVALID_REQUEST
91 ··[···485]··PROFILE_ERROR_UNKNOWN_ISSUER92 ··[···48f]··PROFILE_ERROR_UNKNOWN_ISSUER
92 ··[···4a2]··PROFILE_ERROR_REQUEST_DENIED93 ··[···4ac]··PROFILE_ERROR_REQUEST_DENIED
93 ··[···4bf]··PARAM_ERROR_INVALID_VALUE94 ··[···4c9]··PARAM_ERROR_INVALID_VALUE
94 ··[···4d9]··PARAM_ERROR_CHECK_FAILED95 ··[···4e3]··PARAM_ERROR_CHECK_FAILED
95 ··[···4f2]··LOGIN_ERROR_REQUEST_DENIED96 ··[···4fc]··LOGIN_ERROR_REQUEST_DENIED
96 ··[···50d]··LOGIN_ERROR_INVALID_SIGNATURE97 ··[···517]··LOGIN_ERROR_INVALID_SIGNATURE
97 ··[···52b]··LOGIN_ERROR_UNKNOWN_PRINCIPAL98 ··[···535]··LOGIN_ERROR_UNKNOWN_PRINCIPAL
98 ··[···549]··LOGIN_ERROR_ASSERTION_REPLAY99 ··[···553]··LOGIN_ERROR_ASSERTION_REPLAY
99 ··[···566]··SOAP_FAULT_REDIRECT_REQUEST100 ··[···570]··SOAP_FAULT_REDIRECT_REQUEST
100 ··[···582]··SOAP_ERROR_MISSING_ENVELOPE101 ··[···58c]··SOAP_ERROR_MISSING_ENVELOPE
101 ··[···59e]··SOAP_ERROR_MISSING_HEADER102 ··[···5a8]··SOAP_ERROR_MISSING_HEADER
102 ··[···5b8]··SOAP_ERROR_MISSING_BODY103 ··[···5c2]··SOAP_ERROR_MISSING_BODY
103 ··[···5d0]··WSF_PROFILE_ERROR_SOAP_FAULT104 ··[···5da]··WSF_PROFILE_ERROR_SOAP_FAULT
104 ··[···5ed]··DST_ERROR_QUERY_FAILED105 ··[···5f7]··DST_ERROR_QUERY_FAILED
105 ··[···604]··DST_ERROR_MODIFY_FAILED106 ··[···60e]··DST_ERROR_MODIFY_FAILED
106 ··[···61c]··DST_ERROR_NEW_DATA_MISSING107 ··[···626]··DST_ERROR_NEW_DATA_MISSING
107 ··[···637]··DST_ERROR_QUERY_NOT_FOUND108 ··[···641]··DST_ERROR_QUERY_NOT_FOUND
108 ··[···651]··DST_ERROR_NO_DATA109 ··[···65b]··DST_ERROR_NO_DATA
109 ··[···663]··DST_ERROR_MALFORMED_QUERY110 ··[···66d]··DST_ERROR_MALFORMED_QUERY
110 ··[···67d]··DST_ERROR_EMPTY_REQUEST111 ··[···687]··DST_ERROR_EMPTY_REQUEST
111 ··[···695]··REGISTRY_ERROR_KEY_EXISTS112 ··[···69f]··REGISTRY_ERROR_KEY_EXISTS
112 ··[···6af]··WSSEC_ERROR_BAD_PASSWORD113 ··[···6b9]··WSSEC_ERROR_BAD_PASSWORD
113 ··[···6c8]··IDWSF2_DISCOVERY_ERROR_FAILED114 ··[···6d2]··IDWSF2_DISCOVERY_ERROR_FAILED
114 ··[···6e6]··PAOS_ERROR_MISSING_REQUEST115 ··[···6f0]··PAOS_ERROR_MISSING_REQUEST
115 ··[···701]··PAOS_ERROR_MISSING_RESPONSE116 ··[···70b]··PAOS_ERROR_MISSING_RESPONSE
116 ··[···71d]··ECP_ERROR_MISSING_REQUEST117 ··[···727]··ECP_ERROR_MISSING_REQUEST
117 ··[···737]··ECP_ERROR_MISSING_RESPONSE118 ··[···741]··ECP_ERROR_MISSING_RESPONSE
118 ··[···752]··ECP_ERROR_MISSING_RELAYSTATE119 ··[···75c]··ECP_ERROR_MISSING_RELAYSTATE
Max diff block lines reached; 141968/164737 bytes (86.18%) of diff not shown.
74.0 KB
readelf --wide --decompress --hex-dump=.eh_frame_hdr {}
    
Offset 19, 583 lines modifiedOffset 19, 583 lines modified
19 ··0x00056038·982c0000·488ffbff·cc2c0000·b88ffbff·.,..H....,......19 ··0x00056038·982c0000·488ffbff·cc2c0000·b88ffbff·.,..H....,......
20 ··0x00056048·042d0000·3890fbff·382d0000·a890fbff·.-..8...8-......20 ··0x00056048·042d0000·3890fbff·382d0000·a890fbff·.-..8...8-......
21 ··0x00056058·702d0000·2891fbff·a42d0000·9891fbff·p-..(....-......21 ··0x00056058·702d0000·2891fbff·a42d0000·9891fbff·p-..(....-......
22 ··0x00056068·dc2d0000·1892fbff·102e0000·8892fbff·.-..............22 ··0x00056068·dc2d0000·1892fbff·102e0000·8892fbff·.-..............
23 ··0x00056078·482e0000·0893fbff·7c2e0000·7893fbff·H.......|...x...23 ··0x00056078·482e0000·0893fbff·7c2e0000·7893fbff·H.......|...x...
24 ··0x00056088·b42e0000·f893fbff·e82e0000·6894fbff·............h...24 ··0x00056088·b42e0000·f893fbff·e82e0000·6894fbff·............h...
25 ··0x00056098·202f0000·a894fbff·542f0000·e894fbff··/......T/......25 ··0x00056098·202f0000·a894fbff·542f0000·e894fbff··/......T/......
26 ··0x000560a8·942f0000·1896fbff·20300000·1897fbff·./......·0......26 ··0x000560a8·942f0000·1896fbff·20300000·8896fbff·./......·0......
 27 ··0x000560b8·50300000·f896fbff·80300000·6897fbff·P0.......0..h...
27 ··0x000560b8·90300000·8897fbff·c0300000·f897fbff·.0.......0......28 ··0x000560c8·b0300000·d897fbff·e0300000·4898fbff·.0.......0..H...
28 ··0x000560c8·f0300000·6898fbff·20310000·d898fbff·.0..h...·1......29 ··0x000560d8·10310000·b898fbff·40310000·2899fbff·.1......@1..(...
29 ··0x000560d8·50310000·4899fbff·80310000·b899fbff·P1..H....1......30 ··0x000560e8·70310000·9899fbff·a0310000·089afbff·p1.......1......
30 ··0x000560e8·b0310000·289afbff·e0310000·989afbff·.1..(....1......31 ··0x000560f8·d0310000·a89afbff·28320000·489bfbff·.1......(2..H...
31 ··0x000560f8·10320000·089bfbff·40320000·389cfbff·.2......@2..8...32 ··0x00056108·80320000·e89bfbff·d8320000·889cfbff·.2.......2......
32 ··0x00056108·cc320000·489dfbff·48330000·389efbff·.2..H...H3..8...33 ··0x00056118·30330000·289dfbff·88330000·c89dfbff·03..(....3......
33 ··0x00056118·bc330000·c89efbff·00340000·589ffbff·.3.......4..X...34 ··0x00056128·e0330000·689efbff·38340000·089ffbff·.3..h...84......
34 ··0x00056128·44340000·e89ffbff·88340000·78a0fbff·D4.......4..x...35 ··0x00056138·90340000·a89ffbff·e8340000·48a0fbff·.4.......4..H...
35 ··0x00056138·cc340000·08a1fbff·10350000·98a1fbff·.4.......5...... 
36 ··0x00056148·54350000·28a2fbff·98350000·b8a2fbff·T5..(....5......36 ··0x00056148·40350000·e8a0fbff·98350000·88a1fbff·@5.......5......
37 ··0x00056158·dc350000·48a3fbff·20360000·d8a3fbff·.5..H...·6......37 ··0x00056158·f0350000·28a2fbff·48360000·c8a2fbff·.5..(...H6......
38 ··0x00056168·64360000·68a4fbff·a8360000·f8a4fbff·d6..h....6......38 ··0x00056168·a0360000·68a3fbff·f8360000·08a4fbff·.6..h....6......
39 ··0x00056178·ec360000·88a5fbff·30370000·18a6fbff·.6......07...... 
40 ··0x00056188·74370000·a8a6fbff·b8370000·38a7fbff·t7.......7..8...39 ··0x00056178·50370000·a8a4fbff·a8370000·48a5fbff·P7.......7..H...
41 ··0x00056198·fc370000·38a9fbff·d0380000·b8a9fbff·.7..8....8......40 ··0x00056188·00380000·e8a5fbff·58380000·88a6fbff·.8......X8......
 41 ··0x00056198·b0380000·28a7fbff·08390000·c8a7fbff·.8..(....9......
42 ··0x000561a8·04390000·38aafbff·38390000·b8aafbff·.9..8...89......42 ··0x000561a8·60390000·68a8fbff·b8390000·08a9fbff·`9..h....9......
43 ··0x000561b8·6c390000·58abfbff·c4390000·f8abfbff·l9..X....9...... 
44 ··0x000561c8·1c3a0000·98acfbff·743a0000·38adfbff·.:......t:..8...43 ··0x000561b8·103a0000·a8a9fbff·683a0000·48aafbff·.:......h:..H...
45 ··0x000561d8·cc3a0000·d8adfbff·243b0000·78aefbff·.:......$;..x...44 ··0x000561c8·c03a0000·e8aafbff·183b0000·88abfbff·.:.......;......
46 ··0x000561e8·7c3b0000·18affbff·d43b0000·b8affbff·|;.......;......45 ··0x000561d8·703b0000·28acfbff·c83b0000·c8acfbff·p;..(....;......
47 ··0x000561f8·2c3c0000·58b0fbff·843c0000·f8b0fbff·,<..X....<......46 ··0x000561e8·203c0000·68adfbff·783c0000·08aefbff··<..h...x<......
48 ··0x00056208·dc3c0000·98b1fbff·343d0000·38b2fbff·.<......4=..8...47 ··0x000561f8·d03c0000·a8aefbff·283d0000·48affbff·.<......(=..H...
49 ··0x00056218·8c3d0000·d8b2fbff·e43d0000·78b3fbff·.=.......=..x...48 ··0x00056208·803d0000·e8affbff·d83d0000·88b0fbff·.=.......=......
50 ··0x00056228·3c3e0000·18b4fbff·943e0000·b8b4fbff·<>.......>......49 ··0x00056218·303e0000·28b1fbff·883e0000·c8b1fbff·0>..(....>......
51 ··0x00056238·ec3e0000·58b5fbff·443f0000·f8b5fbff·.>..X...D?......50 ··0x00056228·e03e0000·68b2fbff·383f0000·08b3fbff·.>..h...8?......
52 ··0x00056248·9c3f0000·98b6fbff·f43f0000·38b7fbff·.?.......?..8...51 ··0x00056238·903f0000·a8b3fbff·e83f0000·48b4fbff·.?.......?..H...
53 ··0x00056258·4c400000·d8b7fbff·a4400000·78b8fbff·L@.......@..x...52 ··0x00056248·40400000·e8b4fbff·98400000·88b5fbff·@@.......@......
54 ··0x00056268·fc400000·18b9fbff·54410000·b8b9fbff·.@......TA......53 ··0x00056258·f0400000·28b6fbff·48410000·c8b6fbff·.@..(...HA......
55 ··0x00056278·ac410000·58bafbff·04420000·f8bafbff·.A..X....B......54 ··0x00056268·a0410000·68b7fbff·f8410000·08b8fbff·.A..h....A......
56 ··0x00056288·5c420000·98bbfbff·b4420000·38bcfbff·\B.......B..8...55 ··0x00056278·50420000·a8b8fbff·a8420000·48b9fbff·PB.......B..H...
57 ··0x00056298·0c430000·d8bcfbff·64430000·78bdfbff·.C......dC..x...56 ··0x00056288·00430000·e8b9fbff·58430000·88bafbff·.C......XC......
58 ··0x000562a8·bc430000·18befbff·14440000·b8befbff·.C.......D......57 ··0x00056298·b0430000·28bbfbff·08440000·c8bbfbff·.C..(....D......
59 ··0x000562b8·6c440000·58bffbff·c4440000·f8bffbff·lD..X....D......58 ··0x000562a8·60440000·68bcfbff·b8440000·08bdfbff·`D..h....D......
60 ··0x000562c8·1c450000·98c0fbff·74450000·38c1fbff·.E......tE..8...59 ··0x000562b8·10450000·a8bdfbff·68450000·48befbff·.E......hE..H...
61 ··0x000562d8·cc450000·d8c1fbff·24460000·78c2fbff·.E......$F..x...60 ··0x000562c8·c0450000·e8befbff·18460000·88bffbff·.E.......F......
62 ··0x000562e8·7c460000·18c3fbff·d4460000·b8c3fbff·|F.......F......61 ··0x000562d8·70460000·28c0fbff·c8460000·c8c0fbff·pF..(....F......
63 ··0x000562f8·2c470000·58c4fbff·84470000·f8c4fbff·,G..X....G......62 ··0x000562e8·20470000·68c1fbff·78470000·08c2fbff··G..h...xG......
64 ··0x00056308·dc470000·98c5fbff·34480000·38c6fbff·.G......4H..8...63 ··0x000562f8·d0470000·a8c2fbff·28480000·48c3fbff·.G......(H..H...
65 ··0x00056318·8c480000·d8c6fbff·e4480000·78c7fbff·.H.......H..x...64 ··0x00056308·80480000·e8c3fbff·d8480000·88c4fbff·.H.......H......
66 ··0x00056328·3c490000·18c8fbff·94490000·b8c8fbff·<I.......I......65 ··0x00056318·30490000·28c5fbff·88490000·c8c5fbff·0I..(....I......
67 ··0x00056338·ec490000·58c9fbff·444a0000·f8c9fbff·.I..X...DJ......66 ··0x00056328·e0490000·68c6fbff·384a0000·08c7fbff·.I..h...8J......
68 ··0x00056348·9c4a0000·98cafbff·f44a0000·38cbfbff·.J.......J..8...67 ··0x00056338·904a0000·a8c7fbff·e84a0000·48c8fbff·.J.......J..H...
69 ··0x00056358·4c4b0000·d8cbfbff·a44b0000·78ccfbff·LK.......K..x...68 ··0x00056348·404b0000·e8c8fbff·984b0000·88c9fbff·@K.......K......
70 ··0x00056368·fc4b0000·18cdfbff·544c0000·b8cdfbff·.K......TL......69 ··0x00056358·f04b0000·28cafbff·484c0000·c8cafbff·.K..(...HL......
71 ··0x00056378·ac4c0000·58cefbff·044d0000·f8cefbff·.L..X....M......70 ··0x00056368·a04c0000·68cbfbff·f84c0000·08ccfbff·.L..h....L......
72 ··0x00056388·5c4d0000·98cffbff·b44d0000·38d0fbff·\M.......M..8...71 ··0x00056378·504d0000·a8ccfbff·a84d0000·48cdfbff·PM.......M..H...
73 ··0x00056398·0c4e0000·d8d0fbff·644e0000·78d1fbff·.N......dN..x...72 ··0x00056388·004e0000·e8cdfbff·584e0000·88cefbff·.N......XN......
74 ··0x000563a8·bc4e0000·18d2fbff·144f0000·b8d2fbff·.N.......O......73 ··0x00056398·b04e0000·28cffbff·084f0000·c8cffbff·.N..(....O......
75 ··0x000563b8·6c4f0000·58d3fbff·c44f0000·f8d3fbff·lO..X....O......74 ··0x000563a8·604f0000·68d0fbff·b84f0000·08d1fbff·`O..h....O......
76 ··0x000563c8·1c500000·98d4fbff·74500000·38d5fbff·.P......tP..8...75 ··0x000563b8·10500000·a8d1fbff·68500000·48d2fbff·.P......hP..H...
77 ··0x000563d8·cc500000·d8d5fbff·24510000·78d6fbff·.P......$Q..x...76 ··0x000563c8·c0500000·e8d2fbff·18510000·88d3fbff·.P.......Q......
78 ··0x000563e8·7c510000·18d7fbff·d4510000·b8d7fbff·|Q.......Q......77 ··0x000563d8·70510000·28d4fbff·c8510000·c8d4fbff·pQ..(....Q......
79 ··0x000563f8·2c520000·58d8fbff·84520000·f8d8fbff·,R..X....R......78 ··0x000563e8·20520000·68d5fbff·78520000·08d6fbff··R..h...xR......
80 ··0x00056408·dc520000·98d9fbff·34530000·38dafbff·.R......4S..8...79 ··0x000563f8·d0520000·a8d6fbff·28530000·48d7fbff·.R......(S..H...
81 ··0x00056418·8c530000·d8dafbff·e4530000·78dbfbff·.S.......S..x...80 ··0x00056408·80530000·e8d7fbff·d8530000·88d8fbff·.S.......S......
82 ··0x00056428·3c540000·18dcfbff·94540000·b8dcfbff·<T.......T......81 ··0x00056418·30540000·28d9fbff·88540000·c8d9fbff·0T..(....T......
83 ··0x00056438·ec540000·58ddfbff·44550000·f8ddfbff·.T..X...DU......82 ··0x00056428·e0540000·68dafbff·38550000·08dbfbff·.T..h...8U......
84 ··0x00056448·9c550000·98defbff·f4550000·38dffbff·.U.......U..8...83 ··0x00056438·90550000·a8dbfbff·e8550000·48dcfbff·.U.......U..H...
85 ··0x00056458·4c560000·d8dffbff·a4560000·78e0fbff·LV.......V..x...84 ··0x00056448·40560000·e8dcfbff·98560000·88ddfbff·@V.......V......
86 ··0x00056468·fc560000·18e1fbff·54570000·b8e1fbff·.V......TW......85 ··0x00056458·f0560000·28defbff·48570000·c8defbff·.V..(...HW......
87 ··0x00056478·ac570000·58e2fbff·04580000·f8e2fbff·.W..X....X......86 ··0x00056468·a0570000·68dffbff·f8570000·08e0fbff·.W..h....W......
88 ··0x00056488·5c580000·98e3fbff·b4580000·38e4fbff·\X.......X..8...87 ··0x00056478·50580000·a8e0fbff·a8580000·48e1fbff·PX.......X..H...
89 ··0x00056498·0c590000·d8e4fbff·64590000·78e5fbff·.Y......dY..x...88 ··0x00056488·00590000·e8e1fbff·58590000·88e2fbff·.Y......XY......
90 ··0x000564a8·bc590000·18e6fbff·145a0000·b8e6fbff·.Y.......Z......89 ··0x00056498·b0590000·28e3fbff·085a0000·c8e3fbff·.Y..(....Z......
91 ··0x000564b8·6c5a0000·58e7fbff·c45a0000·f8e7fbff·lZ..X....Z......90 ··0x000564a8·605a0000·68e4fbff·b85a0000·08e5fbff·`Z..h....Z......
92 ··0x000564c8·1c5b0000·98e8fbff·745b0000·38e9fbff·.[......t[..8...91 ··0x000564b8·105b0000·a8e5fbff·685b0000·48e6fbff·.[......h[..H...
93 ··0x000564d8·cc5b0000·d8e9fbff·245c0000·78eafbff·.[......$\..x...92 ··0x000564c8·c05b0000·e8e6fbff·185c0000·88e7fbff·.[.......\......
94 ··0x000564e8·7c5c0000·18ebfbff·d45c0000·b8ebfbff·|\.......\......93 ··0x000564d8·705c0000·28e8fbff·c85c0000·c8e8fbff·p\..(....\......
95 ··0x000564f8·2c5d0000·58ecfbff·845d0000·f8ecfbff·,]..X....]......94 ··0x000564e8·205d0000·68e9fbff·785d0000·08eafbff··]..h...x]......
96 ··0x00056508·dc5d0000·98edfbff·345e0000·38eefbff·.]......4^..8...95 ··0x000564f8·d05d0000·a8eafbff·285e0000·48ebfbff·.]......(^..H...
97 ··0x00056518·8c5e0000·d8eefbff·e45e0000·78effbff·.^.......^..x...96 ··0x00056508·805e0000·e8ebfbff·d85e0000·88ecfbff·.^.......^......
98 ··0x00056528·3c5f0000·18f0fbff·945f0000·b8f0fbff·<_......._......97 ··0x00056518·305f0000·28edfbff·885f0000·c8edfbff·0_..(...._......
99 ··0x00056538·ec5f0000·58f1fbff·44600000·f8f1fbff·._..X...D`......98 ··0x00056528·e05f0000·68eefbff·38600000·08effbff·._..h...8`......
100 ··0x00056548·9c600000·98f2fbff·f4600000·38f3fbff·.`.......`..8...99 ··0x00056538·90600000·a8effbff·e8600000·48f0fbff·.`.......`..H...
101 ··0x00056558·4c610000·d8f3fbff·a4610000·78f4fbff·La.......a..x...100 ··0x00056548·40610000·e8f0fbff·98610000·88f1fbff·@a.......a......
102 ··0x00056568·fc610000·18f5fbff·54620000·b8f5fbff·.a......Tb......101 ··0x00056558·f0610000·28f2fbff·48620000·c8f2fbff·.a..(...Hb......
103 ··0x00056578·ac620000·58f6fbff·04630000·f8f6fbff·.b..X....c......102 ··0x00056568·a0620000·68f3fbff·f8620000·08f4fbff·.b..h....b......
104 ··0x00056588·5c630000·98f7fbff·b4630000·38f8fbff·\c.......c..8...103 ··0x00056578·50630000·a8f4fbff·a8630000·48f5fbff·Pc.......c..H...
105 ··0x00056598·0c640000·d8f8fbff·64640000·78f9fbff·.d......dd..x...104 ··0x00056588·00640000·e8f5fbff·58640000·88f6fbff·.d......Xd......
106 ··0x000565a8·bc640000·18fafbff·14650000·b8fafbff·.d.......e......105 ··0x00056598·b0640000·28f7fbff·08650000·c8f7fbff·.d..(....e......
107 ··0x000565b8·6c650000·58fbfbff·c4650000·f8fbfbff·le..X....e......106 ··0x000565a8·60650000·68f8fbff·b8650000·08f9fbff·`e..h....e......
108 ··0x000565c8·1c660000·98fcfbff·74660000·38fdfbff·.f......tf..8...107 ··0x000565b8·10660000·a8f9fbff·68660000·48fafbff·.f......hf..H...
109 ··0x000565d8·cc660000·d8fdfbff·24670000·78fefbff·.f......$g..x...108 ··0x000565c8·c0660000·e8fafbff·18670000·88fbfbff·.f.......g......
110 ··0x000565e8·7c670000·18fffbff·d4670000·b8fffbff·|g.......g......109 ··0x000565d8·70670000·28fcfbff·c8670000·c8fcfbff·pg..(....g......
111 ··0x000565f8·2c680000·5800fcff·84680000·f800fcff·,h..X....h......110 ··0x000565e8·20680000·68fdfbff·78680000·08fefbff··h..h...xh......
112 ··0x00056608·dc680000·9801fcff·34690000·3802fcff·.h......4i..8...111 ··0x000565f8·d0680000·a8fefbff·28690000·48fffbff·.h......(i..H...
113 ··0x00056618·8c690000·d802fcff·e4690000·7803fcff·.i.......i..x...112 ··0x00056608·80690000·e8fffbff·d8690000·8800fcff·.i.......i......
114 ··0x00056628·3c6a0000·1804fcff·946a0000·b804fcff·<j.......j......113 ··0x00056618·306a0000·2801fcff·886a0000·c801fcff·0j..(....j......
115 ··0x00056638·ec6a0000·5805fcff·446b0000·f805fcff·.j..X...Dk......114 ··0x00056628·e06a0000·6802fcff·386b0000·0803fcff·.j..h...8k......
116 ··0x00056648·9c6b0000·9806fcff·f46b0000·3807fcff·.k.......k..8...115 ··0x00056638·906b0000·a803fcff·e86b0000·4804fcff·.k.......k..H...
117 ··0x00056658·4c6c0000·d807fcff·a46c0000·7808fcff·Ll.......l..x...116 ··0x00056648·406c0000·e804fcff·986c0000·8805fcff·@l.......l......
118 ··0x00056668·fc6c0000·1809fcff·546d0000·b809fcff·.l......Tm......117 ··0x00056658·f06c0000·2806fcff·486d0000·c806fcff·.l..(...Hm......
119 ··0x00056678·ac6d0000·580afcff·046e0000·f80afcff·.m..X....n......118 ··0x00056668·a06d0000·6807fcff·f86d0000·0808fcff·.m..h....m......
120 ··0x00056688·5c6e0000·980bfcff·b46e0000·380cfcff·\n.......n..8...119 ··0x00056678·506e0000·a808fcff·a86e0000·4809fcff·Pn.......n..H...
121 ··0x00056698·0c6f0000·d80cfcff·646f0000·780dfcff·.o......do..x...120 ··0x00056688·006f0000·e809fcff·586f0000·880afcff·.o......Xo......
122 ··0x000566a8·bc6f0000·180efcff·14700000·b80efcff·.o.......p......121 ··0x00056698·b06f0000·280bfcff·08700000·c80bfcff·.o..(....p......
123 ··0x000566b8·6c700000·580ffcff·c4700000·f80ffcff·lp..X....p......122 ··0x000566a8·60700000·680cfcff·b8700000·080dfcff·`p..h....p......
124 ··0x000566c8·1c710000·9810fcff·74710000·3811fcff·.q......tq..8...123 ··0x000566b8·10710000·a80dfcff·68710000·380efcff·.q......hq..8...
 124 ··0x000566c8·ac710000·c80efcff·f0710000·580ffcff·.q.......q..X...
125 ··0x000566d8·cc710000·d811fcff·24720000·7812fcff·.q......$r..x...125 ··0x000566d8·34720000·e80ffcff·78720000·7810fcff·4r......xr..x...
126 ··0x000566e8·7c720000·1813fcff·d4720000·b813fcff·|r.......r......126 ··0x000566e8·bc720000·0811fcff·00730000·9811fcff·.r.......s......
127 ··0x000566f8·2c730000·5814fcff·84730000·f814fcff·,s..X....s......127 ··0x000566f8·44730000·2812fcff·88730000·b812fcff·Ds..(....s......
128 ··0x00056708·dc730000·9815fcff·34740000·3816fcff·.s......4t..8...128 ··0x00056708·cc730000·4813fcff·10740000·d813fcff·.s..H....t......
 129 ··0x00056718·54740000·6814fcff·98740000·f814fcff·Tt..h....t......
129 ··0x00056718·8c740000·d816fcff·e4740000·7817fcff·.t.......t..x...130 ··0x00056728·dc740000·8815fcff·20750000·1816fcff·.t......·u......
130 ··0x00056728·3c750000·1818fcff·94750000·b818fcff·<u.......u......131 ··0x00056738·64750000·a816fcff·a8750000·b817fcff·du.......u......
131 ··0x00056738·ec750000·5819fcff·44760000·f819fcff·.u..X...Dv...... 
132 ··0x00056748·9c760000·981afcff·f4760000·381bfcff·.v.......v..8...132 ··0x00056748·1c760000·b818fcff·90760000·d819fcff·.v.......v......
133 ··0x00056758·4c770000·d81bfcff·a4770000·781cfcff·Lw.......w..x...133 ··0x00056758·10770000·c81afcff·70770000·d81bfcff·.w......pw......
134 ··0x00056768·fc770000·181dfcff·54780000·b81dfcff·.w......Tx......134 ··0x00056768·e0770000·d81cfcff·54780000·d81dfcff·.w......Tx......
135 ··0x00056778·ac780000·581efcff·04790000·781ffcff·.x..X....y..x...135 ··0x00056778·c8780000·681ffcff·9c790000·f81ffcff·.x..h....y......
136 ··0x00056788·7c790000·7820fcff·f0790000·7821fcff·|y..x·...y..x!..136 ··0x00056788·e0790000·9820fcff·707a0000·f821fcff·.y...·..pz...!..
 137 ··0x00056798·047b0000·6822fcff·347b0000·d822fcff·.{..h"..4{..."..
137 ··0x00056798·647a0000·8822fcff·d87a0000·7823fcff·dz..."...z..x#..138 ··0x000567a8·647b0000·4823fcff·947b0000·b823fcff·d{..H#...{...#..
138 ··0x000567a8·387b0000·7824fcff·ac7b0000·8825fcff·8{..x$...{...%..139 ··0x000567b8·c47b0000·2824fcff·f47b0000·9824fcff·.{..($...{...$..
139 ··0x000567b8·207c0000·7826fcff·807c0000·8827fcff··|..x&...|...'..140 ··0x000567c8·247c0000·0825fcff·547c0000·7825fcff·$|...%..T|..x%..
 141 ··0x000567d8·847c0000·e825fcff·b47c0000·5826fcff·.|...%...|..X&..
Max diff block lines reached; 57015/75663 bytes (75.35%) of diff not shown.
689 KB
readelf --wide --decompress --hex-dump=.eh_frame {}
    
Offset 168, 1514 lines modifiedOffset 168, 1514 lines modified
168 ··0x00058ee4·0c870343·0e108604·410e1483·054e0e4c·...C....A....N.L168 ··0x00058ee4·0c870343·0e108604·410e1483·054e0e4c·...C....A....N.L
169 ··0x00058ef4·550e5054·0e40660e·4c410e50·480e4047·U.PT.@f.LA.PH.@G169 ··0x00058ef4·550e5054·0e40660e·4c410e50·480e4047·U.PT.@f.LA.PH.@G
170 ··0x00058f04·0e44410e·48410e4c·470e504b·0e404d0e·.DA.HA.LG.PK.@M.170 ··0x00058f04·0e44410e·48410e4c·470e504b·0e404d0e·.DA.HA.LG.PK.@M.
171 ··0x00058f14·44420e48·410e4c46·0e504b0e·40470e48·DB.HA.LF.PK.@G.H171 ··0x00058f14·44420e48·410e4c46·0e504b0e·40470e48·DB.HA.LF.PK.@G.H
172 ··0x00058f24·410e4c45·0e50480e·40580a0e·1441c30e·A.LE.PH.@X...A..172 ··0x00058f24·410e4c45·0e50480e·40580a0e·1441c30e·A.LE.PH.@X...A..
173 ··0x00058f34·1041c60e·0c41c70e·0841c50e·04470b43·.A...A...A...G.C173 ··0x00058f34·1041c60e·0c41c70e·0841c50e·04470b43·.A...A...A...G.C
Offset 1754, 294 lines modifiedOffset 1754, 294 lines modified
Offset 2062, 568 lines modifiedOffset 2062, 568 lines modified
Offset 2632, 46 lines modifiedOffset 2632, 46 lines modified
Offset 2688, 59 lines modifiedOffset 2688, 59 lines modified
Offset 2760, 1033 lines modifiedOffset 2760, 1033 lines modified
Offset 3876, 1553 lines modifiedOffset 3876, 1553 lines modified
Offset 5481, 15 lines modifiedOffset 5481, 15 lines modified
Offset 5675, 15 lines modifiedOffset 5675, 15 lines modified
Offset 5693, 18 lines modifiedOffset 5693, 18 lines modified
Offset 5726, 108 lines modifiedOffset 5726, 108 lines modified
Offset 5835, 31 lines modifiedOffset 5835, 31 lines modified
Offset 5891, 29 lines modifiedOffset 5891, 29 lines modified
Offset 5929, 23 lines modifiedOffset 5929, 23 lines modified
Offset 5986, 31 lines modifiedOffset 5986, 31 lines modified
Offset 6044, 108 lines modifiedOffset 6044, 108 lines modified
152 KB
readelf --wide --decompress --hex-dump=.data {}
    
Offset 2, 1179 lines modifiedOffset 2, 1179 lines modified
2 Hex·dump·of·section·'.data':2 Hex·dump·of·section·'.data':
3 ··0x00073780·80370700·00000000·00000000·00000000·.7..............3 ··0x00073780·80370700·00000000·00000000·00000000·.7..............
4 ··0x00073790·00000000·00000000·00000000·00000000·................4 ··0x00073790·00000000·00000000·00000000·00000000·................
5 ··0x000737a0·01000000·00000000·00000000·00000000·................5 ··0x000737a0·01000000·00000000·00000000·00000000·................
6 ··0x000737b0·00000000·157b0400·1c7b0400·ffffffff·.....{...{......6 ··0x000737b0·00000000·157b0400·1c7b0400·ffffffff·.....{...{......
7 ··0x000737c0·e0370700·00000000·00000000·00000000·.7..............7 ··0x000737c0·e0370700·00000000·00000000·00000000·.7..............
8 ··0x000737d0·00000000·00000000·00000000·00000000·................8 ··0x000737d0·00000000·00000000·00000000·00000000·................
 9 ··0x000737e0·e0fa0400·c0b10300·01000000·00000000·................
 10 ··0x000737f0·0cfb0400·f0b00300·01000000·00000000·................
9 ··0x000737e0·327b0400·a0f30200·01000000·00000000·2{..............11 ··0x00073800·327b0400·a0f30200·01000000·00000000·2{..............
10 ··0x000737f0·3b7b0400·a0f30000·01000000·00000000·;{..............12 ··0x00073810·3b7b0400·a0f30000·01000000·00000000·;{..............
11 ··0x00073800·407b0400·60be0100·01000000·00000000·@{..`...........13 ··0x00073820·407b0400·60be0100·01000000·00000000·@{..`...........
12 ··0x00073810·497b0400·d0bd0100·01000000·00000000·I{..............14 ··0x00073830·497b0400·d0bd0100·01000000·00000000·I{..............
13 ··0x00073820·577b0400·50bd0100·01000000·00000000·W{..P...........15 ··0x00073840·577b0400·50bd0100·01000000·00000000·W{..P...........
14 ··0x00073830·e0fa0400·c0b10300·01000000·00000000·................ 
15 ··0x00073840·0cfb0400·f0b00300·01000000·00000000·................ 
16 ··0x00073850·607b0400·00b00300·01000000·00000000·`{..............16 ··0x00073850·607b0400·80b00300·01000000·00000000·`{..............
17 ··0x00073860·2cfb0400·f0ae0300·01000000·00000000·,...............17 ··0x00073860·6d7b0400·e0af0300·01000000·00000000·m{..............
18 ··0x00073870·777b0400·10f30200·01000000·00000000·w{.............. 
19 ··0x00073880·e8840400·00ae0300·01000000·00000000·................18 ··0x00073870·847b0400·f0ae0300·01000000·00000000·.{..............
20 ··0x00073890·837b0400·10ad0300·01000000·00000000·.{..............19 ··0x00073880·8f7b0400·e0ad0300·01000000·00000000·.{..............
21 ··0x000738a0·50fb0400·50ac0300·01000000·00000000·P...P........... 
22 ··0x000738b0·70fb0400·30ab0300·01000000·00000000·p...0........... 
23 ··0x000738c0·acfb0400·70aa0300·01000000·00000000·....p........... 
24 ··0x000738d0·977b0400·d0a90300·01000000·00000000·.{.............. 
25 ··0x000738e0·a97b0400·60a90300·01000000·00000000·.{..`........... 
26 ··0x000738f0·b97b0400·c0bc0100·01000000·00000000·.{.............. 
27 ··0x00073900·c97b0400·f0a80300·01000000·00000000·.{..............20 ··0x00073890·a47b0400·f0ac0300·01000000·00000000·.{..............
 21 ··0x000738a0·2cfb0400·d0bc0100·01000000·00000000·,...............
28 ··0x00073910·db7b0400·80a80300·01000000·00000000·.{..............22 ··0x000738b0·b57b0400·10f30200·01000000·00000000·.{..............
 23 ··0x000738c0·c47b0400·30bc0100·01000000·00000000·.{..0...........
 24 ··0x000738d0·d77b0400·90bb0100·01000000·00000000·.{..............
 25 ··0x000738e0·a67b0400·50ac0300·01000000·00000000·.{..P...........
29 ··0x00073920·f17b0400·70a70300·01000000·00000000·.{..p...........26 ··0x000738f0·f27b0400·60ab0300·01000000·00000000·.{..`...........
30 ··0x00073930·d8fb0400·00a70300·01000000·00000000·................ 
31 ··0x00073940·00fc0400·60a60300·01000000·00000000·....`...........27 ··0x00073900·4cfb0400·50aa0300·01000000·00000000·L...P...........
32 ··0x00073950·087c0400·f0a50300·01000000·00000000·.|..............28 ··0x00073910·087c0400·80a90300·01000000·00000000·.|..............
33 ··0x00073960·1f7c0400·d0a40300·01000000·00000000·.|..............29 ··0x00073920·157c0400·b0a80300·01000000·00000000·.|..............
 30 ··0x00073930·2e7c0400·10a80300·01000000·00000000·.|..............
 31 ··0x00073940·457c0400·a0a70300·01000000·00000000·E|..............
 32 ··0x00073950·517c0400·00a70300·01000000·00000000·Q|..............
 33 ··0x00073960·677c0400·10a60300·01000000·00000000·g|..............
34 ··0x00073970·067f0400·60a40300·01000000·00000000·....`...........34 ··0x00073970·837c0400·20a50300·01000000·00000000·.|..·...........
35 ··0x00073980·3b7c0400·c0a30300·01000000·00000000·;|..............35 ··0x00073980·8d7c0400·10a40300·01000000·00000000·.|..............
36 ··0x00073990·4e7c0400·20a30300·01000000·00000000·N|..·...........36 ··0x00073990·a17c0400·20a30300·01000000·00000000·.|..·...........
37 ··0x000739a0·617c0400·60a20300·01000000·00000000·a|..`...........37 ··0x000739a0·aa7c0400·50a20300·01000000·00000000·.|..P...........
38 ··0x000739b0·777c0400·30bc0100·01000000·00000000·w|..0........... 
39 ··0x000739c0·30fc0400·90bb0100·01000000·00000000·0............... 
40 ··0x000739d0·8c7c0400·00bb0100·01000000·00000000·.|.............. 
41 ··0x000739e0·50fc0400·60ba0100·01000000·00000000·P...`........... 
42 ··0x000739f0·a87c0400·f0a10300·01000000·00000000·.|.............. 
43 ··0x00073a00·b97c0400·80a10300·01000000·00000000·.|..............38 ··0x000739b0·b57c0400·80a10300·01000000·00000000·.|..............
44 ··0x00073a10·78fc0400·10a10300·01000000·00000000·x...............39 ··0x000739c0·cd7c0400·e0a00300·01000000·00000000·.|..............
 40 ··0x000739d0·e27c0400·20f40200·01000000·00000000·.|..·...........
45 ··0x00073a20·a4fc0400·f09f0300·01000000·00000000·................41 ··0x000739e0·a27c0400·f09f0300·01000000·00000000·.|..............
46 ··0x00073a30·d77c0400·409f0300·01000000·00000000·.|..@........... 
47 ··0x00073a40·e87c0400·d09e0300·01000000·00000000·.|..............42 ··0x000739f0·ee7c0400·009f0300·01000000·00000000·.|..............
48 ··0x00073a50·d8fc0400·609e0300·01000000·00000000·....`........... 
49 ··0x00073a60·04fd0400·d09c0300·01000000·00000000·................ 
50 ··0x00073a70·037d0400·609c0300·01000000·00000000·.}..`...........43 ··0x00073a00·027d0400·109e0300·01000000·00000000·.}..............
 44 ··0x00073a10·6cfb0400·009d0300·01000000·00000000·l...............
 45 ··0x00073a20·90fb0400·409c0300·01000000·00000000·....@...........
 46 ··0x00073a30·b0fb0400·209b0300·01000000·00000000·....·...........
 47 ··0x00073a40·ecfb0400·609a0300·01000000·00000000·....`...........
51 ··0x00073a80·1d7d0400·f09b0300·01000000·00000000·.}..............48 ··0x00073a50·197d0400·f0990300·01000000·00000000·.}..............
52 ··0x00073a90·2d7d0400·809b0300·01000000·00000000·-}..............49 ··0x00073a60·2c7d0400·80990300·01000000·00000000·,}..............
53 ··0x00073aa0·417d0400·109b0300·01000000·00000000·A}..............50 ··0x00073a70·3e7d0400·a0980300·01000000·00000000·>}..............
54 ··0x00073ab0·34fd0400·509a0300·01000000·00000000·4...P........... 
55 ··0x00073ac0·5cfd0400·e0990300·01000000·00000000·\............... 
56 ··0x00073ad0·5a7d0400·70990300·01000000·00000000·Z}..p...........51 ··0x00073a80·557d0400·30980300·01000000·00000000·U}..0...........
 52 ··0x00073a90·18fc0400·c0970300·01000000·00000000·................
 53 ··0x00073aa0·44fc0400·90960300·01000000·00000000·D...............
 54 ··0x00073ab0·697d0400·20960300·01000000·00000000·i}..·...........
 55 ··0x00073ac0·74fc0400·b0950300·01000000·00000000·t...............
 56 ··0x00073ad0·9cfc0400·10950300·01000000·00000000·................
57 ··0x00073ae0·6b7d0400·00990300·01000000·00000000·k}..............57 ··0x00073ae0·7b7d0400·a0940300·01000000·00000000·{}..............
58 ··0x00073af0·7d7d0400·20980300·01000000·00000000·}}..·...........58 ··0x00073af0·8b7d0400·30940300·01000000·00000000·.}..0...........
59 ··0x00073b00·947d0400·b0970300·01000000·00000000·.}..............59 ··0x00073b00·9b7d0400·c0930300·01000000·00000000·.}..............
60 ··0x00073b10·a77d0400·40970300·01000000·00000000·.}..@...........60 ··0x00073b10·b67d0400·50930300·01000000·00000000·.}..P...........
61 ··0x00073b20·bf7d0400·10960300·01000000·00000000·.}..............61 ··0x00073b20·cc7d0400·e0920300·01000000·00000000·.}..............
62 ··0x00073b30·dc7d0400·a0950300·01000000·00000000·.}..............62 ··0x00073b30·df7d0400·70920300·01000000·00000000·.}..p...........
63 ··0x00073b40·f27d0400·30950300·01000000·00000000·.}..0...........63 ··0x00073b40·ccfc0400·60910300·01000000·00000000·....`...........
64 ··0x00073b50·0f7e0400·c0940300·01000000·00000000·.~.............. 
65 ··0x00073b60·80fd0400·50940300·01000000·00000000·....P........... 
66 ··0x00073b70·a8fd0400·20930300·01000000·00000000·....·........... 
67 ··0x00073b80·217e0400·b0920300·01000000·00000000·!~.............. 
68 ··0x00073b90·317e0400·40920300·01000000·00000000·1~..@........... 
69 ··0x00073ba0·4a7e0400·d0910300·01000000·00000000·J~.............. 
70 ··0x00073bb0·627e0400·60910300·01000000·00000000·b~..`........... 
71 ··0x00073bc0·d8fd0400·f0900300·01000000·00000000·................64 ··0x00073b50·fc7d0400·f0900300·01000000·00000000·.}..............
 65 ··0x00073b60·ecfc0400·80900300·01000000·00000000·................
72 ··0x00073bd0·fcfd0400·908f0300·01000000·00000000·................66 ··0x00073b70·0cfd0400·608f0300·01000000·00000000·....`...........
73 ··0x00073be0·737e0400·208f0300·01000000·00000000·s~..·...........67 ··0x00073b80·20800400·f08e0300·01000000·00000000··...............
74 ··0x00073bf0·917e0400·b08e0300·01000000·00000000·.~..............68 ··0x00073b90·1a7e0400·508e0300·01000000·00000000·.~..P...........
75 ··0x00073c00·24fe0400·408e0300·01000000·00000000·$...@........... 
76 ··0x00073c10·50fe0400·108d0300·01000000·00000000·P...............69 ··0x00073ba0·2d7e0400·b08d0300·01000000·00000000·-~..............
 70 ··0x00073bb0·407e0400·f08c0300·01000000·00000000·@~..............
 71 ··0x00073bc0·567e0400·00bb0100·01000000·00000000·V~..............
 72 ··0x00073bd0·30fd0400·60ba0100·01000000·00000000·0...`...........
 73 ··0x00073be0·6b7e0400·d0b90100·01000000·00000000·k~..............
 74 ··0x00073bf0·50fd0400·30b90100·01000000·00000000·P...0...........
77 ··0x00073c20·80fe0400·a08c0300·01000000·00000000·................75 ··0x00073c00·877e0400·808c0300·01000000·00000000·.~..............
78 ··0x00073c30·acfe0400·708b0300·01000000·00000000·....p........... 
79 ··0x00073c40·a47e0400·008b0300·01000000·00000000·.~..............76 ··0x00073c10·a17e0400·d08b0300·01000000·00000000·.~..............
 77 ··0x00073c20·b27e0400·608b0300·01000000·00000000·.~..`...........
 78 ··0x00073c30·c57e0400·f08a0300·01000000·00000000·.~..............
 79 ··0x00073c40·d57e0400·808a0300·01000000·00000000·.~..............
80 ··0x00073c50·b87e0400·908a0300·01000000·00000000·.~..............80 ··0x00073c50·ee7e0400·108a0300·01000000·00000000·.~..............
81 ··0x00073c60·dcfe0400·208a0300·01000000·00000000·....·........... 
82 ··0x00073c70·fcfe0400·00890300·01000000·00000000·................ 
83 ··0x00073c80·ce7e0400·90880300·01000000·00000000·.~.............. 
84 ··0x00073c90·e17e0400·20880300·01000000·00000000·.~..·........... 
85 ··0x00073ca0·fc7e0400·b0870300·01000000·00000000·.~.............. 
86 ··0x00073cb0·20ff0400·10870300·01000000·00000000··............... 
87 ··0x00073cc0·40ff0400·50860300·01000000·00000000·@...P........... 
88 ··0x00073cd0·64ff0400·40850300·01000000·00000000·d...@........... 
89 ··0x00073ce0·0f7f0400·d0840300·01000000·00000000·................81 ··0x00073c60·027f0400·a0890300·01000000·00000000·................
 82 ··0x00073c70·78fd0400·30890300·01000000·00000000·x...0...........
 83 ··0x00073c80·a4fd0400·10880300·01000000·00000000·................
 84 ··0x00073c90·1d7f0400·a0870300·01000000·00000000·................
90 ··0x00073cf0·2d7f0400·60840300·01000000·00000000·-...`...........85 ··0x00073ca0·2f7f0400·30870300·01000000·00000000·/...0...........
 86 ··0x00073cb0·d8fd0400·c0860300·01000000·00000000·................
 87 ··0x00073cc0·04fe0400·90850300·01000000·00000000·................
 88 ··0x00073cd0·4d7f0400·a0b80100·01000000·00000000·M...............
 89 ··0x00073ce0·5d7f0400·20850300·01000000·00000000·]...·...........
 90 ··0x00073cf0·34fe0400·b0840300·01000000·00000000·4...............
91 ··0x00073d00·3c7f0400·c0830300·01000000·00000000·<...............91 ··0x00073d00·5cfe0400·80830300·01000000·00000000·\...............
Max diff block lines reached; 131052/155425 bytes (84.32%) of diff not shown.
811 B
error from `readelf --wide --decompress --hex-dump=.gnu_debuglink {}`: readelf: Error: no .dynamic section in the dynamic segment
    
Offset 1, 7 lines modifiedOffset 1, 7 lines modified
  
1 Hex·dump·of·section·'.gnu_debuglink':1 Hex·dump·of·section·'.gnu_debuglink':
2 ··0x00000000·64323231·38666535·32306363·65303864·d2218fe520cce08d 
3 ··0x00000010·32313232·33353364·61333738·31383666·2122353da378186f2 ··0x00000000·33303230·61313231·38666364·35653762·3020a1218fcd5e7b
 3 ··0x00000010·32633565·34353433·33393866·61383931·2c5e4543398fa891
4 ··0x00000020·31303735·36382e64·65627567·00000000·107568.debug....4 ··0x00000020·64363863·35302e64·65627567·00000000·d68c50.debug....
5 ··0x00000030·20c83364·····························.3d5 ··0x00000030·ebc086b1····························....
  
489 KB
./usr/lib/python3/dist-packages/lasso.py
Ordering differences only
    
Offset 849, 14 lines modifiedOffset 849, 15 lines modified
849 ····_lasso.PROFILE_ERROR_MISSING_ISSUER:·ProfileMissingIssuerError,849 ····_lasso.PROFILE_ERROR_MISSING_ISSUER:·ProfileMissingIssuerError,
850 ····_lasso.XML_ERROR_NODE_CONTENT_NOT_FOUND:·XmlNodeContentNotFoundError,850 ····_lasso.XML_ERROR_NODE_CONTENT_NOT_FOUND:·XmlNodeContentNotFoundError,
851 ····_lasso.SOAP_ERROR_MISSING_HEADER:·SoapMissingHeaderError,851 ····_lasso.SOAP_ERROR_MISSING_HEADER:·SoapMissingHeaderError,
852 ····_lasso.PROFILE_ERROR_UNKNOWN_ISSUER:·ProfileUnknownIssuerError,852 ····_lasso.PROFILE_ERROR_UNKNOWN_ISSUER:·ProfileUnknownIssuerError,
853 }853 }
  
854 ###·Constants·(both·enums·and·defines)854 ###·Constants·(both·enums·and·defines)
 855 RD_COMP_H·=·_lasso.RD_COMP_H
855 ERROR_UNDEFINED·=·_lasso.ERROR_UNDEFINED856 ERROR_UNDEFINED·=·_lasso.ERROR_UNDEFINED
856 ERROR_UNIMPLEMENTED·=·_lasso.ERROR_UNIMPLEMENTED857 ERROR_UNIMPLEMENTED·=·_lasso.ERROR_UNIMPLEMENTED
857 ERROR_OUT_OF_MEMORY·=·_lasso.ERROR_OUT_OF_MEMORY858 ERROR_OUT_OF_MEMORY·=·_lasso.ERROR_OUT_OF_MEMORY
858 ERROR_CAST_FAILED·=·_lasso.ERROR_CAST_FAILED859 ERROR_CAST_FAILED·=·_lasso.ERROR_CAST_FAILED
859 XML_ERROR_NODE_NOT_FOUND·=·_lasso.XML_ERROR_NODE_NOT_FOUND860 XML_ERROR_NODE_NOT_FOUND·=·_lasso.XML_ERROR_NODE_NOT_FOUND
860 XML_ERROR_NODE_CONTENT_NOT_FOUND·=·_lasso.XML_ERROR_NODE_CONTENT_NOT_FOUND861 XML_ERROR_NODE_CONTENT_NOT_FOUND·=·_lasso.XML_ERROR_NODE_CONTENT_NOT_FOUND
861 XML_ERROR_ATTR_NOT_FOUND·=·_lasso.XML_ERROR_ATTR_NOT_FOUND862 XML_ERROR_ATTR_NOT_FOUND·=·_lasso.XML_ERROR_ATTR_NOT_FOUND
Offset 1033, 15 lines modifiedOffset 1034, 86 lines modified
1033 ECP_ERROR_MISSING_RELAYSTATE·=·_lasso.ECP_ERROR_MISSING_RELAYSTATE1034 ECP_ERROR_MISSING_RELAYSTATE·=·_lasso.ECP_ERROR_MISSING_RELAYSTATE
1034 ECP_ERROR_MISSING_AUTHN_REQUEST·=·_lasso.ECP_ERROR_MISSING_AUTHN_REQUEST1035 ECP_ERROR_MISSING_AUTHN_REQUEST·=·_lasso.ECP_ERROR_MISSING_AUTHN_REQUEST
1035 ECP_ERROR_MISSING_SAML_RESPONSE·=·_lasso.ECP_ERROR_MISSING_SAML_RESPONSE1036 ECP_ERROR_MISSING_SAML_RESPONSE·=·_lasso.ECP_ERROR_MISSING_SAML_RESPONSE
1036 ECP_ERROR_ASSERTION_CONSUMER_URL_MISMATCH·=·_lasso.ECP_ERROR_ASSERTION_CONSUMER_URL_MISMATCH1037 ECP_ERROR_ASSERTION_CONSUMER_URL_MISMATCH·=·_lasso.ECP_ERROR_ASSERTION_CONSUMER_URL_MISMATCH
1037 CHECK_VERSION_EXACT·=·_lasso.CHECK_VERSION_EXACT1038 CHECK_VERSION_EXACT·=·_lasso.CHECK_VERSION_EXACT
1038 CHECK_VERSIONABI_COMPATIBLE·=·_lasso.CHECK_VERSIONABI_COMPATIBLE1039 CHECK_VERSIONABI_COMPATIBLE·=·_lasso.CHECK_VERSIONABI_COMPATIBLE
1039 CHECK_VERSION_NUMERIC·=·_lasso.CHECK_VERSION_NUMERIC1040 CHECK_VERSION_NUMERIC·=·_lasso.CHECK_VERSION_NUMERIC
1040 RD_COMP_H·=·_lasso.RD_COMP_H1041 REQUEST_TYPE_INVALID·=·_lasso.REQUEST_TYPE_INVALID
 1042 REQUEST_TYPE_LOGIN·=·_lasso.REQUEST_TYPE_LOGIN
 1043 REQUEST_TYPE_LOGOUT·=·_lasso.REQUEST_TYPE_LOGOUT
 1044 REQUEST_TYPE_DEFEDERATION·=·_lasso.REQUEST_TYPE_DEFEDERATION
 1045 REQUEST_TYPE_NAME_REGISTRATION·=·_lasso.REQUEST_TYPE_NAME_REGISTRATION
 1046 REQUEST_TYPE_NAME_IDENTIFIER_MAPPING·=·_lasso.REQUEST_TYPE_NAME_IDENTIFIER_MAPPING
 1047 REQUEST_TYPE_LECP·=·_lasso.REQUEST_TYPE_LECP
 1048 REQUEST_TYPE_DISCO_QUERY·=·_lasso.REQUEST_TYPE_DISCO_QUERY
 1049 REQUEST_TYPE_DISCO_MODIFY·=·_lasso.REQUEST_TYPE_DISCO_MODIFY
 1050 REQUEST_TYPE_DST_QUERY·=·_lasso.REQUEST_TYPE_DST_QUERY
 1051 REQUEST_TYPE_DST_MODIFY·=·_lasso.REQUEST_TYPE_DST_MODIFY
 1052 REQUEST_TYPE_SASL_REQUEST·=·_lasso.REQUEST_TYPE_SASL_REQUEST
 1053 REQUEST_TYPE_NAME_ID_MANAGEMENT·=·_lasso.REQUEST_TYPE_NAME_ID_MANAGEMENT
 1054 REQUEST_TYPE_IDWSF2_DISCO_SVCMD_REGISTER·=·_lasso.REQUEST_TYPE_IDWSF2_DISCO_SVCMD_REGISTER
 1055 REQUEST_TYPE_IDWSF2_DISCO_SVCMD_ASSOCIATION_ADD·=·_lasso.REQUEST_TYPE_IDWSF2_DISCO_SVCMD_ASSOCIATION_ADD
 1056 REQUEST_TYPE_IDWSF2_DISCO_QUERY·=·_lasso.REQUEST_TYPE_IDWSF2_DISCO_QUERY
 1057 PROFILE_SIGNATURE_HINT_MAYBE·=·_lasso.PROFILE_SIGNATURE_HINT_MAYBE
 1058 PROFILE_SIGNATURE_HINT_FORCE·=·_lasso.PROFILE_SIGNATURE_HINT_FORCE
 1059 PROFILE_SIGNATURE_HINT_FORBID·=·_lasso.PROFILE_SIGNATURE_HINT_FORBID
 1060 PROFILE_SIGNATURE_VERIFY_HINT_MAYBE·=·_lasso.PROFILE_SIGNATURE_VERIFY_HINT_MAYBE
 1061 PROFILE_SIGNATURE_VERIFY_HINT_FORCE·=·_lasso.PROFILE_SIGNATURE_VERIFY_HINT_FORCE
 1062 PROFILE_SIGNATURE_VERIFY_HINT_IGNORE·=·_lasso.PROFILE_SIGNATURE_VERIFY_HINT_IGNORE
 1063 PROFILE_SIGNATURE_VERIFY_HINT_LAST·=·_lasso.PROFILE_SIGNATURE_VERIFY_HINT_LAST
 1064 HTTP_METHOD_NONE·=·_lasso.HTTP_METHOD_NONE
 1065 HTTP_METHOD_ANY·=·_lasso.HTTP_METHOD_ANY
 1066 HTTP_METHOD_IDP_INITIATED·=·_lasso.HTTP_METHOD_IDP_INITIATED
 1067 HTTP_METHOD_GET·=·_lasso.HTTP_METHOD_GET
 1068 HTTP_METHOD_POST·=·_lasso.HTTP_METHOD_POST
 1069 HTTP_METHOD_REDIRECT·=·_lasso.HTTP_METHOD_REDIRECT
 1070 HTTP_METHOD_SOAP·=·_lasso.HTTP_METHOD_SOAP
 1071 HTTP_METHOD_ARTIFACT_GET·=·_lasso.HTTP_METHOD_ARTIFACT_GET
 1072 HTTP_METHOD_ARTIFACT_POST·=·_lasso.HTTP_METHOD_ARTIFACT_POST
 1073 HTTP_METHOD_PAOS·=·_lasso.HTTP_METHOD_PAOS
 1074 HTTP_METHOD_LAST·=·_lasso.HTTP_METHOD_LAST
 1075 MD_PROTOCOL_TYPE_FEDERATION_TERMINATION·=·_lasso.MD_PROTOCOL_TYPE_FEDERATION_TERMINATION
 1076 MD_PROTOCOL_TYPE_NAME_IDENTIFIER_MAPPING·=·_lasso.MD_PROTOCOL_TYPE_NAME_IDENTIFIER_MAPPING
 1077 MD_PROTOCOL_TYPE_REGISTER_NAME_IDENTIFIER·=·_lasso.MD_PROTOCOL_TYPE_REGISTER_NAME_IDENTIFIER
 1078 MD_PROTOCOL_TYPE_SINGLE_LOGOUT·=·_lasso.MD_PROTOCOL_TYPE_SINGLE_LOGOUT
 1079 MD_PROTOCOL_TYPE_SINGLE_SIGN_ON·=·_lasso.MD_PROTOCOL_TYPE_SINGLE_SIGN_ON
 1080 MD_PROTOCOL_TYPE_ARTIFACT_RESOLUTION·=·_lasso.MD_PROTOCOL_TYPE_ARTIFACT_RESOLUTION
 1081 MD_PROTOCOL_TYPE_MANAGE_NAME_ID·=·_lasso.MD_PROTOCOL_TYPE_MANAGE_NAME_ID
 1082 MD_PROTOCOL_TYPE_ASSERTION_ID_REQUEST·=·_lasso.MD_PROTOCOL_TYPE_ASSERTION_ID_REQUEST
 1083 MD_PROTOCOL_TYPE_AUTHN_QUERY·=·_lasso.MD_PROTOCOL_TYPE_AUTHN_QUERY
 1084 MD_PROTOCOL_TYPE_AUTHZ·=·_lasso.MD_PROTOCOL_TYPE_AUTHZ
 1085 MD_PROTOCOL_TYPE_ATTRIBUTE·=·_lasso.MD_PROTOCOL_TYPE_ATTRIBUTE
 1086 MD_PROTOCOL_TYPE_LAST·=·_lasso.MD_PROTOCOL_TYPE_LAST
 1087 PROVIDER_ROLE_ANY·=·_lasso.PROVIDER_ROLE_ANY
 1088 PROVIDER_ROLE_NONE·=·_lasso.PROVIDER_ROLE_NONE
 1089 PROVIDER_ROLE_SP·=·_lasso.PROVIDER_ROLE_SP
 1090 PROVIDER_ROLE_IDP·=·_lasso.PROVIDER_ROLE_IDP
 1091 PROVIDER_ROLE_BOTH·=·_lasso.PROVIDER_ROLE_BOTH
 1092 PROVIDER_ROLE_AUTHN_AUTHORITY·=·_lasso.PROVIDER_ROLE_AUTHN_AUTHORITY
 1093 PROVIDER_ROLE_AUTHZ_AUTHORITY·=·_lasso.PROVIDER_ROLE_AUTHZ_AUTHORITY
 1094 PROVIDER_ROLE_ATTRIBUTE_AUTHORITY·=·_lasso.PROVIDER_ROLE_ATTRIBUTE_AUTHORITY
 1095 PROVIDER_ROLE_LAST·=·_lasso.PROVIDER_ROLE_LAST
 1096 PROVIDER_ROLE_ALL·=·_lasso.PROVIDER_ROLE_ALL
 1097 PROTOCOL_NONE·=·_lasso.PROTOCOL_NONE
 1098 PROTOCOL_LIBERTY_1_0·=·_lasso.PROTOCOL_LIBERTY_1_0
 1099 PROTOCOL_LIBERTY_1_1·=·_lasso.PROTOCOL_LIBERTY_1_1
 1100 PROTOCOL_LIBERTY_1_2·=·_lasso.PROTOCOL_LIBERTY_1_2
 1101 PROTOCOL_SAML_2_0·=·_lasso.PROTOCOL_SAML_2_0
 1102 ENCRYPTION_MODE_NONE·=·_lasso.ENCRYPTION_MODE_NONE
 1103 ENCRYPTION_MODE_NAMEID·=·_lasso.ENCRYPTION_MODE_NAMEID
 1104 ENCRYPTION_MODE_ASSERTION·=·_lasso.ENCRYPTION_MODE_ASSERTION
 1105 LOGIN_PROTOCOL_PROFILE_BRWS_ART·=·_lasso.LOGIN_PROTOCOL_PROFILE_BRWS_ART
 1106 LOGIN_PROTOCOL_PROFILE_BRWS_POST·=·_lasso.LOGIN_PROTOCOL_PROFILE_BRWS_POST
 1107 LOGIN_PROTOCOL_PROFILE_BRWS_LECP·=·_lasso.LOGIN_PROTOCOL_PROFILE_BRWS_LECP
 1108 LOGIN_PROTOCOL_PROFILE_REDIRECT·=·_lasso.LOGIN_PROTOCOL_PROFILE_REDIRECT
 1109 SERVER_LOAD_METADATA_FLAG_DEFAULT·=·_lasso.SERVER_LOAD_METADATA_FLAG_DEFAULT
 1110 SERVER_LOAD_METADATA_FLAG_CHECK_ENTITIES_DESCRIPTOR_SIGNATURE·=·_lasso.SERVER_LOAD_METADATA_FLAG_CHECK_ENTITIES_DESCRIPTOR_SIGNATURE
 1111 SERVER_LOAD_METADATA_FLAG_CHECK_ENTITY_DESCRIPTOR_SIGNATURE·=·_lasso.SERVER_LOAD_METADATA_FLAG_CHECK_ENTITY_DESCRIPTOR_SIGNATURE
 1112 SERVER_LOAD_METADATA_FLAG_INHERIT_SIGNATURE·=·_lasso.SERVER_LOAD_METADATA_FLAG_INHERIT_SIGNATURE
1041 ASSERTION_QUERY_REQUEST_TYPE_UNSET·=·_lasso.ASSERTION_QUERY_REQUEST_TYPE_UNSET1113 ASSERTION_QUERY_REQUEST_TYPE_UNSET·=·_lasso.ASSERTION_QUERY_REQUEST_TYPE_UNSET
1042 ASSERTION_QUERY_REQUEST_TYPE_ASSERTION_ID·=·_lasso.ASSERTION_QUERY_REQUEST_TYPE_ASSERTION_ID1114 ASSERTION_QUERY_REQUEST_TYPE_ASSERTION_ID·=·_lasso.ASSERTION_QUERY_REQUEST_TYPE_ASSERTION_ID
1043 ASSERTION_QUERY_REQUEST_TYPE_AUTHN·=·_lasso.ASSERTION_QUERY_REQUEST_TYPE_AUTHN1115 ASSERTION_QUERY_REQUEST_TYPE_AUTHN·=·_lasso.ASSERTION_QUERY_REQUEST_TYPE_AUTHN
1044 ASSERTION_QUERY_REQUEST_TYPE_ATTRIBUTE·=·_lasso.ASSERTION_QUERY_REQUEST_TYPE_ATTRIBUTE1116 ASSERTION_QUERY_REQUEST_TYPE_ATTRIBUTE·=·_lasso.ASSERTION_QUERY_REQUEST_TYPE_ATTRIBUTE
1045 ASSERTION_QUERY_REQUEST_TYPE_AUTHZ_DECISION·=·_lasso.ASSERTION_QUERY_REQUEST_TYPE_AUTHZ_DECISION1117 ASSERTION_QUERY_REQUEST_TYPE_AUTHZ_DECISION·=·_lasso.ASSERTION_QUERY_REQUEST_TYPE_AUTHZ_DECISION
1046 ASSERTION_QUERY_REQUEST_TYPE_LAST·=·_lasso.ASSERTION_QUERY_REQUEST_TYPE_LAST1118 ASSERTION_QUERY_REQUEST_TYPE_LAST·=·_lasso.ASSERTION_QUERY_REQUEST_TYPE_LAST
1047 SAML2_ASSERTION_VALID·=·_lasso.SAML2_ASSERTION_VALID1119 SAML2_ASSERTION_VALID·=·_lasso.SAML2_ASSERTION_VALID
Offset 1200, 14 lines modifiedOffset 1272, 16 lines modified
1200 XML_HREF·=·_lasso.XML_HREF1272 XML_HREF·=·_lasso.XML_HREF
1201 XML_PREFIX·=·_lasso.XML_PREFIX1273 XML_PREFIX·=·_lasso.XML_PREFIX
1202 ENCRYPTION_SYM_KEY_TYPE_DEFAULT·=·_lasso.ENCRYPTION_SYM_KEY_TYPE_DEFAULT1274 ENCRYPTION_SYM_KEY_TYPE_DEFAULT·=·_lasso.ENCRYPTION_SYM_KEY_TYPE_DEFAULT
1203 ENCRYPTION_SYM_KEY_TYPE_AES_256·=·_lasso.ENCRYPTION_SYM_KEY_TYPE_AES_2561275 ENCRYPTION_SYM_KEY_TYPE_AES_256·=·_lasso.ENCRYPTION_SYM_KEY_TYPE_AES_256
1204 ENCRYPTION_SYM_KEY_TYPE_AES_128·=·_lasso.ENCRYPTION_SYM_KEY_TYPE_AES_1281276 ENCRYPTION_SYM_KEY_TYPE_AES_128·=·_lasso.ENCRYPTION_SYM_KEY_TYPE_AES_128
1205 ENCRYPTION_SYM_KEY_TYPE_3DES·=·_lasso.ENCRYPTION_SYM_KEY_TYPE_3DES1277 ENCRYPTION_SYM_KEY_TYPE_3DES·=·_lasso.ENCRYPTION_SYM_KEY_TYPE_3DES
1206 ENCRYTPION_SYM_KEY_TYPE_LAST·=·_lasso.ENCRYTPION_SYM_KEY_TYPE_LAST1278 ENCRYTPION_SYM_KEY_TYPE_LAST·=·_lasso.ENCRYTPION_SYM_KEY_TYPE_LAST
 1279 DS_HREF·=·_lasso.DS_HREF
 1280 DS_PREFIX·=·_lasso.DS_PREFIX
1207 SAML2_METADATA_HREF·=·_lasso.SAML2_METADATA_HREF1281 SAML2_METADATA_HREF·=·_lasso.SAML2_METADATA_HREF
1208 SAML2_METADATA_PREFIX·=·_lasso.SAML2_METADATA_PREFIX1282 SAML2_METADATA_PREFIX·=·_lasso.SAML2_METADATA_PREFIX
1209 SAML2_PROTOCOL_HREF·=·_lasso.SAML2_PROTOCOL_HREF1283 SAML2_PROTOCOL_HREF·=·_lasso.SAML2_PROTOCOL_HREF
1210 SAML2_PROTOCOL_PREFIX·=·_lasso.SAML2_PROTOCOL_PREFIX1284 SAML2_PROTOCOL_PREFIX·=·_lasso.SAML2_PROTOCOL_PREFIX
1211 SAML2_ASSERTION_HREF·=·_lasso.SAML2_ASSERTION_HREF1285 SAML2_ASSERTION_HREF·=·_lasso.SAML2_ASSERTION_HREF
1212 SAML2_ASSERTION_PREFIX·=·_lasso.SAML2_ASSERTION_PREFIX1286 SAML2_ASSERTION_PREFIX·=·_lasso.SAML2_ASSERTION_PREFIX
1213 SAML2_METADATA_BINDING_SOAP·=·_lasso.SAML2_METADATA_BINDING_SOAP1287 SAML2_METADATA_BINDING_SOAP·=·_lasso.SAML2_METADATA_BINDING_SOAP
Offset 1309, 88 lines modifiedOffset 1383, 14 lines modified
1309 SAML2_FIELD_SIGALG·=·_lasso.SAML2_FIELD_SIGALG1383 SAML2_FIELD_SIGALG·=·_lasso.SAML2_FIELD_SIGALG
1310 SAML2_ATTRIBUTE_PROFILE_BASIC·=·_lasso.SAML2_ATTRIBUTE_PROFILE_BASIC1384 SAML2_ATTRIBUTE_PROFILE_BASIC·=·_lasso.SAML2_ATTRIBUTE_PROFILE_BASIC
1311 SAML2_ATTRIBUTE_PROFILE_X500·=·_lasso.SAML2_ATTRIBUTE_PROFILE_X5001385 SAML2_ATTRIBUTE_PROFILE_X500·=·_lasso.SAML2_ATTRIBUTE_PROFILE_X500
1312 SAML2_ATTRIBUTE_PROFILE_UUID·=·_lasso.SAML2_ATTRIBUTE_PROFILE_UUID1386 SAML2_ATTRIBUTE_PROFILE_UUID·=·_lasso.SAML2_ATTRIBUTE_PROFILE_UUID
1313 SAML2_ATTRIBUTE_PROFILE_DCE·=·_lasso.SAML2_ATTRIBUTE_PROFILE_DCE1387 SAML2_ATTRIBUTE_PROFILE_DCE·=·_lasso.SAML2_ATTRIBUTE_PROFILE_DCE
1314 SAML2_ECP_PROFILE_WANT_AUTHN_SIGNED·=·_lasso.SAML2_ECP_PROFILE_WANT_AUTHN_SIGNED1388 SAML2_ECP_PROFILE_WANT_AUTHN_SIGNED·=·_lasso.SAML2_ECP_PROFILE_WANT_AUTHN_SIGNED
1315 SAML2_CONDITIONS_DELEGATION·=·_lasso.SAML2_CONDITIONS_DELEGATION1389 SAML2_CONDITIONS_DELEGATION·=·_lasso.SAML2_CONDITIONS_DELEGATION
Max diff block lines reached; 487847/500640 bytes (97.44%) of diff not shown.
20.0 MB
liblasso-perl-dbgsym_2.6.0-2+deb10u1_i386.deb
367 B
file list
    
Offset 1, 3 lines modifiedOffset 1, 3 lines modified
1 -rw-r--r--···0········0········0········4·2021-06-02·18:54:32.000000·debian-binary1 -rw-r--r--···0········0········0········4·2021-06-02·18:54:32.000000·debian-binary
2 -rw-r--r--···0········0········0······540·2021-06-02·18:54:32.000000·control.tar.xz2 -rw-r--r--···0········0········0······540·2021-06-02·18:54:32.000000·control.tar.xz
3 -rw-r--r--···0········0········0···163796·2021-06-02·18:54:32.000000·data.tar.xz3 -rw-r--r--···0········0········0···163488·2021-06-02·18:54:32.000000·data.tar.xz
781 B
control.tar.xz
753 B
control.tar
505 B
./control
    
Offset 1, 13 lines modifiedOffset 1, 13 lines modified
1 Package:·liblasso-perl-dbgsym1 Package:·liblasso-perl-dbgsym
2 Source:·lasso2 Source:·lasso
3 Version:·2.6.0-2+deb10u13 Version:·2.6.0-2+deb10u1
4 Auto-Built-Package:·debug-symbols4 Auto-Built-Package:·debug-symbols
5 Architecture:·i3865 Architecture:·i386
6 Maintainer:·Frederic·Peters·<fpeters@debian.org>6 Maintainer:·Frederic·Peters·<fpeters@debian.org>
7 Installed-Size:·2287 Installed-Size:·227
8 Depends:·liblasso-perl·(=·2.6.0-2+deb10u1)8 Depends:·liblasso-perl·(=·2.6.0-2+deb10u1)
9 Section:·debug9 Section:·debug
10 Priority:·optional10 Priority:·optional
11 Multi-Arch:·same11 Multi-Arch:·same
12 Description:·debug·symbols·for·liblasso-perl12 Description:·debug·symbols·for·liblasso-perl
13 Build-Ids:·d455c8a84b245e1ec677525ea1acb5c383c49fac13 Build-Ids:·1d5a3ba751841466015276809a7ca156c0a19f71
226 B
./md5sums
30.0 B
./md5sums
Files differ
178 B
line order
    
Offset 1, 1 lines modifiedOffset 1, 1 lines modified
1 usr/lib/debug/.build-id/d4/55c8a84b245e1ec677525ea1acb5c383c49fac.debug1 usr/lib/debug/.build-id/1d/5a3ba751841466015276809a7ca156c0a19f71.debug
20.0 MB
data.tar.xz
20.0 MB
data.tar
1.39 KB
file list
    
Offset 1, 10 lines modifiedOffset 1, 10 lines modified
1 drwxr-xr-x···0·root·········(0)·root·········(0)········0·2021-06-02·18:54:32.000000·./1 drwxr-xr-x···0·root·········(0)·root·········(0)········0·2021-06-02·18:54:32.000000·./
2 drwxr-xr-x···0·root·········(0)·root·········(0)········0·2021-06-02·18:54:32.000000·./usr/2 drwxr-xr-x···0·root·········(0)·root·········(0)········0·2021-06-02·18:54:32.000000·./usr/
3 drwxr-xr-x···0·root·········(0)·root·········(0)········0·2021-06-02·18:54:32.000000·./usr/lib/3 drwxr-xr-x···0·root·········(0)·root·········(0)········0·2021-06-02·18:54:32.000000·./usr/lib/
4 drwxr-xr-x···0·root·········(0)·root·········(0)········0·2021-06-02·18:54:32.000000·./usr/lib/debug/4 drwxr-xr-x···0·root·········(0)·root·········(0)········0·2021-06-02·18:54:32.000000·./usr/lib/debug/
5 drwxr-xr-x···0·root·········(0)·root·········(0)········0·2021-06-02·18:54:32.000000·./usr/lib/debug/.build-id/5 drwxr-xr-x···0·root·········(0)·root·········(0)········0·2021-06-02·18:54:32.000000·./usr/lib/debug/.build-id/
6 drwxr-xr-x···0·root·········(0)·root·········(0)········0·2021-06-02·18:54:32.000000·./usr/lib/debug/.build-id/d4/6 drwxr-xr-x···0·root·········(0)·root·········(0)········0·2021-06-02·18:54:32.000000·./usr/lib/debug/.build-id/1d/
7 -rw-r--r--···0·root·········(0)·root·········(0)···222344·2021-06-02·18:54:32.000000·./usr/lib/debug/.build-id/d4/55c8a84b245e1ec677525ea1acb5c383c49fac.debug7 -rw-r--r--···0·root·········(0)·root·········(0)···221944·2021-06-02·18:54:32.000000·./usr/lib/debug/.build-id/1d/5a3ba751841466015276809a7ca156c0a19f71.debug
8 drwxr-xr-x···0·root·········(0)·root·········(0)········0·2021-06-02·18:54:32.000000·./usr/share/8 drwxr-xr-x···0·root·········(0)·root·········(0)········0·2021-06-02·18:54:32.000000·./usr/share/
9 drwxr-xr-x···0·root·········(0)·root·········(0)········0·2021-06-02·18:54:32.000000·./usr/share/doc/9 drwxr-xr-x···0·root·········(0)·root·········(0)········0·2021-06-02·18:54:32.000000·./usr/share/doc/
10 lrwxrwxrwx···0·root·········(0)·root·········(0)········0·2021-06-02·18:54:32.000000·./usr/share/doc/liblasso-perl-dbgsym·->·liblasso-perl10 lrwxrwxrwx···0·root·········(0)·root·········(0)········0·2021-06-02·18:54:32.000000·./usr/share/doc/liblasso-perl-dbgsym·->·liblasso-perl
20.0 MB
./usr/lib/debug/.build-id/d4/55c8a84b245e1ec677525ea1acb5c383c49fac.debug vs.
./usr/lib/debug/.build-id/1d/5a3ba751841466015276809a7ca156c0a19f71.debug
Files 5% similar despite different names
870 B
readelf --wide --file-header {}
    
Offset 6, 15 lines modifiedOffset 6, 15 lines modified
6 ··OS/ABI:····························UNIX·-·System·V6 ··OS/ABI:····························UNIX·-·System·V
7 ··ABI·Version:·······················07 ··ABI·Version:·······················0
8 ··Type:······························DYN·(Shared·object·file)8 ··Type:······························DYN·(Shared·object·file)
9 ··Machine:···························Intel·803869 ··Machine:···························Intel·80386
10 ··Version:···························0x110 ··Version:···························0x1
11 ··Entry·point·address:···············0xa05011 ··Entry·point·address:···············0xa050
12 ··Start·of·program·headers:··········52·(bytes·into·file)12 ··Start·of·program·headers:··········52·(bytes·into·file)
13 ··Start·of·section·headers:··········220984·(bytes·into·file)13 ··Start·of·section·headers:··········220584·(bytes·into·file)
14 ··Flags:·····························0x014 ··Flags:·····························0x0
15 ··Size·of·this·header:···············52·(bytes)15 ··Size·of·this·header:···············52·(bytes)
16 ··Size·of·program·headers:···········32·(bytes)16 ··Size·of·program·headers:···········32·(bytes)
17 ··Number·of·program·headers:·········917 ··Number·of·program·headers:·········9
18 ··Size·of·section·headers:···········40·(bytes)18 ··Size·of·section·headers:···········40·(bytes)
19 ··Number·of·section·headers:·········3419 ··Number·of·section·headers:·········34
20 ··Section·header·string·table·index:·3320 ··Section·header·string·table·index:·33
1.24 KB
readelf --wide --program-header {}
    
Offset 3, 19 lines modifiedOffset 3, 19 lines modified
3 Entry·point·0xa0503 Entry·point·0xa050
4 There·are·9·program·headers,·starting·at·offset·524 There·are·9·program·headers,·starting·at·offset·52
  
5 Program·Headers:5 Program·Headers:
6 ··Type···········Offset···VirtAddr···PhysAddr···FileSiz·MemSiz··Flg·Align6 ··Type···········Offset···VirtAddr···PhysAddr···FileSiz·MemSiz··Flg·Align
7 ··LOAD···········0x000000·0x00000000·0x00000000·0x00178·0x07834·R···0x10007 ··LOAD···········0x000000·0x00000000·0x00000000·0x00178·0x07834·R···0x1000
8 ··LOAD···········0x001000·0x00008000·0x00008000·0x00000·0xb60cc·R·E·0x10008 ··LOAD···········0x001000·0x00008000·0x00008000·0x00000·0xb60cc·R·E·0x1000
9 ··LOAD···········0x001000·0x000bf000·0x000bf000·0x00000·0x1b4fc·R···0x10009 ··LOAD···········0x001000·0x000bf000·0x000bf000·0x00000·0x1b4f4·R···0x1000
10 ··LOAD···········0x000e80·0x000dbe80·0x000dbe80·0x00000·0x009a0·RW··0x100010 ··LOAD···········0x000e80·0x000dbe80·0x000dbe80·0x00000·0x009a0·RW··0x1000
11 ··DYNAMIC········0x000e80·0x000dbe88·0x000dbe88·0x00000·0x00138·RW··0x411 ··DYNAMIC········0x000e80·0x000dbe88·0x000dbe88·0x00000·0x00138·RW··0x4
12 ··NOTE···········0x000154·0x00000154·0x00000154·0x00024·0x00024·R···0x412 ··NOTE···········0x000154·0x00000154·0x00000154·0x00024·0x00024·R···0x4
13 ··GNU_EH_FRAME···0x001000·0x000cf4e4·0x000cf4e4·0x00000·0x0195c·R···0x413 ··GNU_EH_FRAME···0x001000·0x000cf4dc·0x000cf4dc·0x00000·0x0195c·R···0x4
14 ··GNU_STACK······0x000000·0x00000000·0x00000000·0x00000·0x00000·RW··0x1014 ··GNU_STACK······0x000000·0x00000000·0x00000000·0x00000·0x00000·RW··0x10
15 ··GNU_RELRO······0x000e80·0x000dbe80·0x000dbe80·0x00000·0x00180·R···0x115 ··GNU_RELRO······0x000e80·0x000dbe80·0x000dbe80·0x00000·0x00180·R···0x1
  
16 ·Section·to·Segment·mapping:16 ·Section·to·Segment·mapping:
17 ··Segment·Sections...17 ··Segment·Sections...
18 ···00·····.note.gnu.build-id·.gnu.hash·.dynsym·.dynstr·.gnu.version·.gnu.version_r·.rel.dyn·.rel.plt·18 ···00·····.note.gnu.build-id·.gnu.hash·.dynsym·.dynstr·.gnu.version·.gnu.version_r·.rel.dyn·.rel.plt·
19 ···01·····.init·.plt·.plt.got·.text·.fini·19 ···01·····.init·.plt·.plt.got·.text·.fini·
3.91 KB
readelf --wide --sections {}
    
Offset 1, 8 lines modifiedOffset 1, 8 lines modified
1 There·are·34·section·headers,·starting·at·offset·0x35f38:1 There·are·34·section·headers,·starting·at·offset·0x35da8:
  
2 Section·Headers:2 Section·Headers:
3 ··[Nr]·Name··············Type············Addr·····Off····Size···ES·Flg·Lk·Inf·Al3 ··[Nr]·Name··············Type············Addr·····Off····Size···ES·Flg·Lk·Inf·Al
4 ··[·0]···················NULL············00000000·000000·000000·00······0···0··04 ··[·0]···················NULL············00000000·000000·000000·00······0···0··0
5 ··[·1]·.note.gnu.build-id·NOTE············00000154·000154·000024·00···A··0···0··45 ··[·1]·.note.gnu.build-id·NOTE············00000154·000154·000024·00···A··0···0··4
6 ··[·2]·.gnu.hash·········NOBITS··········00000178·000178·000044·04···A··3···0··46 ··[·2]·.gnu.hash·········NOBITS··········00000178·000178·000044·04···A··3···0··4
7 ··[·3]·.dynsym···········NOBITS··········000001bc·000178·002150·10···A··4···1··47 ··[·3]·.dynsym···········NOBITS··········000001bc·000178·002150·10···A··4···1··4
Offset 12, 32 lines modifiedOffset 12, 32 lines modified
12 ··[·7]·.rel.dyn··········NOBITS··········0000679c·000178·000098·08···A··3···0··412 ··[·7]·.rel.dyn··········NOBITS··········0000679c·000178·000098·08···A··3···0··4
13 ··[·8]·.rel.plt··········NOBITS··········00006834·000178·001000·08···A··3··21··413 ··[·8]·.rel.plt··········NOBITS··········00006834·000178·001000·08···A··3··21··4
14 ··[·9]·.init·············NOBITS··········00008000·001000·000020·00··AX··0···0··414 ··[·9]·.init·············NOBITS··········00008000·001000·000020·00··AX··0···0··4
15 ··[10]·.plt··············NOBITS··········00008020·001000·002010·04··AX··0···0·1615 ··[10]·.plt··············NOBITS··········00008020·001000·002010·04··AX··0···0·16
16 ··[11]·.plt.got··········NOBITS··········0000a030·001000·000020·08··AX··0···0··816 ··[11]·.plt.got··········NOBITS··········0000a030·001000·000020·08··AX··0···0··8
17 ··[12]·.text·············NOBITS··········0000a050·001000·0b4065·00··AX··0···0·1617 ··[12]·.text·············NOBITS··········0000a050·001000·0b4065·00··AX··0···0·16
18 ··[13]·.fini·············NOBITS··········000be0b8·001000·000014·00··AX··0···0··418 ··[13]·.fini·············NOBITS··········000be0b8·001000·000014·00··AX··0···0··4
19 ··[14]·.rodata···········NOBITS··········000bf000·001000·0104e1·00···A··0···0··419 ··[14]·.rodata···········NOBITS··········000bf000·001000·0104d9·00···A··0···0··4
20 ··[15]·.eh_frame_hdr·····NOBITS··········000cf4e4·001000·00195c·00···A··0···0··420 ··[15]·.eh_frame_hdr·····NOBITS··········000cf4dc·001000·00195c·00···A··0···0··4
21 ··[16]·.eh_frame·········NOBITS··········000d0e40·001000·0096bc·00···A··0···0··421 ··[16]·.eh_frame·········NOBITS··········000d0e38·001000·0096bc·00···A··0···0··4
22 ··[17]·.init_array·······NOBITS··········000dbe80·000e80·000004·04··WA··0···0··422 ··[17]·.init_array·······NOBITS··········000dbe80·000e80·000004·04··WA··0···0··4
23 ··[18]·.fini_array·······NOBITS··········000dbe84·000e80·000004·04··WA··0···0··423 ··[18]·.fini_array·······NOBITS··········000dbe84·000e80·000004·04··WA··0···0··4
24 ··[19]·.dynamic··········NOBITS··········000dbe88·000e80·000138·08··WA··4···0··424 ··[19]·.dynamic··········NOBITS··········000dbe88·000e80·000138·08··WA··4···0··4
25 ··[20]·.got··············NOBITS··········000dbfc0·000e80·000040·04··WA··0···0··425 ··[20]·.got··············NOBITS··········000dbfc0·000e80·000040·04··WA··0···0··4
26 ··[21]·.got.plt··········NOBITS··········000dc000·000e80·00080c·04··WA··0···0··426 ··[21]·.got.plt··········NOBITS··········000dc000·000e80·00080c·04··WA··0···0··4
27 ··[22]·.data·············NOBITS··········000dc80c·000e80·000004·00··WA··0···0··427 ··[22]·.data·············NOBITS··········000dc80c·000e80·000004·00··WA··0···0··4
28 ··[23]·.bss··············NOBITS··········000dc810·000e80·000010·00··WA··0···0··428 ··[23]·.bss··············NOBITS··········000dc810·000e80·000010·00··WA··0···0··4
29 ··[24]·.comment··········PROGBITS········00000000·000178·00001c·01··MS··0···0··129 ··[24]·.comment··········PROGBITS········00000000·000178·00001c·01··MS··0···0··1
30 ··[25]·.debug_aranges····PROGBITS········00000000·000194·000020·00······0···0··130 ··[25]·.debug_aranges····PROGBITS········00000000·000194·000020·00······0···0··1
31 ··[26]·.debug_info·······PROGBITS········00000000·0001b4·019841·00···C··0···0··431 ··[26]·.debug_info·······PROGBITS········00000000·0001b4·01977a·00···C··0···0··4
32 ··[27]·.debug_abbrev·····PROGBITS········00000000·0199f8·000224·00···C··0···0··432 ··[27]·.debug_abbrev·····PROGBITS········00000000·019930·000224·00···C··0···0··4
33 ··[28]·.debug_line·······PROGBITS········00000000·019c1c·004eff·00···C··0···0··433 ··[28]·.debug_line·······PROGBITS········00000000·019b54·004e48·00···C··0···0··4
34 ··[29]·.debug_str········PROGBITS········00000000·01eb1c·006388·01·MSC··0···0··434 ··[29]·.debug_str········PROGBITS········00000000·01e99c·006378·01·MSC··0···0··4
35 ··[30]·.debug_ranges·····PROGBITS········00000000·024ea4·00002f·00···C··0···0··435 ··[30]·.debug_ranges·····PROGBITS········00000000·024d14·00002f·00···C··0···0··4
36 ··[31]·.symtab···········SYMTAB··········00000000·024ed4·0056c0·10·····32·856··436 ··[31]·.symtab···········SYMTAB··········00000000·024d44·0056c0·10·····32·856··4
37 ··[32]·.strtab···········STRTAB··········00000000·02a594·00b867·00······0···0··137 ··[32]·.strtab···········STRTAB··········00000000·02a404·00b867·00······0···0··1
38 ··[33]·.shstrtab·········STRTAB··········00000000·035dfb·00013d·00······0···0··138 ··[33]·.shstrtab·········STRTAB··········00000000·035c6b·00013d·00······0···0··1
39 Key·to·Flags:39 Key·to·Flags:
40 ··W·(write),·A·(alloc),·X·(execute),·M·(merge),·S·(strings),·I·(info),40 ··W·(write),·A·(alloc),·X·(execute),·M·(merge),·S·(strings),·I·(info),
41 ··L·(link·order),·O·(extra·OS·processing·required),·G·(group),·T·(TLS),41 ··L·(link·order),·O·(extra·OS·processing·required),·G·(group),·T·(TLS),
42 ··C·(compressed),·x·(unknown),·o·(OS·specific),·E·(exclude),42 ··C·(compressed),·x·(unknown),·o·(OS·specific),·E·(exclude),
43 ··p·(processor·specific)43 ··p·(processor·specific)
137 KB
readelf --wide --symbols {}
    
Offset 12, 16 lines modifiedOffset 12, 16 lines modified
12 ·····8:·00006834·····0·SECTION·LOCAL··DEFAULT····8·12 ·····8:·00006834·····0·SECTION·LOCAL··DEFAULT····8·
13 ·····9:·00008000·····0·SECTION·LOCAL··DEFAULT····9·13 ·····9:·00008000·····0·SECTION·LOCAL··DEFAULT····9·
14 ····10:·00008020·····0·SECTION·LOCAL··DEFAULT···10·14 ····10:·00008020·····0·SECTION·LOCAL··DEFAULT···10·
15 ····11:·0000a030·····0·SECTION·LOCAL··DEFAULT···11·15 ····11:·0000a030·····0·SECTION·LOCAL··DEFAULT···11·
16 ····12:·0000a050·····0·SECTION·LOCAL··DEFAULT···12·16 ····12:·0000a050·····0·SECTION·LOCAL··DEFAULT···12·
17 ····13:·000be0b8·····0·SECTION·LOCAL··DEFAULT···13·17 ····13:·000be0b8·····0·SECTION·LOCAL··DEFAULT···13·
18 ····14:·000bf000·····0·SECTION·LOCAL··DEFAULT···14·18 ····14:·000bf000·····0·SECTION·LOCAL··DEFAULT···14·
19 ····15:·000cf4e4·····0·SECTION·LOCAL··DEFAULT···15·19 ····15:·000cf4dc·····0·SECTION·LOCAL··DEFAULT···15·
20 ····16:·000d0e40·····0·SECTION·LOCAL··DEFAULT···16·20 ····16:·000d0e38·····0·SECTION·LOCAL··DEFAULT···16·
21 ····17:·000dbe80·····0·SECTION·LOCAL··DEFAULT···17·21 ····17:·000dbe80·····0·SECTION·LOCAL··DEFAULT···17·
22 ····18:·000dbe84·····0·SECTION·LOCAL··DEFAULT···18·22 ····18:·000dbe84·····0·SECTION·LOCAL··DEFAULT···18·
23 ····19:·000dbe88·····0·SECTION·LOCAL··DEFAULT···19·23 ····19:·000dbe88·····0·SECTION·LOCAL··DEFAULT···19·
24 ····20:·000dbfc0·····0·SECTION·LOCAL··DEFAULT···20·24 ····20:·000dbfc0·····0·SECTION·LOCAL··DEFAULT···20·
25 ····21:·000dc000·····0·SECTION·LOCAL··DEFAULT···21·25 ····21:·000dc000·····0·SECTION·LOCAL··DEFAULT···21·
26 ····22:·000dc80c·····0·SECTION·LOCAL··DEFAULT···22·26 ····22:·000dc80c·····0·SECTION·LOCAL··DEFAULT···22·
27 ····23:·000dc810·····0·SECTION·LOCAL··DEFAULT···23·27 ····23:·000dc810·····0·SECTION·LOCAL··DEFAULT···23·
Offset 47, 15 lines modifiedOffset 47, 15 lines modified
47 ····43:·0000a1f8····41·FUNC····LOCAL··DEFAULT···12·S_croak_memory_wrap47 ····43:·0000a1f8····41·FUNC····LOCAL··DEFAULT···12·S_croak_memory_wrap
48 ····44:·0000a221···139·FUNC····LOCAL··DEFAULT···12·init_perl_lasso48 ····44:·0000a221···139·FUNC····LOCAL··DEFAULT···12·init_perl_lasso
49 ····45:·0000a2ac···285·FUNC····LOCAL··DEFAULT···12·gperl_object_package_from_type49 ····45:·0000a2ac···285·FUNC····LOCAL··DEFAULT···12·gperl_object_package_from_type
50 ····46:·0000a3c9···115·FUNC····LOCAL··DEFAULT···12·gobject_destroy_wrapper50 ····46:·0000a3c9···115·FUNC····LOCAL··DEFAULT···12·gobject_destroy_wrapper
51 ····47:·0000a43c····90·FUNC····LOCAL··DEFAULT···12·gperl_object_stash_from_type51 ····47:·0000a43c····90·FUNC····LOCAL··DEFAULT···12·gperl_object_stash_from_type
52 ····48:·0000a496····77·FUNC····LOCAL··DEFAULT···12·update_wrapper52 ····48:·0000a496····77·FUNC····LOCAL··DEFAULT···12·update_wrapper
53 ····49:·0000a4e3···665·FUNC····LOCAL··DEFAULT···12·gperl_new_object53 ····49:·0000a4e3···665·FUNC····LOCAL··DEFAULT···12·gperl_new_object
54 ····50:·000cf4d0····17·OBJECT··LOCAL··DEFAULT···14·__func__.3355254 ····50:·000cf4c8····17·OBJECT··LOCAL··DEFAULT···14·__func__.33552
55 ····51:·0000a77c···149·FUNC····LOCAL··DEFAULT···12·gperl_get_object55 ····51:·0000a77c···149·FUNC····LOCAL··DEFAULT···12·gperl_get_object
56 ····52:·0000a811···626·FUNC····LOCAL··DEFAULT···12·gperl_lasso_error56 ····52:·0000a811···626·FUNC····LOCAL··DEFAULT···12·gperl_lasso_error
57 ····53:·0000aa83····86·FUNC····LOCAL··DEFAULT···12·check_gobject57 ····53:·0000aa83····86·FUNC····LOCAL··DEFAULT···12·check_gobject
58 ····54:·0000aad9····70·FUNC····LOCAL··DEFAULT···12·_lasso_copy_helper_assign_table_of_attributes58 ····54:·0000aad9····70·FUNC····LOCAL··DEFAULT···12·_lasso_copy_helper_assign_table_of_attributes
59 ····55:·0000ab1f···381·FUNC····LOCAL··DEFAULT···12·lasso_string_fragment_to_xmlnode59 ····55:·0000ab1f···381·FUNC····LOCAL··DEFAULT···12·lasso_string_fragment_to_xmlnode
60 ····56:·0000ac9c···128·FUNC····LOCAL··DEFAULT···12·xmlnode_to_xmlbuffer60 ····56:·0000ac9c···128·FUNC····LOCAL··DEFAULT···12·xmlnode_to_xmlbuffer
61 ····57:·0000ad1c···212·FUNC····LOCAL··DEFAULT···12·xmlnode_to_pv61 ····57:·0000ad1c···212·FUNC····LOCAL··DEFAULT···12·xmlnode_to_pv
Offset 66, 26 lines modifiedOffset 66, 26 lines modified
66 ····62:·0000b47b···113·FUNC····LOCAL··DEFAULT···12·__ht_foreach_get_hoo66 ····62:·0000b47b···113·FUNC····LOCAL··DEFAULT···12·__ht_foreach_get_hoo
67 ····63:·0000b549···491·FUNC····LOCAL··DEFAULT···12·XS_Lasso__Node_DESTROY67 ····63:·0000b549···491·FUNC····LOCAL··DEFAULT···12·XS_Lasso__Node_DESTROY
68 ····64:·0000b734···699·FUNC····LOCAL··DEFAULT···12·XS_Lasso_strerror68 ····64:·0000b734···699·FUNC····LOCAL··DEFAULT···12·XS_Lasso_strerror
69 ····65:·0000b9ef···599·FUNC····LOCAL··DEFAULT···12·XS_Lasso_init69 ····65:·0000b9ef···599·FUNC····LOCAL··DEFAULT···12·XS_Lasso_init
70 ····66:·0000bc46···599·FUNC····LOCAL··DEFAULT···12·XS_Lasso_shutdown70 ····66:·0000bc46···599·FUNC····LOCAL··DEFAULT···12·XS_Lasso_shutdown
71 ····67:·0000be9d··1299·FUNC····LOCAL··DEFAULT···12·XS_Lasso_check_version71 ····67:·0000be9d··1299·FUNC····LOCAL··DEFAULT···12·XS_Lasso_check_version
72 ····68:·0000c3b0···485·FUNC····LOCAL··DEFAULT···12·XS_Lasso_set_flag72 ····68:·0000c3b0···485·FUNC····LOCAL··DEFAULT···12·XS_Lasso_set_flag
 73 ····69:·0000c595···819·FUNC····LOCAL··DEFAULT···12·XS_Lasso_profile_get_request_type_from_soap_msg
 74 ····70:·0000c8c8···816·FUNC····LOCAL··DEFAULT···12·XS_Lasso_profile_is_liberty_query
 75 ····71:·0000cbf8···759·FUNC····LOCAL··DEFAULT···12·XS_Lasso_profile_get_issuer
 76 ····72:·0000ceef···759·FUNC····LOCAL··DEFAULT···12·XS_Lasso_profile_get_in_response_to
73 ····69:·0000c595···816·FUNC····LOCAL··DEFAULT···12·XS_Lasso_profile_is_saml_query77 ····73:·0000d1e6···816·FUNC····LOCAL··DEFAULT···12·XS_Lasso_profile_is_saml_query
74 ····70:·0000c8c5··1075·FUNC····LOCAL··DEFAULT···12·XS_Lasso_saml2_name_id_build_persistent78 ····74:·0000d516··1075·FUNC····LOCAL··DEFAULT···12·XS_Lasso_saml2_name_id_build_persistent
75 ····71:·0000ccf8···892·FUNC····LOCAL··DEFAULT···12·XS_Lasso_saml2_encrypted_element_build_encrypted_persistent_name_id79 ····75:·0000d949···892·FUNC····LOCAL··DEFAULT···12·XS_Lasso_saml2_encrypted_element_build_encrypted_persistent_name_id
76 ····72:·0000d074···699·FUNC····LOCAL··DEFAULT···12·XS_Lasso_build_unique_id 
77 ····73:·0000d32f···722·FUNC····LOCAL··DEFAULT···12·XS_Lasso_register_dst_service80 ····76:·0000dcc5···722·FUNC····LOCAL··DEFAULT···12·XS_Lasso_register_dst_service
78 ····74:·0000d601···759·FUNC····LOCAL··DEFAULT···12·XS_Lasso_get_prefix_for_dst_service_href81 ····77:·0000df97···759·FUNC····LOCAL··DEFAULT···12·XS_Lasso_get_prefix_for_dst_service_href
79 ····75:·0000d8f8···722·FUNC····LOCAL··DEFAULT···12·XS_Lasso_register_idwsf2_dst_service82 ····78:·0000e28e···722·FUNC····LOCAL··DEFAULT···12·XS_Lasso_register_idwsf2_dst_service
80 ····76:·0000dbca···759·FUNC····LOCAL··DEFAULT···12·XS_Lasso_get_prefix_for_idwsf2_dst_service_href83 ····79:·0000e560···759·FUNC····LOCAL··DEFAULT···12·XS_Lasso_get_prefix_for_idwsf2_dst_service_href
81 ····77:·0000dec1···819·FUNC····LOCAL··DEFAULT···12·XS_Lasso_profile_get_request_type_from_soap_msg 
82 ····78:·0000e1f4···816·FUNC····LOCAL··DEFAULT···12·XS_Lasso_profile_is_liberty_query 
83 ····79:·0000e524···759·FUNC····LOCAL··DEFAULT···12·XS_Lasso_profile_get_issuer84 ····80:·0000e857···699·FUNC····LOCAL··DEFAULT···12·XS_Lasso_build_unique_id
84 ····80:·0000e81b···759·FUNC····LOCAL··DEFAULT···12·XS_Lasso_profile_get_in_response_to 
85 ····81:·0000eb12···533·FUNC····LOCAL··DEFAULT···12·XS_Lasso__Node_new85 ····81:·0000eb12···533·FUNC····LOCAL··DEFAULT···12·XS_Lasso__Node_new
86 ····82:·0000ed27···601·FUNC····LOCAL··DEFAULT···12·XS_Lasso__Node_new_from_dump86 ····82:·0000ed27···601·FUNC····LOCAL··DEFAULT···12·XS_Lasso__Node_new_from_dump
87 ····83:·0000ef80···601·FUNC····LOCAL··DEFAULT···12·XS_Lasso__Node_new_from_soap87 ····83:·0000ef80···601·FUNC····LOCAL··DEFAULT···12·XS_Lasso__Node_new_from_soap
88 ····84:·0000f1d9···454·FUNC····LOCAL··DEFAULT···12·XS_Lasso__Node_new_from_xmlNode88 ····84:·0000f1d9···454·FUNC····LOCAL··DEFAULT···12·XS_Lasso__Node_new_from_xmlNode
89 ····85:·0000f39f···331·FUNC····LOCAL··DEFAULT···12·XS_Lasso__Node_cleanup_original_xmlnodes89 ····85:·0000f39f···331·FUNC····LOCAL··DEFAULT···12·XS_Lasso__Node_cleanup_original_xmlnodes
90 ····86:·0000f4ea···605·FUNC····LOCAL··DEFAULT···12·XS_Lasso__Node_dump90 ····86:·0000f4ea···605·FUNC····LOCAL··DEFAULT···12·XS_Lasso__Node_dump
91 ····87:·0000f747···605·FUNC····LOCAL··DEFAULT···12·XS_Lasso__Node_export_to_base6491 ····87:·0000f747···605·FUNC····LOCAL··DEFAULT···12·XS_Lasso__Node_export_to_base64
Offset 110, 749 lines modifiedOffset 110, 749 lines modified
110 ···106:·000134a1···803·FUNC····LOCAL··DEFAULT···12·XS_Lasso__Node_debug110 ···106:·000134a1···803·FUNC····LOCAL··DEFAULT···12·XS_Lasso__Node_debug
111 ···107:·000137c4··1246·FUNC····LOCAL··DEFAULT···12·XS_Lasso__Key_new_for_signature_from_base64_string111 ···107:·000137c4··1246·FUNC····LOCAL··DEFAULT···12·XS_Lasso__Key_new_for_signature_from_base64_string
112 ···108:·00013ca2··1246·FUNC····LOCAL··DEFAULT···12·XS_Lasso__Key_new_for_signature_from_file112 ···108:·00013ca2··1246·FUNC····LOCAL··DEFAULT···12·XS_Lasso__Key_new_for_signature_from_file
113 ···109:·00014180···913·FUNC····LOCAL··DEFAULT···12·XS_Lasso__Key_query_verify113 ···109:·00014180···913·FUNC····LOCAL··DEFAULT···12·XS_Lasso__Key_query_verify
114 ···110:·00014511···842·FUNC····LOCAL··DEFAULT···12·XS_Lasso__Key_query_sign114 ···110:·00014511···842·FUNC····LOCAL··DEFAULT···12·XS_Lasso__Key_query_sign
115 ···111:·0001485b···994·FUNC····LOCAL··DEFAULT···12·XS_Lasso__Key_saml2_xml_verify115 ···111:·0001485b···994·FUNC····LOCAL··DEFAULT···12·XS_Lasso__Key_saml2_xml_verify
430 B
readelf --wide --notes {}
    
Offset 1, 4 lines modifiedOffset 1, 4 lines modified
  
1 Displaying·notes·found·in:·.note.gnu.build-id1 Displaying·notes·found·in:·.note.gnu.build-id
2 ··Owner·················Data·size»  Description2 ··Owner·················Data·size»  Description
3 ··GNU··················0x00000014»  NT_GNU_BUILD_ID·(unique·build·ID·bitstring)»   ····Build·ID:·d455c8a84b245e1ec677525ea1acb5c383c49fac3 ··GNU··················0x00000014»  NT_GNU_BUILD_ID·(unique·build·ID·bitstring)»   ····Build·ID:·1d5a3ba751841466015276809a7ca156c0a19f71
9.32 MB
readelf --wide --debug-dump=rawline {}
    
Offset 1, 13 lines modifiedOffset 1, 13 lines modified
1 Raw·dump·of·debug·contents·of·section·.debug_line:1 Raw·dump·of·debug·contents·of·section·.debug_line:
  
2 ··Offset:······················0x02 ··Offset:······················0x0
3 ··Length:······················1609873 ··Length:······················160907
4 ··DWARF·Version:···············24 ··DWARF·Version:···············2
5 ··Prologue·Length:·············52495 ··Prologue·Length:·············5228
6 ··Minimum·Instruction·Length:··16 ··Minimum·Instruction·Length:··1
7 ··Initial·value·of·'is_stmt':··17 ··Initial·value·of·'is_stmt':··1
8 ··Line·Base:···················-58 ··Line·Base:···················-5
9 ··Line·Range:··················149 ··Line·Range:··················14
10 ··Opcode·Base:·················1310 ··Opcode·Base:·················13
  
11 ·Opcodes:11 ·Opcodes:
Offset 44, 24 lines modifiedOffset 44, 23 lines modified
44 ··17»     ../../lasso/xml/..44 ··17»     ../../lasso/xml/..
45 ··18»     ../../lasso/xml45 ··18»     ../../lasso/xml
46 ··19»     ../../lasso/xml/../xml/saml-2.046 ··19»     ../../lasso/xml/../xml/saml-2.0
47 ··20»     /usr/include/xmlsec1/xmlsec47 ··20»     /usr/include/xmlsec1/xmlsec
48 ··21»     ../../lasso/id-ff/../xml48 ··21»     ../../lasso/id-ff/../xml
49 ··22»     ../../lasso/id-ff49 ··22»     ../../lasso/id-ff
50 ··23»     /usr/include/libxslt50 ··23»     /usr/include/libxslt
51 ··24»     ../../lasso/id-ff/.. 
52 ··25»     ../../lasso/id-ff/../xml/dsig51 ··24»     ../../lasso/id-ff/../xml/dsig
53 ··26»     ../../lasso/id-ff/../xml/saml-2.052 ··25»     ../../lasso/id-ff/../xml/saml-2.0
54 ··27»     ../../lasso/saml-2.0/../xml/saml-2.053 ··26»     ../../lasso/saml-2.0/../xml/saml-2.0
55 ··28»     ../../lasso/saml-2.054 ··27»     ../../lasso/saml-2.0
56 ··29»     ../../lasso/xml/soap-1.155 ··28»     ../../lasso/xml/soap-1.1
 56 ··29»     ../../lasso/xml/ecp
57 ··30»     ../../lasso/xml/saml-2.057 ··30»     ../../lasso/xml/saml-2.0
58 ··31»     ../../lasso/xml/ecp 
  
59 ·The·File·Name·Table·(offset·0x331):58 ·The·File·Name·Table·(offset·0x31c):
60 ··Entry»  Dir»       Time»   Size»       Name59 ··Entry»  Dir»       Time»   Size»       Name
61 ··1»      1»     0»    0»   inline.h60 ··1»      1»     0»    0»   inline.h
62 ··2»      0»     0»    0»   gobject_handling.c61 ··2»      0»     0»    0»   gobject_handling.c
63 ··3»      2»     0»    0»   utils.h62 ··3»      2»     0»    0»   utils.h
64 ··4»      3»     0»    0»   utils.c63 ··4»      3»     0»    0»   utils.c
65 ··5»      0»     0»    0»   glist_handling.c64 ··5»      0»     0»    0»   glist_handling.c
66 ··6»      0»     0»    0»   ghashtable_handling.c65 ··6»      0»     0»    0»   ghashtable_handling.c
Offset 164, 21 lines modifiedOffset 163, 21 lines modified
164 ··103»    15»  0» 0»globals.h163 ··103»    15»  0» 0»globals.h
165 ··104»    17»  0» 0»ctypes.h164 ··104»    17»  0» 0»ctypes.h
166 ··105»    18»  0» 0»xml.h165 ··105»    18»  0» 0»xml.h
167 ··106»    19»  0» 0»samlp2_idp_entry.h166 ··106»    19»  0» 0»samlp2_idp_entry.h
168 ··107»    19»  0» 0»samlp2_idp_list.h167 ··107»    19»  0» 0»samlp2_idp_list.h
169 ··108»    20»  0» 0»strings.h168 ··108»    20»  0» 0»strings.h
170 ··109»    2»   0»  0» debug.h169 ··109»    2»   0»  0» debug.h
 170 ··110»    2»   0»  0» key.h
171 ··110»    21»  0» 0»saml_name_identifier.h171 ··111»    21»  0» 0»saml_name_identifier.h
172 ··111»    22»  0» 0»federation.h172 ··112»    22»  0» 0»federation.h
173 ··112»    22»  0» 0»identity.h173 ··113»    22»  0» 0»identity.h
174 ··113»    15»  0» 0»xpath.h174 ··114»    15»  0» 0»xpath.h
175 ··114»    23»  0» 0»xslt.h175 ··115»    23»  0» 0»xslt.h
176 ··115»    21»  0» 0»xml_enc.h176 ··116»    21»  0» 0»xml_enc.h
177 ··116»    24»  0» 0»key.h 
178 ··117»    22»  0» 0»provider.h177 ··117»    22»  0» 0»provider.h
179 ··118»    22»  0» 0»server.h178 ··118»    22»  0» 0»server.h
180 ··119»    22»  0» 0»session.h179 ··119»    22»  0» 0»session.h
181 ··120»    21»  0» 0»samlp_request_abstract.h180 ··120»    21»  0» 0»samlp_request_abstract.h
182 ··121»    21»  0» 0»samlp_response_abstract.h181 ··121»    21»  0» 0»samlp_response_abstract.h
183 ··122»    22»  0» 0»profile.h182 ··122»    22»  0» 0»profile.h
184 ··123»    21»  0» 0»lib_federation_termination_notification.h183 ··123»    21»  0» 0»lib_federation_termination_notification.h
Offset 193, 20 lines modifiedOffset 192, 20 lines modified
193 ··132»    21»  0» 0»samlp_status_code.h192 ··132»    21»  0» 0»samlp_status_code.h
194 ··133»    21»  0» 0»samlp_status.h193 ··133»    21»  0» 0»samlp_status.h
195 ··134»    21»  0» 0»saml_advice.h194 ··134»    21»  0» 0»saml_advice.h
196 ··135»    21»  0» 0»saml_assertion.h195 ··135»    21»  0» 0»saml_assertion.h
197 ··136»    21»  0» 0»saml_authority_binding.h196 ··136»    21»  0» 0»saml_authority_binding.h
198 ··137»    21»  0» 0»saml_subject_locality.h197 ··137»    21»  0» 0»saml_subject_locality.h
199 ··138»    21»  0» 0»saml_statement_abstract.h198 ··138»    21»  0» 0»saml_statement_abstract.h
200 ··139»    25»  0» 0»ds_rsa_key_value.h199 ··139»    24»  0» 0»ds_rsa_key_value.h
201 ··140»    25»  0» 0»ds_x509_data.h200 ··140»    24»  0» 0»ds_x509_data.h
202 ··141»    25»  0» 0»ds_key_value.h201 ··141»    24»  0» 0»ds_key_value.h
203 ··142»    25»  0» 0»ds_key_info.h202 ··142»    24»  0» 0»ds_key_info.h
204 ··143»    21»  0» 0»saml_subject_confirmation.h203 ··143»    21»  0» 0»saml_subject_confirmation.h
205 ··144»    26»  0» 0»saml2_encrypted_element.h204 ··144»    25»  0» 0»saml2_encrypted_element.h
206 ··145»    21»  0» 0»saml_subject.h205 ··145»    21»  0» 0»saml_subject.h
207 ··146»    21»  0» 0»saml_subject_statement_abstract.h206 ··146»    21»  0» 0»saml_subject_statement_abstract.h
208 ··147»    21»  0» 0»saml_authentication_statement.h207 ··147»    21»  0» 0»saml_authentication_statement.h
209 ··148»    21»  0» 0»saml_condition_abstract.h208 ··148»    21»  0» 0»saml_condition_abstract.h
210 ··149»    21»  0» 0»saml_audience_restriction_condition.h209 ··149»    21»  0» 0»saml_audience_restriction_condition.h
211 ··150»    21»  0» 0»saml_conditions.h210 ··150»    21»  0» 0»saml_conditions.h
212 ··151»    21»  0» 0»saml_subject_statement.h211 ··151»    21»  0» 0»saml_subject_statement.h
Offset 223, 81804 lines modifiedOffset 222, 81804 lines modified
223 ··162»    21»  0» 0»lib_status_response.h222 ··162»    21»  0» 0»lib_status_response.h
224 ··163»    22»  0» 0»logout.h223 ··163»    22»  0» 0»logout.h
225 ··164»    21»  0» 0»lib_name_identifier_mapping_request.h224 ··164»    21»  0» 0»lib_name_identifier_mapping_request.h
226 ··165»    21»  0» 0»lib_name_identifier_mapping_response.h225 ··165»    21»  0» 0»lib_name_identifier_mapping_response.h
227 ··166»    22»  0» 0»name_identifier_mapping.h226 ··166»    22»  0» 0»name_identifier_mapping.h
228 ··167»    21»  0» 0»lib_register_name_identifier_request.h227 ··167»    21»  0» 0»lib_register_name_identifier_request.h
229 ··168»    22»  0» 0»name_registration.h228 ··168»    22»  0» 0»name_registration.h
230 ··169»    27»  0» 0»saml2_name_id.h229 ··169»    26»  0» 0»saml2_name_id.h
231 ··170»    27»  0» 0»samlp2_extensions.h230 ··170»    26»  0» 0»samlp2_extensions.h
232 ··171»    27»  0» 0»samlp2_request_abstract.h231 ··171»    26»  0» 0»samlp2_request_abstract.h
233 ··172»    27»  0» 0»samlp2_terminate.h232 ··172»    26»  0» 0»samlp2_terminate.h
234 ··173»    27»  0» 0»samlp2_manage_name_id_request.h233 ··173»    26»  0» 0»samlp2_manage_name_id_request.h
235 ··174»    27»  0» 0»samlp2_status_code.h234 ··174»    26»  0» 0»samlp2_status_code.h
236 ··175»    27»  0» 0»samlp2_status_detail.h235 ··175»    26»  0» 0»samlp2_status_detail.h
237 ··176»    27»  0» 0»samlp2_status.h236 ··176»    26»  0» 0»samlp2_status.h
238 ··177»    27»  0» 0»samlp2_status_response.h237 ··177»    26»  0» 0»samlp2_status_response.h
239 ··178»    28»  0» 0»name_id_management.h238 ··178»    27»  0» 0»name_id_management.h
240 ··179»    28»  0» 0»ecp.h239 ··179»    27»  0» 0»ecp.h
241 ··180»    28»  0» 0»assertion_query.h240 ··180»    27»  0» 0»assertion_query.h
242 ··181»    27»  0» 0»saml2_assertion.h241 ··181»    26»  0» 0»saml2_assertion.h
243 ··182»    27»  0» 0»saml2_advice.h242 ··182»    26»  0» 0»saml2_advice.h
244 ··183»    27»  0» 0»saml2_conditions.h243 ··183»    26»  0» 0»saml2_conditions.h
245 ··184»    27»  0» 0»saml2_base_idabstract.h244 ··184»    26»  0» 0»saml2_base_idabstract.h
246 ··185»    27»  0» 0»saml2_subject_confirmation_data.h245 ··185»    26»  0» 0»saml2_subject_confirmation_data.h
247 ··186»    27»  0» 0»saml2_subject_confirmation.h246 ··186»    26»  0» 0»saml2_subject_confirmation.h
248 ··187»    27»  0» 0»saml2_subject.h247 ··187»    26»  0» 0»saml2_subject.h
249 ··188»    28»  0» 0»saml2_helper.h248 ··188»    27»  0» 0»saml2_helper.h
250 ··189»    2»   0»  0» lasso.h249 ··189»    2»   0»  0» lasso.h
251 ··190»    18»  0» 0»paos_response.h250 ··190»    18»  0» 0»lib_assertion.h
252 ··191»    18»  0» 0»paos_request.h251 ··191»    18»  0» 0»paos_request.h
253 ··192»    18»  0» 0»lib_assertion.h 
254 ··193»    18»  0» 0»lib_authn_context.h 
255 ··194»    18»  0» 0»lib_subject.h252 ··192»    18»  0» 0»lib_subject.h
256 ··195»    18»  0» 0»saml_attribute_value.h253 ··193»    18»  0» 0»saml_attribute_value.h
 254 ··194»    18»  0» 0»paos_response.h
 255 ··195»    18»  0» 0»misc_text_node.h
 256 ··196»    18»  0» 0»lib_authn_context.h
257 ··196»    18»  0» 0»lib_authentication_statement.h257 ··197»    18»  0» 0»lib_authentication_statement.h
258 ··197»    18»  0» 0»misc_text_node.h 
259 ··198»    29»  0» 0»soap_detail.h258 ··198»    28»  0» 0»soap_detail.h
260 ··199»    29»  0» 0»soap_fault.h 
261 ··200»    29»  0» 0»soap_body.h259 ··199»    28»  0» 0»soap_body.h
262 ··201»    29»  0» 0»soap_header.h260 ··200»    28»  0» 0»soap_header.h
Max diff block lines reached; 9770330/9776435 bytes (99.94%) of diff not shown.
9.97 MB
readelf --wide --debug-dump=info {}
    
Offset 2, 242 lines modifiedOffset 2, 242 lines modified
  
2 ··Compilation·Unit·@·offset·0x0:2 ··Compilation·Unit·@·offset·0x0:
3 ···Length:········0x41416·(32-bit)3 ···Length:········0x41416·(32-bit)
4 ···Version:·······44 ···Version:·······4
5 ···Abbrev·Offset:·0x05 ···Abbrev·Offset:·0x0
6 ···Pointer·Size:··46 ···Pointer·Size:··4
7 ·<0><b>:·Abbrev·Number:·1·(DW_TAG_compile_unit)7 ·<0><b>:·Abbrev·Number:·1·(DW_TAG_compile_unit)
8 ····<c>···DW_AT_producer····:·(indirect·string,·offset:·0x11275):·GNU·C17·8.3.0·-mtune=generic·-march=i686·-g·-fwrapv·-fno-strict-aliasing·-fPIC8 ····<c>···DW_AT_producer····:·(indirect·string,·offset:·0x112c9):·GNU·C17·8.3.0·-mtune=generic·-march=i686·-g·-fwrapv·-fno-strict-aliasing·-fPIC
9 ····<10>···DW_AT_language····:·12»  (ANSI·C99)9 ····<10>···DW_AT_language····:·12»  (ANSI·C99)
10 ····<11>···DW_AT_name········:·(indirect·string,·offset:·0x12aaa):·Lasso.c10 ····<11>···DW_AT_name········:·(indirect·string,·offset:·0x12ac7):·Lasso.c
11 ····<15>···DW_AT_comp_dir····:·(indirect·string,·offset:·0xfd49):·/build/lasso-2.6.0/bindings/perl11 ····<15>···DW_AT_comp_dir····:·(indirect·string,·offset:·0xfd84):·/build/lasso-2.6.0/bindings/perl
12 ····<19>···DW_AT_low_pc······:·0xa14912 ····<19>···DW_AT_low_pc······:·0xa149
13 ····<1d>···DW_AT_high_pc·····:·0xb3f6813 ····<1d>···DW_AT_high_pc·····:·0xb3f68
14 ····<21>···DW_AT_stmt_list···:·0x014 ····<21>···DW_AT_stmt_list···:·0x0
15 ·<1><25>:·Abbrev·Number:·2·(DW_TAG_base_type)15 ·<1><25>:·Abbrev·Number:·2·(DW_TAG_base_type)
16 ····<26>···DW_AT_byte_size···:·116 ····<26>···DW_AT_byte_size···:·1
17 ····<27>···DW_AT_encoding····:·8»   (unsigned·char)17 ····<27>···DW_AT_encoding····:·8»   (unsigned·char)
18 ····<28>···DW_AT_name········:·(indirect·string,·offset:·0x50a5):·unsigned·char18 ····<28>···DW_AT_name········:·(indirect·string,·offset:·0x50fc):·unsigned·char
19 ·<1><2c>:·Abbrev·Number:·3·(DW_TAG_const_type)19 ·<1><2c>:·Abbrev·Number:·3·(DW_TAG_const_type)
20 ····<2d>···DW_AT_type········:·<0x25>20 ····<2d>···DW_AT_type········:·<0x25>
21 ·<1><31>:·Abbrev·Number:·2·(DW_TAG_base_type)21 ·<1><31>:·Abbrev·Number:·2·(DW_TAG_base_type)
22 ····<32>···DW_AT_byte_size···:·222 ····<32>···DW_AT_byte_size···:·2
23 ····<33>···DW_AT_encoding····:·7»   (unsigned)23 ····<33>···DW_AT_encoding····:·7»   (unsigned)
24 ····<34>···DW_AT_name········:·(indirect·string,·offset:·0xbe14):·short·unsigned·int24 ····<34>···DW_AT_name········:·(indirect·string,·offset:·0xbf10):·short·unsigned·int
25 ·<1><38>:·Abbrev·Number:·3·(DW_TAG_const_type)25 ·<1><38>:·Abbrev·Number:·3·(DW_TAG_const_type)
26 ····<39>···DW_AT_type········:·<0x31>26 ····<39>···DW_AT_type········:·<0x31>
27 ·<1><3d>:·Abbrev·Number:·2·(DW_TAG_base_type)27 ·<1><3d>:·Abbrev·Number:·2·(DW_TAG_base_type)
28 ····<3e>···DW_AT_byte_size···:·428 ····<3e>···DW_AT_byte_size···:·4
29 ····<3f>···DW_AT_encoding····:·7»   (unsigned)29 ····<3f>···DW_AT_encoding····:·7»   (unsigned)
30 ····<40>···DW_AT_name········:·(indirect·string,·offset:·0xf845):·unsigned·int30 ····<40>···DW_AT_name········:·(indirect·string,·offset:·0xf8a1):·unsigned·int
31 ·<1><44>:·Abbrev·Number:·2·(DW_TAG_base_type)31 ·<1><44>:·Abbrev·Number:·2·(DW_TAG_base_type)
32 ····<45>···DW_AT_byte_size···:·432 ····<45>···DW_AT_byte_size···:·4
33 ····<46>···DW_AT_encoding····:·7»   (unsigned)33 ····<46>···DW_AT_encoding····:·7»   (unsigned)
34 ····<47>···DW_AT_name········:·(indirect·string,·offset:·0xf840):·long·unsigned·int34 ····<47>···DW_AT_name········:·(indirect·string,·offset:·0xf89c):·long·unsigned·int
35 ·<1><4b>:·Abbrev·Number:·2·(DW_TAG_base_type)35 ·<1><4b>:·Abbrev·Number:·2·(DW_TAG_base_type)
36 ····<4c>···DW_AT_byte_size···:·136 ····<4c>···DW_AT_byte_size···:·1
37 ····<4d>···DW_AT_encoding····:·6»   (signed·char)37 ····<4d>···DW_AT_encoding····:·6»   (signed·char)
38 ····<4e>···DW_AT_name········:·(indirect·string,·offset:·0x50a7):·signed·char38 ····<4e>···DW_AT_name········:·(indirect·string,·offset:·0x50fe):·signed·char
39 ·<1><52>:·Abbrev·Number:·4·(DW_TAG_typedef)39 ·<1><52>:·Abbrev·Number:·4·(DW_TAG_typedef)
40 ····<53>···DW_AT_name········:·(indirect·string,·offset:·0x136b):·__uint8_t40 ····<53>···DW_AT_name········:·(indirect·string,·offset:·0x13a3):·__uint8_t
41 ····<57>···DW_AT_decl_file···:·1041 ····<57>···DW_AT_decl_file···:·10
42 ····<58>···DW_AT_decl_line···:·3742 ····<58>···DW_AT_decl_line···:·37
43 ····<59>···DW_AT_decl_column·:·2343 ····<59>···DW_AT_decl_column·:·23
44 ····<5a>···DW_AT_type········:·<0x25>44 ····<5a>···DW_AT_type········:·<0x25>
45 ·<1><5e>:·Abbrev·Number:·2·(DW_TAG_base_type)45 ·<1><5e>:·Abbrev·Number:·2·(DW_TAG_base_type)
46 ····<5f>···DW_AT_byte_size···:·246 ····<5f>···DW_AT_byte_size···:·2
47 ····<60>···DW_AT_encoding····:·5»   (signed)47 ····<60>···DW_AT_encoding····:·5»   (signed)
48 ····<61>···DW_AT_name········:·(indirect·string,·offset:·0x100fc):·short·int48 ····<61>···DW_AT_name········:·(indirect·string,·offset:·0x10137):·short·int
49 ·<1><65>:·Abbrev·Number:·4·(DW_TAG_typedef)49 ·<1><65>:·Abbrev·Number:·4·(DW_TAG_typedef)
50 ····<66>···DW_AT_name········:·(indirect·string,·offset:·0x1064e):·__uint16_t50 ····<66>···DW_AT_name········:·(indirect·string,·offset:·0x10689):·__uint16_t
51 ····<6a>···DW_AT_decl_file···:·1051 ····<6a>···DW_AT_decl_file···:·10
52 ····<6b>···DW_AT_decl_line···:·3952 ····<6b>···DW_AT_decl_line···:·39
53 ····<6c>···DW_AT_decl_column·:·2853 ····<6c>···DW_AT_decl_column·:·28
54 ····<6d>···DW_AT_type········:·<0x31>54 ····<6d>···DW_AT_type········:·<0x31>
55 ·<1><71>:·Abbrev·Number:·5·(DW_TAG_base_type)55 ·<1><71>:·Abbrev·Number:·5·(DW_TAG_base_type)
56 ····<72>···DW_AT_byte_size···:·456 ····<72>···DW_AT_byte_size···:·4
57 ····<73>···DW_AT_encoding····:·5»   (signed)57 ····<73>···DW_AT_encoding····:·5»   (signed)
58 ····<74>···DW_AT_name········:·int58 ····<74>···DW_AT_name········:·int
59 ·<1><78>:·Abbrev·Number:·3·(DW_TAG_const_type)59 ·<1><78>:·Abbrev·Number:·3·(DW_TAG_const_type)
60 ····<79>···DW_AT_type········:·<0x71>60 ····<79>···DW_AT_type········:·<0x71>
61 ·<1><7d>:·Abbrev·Number:·4·(DW_TAG_typedef)61 ·<1><7d>:·Abbrev·Number:·4·(DW_TAG_typedef)
62 ····<7e>···DW_AT_name········:·(indirect·string,·offset:·0x90ad):·__uint32_t62 ····<7e>···DW_AT_name········:·(indirect·string,·offset:·0x9179):·__uint32_t
63 ····<82>···DW_AT_decl_file···:·1063 ····<82>···DW_AT_decl_file···:·10
64 ····<83>···DW_AT_decl_line···:·4164 ····<83>···DW_AT_decl_line···:·41
65 ····<84>···DW_AT_decl_column·:·2265 ····<84>···DW_AT_decl_column·:·22
66 ····<85>···DW_AT_type········:·<0x3d>66 ····<85>···DW_AT_type········:·<0x3d>
67 ·<1><89>:·Abbrev·Number:·2·(DW_TAG_base_type)67 ·<1><89>:·Abbrev·Number:·2·(DW_TAG_base_type)
68 ····<8a>···DW_AT_byte_size···:·868 ····<8a>···DW_AT_byte_size···:·8
69 ····<8b>···DW_AT_encoding····:·5»   (signed)69 ····<8b>···DW_AT_encoding····:·5»   (signed)
70 ····<8c>···DW_AT_name········:·(indirect·string,·offset:·0x14354):·long·long·int70 ····<8c>···DW_AT_name········:·(indirect·string,·offset:·0x1435a):·long·long·int
71 ·<1><90>:·Abbrev·Number:·2·(DW_TAG_base_type)71 ·<1><90>:·Abbrev·Number:·2·(DW_TAG_base_type)
72 ····<91>···DW_AT_byte_size···:·872 ····<91>···DW_AT_byte_size···:·8
73 ····<92>···DW_AT_encoding····:·7»   (unsigned)73 ····<92>···DW_AT_encoding····:·7»   (unsigned)
74 ····<93>···DW_AT_name········:·(indirect·string,·offset:·0xf83b):·long·long·unsigned·int74 ····<93>···DW_AT_name········:·(indirect·string,·offset:·0xf897):·long·long·unsigned·int
75 ·<1><97>:·Abbrev·Number:·4·(DW_TAG_typedef)75 ·<1><97>:·Abbrev·Number:·4·(DW_TAG_typedef)
76 ····<98>···DW_AT_name········:·(indirect·string,·offset:·0x88d9):·__quad_t76 ····<98>···DW_AT_name········:·(indirect·string,·offset:·0x899c):·__quad_t
77 ····<9c>···DW_AT_decl_file···:·1077 ····<9c>···DW_AT_decl_file···:·10
78 ····<9d>···DW_AT_decl_line···:·6578 ····<9d>···DW_AT_decl_line···:·65
79 ····<9e>···DW_AT_decl_column·:·3779 ····<9e>···DW_AT_decl_column·:·37
80 ····<9f>···DW_AT_type········:·<0x89>80 ····<9f>···DW_AT_type········:·<0x89>
81 ·<1><a3>:·Abbrev·Number:·4·(DW_TAG_typedef)81 ·<1><a3>:·Abbrev·Number:·4·(DW_TAG_typedef)
82 ····<a4>···DW_AT_name········:·(indirect·string,·offset:·0x911):·__u_quad_t82 ····<a4>···DW_AT_name········:·(indirect·string,·offset:·0x930):·__u_quad_t
83 ····<a8>···DW_AT_decl_file···:·1083 ····<a8>···DW_AT_decl_file···:·10
84 ····<a9>···DW_AT_decl_line···:·6684 ····<a9>···DW_AT_decl_line···:·66
85 ····<aa>···DW_AT_decl_column·:·4685 ····<aa>···DW_AT_decl_column·:·46
86 ····<ab>···DW_AT_type········:·<0x90>86 ····<ab>···DW_AT_type········:·<0x90>
87 ·<1><af>:·Abbrev·Number:·4·(DW_TAG_typedef)87 ·<1><af>:·Abbrev·Number:·4·(DW_TAG_typedef)
88 ····<b0>···DW_AT_name········:·(indirect·string,·offset:·0xe713):·__dev_t88 ····<b0>···DW_AT_name········:·(indirect·string,·offset:·0xe779):·__dev_t
89 ····<b4>···DW_AT_decl_file···:·1089 ····<b4>···DW_AT_decl_file···:·10
90 ····<b5>···DW_AT_decl_line···:·14390 ····<b5>···DW_AT_decl_line···:·143
91 ····<b6>···DW_AT_decl_column·:·2591 ····<b6>···DW_AT_decl_column·:·25
92 ····<b7>···DW_AT_type········:·<0xa3>92 ····<b7>···DW_AT_type········:·<0xa3>
93 ·<1><bb>:·Abbrev·Number:·4·(DW_TAG_typedef)93 ·<1><bb>:·Abbrev·Number:·4·(DW_TAG_typedef)
94 ····<bc>···DW_AT_name········:·(indirect·string,·offset:·0x104ee):·__uid_t94 ····<bc>···DW_AT_name········:·(indirect·string,·offset:·0x10529):·__uid_t
95 ····<c0>···DW_AT_decl_file···:·1095 ····<c0>···DW_AT_decl_file···:·10
96 ····<c1>···DW_AT_decl_line···:·14496 ····<c1>···DW_AT_decl_line···:·144
97 ····<c2>···DW_AT_decl_column·:·2597 ····<c2>···DW_AT_decl_column·:·25
98 ····<c3>···DW_AT_type········:·<0x3d>98 ····<c3>···DW_AT_type········:·<0x3d>
99 ·<1><c7>:·Abbrev·Number:·4·(DW_TAG_typedef)99 ·<1><c7>:·Abbrev·Number:·4·(DW_TAG_typedef)
100 ····<c8>···DW_AT_name········:·(indirect·string,·offset:·0xdcdc):·__gid_t100 ····<c8>···DW_AT_name········:·(indirect·string,·offset:·0xdd54):·__gid_t
101 ····<cc>···DW_AT_decl_file···:·10101 ····<cc>···DW_AT_decl_file···:·10
102 ····<cd>···DW_AT_decl_line···:·145102 ····<cd>···DW_AT_decl_line···:·145
103 ····<ce>···DW_AT_decl_column·:·25103 ····<ce>···DW_AT_decl_column·:·25
104 ····<cf>···DW_AT_type········:·<0x3d>104 ····<cf>···DW_AT_type········:·<0x3d>
105 ·<1><d3>:·Abbrev·Number:·4·(DW_TAG_typedef)105 ·<1><d3>:·Abbrev·Number:·4·(DW_TAG_typedef)
106 ····<d4>···DW_AT_name········:·(indirect·string,·offset:·0x10288):·__ino_t106 ····<d4>···DW_AT_name········:·(indirect·string,·offset:·0x102c3):·__ino_t
107 ····<d8>···DW_AT_decl_file···:·10107 ····<d8>···DW_AT_decl_file···:·10
108 ····<d9>···DW_AT_decl_line···:·146108 ····<d9>···DW_AT_decl_line···:·146
109 ····<da>···DW_AT_decl_column·:·25109 ····<da>···DW_AT_decl_column·:·25
110 ····<db>···DW_AT_type········:·<0x44>110 ····<db>···DW_AT_type········:·<0x44>
111 ·<1><df>:·Abbrev·Number:·4·(DW_TAG_typedef)111 ·<1><df>:·Abbrev·Number:·4·(DW_TAG_typedef)
112 ····<e0>···DW_AT_name········:·(indirect·string,·offset:·0x831f):·__ino64_t112 ····<e0>···DW_AT_name········:·(indirect·string,·offset:·0x83b8):·__ino64_t
113 ····<e4>···DW_AT_decl_file···:·10113 ····<e4>···DW_AT_decl_file···:·10
114 ····<e5>···DW_AT_decl_line···:·147114 ····<e5>···DW_AT_decl_line···:·147
115 ····<e6>···DW_AT_decl_column·:·27115 ····<e6>···DW_AT_decl_column·:·27
116 ····<e7>···DW_AT_type········:·<0xa3>116 ····<e7>···DW_AT_type········:·<0xa3>
117 ·<1><eb>:·Abbrev·Number:·4·(DW_TAG_typedef)117 ·<1><eb>:·Abbrev·Number:·4·(DW_TAG_typedef)
118 ····<ec>···DW_AT_name········:·(indirect·string,·offset:·0x22a5):·__mode_t118 ····<ec>···DW_AT_name········:·(indirect·string,·offset:·0x22e6):·__mode_t
119 ····<f0>···DW_AT_decl_file···:·10119 ····<f0>···DW_AT_decl_file···:·10
120 ····<f1>···DW_AT_decl_line···:·148120 ····<f1>···DW_AT_decl_line···:·148
121 ····<f2>···DW_AT_decl_column·:·26121 ····<f2>···DW_AT_decl_column·:·26
122 ····<f3>···DW_AT_type········:·<0x3d>122 ····<f3>···DW_AT_type········:·<0x3d>
123 ·<1><f7>:·Abbrev·Number:·4·(DW_TAG_typedef)123 ·<1><f7>:·Abbrev·Number:·4·(DW_TAG_typedef)
124 ····<f8>···DW_AT_name········:·(indirect·string,·offset:·0xbb41):·__nlink_t124 ····<f8>···DW_AT_name········:·(indirect·string,·offset:·0xbc29):·__nlink_t
125 ····<fc>···DW_AT_decl_file···:·10125 ····<fc>···DW_AT_decl_file···:·10
126 ····<fd>···DW_AT_decl_line···:·149126 ····<fd>···DW_AT_decl_line···:·149
127 ····<fe>···DW_AT_decl_column·:·27127 ····<fe>···DW_AT_decl_column·:·27
Max diff block lines reached; 10444277/10452156 bytes (99.92%) of diff not shown.
54.2 KB
strings --all --bytes=8 {}
    
Offset 1, 70 lines modifiedOffset 1, 58 lines modified
1 GCC:·(Debian·8.3.0-6)·8.3.01 qGCC:·(Debian·8.3.0-6)·8.3.0
 2 {nBS#d?u
 3 q4[V~·PH:=_VHSD
 4 !f}f"3a6
 5 PhrLsu7_
 6 YeVdWnJz
 7 npL'dL'dL
 8 DnpL'DLy
 9 d.=d.=t\z
 10 RdL-dL-t
 11 dL~:L~:L~NL
 12 4.Cd.Cd.
 13 \6hzS.Z5
 14 .ri·qy2B
 15 d0cd0ct`
 16 `\d0.:0.:0.N0^-(
 17 N*u=Uq=Uq=U
 18 E3FA3FA3F
 19 _[8%ic\@
 20 "W}?·WOX
 21 \6*\6*\6J.+7
 22 TMUEMUEMU
 23 \,,[p.g)
 24 ;Vsfx·;RBd
 25 \6*\6*\6J.%
 26 \j*\j*\jJ.c
 27 t&#:Szb:S
 28 vq`xKjxKjx
 29 WWRWWRWW
 30 $x]?`.9$x'
 31 \pwwwwwwwww
 32 \:+\:+\:K.K
 33 +\j(\jI.
 34 8ES\AS\AS\
 35 '~<KL]#j»       %K
 36 XhA"tj-v
 37 TnGEnGEnG
 38 Jr8m4M9{
 39 SiaclaclacdaSia
 40 }Sdg(h&%
 41 Z*0=-»  7o
 42 ··R(»     /:B
 43 l/$TVhS9
 44 UA]l:MqL
 45 PH+u4Z$ST2y
 46 W4Gf:ZrO
 47 p)2bsNAOVoI
 48 M@?Eg7^O
 49 IA[WPn9'r
 50 =ou?z':_O
 51 p!a+E@s;
2 ·SZU<kmS 
3 9~,2+Y&} 
4 b?%V1dawG8 
5 \MI$S_b7 
6 k7.=@6%, 
7 Bb=0eI3z 
8 kk!}`nlg!& 
9 BX{e@#·Xp 
10 tg0{W{5= 
11 Vs·}HM_E 
12 r8hZ»   =2!4 
13 bS5~Sj]X 
14 APWO@Z6F 
15 L|0f$(fx&A 
16 iLU8m>b;0 
17 ST:-?9}aSU 
18 Z#RjBe5"S 
19 ,~cil3^1C 
20 =#"66Hll 
21 tv#:g_c:{ 
22 j*)j*)j*I5 
23 rk(rk(rkH 
24 -IKif1Mq 
25 LXFhV^.# 
26 UsIQsIQsI 
27 &/Ql$/Qnu 
28 \:)\:)\:I. 
29 tN!:owc: 
30 osPosPo= 
31 kL0MV0M»* 
32 ^&v/7v'k 
33 J1UU0UU0U 
34 `b?»    &Ql` 
35 Qzz-_:]T 
36 2·xs*xs*xK/ 
37 z{)z{)z{I 
38 \&)\&)\&I.; 
39 @9l6>b6Zy 
40 MRy~HRyYl 
41 `.)`.)`.Y`* 
42 <qc0g'`0 
43 TwUEwUEwUK 
44 4|%..5=!> 
45 DOp0x#=; 
46 ppb.^R%8»       U 
47 lW@-,%V<>v 
48 yQRL-\L{ 
49 b@UG=t·,: 
50 T~($TV*S9PH 
51 "s@eX|$K 
52 L&wS!!sA 
53 Ql:hPV(B 
54 D#Y<mrA( 
55 \N54toTu 
56 4r0_L(NR»        
57 F0fkZ$)3F 
58 a]'%*"t. 
59 oqFaT,DAH 
60 EM>.oiJ^; 
61 4»      cS*oSuC 
62 NEJ~3JIZ 
63 '3FOm^m_ 
64 crtstuff.c52 crtstuff.c
65 deregister_tm_clones53 deregister_tm_clones
66 __do_global_dtors_aux54 __do_global_dtors_aux
67 completed.688655 completed.6886
68 __do_global_dtors_aux_fini_array_entry56 __do_global_dtors_aux_fini_array_entry
69 frame_dummy57 frame_dummy
70 __frame_dummy_init_array_entry58 __frame_dummy_init_array_entry
Offset 93, 26 lines modifiedOffset 81, 26 lines modified
93 __ht_foreach_get_hoo81 __ht_foreach_get_hoo
94 XS_Lasso__Node_DESTROY82 XS_Lasso__Node_DESTROY
95 XS_Lasso_strerror83 XS_Lasso_strerror
96 XS_Lasso_init84 XS_Lasso_init
97 XS_Lasso_shutdown85 XS_Lasso_shutdown
98 XS_Lasso_check_version86 XS_Lasso_check_version
Max diff block lines reached; 53761/55398 bytes (97.05%) of diff not shown.
81.7 KB
objdump --line-numbers --disassemble --demangle --reloc --no-show-raw-insn --section=.text {}
    
Offset 118, 48 lines modifiedOffset 118, 48 lines modified
  
118 0000be9d·<XS_Lasso_check_version>:118 0000be9d·<XS_Lasso_check_version>:
119 »       ...119 »       ...
  
120 0000c3b0·<XS_Lasso_set_flag>:120 0000c3b0·<XS_Lasso_set_flag>:
121 »       ...121 »       ...
  
122 0000c595·<XS_Lasso_profile_is_saml_query>:122 0000c595·<XS_Lasso_profile_get_request_type_from_soap_msg>:
123 »       ...123 »       ...
  
124 0000c8c5·<XS_Lasso_saml2_name_id_build_persistent>:124 0000c8c8·<XS_Lasso_profile_is_liberty_query>:
125 »       ...125 »       ...
  
126 0000ccf8·<XS_Lasso_saml2_encrypted_element_build_encrypted_persistent_name_id>:126 0000cbf8·<XS_Lasso_profile_get_issuer>:
127 »       ...127 »       ...
  
128 0000d074·<XS_Lasso_build_unique_id>:128 0000ceef·<XS_Lasso_profile_get_in_response_to>:
129 »       ...129 »       ...
  
130 0000d32f·<XS_Lasso_register_dst_service>:130 0000d1e6·<XS_Lasso_profile_is_saml_query>:
131 »       ...131 »       ...
  
132 0000d601·<XS_Lasso_get_prefix_for_dst_service_href>:132 0000d516·<XS_Lasso_saml2_name_id_build_persistent>:
133 »       ...133 »       ...
  
134 0000d8f8·<XS_Lasso_register_idwsf2_dst_service>:134 0000d949·<XS_Lasso_saml2_encrypted_element_build_encrypted_persistent_name_id>:
135 »       ...135 »       ...
  
136 0000dbca·<XS_Lasso_get_prefix_for_idwsf2_dst_service_href>:136 0000dcc5·<XS_Lasso_register_dst_service>:
137 »       ...137 »       ...
  
138 0000dec1·<XS_Lasso_profile_get_request_type_from_soap_msg>:138 0000df97·<XS_Lasso_get_prefix_for_dst_service_href>:
139 »       ...139 »       ...
  
140 0000e1f4·<XS_Lasso_profile_is_liberty_query>:140 0000e28e·<XS_Lasso_register_idwsf2_dst_service>:
141 »       ...141 »       ...
  
142 0000e524·<XS_Lasso_profile_get_issuer>:142 0000e560·<XS_Lasso_get_prefix_for_idwsf2_dst_service_href>:
143 »       ...143 »       ...
  
144 0000e81b·<XS_Lasso_profile_get_in_response_to>:144 0000e857·<XS_Lasso_build_unique_id>:
145 »       ...145 »       ...
  
146 0000eb12·<XS_Lasso__Node_new>:146 0000eb12·<XS_Lasso__Node_new>:
147 »       ...147 »       ...
  
148 0000ed27·<XS_Lasso__Node_new_from_dump>:148 0000ed27·<XS_Lasso__Node_new_from_dump>:
149 »       ...149 »       ...
Offset 250, 2202 lines modifiedOffset 250, 2202 lines modified
  
250 0001485b·<XS_Lasso__Key_saml2_xml_verify>:250 0001485b·<XS_Lasso__Key_saml2_xml_verify>:
251 »       ...251 »       ...
  
252 00014c3d·<XS_Lasso__Key_saml2_xml_sign>:252 00014c3d·<XS_Lasso__Key_saml2_xml_sign>:
253 »       ...253 »       ...
  
254 00014f26·<XS_Lasso__PaosResponse_new>:254 00014f26·<XS_Lasso__Identity_new>:
255 »       ...255 »       ...
  
256 0001523c·<XS_Lasso__PaosResponse_validate>:256 0001513b·<XS_Lasso__Identity_new_from_dump>:
257 »       ...257 »       ...
  
258 000154d2·<XS_Lasso__PaosResponse_refToMessageID>:258 00015394·<XS_Lasso__Identity_get_federation>:
259 »       ...259 »       ...
  
260 00015873·<XS_Lasso__PaosResponse_mustUnderstand>:260 0001562c·<XS_Lasso__Identity_dump>:
261 »       ...261 »       ...
  
262 00015c18·<XS_Lasso__PaosResponse_actor>:262 00015889·<XS_Lasso__Identity_federations>:
263 »       ...263 »       ...
  
264 00015fb9·<XS_Lasso__SamlAdvice_new>:264 00015afb·<XS_Lasso__Identity_is_dirty>:
265 »       ...265 »       ...
  
266 000161ce·<XS_Lasso__SamlAdvice_AssertionIDReference>:266 00015ea0·<XS_Lasso__Profile_get_identity>:
267 »       ...267 »       ...
  
268 0001665b·<XS_Lasso__SamlAdvice_Assertion>:268 0001604b·<XS_Lasso__Profile_get_session>:
269 »       ...269 »       ...
  
270 00016957·<XS_Lasso__SamlAudienceRestrictionCondition_new>:270 000161f6·<XS_Lasso__Profile_is_identity_dirty>:
271 »       ...271 »       ...
  
272 00016b6c·<XS_Lasso__SamlAudienceRestrictionCondition_new_full>:272 0001648c·<XS_Lasso__Profile_is_session_dirty>:
273 »       ...273 »       ...
  
274 00016dc5·<XS_Lasso__SamlAudienceRestrictionCondition_Audience>:274 00016722·<XS_Lasso__Profile_set_identity_from_dump>:
275 »       ...275 »       ...
  
276 000172d3·<XS_Lasso__SamlSubject_new>:276 00016ab3·<XS_Lasso__Profile_set_session_from_dump>:
277 »       ...277 »       ...
  
278 000174e8·<XS_Lasso__SamlSubject_NameIdentifier>:278 00016e44·<XS_Lasso__Profile_get_nameIdentifier>:
279 »       ...279 »       ...
  
280 000177e4·<XS_Lasso__SamlSubject_SubjectConfirmation>:280 00016fef·<XS_Lasso__Profile_get_artifact>:
281 »       ...281 »       ...
  
282 00017ae0·<XS_Lasso__SamlSubject_EncryptedNameIdentifier>:282 0001724c·<XS_Lasso__Profile_get_artifact_message>:
283 »       ...283 »       ...
  
284 00017ddc·<XS_Lasso__SamlpRequestAbstract_RespondWith>:284 000174a9·<XS_Lasso__Profile_set_artifact_message>:
285 »       ...285 »       ...
  
286 000182ea·<XS_Lasso__SamlpRequestAbstract_RequestID>:286 000176e1·<XS_Lasso__Profile_set_signature_hint>:
287 »       ...287 »       ...
  
288 0001868b·<XS_Lasso__SamlpRequestAbstract_MajorVersion>:288 000178da·<XS_Lasso__Profile_get_signature_hint>:
289 »       ...289 »       ...
  
290 00018a30·<XS_Lasso__SamlpRequestAbstract_MinorVersion>:290 00017b73·<XS_Lasso__Profile_set_soap_fault_response>:
291 »       ...291 »       ...
  
292 00018dd5·<XS_Lasso__SamlpRequestAbstract_IssueInstant>:292 00018091·<XS_Lasso__Profile_set_signature_verify_hint>:
293 »       ...293 »       ...
  
294 00019176·<XS_Lasso__SamlpRequestAbstract_sign_type>:294 0001828a·<XS_Lasso__Profile_get_signature_verify_hint>:
295 »       ...295 »       ...
  
296 0001951e·<XS_Lasso__SamlpRequestAbstract_sign_method>:296 00018523·<XS_Lasso__Profile_sso_role_with>:
297 »       ...297 »       ...
  
298 000198c6·<XS_Lasso__SamlpRequestAbstract_private_key_file>:298 000188a6·<XS_Lasso__Profile_get_signature_status>:
299 »       ...299 »       ...
  
300 00019c67·<XS_Lasso__SamlpRequestAbstract_certificate_file>:300 00018b4a·<XS_Lasso__Profile_get_message_id>:
301 »       ...301 »       ...
Max diff block lines reached; 79145/83426 bytes (94.87%) of diff not shown.
256 KB
readelf --wide --decompress --string-dump=.debug_str {}
    
Offset 58, 3736 lines modifiedOffset 58, 3736 lines modified
58 ··[···4c9]··xmlSecHrefGostR3411_2012_51258 ··[···4c9]··xmlSecHrefGostR3411_2012_512
59 ··[···4e6]··xmlSecNameDsaSha159 ··[···4e6]··xmlSecNameDsaSha1
60 ··[···4f8]··XML_RNGP_GRAMMAR_EMPTY60 ··[···4f8]··XML_RNGP_GRAMMAR_EMPTY
61 ··[···50f]··XS_Lasso__LibAuthenticationStatement_new_full61 ··[···50f]··XS_Lasso__LibAuthenticationStatement_new_full
62 ··[···53d]··sig_slurpy62 ··[···53d]··sig_slurpy
63 ··[···548]··blku_loop63 ··[···548]··blku_loop
238 KB
readelf --wide --decompress --hex-dump=.strtab {}
    
Offset 43, 43 lines modifiedOffset 43, 43 lines modified
43 ··0x00000280·5f4e6f64·655f4445·5354524f·59005853·_Node_DESTROY.XS43 ··0x00000280·5f4e6f64·655f4445·5354524f·59005853·_Node_DESTROY.XS
44 ··0x00000290·5f4c6173·736f5f73·74726572·726f7200·_Lasso_strerror.44 ··0x00000290·5f4c6173·736f5f73·74726572·726f7200·_Lasso_strerror.
45 ··0x000002a0·58535f4c·6173736f·5f696e69·74005853·XS_Lasso_init.XS45 ··0x000002a0·58535f4c·6173736f·5f696e69·74005853·XS_Lasso_init.XS
46 ··0x000002b0·5f4c6173·736f5f73·68757464·6f776e00·_Lasso_shutdown.46 ··0x000002b0·5f4c6173·736f5f73·68757464·6f776e00·_Lasso_shutdown.
47 ··0x000002c0·58535f4c·6173736f·5f636865·636b5f76·XS_Lasso_check_v47 ··0x000002c0·58535f4c·6173736f·5f636865·636b5f76·XS_Lasso_check_v
48 ··0x000002d0·65727369·6f6e0058·535f4c61·73736f5f·ersion.XS_Lasso_48 ··0x000002d0·65727369·6f6e0058·535f4c61·73736f5f·ersion.XS_Lasso_
49 ··0x000002e0·7365745f·666c6167·0058535f·4c617373·set_flag.XS_Lass49 ··0x000002e0·7365745f·666c6167·0058535f·4c617373·set_flag.XS_Lass
50 ··0x000002f0·6f5f7072·6f66696c·655f6973·5f73616d·o_profile_is_sam 
51 ··0x00000300·6c5f7175·65727900·58535f4c·6173736f·l_query.XS_Lasso 
52 ··0x00000310·5f73616d·6c325f6e·616d655f·69645f62·_saml2_name_id_b 
53 ··0x00000320·75696c64·5f706572·73697374·656e7400·uild_persistent. 
54 ··0x00000330·58535f4c·6173736f·5f73616d·6c325f65·XS_Lasso_saml2_e 
55 ··0x00000340·6e637279·70746564·5f656c65·6d656e74·ncrypted_element 
56 ··0x00000350·5f627569·6c645f65·6e637279·70746564·_build_encrypted 
57 ··0x00000360·5f706572·73697374·656e745f·6e616d65·_persistent_name 
58 ··0x00000370·5f696400·58535f4c·6173736f·5f627569·_id.XS_Lasso_bui 
59 ··0x00000380·6c645f75·6e697175·655f6964·0058535f·ld_unique_id.XS_ 
60 ··0x00000390·4c617373·6f5f7265·67697374·65725f64·Lasso_register_d 
61 ··0x000003a0·73745f73·65727669·63650058·535f4c61·st_service.XS_La 
62 ··0x000003b0·73736f5f·6765745f·70726566·69785f66·sso_get_prefix_f 
63 ··0x000003c0·6f725f64·73745f73·65727669·63655f68·or_dst_service_h 
64 ··0x000003d0·72656600·58535f4c·6173736f·5f726567·ref.XS_Lasso_reg 
65 ··0x000003e0·69737465·725f6964·77736632·5f647374·ister_idwsf2_dst 
66 ··0x000003f0·5f736572·76696365·0058535f·4c617373·_service.XS_Lass 
67 ··0x00000400·6f5f6765·745f7072·65666978·5f666f72·o_get_prefix_for 
68 ··0x00000410·5f696477·7366325f·6473745f·73657276·_idwsf2_dst_serv 
69 ··0x00000420·6963655f·68726566·0058535f·4c617373·ice_href.XS_Lass 
70 ··0x00000430·6f5f7072·6f66696c·655f6765·745f7265·o_profile_get_re50 ··0x000002f0·6f5f7072·6f66696c·655f6765·745f7265·o_profile_get_re
71 ··0x00000440·71756573·745f7479·70655f66·726f6d5f·quest_type_from_51 ··0x00000300·71756573·745f7479·70655f66·726f6d5f·quest_type_from_
72 ··0x00000450·736f6170·5f6d7367·0058535f·4c617373·soap_msg.XS_Lass52 ··0x00000310·736f6170·5f6d7367·0058535f·4c617373·soap_msg.XS_Lass
73 ··0x00000460·6f5f7072·6f66696c·655f6973·5f6c6962·o_profile_is_lib53 ··0x00000320·6f5f7072·6f66696c·655f6973·5f6c6962·o_profile_is_lib
74 ··0x00000470·65727479·5f717565·72790058·535f4c61·erty_query.XS_La54 ··0x00000330·65727479·5f717565·72790058·535f4c61·erty_query.XS_La
75 ··0x00000480·73736f5f·70726f66·696c655f·6765745f·sso_profile_get_55 ··0x00000340·73736f5f·70726f66·696c655f·6765745f·sso_profile_get_
76 ··0x00000490·69737375·65720058·535f4c61·73736f5f·issuer.XS_Lasso_56 ··0x00000350·69737375·65720058·535f4c61·73736f5f·issuer.XS_Lasso_
77 ··0x000004a0·70726f66·696c655f·6765745f·696e5f72·profile_get_in_r57 ··0x00000360·70726f66·696c655f·6765745f·696e5f72·profile_get_in_r
78 ··0x000004b0·6573706f·6e73655f·746f0058·535f4c61·esponse_to.XS_La58 ··0x00000370·6573706f·6e73655f·746f0058·535f4c61·esponse_to.XS_La
 59 ··0x00000380·73736f5f·70726f66·696c655f·69735f73·sso_profile_is_s
 60 ··0x00000390·616d6c5f·71756572·79005853·5f4c6173·aml_query.XS_Las
 61 ··0x000003a0·736f5f73·616d6c32·5f6e616d·655f6964·so_saml2_name_id
 62 ··0x000003b0·5f627569·6c645f70·65727369·7374656e·_build_persisten
 63 ··0x000003c0·74005853·5f4c6173·736f5f73·616d6c32·t.XS_Lasso_saml2
 64 ··0x000003d0·5f656e63·72797074·65645f65·6c656d65·_encrypted_eleme
 65 ··0x000003e0·6e745f62·75696c64·5f656e63·72797074·nt_build_encrypt
 66 ··0x000003f0·65645f70·65727369·7374656e·745f6e61·ed_persistent_na
 67 ··0x00000400·6d655f69·64005853·5f4c6173·736f5f72·me_id.XS_Lasso_r
 68 ··0x00000410·65676973·7465725f·6473745f·73657276·egister_dst_serv
 69 ··0x00000420·69636500·58535f4c·6173736f·5f676574·ice.XS_Lasso_get
 70 ··0x00000430·5f707265·6669785f·666f725f·6473745f·_prefix_for_dst_
 71 ··0x00000440·73657276·6963655f·68726566·0058535f·service_href.XS_
 72 ··0x00000450·4c617373·6f5f7265·67697374·65725f69·Lasso_register_i
 73 ··0x00000460·64777366·325f6473·745f7365·72766963·dwsf2_dst_servic
 74 ··0x00000470·65005853·5f4c6173·736f5f67·65745f70·e.XS_Lasso_get_p
 75 ··0x00000480·72656669·785f666f·725f6964·77736632·refix_for_idwsf2
 76 ··0x00000490·5f647374·5f736572·76696365·5f687265·_dst_service_hre
 77 ··0x000004a0·66005853·5f4c6173·736f5f62·75696c64·f.XS_Lasso_build
 78 ··0x000004b0·5f756e69·7175655f·69640058·535f4c61·_unique_id.XS_La
79 ··0x000004c0·73736f5f·5f4e6f64·655f6e65·77005853·sso__Node_new.XS79 ··0x000004c0·73736f5f·5f4e6f64·655f6e65·77005853·sso__Node_new.XS
80 ··0x000004d0·5f4c6173·736f5f5f·4e6f6465·5f6e6577·_Lasso__Node_new80 ··0x000004d0·5f4c6173·736f5f5f·4e6f6465·5f6e6577·_Lasso__Node_new
81 ··0x000004e0·5f66726f·6d5f6475·6d700058·535f4c61·_from_dump.XS_La81 ··0x000004e0·5f66726f·6d5f6475·6d700058·535f4c61·_from_dump.XS_La
82 ··0x000004f0·73736f5f·5f4e6f64·655f6e65·775f6672·sso__Node_new_fr82 ··0x000004f0·73736f5f·5f4e6f64·655f6e65·775f6672·sso__Node_new_fr
83 ··0x00000500·6f6d5f73·6f617000·58535f4c·6173736f·om_soap.XS_Lasso83 ··0x00000500·6f6d5f73·6f617000·58535f4c·6173736f·om_soap.XS_Lasso
84 ··0x00000510·5f5f4e6f·64655f6e·65775f66·726f6d5f·__Node_new_from_84 ··0x00000510·5f5f4e6f·64655f6e·65775f66·726f6d5f·__Node_new_from_
85 ··0x00000520·786d6c4e·6f646500·58535f4c·6173736f·xmlNode.XS_Lasso85 ··0x00000520·786d6c4e·6f646500·58535f4c·6173736f·xmlNode.XS_Lasso
Offset 137, 1791 lines modifiedOffset 137, 1791 lines modified
137 ··0x00000860·0058535f·4c617373·6f5f5f4b·65795f71·.XS_Lasso__Key_q137 ··0x00000860·0058535f·4c617373·6f5f5f4b·65795f71·.XS_Lasso__Key_q
138 ··0x00000870·75657279·5f766572·69667900·58535f4c·uery_verify.XS_L138 ··0x00000870·75657279·5f766572·69667900·58535f4c·uery_verify.XS_L
139 ··0x00000880·6173736f·5f5f4b65·795f7175·6572795f·asso__Key_query_139 ··0x00000880·6173736f·5f5f4b65·795f7175·6572795f·asso__Key_query_
140 ··0x00000890·7369676e·0058535f·4c617373·6f5f5f4b·sign.XS_Lasso__K140 ··0x00000890·7369676e·0058535f·4c617373·6f5f5f4b·sign.XS_Lasso__K
141 ··0x000008a0·65795f73·616d6c32·5f786d6c·5f766572·ey_saml2_xml_ver141 ··0x000008a0·65795f73·616d6c32·5f786d6c·5f766572·ey_saml2_xml_ver
142 ··0x000008b0·69667900·58535f4c·6173736f·5f5f4b65·ify.XS_Lasso__Ke142 ··0x000008b0·69667900·58535f4c·6173736f·5f5f4b65·ify.XS_Lasso__Ke
3.27 KB
liblasso3-dbgsym_2.6.0-2+deb10u1_i386.deb
367 B
file list
    
Offset 1, 3 lines modifiedOffset 1, 3 lines modified
1 -rw-r--r--···0········0········0········4·2021-06-02·18:54:32.000000·debian-binary1 -rw-r--r--···0········0········0········4·2021-06-02·18:54:32.000000·debian-binary
2 -rw-r--r--···0········0········0······524·2021-06-02·18:54:32.000000·control.tar.xz2 -rw-r--r--···0········0········0······524·2021-06-02·18:54:32.000000·control.tar.xz
3 -rw-r--r--···0········0········0···869184·2021-06-02·18:54:32.000000·data.tar.xz3 -rw-r--r--···0········0········0···869196·2021-06-02·18:54:32.000000·data.tar.xz
625 B
control.tar.xz
597 B
control.tar
349 B
./control
    
Offset 5, 8 lines modifiedOffset 5, 8 lines modified
5 Architecture:·i3865 Architecture:·i386
6 Maintainer:·Frederic·Peters·<fpeters@debian.org>6 Maintainer:·Frederic·Peters·<fpeters@debian.org>
7 Installed-Size:·9957 Installed-Size:·995
8 Depends:·liblasso3·(=·2.6.0-2+deb10u1)8 Depends:·liblasso3·(=·2.6.0-2+deb10u1)
9 Section:·debug9 Section:·debug
10 Priority:·optional10 Priority:·optional
11 Description:·debug·symbols·for·liblasso311 Description:·debug·symbols·for·liblasso3
12 Build-Ids:·98b3d1a98f3372e0a6135660df27ff9f903a2e9912 Build-Ids:·c487beef81abd4bc87d5149d2b65d675d1c3bd54
226 B
./md5sums
30.0 B
./md5sums
Files differ
178 B
line order
    
Offset 1, 1 lines modifiedOffset 1, 1 lines modified
1 usr/lib/debug/.build-id/98/b3d1a98f3372e0a6135660df27ff9f903a2e99.debug1 usr/lib/debug/.build-id/c4/87beef81abd4bc87d5149d2b65d675d1c3bd54.debug
2.22 KB
data.tar.xz
2.2 KB
data.tar
1.38 KB
file list
    
Offset 1, 10 lines modifiedOffset 1, 10 lines modified
1 drwxr-xr-x···0·root·········(0)·root·········(0)········0·2021-06-02·18:54:32.000000·./1 drwxr-xr-x···0·root·········(0)·root·········(0)········0·2021-06-02·18:54:32.000000·./
2 drwxr-xr-x···0·root·········(0)·root·········(0)········0·2021-06-02·18:54:32.000000·./usr/2 drwxr-xr-x···0·root·········(0)·root·········(0)········0·2021-06-02·18:54:32.000000·./usr/
3 drwxr-xr-x···0·root·········(0)·root·········(0)········0·2021-06-02·18:54:32.000000·./usr/lib/3 drwxr-xr-x···0·root·········(0)·root·········(0)········0·2021-06-02·18:54:32.000000·./usr/lib/
4 drwxr-xr-x···0·root·········(0)·root·········(0)········0·2021-06-02·18:54:32.000000·./usr/lib/debug/4 drwxr-xr-x···0·root·········(0)·root·········(0)········0·2021-06-02·18:54:32.000000·./usr/lib/debug/
5 drwxr-xr-x···0·root·········(0)·root·········(0)········0·2021-06-02·18:54:32.000000·./usr/lib/debug/.build-id/5 drwxr-xr-x···0·root·········(0)·root·········(0)········0·2021-06-02·18:54:32.000000·./usr/lib/debug/.build-id/
6 drwxr-xr-x···0·root·········(0)·root·········(0)········0·2021-06-02·18:54:32.000000·./usr/lib/debug/.build-id/98/6 drwxr-xr-x···0·root·········(0)·root·········(0)········0·2021-06-02·18:54:32.000000·./usr/lib/debug/.build-id/c4/
7 -rw-r--r--···0·root·········(0)·root·········(0)··1008036·2021-06-02·18:54:32.000000·./usr/lib/debug/.build-id/98/b3d1a98f3372e0a6135660df27ff9f903a2e99.debug7 -rw-r--r--···0·root·········(0)·root·········(0)··1008036·2021-06-02·18:54:32.000000·./usr/lib/debug/.build-id/c4/87beef81abd4bc87d5149d2b65d675d1c3bd54.debug
8 drwxr-xr-x···0·root·········(0)·root·········(0)········0·2021-06-02·18:54:32.000000·./usr/share/8 drwxr-xr-x···0·root·········(0)·root·········(0)········0·2021-06-02·18:54:32.000000·./usr/share/
9 drwxr-xr-x···0·root·········(0)·root·········(0)········0·2021-06-02·18:54:32.000000·./usr/share/doc/9 drwxr-xr-x···0·root·········(0)·root·········(0)········0·2021-06-02·18:54:32.000000·./usr/share/doc/
10 lrwxrwxrwx···0·root·········(0)·root·········(0)········0·2021-06-02·18:54:32.000000·./usr/share/doc/liblasso3-dbgsym·->·liblasso310 lrwxrwxrwx···0·root·········(0)·root·········(0)········0·2021-06-02·18:54:32.000000·./usr/share/doc/liblasso3-dbgsym·->·liblasso3
818 B
./usr/lib/debug/.build-id/98/b3d1a98f3372e0a6135660df27ff9f903a2e99.debug vs.
./usr/lib/debug/.build-id/c4/87beef81abd4bc87d5149d2b65d675d1c3bd54.debug
Files 0% similar despite different names
430 B
readelf --wide --notes {}
    
Offset 1, 4 lines modifiedOffset 1, 4 lines modified
  
1 Displaying·notes·found·in:·.note.gnu.build-id1 Displaying·notes·found·in:·.note.gnu.build-id
2 ··Owner·················Data·size»  Description2 ··Owner·················Data·size»  Description
3 ··GNU··················0x00000014»  NT_GNU_BUILD_ID·(unique·build·ID·bitstring)»   ····Build·ID:·98b3d1a98f3372e0a6135660df27ff9f903a2e993 ··GNU··················0x00000014»  NT_GNU_BUILD_ID·(unique·build·ID·bitstring)»   ····Build·ID:·c487beef81abd4bc87d5149d2b65d675d1c3bd54
202 B
strings --all --bytes=8 {}
    
Offset 1, 8 lines modifiedOffset 1, 8 lines modified
1 GCC:·(Debian·8.3.0-6)·8.3.01 TGCC:·(Debian·8.3.0-6)·8.3.0
2 &j%=UJQ=2 &j%=UJQ=
3 []v>E:U3>3 []v>E:U3>
4 qP95?T^V4 qP95?T^V
5 N<kwINP%95 N<kwINP%9
6 p@rLD~Ga16 p@rLD~Ga1
7 Fn0~CNqpn#7 Fn0~CNqpn#
8 *,E?"B6{8 *,E?"B6{
24.9 MB
python-lasso-dbgsym_2.6.0-2+deb10u1_i386.deb
367 B
file list
    
Offset 1, 3 lines modifiedOffset 1, 3 lines modified
1 -rw-r--r--···0········0········0········4·2021-06-02·18:54:32.000000·debian-binary1 -rw-r--r--···0········0········0········4·2021-06-02·18:54:32.000000·debian-binary
2 -rw-r--r--···0········0········0······528·2021-06-02·18:54:32.000000·control.tar.xz2 -rw-r--r--···0········0········0······528·2021-06-02·18:54:32.000000·control.tar.xz
3 -rw-r--r--···0········0········0···229932·2021-06-02·18:54:32.000000·data.tar.xz3 -rw-r--r--···0········0········0···229924·2021-06-02·18:54:32.000000·data.tar.xz
760 B
control.tar.xz
732 B
control.tar
484 B
./control
    
Offset 1, 12 lines modifiedOffset 1, 12 lines modified
1 Package:·python-lasso-dbgsym1 Package:·python-lasso-dbgsym
2 Source:·lasso2 Source:·lasso
3 Version:·2.6.0-2+deb10u13 Version:·2.6.0-2+deb10u1
4 Auto-Built-Package:·debug-symbols4 Auto-Built-Package:·debug-symbols
5 Architecture:·i3865 Architecture:·i386
6 Maintainer:·Frederic·Peters·<fpeters@debian.org>6 Maintainer:·Frederic·Peters·<fpeters@debian.org>
7 Installed-Size:·3277 Installed-Size:·326
8 Depends:·python-lasso·(=·2.6.0-2+deb10u1)8 Depends:·python-lasso·(=·2.6.0-2+deb10u1)
9 Section:·debug9 Section:·debug
10 Priority:·optional10 Priority:·optional
11 Description:·debug·symbols·for·python-lasso11 Description:·debug·symbols·for·python-lasso
12 Build-Ids:·2d7f92aedb0b27605bef4cfcda3b4dce25661c3d12 Build-Ids:·7834142d4cd3a35db281bb6bdaa9436e22e058cd
226 B
./md5sums
30.0 B
./md5sums
Files differ
178 B
line order
    
Offset 1, 1 lines modifiedOffset 1, 1 lines modified
1 usr/lib/debug/.build-id/2d/7f92aedb0b27605bef4cfcda3b4dce25661c3d.debug1 usr/lib/debug/.build-id/78/34142d4cd3a35db281bb6bdaa9436e22e058cd.debug
24.9 MB
data.tar.xz
24.9 MB
data.tar
1.39 KB
file list
    
Offset 1, 10 lines modifiedOffset 1, 10 lines modified
1 drwxr-xr-x···0·root·········(0)·root·········(0)········0·2021-06-02·18:54:32.000000·./1 drwxr-xr-x···0·root·········(0)·root·········(0)········0·2021-06-02·18:54:32.000000·./
2 drwxr-xr-x···0·root·········(0)·root·········(0)········0·2021-06-02·18:54:32.000000·./usr/2 drwxr-xr-x···0·root·········(0)·root·········(0)········0·2021-06-02·18:54:32.000000·./usr/
3 drwxr-xr-x···0·root·········(0)·root·········(0)········0·2021-06-02·18:54:32.000000·./usr/lib/3 drwxr-xr-x···0·root·········(0)·root·········(0)········0·2021-06-02·18:54:32.000000·./usr/lib/
4 drwxr-xr-x···0·root·········(0)·root·········(0)········0·2021-06-02·18:54:32.000000·./usr/lib/debug/4 drwxr-xr-x···0·root·········(0)·root·········(0)········0·2021-06-02·18:54:32.000000·./usr/lib/debug/
5 drwxr-xr-x···0·root·········(0)·root·········(0)········0·2021-06-02·18:54:32.000000·./usr/lib/debug/.build-id/5 drwxr-xr-x···0·root·········(0)·root·········(0)········0·2021-06-02·18:54:32.000000·./usr/lib/debug/.build-id/
6 drwxr-xr-x···0·root·········(0)·root·········(0)········0·2021-06-02·18:54:32.000000·./usr/lib/debug/.build-id/2d/6 drwxr-xr-x···0·root·········(0)·root·········(0)········0·2021-06-02·18:54:32.000000·./usr/lib/debug/.build-id/78/
7 -rw-r--r--···0·root·········(0)·root·········(0)···323632·2021-06-02·18:54:32.000000·./usr/lib/debug/.build-id/2d/7f92aedb0b27605bef4cfcda3b4dce25661c3d.debug7 -rw-r--r--···0·root·········(0)·root·········(0)···323580·2021-06-02·18:54:32.000000·./usr/lib/debug/.build-id/78/34142d4cd3a35db281bb6bdaa9436e22e058cd.debug
8 drwxr-xr-x···0·root·········(0)·root·········(0)········0·2021-06-02·18:54:32.000000·./usr/share/8 drwxr-xr-x···0·root·········(0)·root·········(0)········0·2021-06-02·18:54:32.000000·./usr/share/
9 drwxr-xr-x···0·root·········(0)·root·········(0)········0·2021-06-02·18:54:32.000000·./usr/share/doc/9 drwxr-xr-x···0·root·········(0)·root·········(0)········0·2021-06-02·18:54:32.000000·./usr/share/doc/
10 lrwxrwxrwx···0·root·········(0)·root·········(0)········0·2021-06-02·18:54:32.000000·./usr/share/doc/python-lasso-dbgsym·->·python-lasso10 lrwxrwxrwx···0·root·········(0)·root·········(0)········0·2021-06-02·18:54:32.000000·./usr/share/doc/python-lasso-dbgsym·->·python-lasso
24.9 MB
./usr/lib/debug/.build-id/2d/7f92aedb0b27605bef4cfcda3b4dce25661c3d.debug vs.
./usr/lib/debug/.build-id/78/34142d4cd3a35db281bb6bdaa9436e22e058cd.debug
Files 12% similar despite different names
870 B
readelf --wide --file-header {}
    
Offset 6, 15 lines modifiedOffset 6, 15 lines modified
6 ··OS/ABI:····························UNIX·-·System·V6 ··OS/ABI:····························UNIX·-·System·V
7 ··ABI·Version:·······················07 ··ABI·Version:·······················0
8 ··Type:······························DYN·(Shared·object·file)8 ··Type:······························DYN·(Shared·object·file)
9 ··Machine:···························Intel·803869 ··Machine:···························Intel·80386
10 ··Version:···························0x110 ··Version:···························0x1
11 ··Entry·point·address:···············0xddc011 ··Entry·point·address:···············0xddc0
12 ··Start·of·program·headers:··········52·(bytes·into·file)12 ··Start·of·program·headers:··········52·(bytes·into·file)
13 ··Start·of·section·headers:··········322232·(bytes·into·file)13 ··Start·of·section·headers:··········322180·(bytes·into·file)
14 ··Flags:·····························0x014 ··Flags:·····························0x0
15 ··Size·of·this·header:···············52·(bytes)15 ··Size·of·this·header:···············52·(bytes)
16 ··Size·of·program·headers:···········32·(bytes)16 ··Size·of·program·headers:···········32·(bytes)
17 ··Number·of·program·headers:·········917 ··Number·of·program·headers:·········9
18 ··Size·of·section·headers:···········40·(bytes)18 ··Size·of·section·headers:···········40·(bytes)
19 ··Number·of·section·headers:·········3519 ··Number·of·section·headers:·········35
20 ··Section·header·string·table·index:·3420 ··Section·header·string·table·index:·34
2.87 KB
readelf --wide --sections {}
    
Offset 1, 8 lines modifiedOffset 1, 8 lines modified
1 There·are·35·section·headers,·starting·at·offset·0x4eab8:1 There·are·35·section·headers,·starting·at·offset·0x4ea84:
  
2 Section·Headers:2 Section·Headers:
3 ··[Nr]·Name··············Type············Addr·····Off····Size···ES·Flg·Lk·Inf·Al3 ··[Nr]·Name··············Type············Addr·····Off····Size···ES·Flg·Lk·Inf·Al
4 ··[·0]···················NULL············00000000·000000·000000·00······0···0··04 ··[·0]···················NULL············00000000·000000·000000·00······0···0··0
5 ··[·1]·.note.gnu.build-id·NOTE············00000154·000154·000024·00···A··0···0··45 ··[·1]·.note.gnu.build-id·NOTE············00000154·000154·000024·00···A··0···0··4
6 ··[·2]·.gnu.hash·········NOBITS··········00000178·000178·000024·04···A··3···0··46 ··[·2]·.gnu.hash·········NOBITS··········00000178·000178·000024·04···A··3···0··4
7 ··[·3]·.dynsym···········NOBITS··········0000019c·000178·001eb0·10···A··4···1··47 ··[·3]·.dynsym···········NOBITS··········0000019c·000178·001eb0·10···A··4···1··4
Offset 24, 21 lines modifiedOffset 24, 21 lines modified
24 ··[19]·.dynamic··········NOBITS··········00072e80·000e78·000138·08··WA··4···0··424 ··[19]·.dynamic··········NOBITS··········00072e80·000e78·000138·08··WA··4···0··4
25 ··[20]·.got··············NOBITS··········00072fb8·000e78·000048·04··WA··0···0··425 ··[20]·.got··············NOBITS··········00072fb8·000e78·000048·04··WA··0···0··4
26 ··[21]·.got.plt··········NOBITS··········00073000·000e78·000768·04··WA··0···0··426 ··[21]·.got.plt··········NOBITS··········00073000·000e78·000768·04··WA··0···0··4
27 ··[22]·.data·············NOBITS··········00073780·000e78·004a44·00··WA··0···0·3227 ··[22]·.data·············NOBITS··········00073780·000e78·004a44·00··WA··0···0·32
28 ··[23]·.bss··············NOBITS··········000781c4·000e78·00000c·00··WA··0···0··428 ··[23]·.bss··············NOBITS··········000781c4·000e78·00000c·00··WA··0···0··4
29 ··[24]·.comment··········PROGBITS········00000000·000178·00001c·01··MS··0···0··129 ··[24]·.comment··········PROGBITS········00000000·000178·00001c·01··MS··0···0··1
30 ··[25]·.debug_aranges····PROGBITS········00000000·000194·000020·00······0···0··130 ··[25]·.debug_aranges····PROGBITS········00000000·000194·000020·00······0···0··1
31 ··[26]·.debug_info·······PROGBITS········00000000·0001b4·02147f·00···C··0···0··431 ··[26]·.debug_info·······PROGBITS········00000000·0001b4·0213b8·00···C··0···0··4
32 ··[27]·.debug_abbrev·····PROGBITS········00000000·021634·00029e·00···C··0···0··432 ··[27]·.debug_abbrev·····PROGBITS········00000000·02156c·00029b·00···C··0···0··4
33 ··[28]·.debug_line·······PROGBITS········00000000·0218d4·004595·00···C··0···0··433 ··[28]·.debug_line·······PROGBITS········00000000·021808·00454c·00···C··0···0··4
34 ··[29]·.debug_str········PROGBITS········00000000·025e6c·005f8a·01·MSC··0···0··434 ··[29]·.debug_str········PROGBITS········00000000·025d54·005f94·01·MSC··0···0··4
35 ··[30]·.debug_loc········PROGBITS········00000000·02bdf8·00a874·00···C··0···0··435 ··[30]·.debug_loc········PROGBITS········00000000·02bce8·00a941·00···C··0···0··4
36 ··[31]·.debug_ranges·····PROGBITS········00000000·03666c·000caf·00···C··0···0··436 ··[31]·.debug_ranges·····PROGBITS········00000000·03662c·000cb7·00···C··0···0··4
37 ··[32]·.symtab···········SYMTAB··········00000000·03731c·008840·10·····33·1690··437 ··[32]·.symtab···········SYMTAB··········00000000·0372e4·008840·10·····33·1690··4
38 ··[33]·.strtab···········STRTAB··········00000000·03fb5c·00ee14·00······0···0··138 ··[33]·.strtab···········STRTAB··········00000000·03fb24·00ee15·00······0···0··1
39 ··[34]·.shstrtab·········STRTAB··········00000000·04e970·000148·00······0···0··139 ··[34]·.shstrtab·········STRTAB··········00000000·04e939·000148·00······0···0··1
40 Key·to·Flags:40 Key·to·Flags:
41 ··W·(write),·A·(alloc),·X·(execute),·M·(merge),·S·(strings),·I·(info),41 ··W·(write),·A·(alloc),·X·(execute),·M·(merge),·S·(strings),·I·(info),
42 ··L·(link·order),·O·(extra·OS·processing·required),·G·(group),·T·(TLS),42 ··L·(link·order),·O·(extra·OS·processing·required),·G·(group),·T·(TLS),
43 ··C·(compressed),·x·(unknown),·o·(OS·specific),·E·(exclude),43 ··C·(compressed),·x·(unknown),·o·(OS·specific),·E·(exclude),
44 ··p·(processor·specific)44 ··p·(processor·specific)
273 KB
readelf --wide --symbols {}
    
Offset 40, 1641 lines modifiedOffset 40, 1641 lines modified
40 ····36:·000781c4·····1·OBJECT··LOCAL··DEFAULT···23·completed.688640 ····36:·000781c4·····1·OBJECT··LOCAL··DEFAULT···23·completed.6886
41 ····37:·00072e7c·····0·OBJECT··LOCAL··DEFAULT···18·__do_global_dtors_aux_fini_array_entry41 ····37:·00072e7c·····0·OBJECT··LOCAL··DEFAULT···18·__do_global_dtors_aux_fini_array_entry
42 ····38:·0000deb0·····0·FUNC····LOCAL··DEFAULT···12·frame_dummy42 ····38:·0000deb0·····0·FUNC····LOCAL··DEFAULT···12·frame_dummy
43 ····39:·00072e78·····0·OBJECT··LOCAL··DEFAULT···17·__frame_dummy_init_array_entry43 ····39:·00072e78·····0·OBJECT··LOCAL··DEFAULT···17·__frame_dummy_init_array_entry
44 ····40:·00000000·····0·FILE····LOCAL··DEFAULT··ABS·_lasso.c44 ····40:·00000000·····0·FILE····LOCAL··DEFAULT··ABS·_lasso.c
45 ····41:·0000dec0···715·FUNC····LOCAL··DEFAULT···12·lasso_python_log45 ····41:·0000dec0···715·FUNC····LOCAL··DEFAULT···12·lasso_python_log
46 ····42:·000781c8·····4·OBJECT··LOCAL··DEFAULT···23·_logger_object.3317046 ····42:·000781c8·····4·OBJECT··LOCAL··DEFAULT···23·_logger_object.33170
47 ····43:·0000e190···121·FUNC····LOCAL··DEFAULT···12·Session_isDirty_set47 ····43:·0000e190···121·FUNC····LOCAL··DEFAULT···12·Samlp2NameIDPolicy_allowCreate_set
48 ····44:·0000e210···113·FUNC····LOCAL··DEFAULT···12·Login_protocolProfile_set48 ····44:·0000e210···113·FUNC····LOCAL··DEFAULT···12·Samlp2AuthnRequest_attributeConsumingServiceIndex_set
 49 ····45:·0000e290···113·FUNC····LOCAL··DEFAULT···12·Samlp2AuthnRequest_assertionConsumerServiceIndex_set
 50 ····46:·0000e310···121·FUNC····LOCAL··DEFAULT···12·Samlp2AuthnRequest_isPassive_set
 51 ····47:·0000e390···121·FUNC····LOCAL··DEFAULT···12·Samlp2AuthnRequest_forceAuthn_set
49 ····45:·0000e290···121·FUNC····LOCAL··DEFAULT···12·Ecp_isPassive_set52 ····48:·0000e410···121·FUNC····LOCAL··DEFAULT···12·EcpRequest_isPassive_set
50 ····46:·0000e310···121·FUNC····LOCAL··DEFAULT···12·Identity_isDirty_set 
51 ····47:·0000e390···113·FUNC····LOCAL··DEFAULT···12·Server_signatureMethod_set 
52 ····48:·0000e410···113·FUNC····LOCAL··DEFAULT···12·Provider_role_set 
53 ····49:·0000e490···121·FUNC····LOCAL··DEFAULT···12·EcpRelayState_mustUnderstand_set53 ····49:·0000e490···121·FUNC····LOCAL··DEFAULT···12·EcpRequest_mustUnderstand_set
54 ····50:·0000e510···121·FUNC····LOCAL··DEFAULT···12·EcpResponse_mustUnderstand_set54 ····50:·0000e510···121·FUNC····LOCAL··DEFAULT···12·EcpResponse_mustUnderstand_set
55 ····51:·0000e590···121·FUNC····LOCAL··DEFAULT···12·EcpRequest_isPassive_set 
56 ····52:·0000e610···121·FUNC····LOCAL··DEFAULT···12·EcpRequest_mustUnderstand_set55 ····51:·0000e590···121·FUNC····LOCAL··DEFAULT···12·EcpRelayState_mustUnderstand_set
57 ····53:·0000e690···113·FUNC····LOCAL··DEFAULT···12·Samlp2AuthnRequest_attributeConsumingServiceIndex_set 
58 ····54:·0000e710···113·FUNC····LOCAL··DEFAULT···12·Samlp2AuthnRequest_assertionConsumerServiceIndex_set 
59 ····55:·0000e790···121·FUNC····LOCAL··DEFAULT···12·Samlp2AuthnRequest_isPassive_set56 ····52:·0000e610···121·FUNC····LOCAL··DEFAULT···12·LibAuthnRequest_isPassive_set
60 ····56:·0000e810···121·FUNC····LOCAL··DEFAULT···12·Samlp2AuthnRequest_forceAuthn_set57 ····53:·0000e690···121·FUNC····LOCAL··DEFAULT···12·LibAuthnRequest_forceAuthn_set
61 ····57:·0000e890···121·FUNC····LOCAL··DEFAULT···12·Samlp2NameIDPolicy_allowCreate_set58 ····54:·0000e710···113·FUNC····LOCAL··DEFAULT···12·SamlpRequestAbstract_signMethod_set
 59 ····55:·0000e790···113·FUNC····LOCAL··DEFAULT···12·SamlpRequestAbstract_signType_set
 60 ····56:·0000e810···113·FUNC····LOCAL··DEFAULT···12·SamlpRequestAbstract_minorVersion_set
 61 ····57:·0000e890···113·FUNC····LOCAL··DEFAULT···12·SamlpRequestAbstract_majorVersion_set
62 ····58:·0000e910···121·FUNC····LOCAL··DEFAULT···12·MiscTextNode_textChild_set62 ····58:·0000e910···121·FUNC····LOCAL··DEFAULT···12·MiscTextNode_textChild_set
 63 ····59:·0000e990···121·FUNC····LOCAL··DEFAULT···12·PaosResponse_mustUnderstand_set
 64 ····60:·0000ea10···113·FUNC····LOCAL··DEFAULT···12·SamlAssertion_signMethod_set
 65 ····61:·0000ea90···113·FUNC····LOCAL··DEFAULT···12·SamlAssertion_signType_set
 66 ····62:·0000eb10···113·FUNC····LOCAL··DEFAULT···12·SamlAssertion_minorVersion_set
 67 ····63:·0000eb90···113·FUNC····LOCAL··DEFAULT···12·SamlAssertion_majorVersion_set
 68 ····64:·0000ec10···121·FUNC····LOCAL··DEFAULT···12·PaosRequest_mustUnderstand_set
63 ····59:·0000e990···121·FUNC····LOCAL··DEFAULT···12·LibAuthnRequestEnvelope_isPassive_set69 ····65:·0000ec90···121·FUNC····LOCAL··DEFAULT···12·LibAuthnRequestEnvelope_isPassive_set
64 ····60:·0000ea10···113·FUNC····LOCAL··DEFAULT···12·SamlpResponseAbstract_signMethod_set 
65 ····61:·0000ea90···113·FUNC····LOCAL··DEFAULT···12·SamlpResponseAbstract_signType_set 
66 ····62:·0000eb10···113·FUNC····LOCAL··DEFAULT···12·SamlpResponseAbstract_minorVersion_set 
67 ····63:·0000eb90···113·FUNC····LOCAL··DEFAULT···12·SamlpResponseAbstract_majorVersion_set 
68 ····64:·0000ec10···113·FUNC····LOCAL··DEFAULT···12·SamlAssertion_signMethod_set 
69 ····65:·0000ec90···113·FUNC····LOCAL··DEFAULT···12·SamlAssertion_signType_set 
70 ····66:·0000ed10···113·FUNC····LOCAL··DEFAULT···12·SamlAssertion_minorVersion_set 
71 ····67:·0000ed90···113·FUNC····LOCAL··DEFAULT···12·SamlAssertion_majorVersion_set 
72 ····68:·0000ee10···113·FUNC····LOCAL··DEFAULT···12·LibScoping_proxyCount_set70 ····66:·0000ed10···113·FUNC····LOCAL··DEFAULT···12·LibScoping_proxyCount_set
73 ····69:·0000ee90···121·FUNC····LOCAL··DEFAULT···12·PaosRequest_mustUnderstand_set 
74 ····70:·0000ef10···121·FUNC····LOCAL··DEFAULT···12·LibAuthnRequest_isPassive_set 
75 ····71:·0000ef90···121·FUNC····LOCAL··DEFAULT···12·LibAuthnRequest_forceAuthn_set 
76 ····72:·0000f010···113·FUNC····LOCAL··DEFAULT···12·SamlpRequestAbstract_signMethod_set71 ····67:·0000ed90···113·FUNC····LOCAL··DEFAULT···12·SamlpResponseAbstract_signMethod_set
77 ····73:·0000f090···113·FUNC····LOCAL··DEFAULT···12·SamlpRequestAbstract_signType_set72 ····68:·0000ee10···113·FUNC····LOCAL··DEFAULT···12·SamlpResponseAbstract_signType_set
78 ····74:·0000f110···113·FUNC····LOCAL··DEFAULT···12·SamlpRequestAbstract_minorVersion_set73 ····69:·0000ee90···113·FUNC····LOCAL··DEFAULT···12·SamlpResponseAbstract_minorVersion_set
79 ····75:·0000f190···113·FUNC····LOCAL··DEFAULT···12·SamlpRequestAbstract_majorVersion_set74 ····70:·0000ef10···113·FUNC····LOCAL··DEFAULT···12·SamlpResponseAbstract_majorVersion_set
80 ····76:·0000f210···121·FUNC····LOCAL··DEFAULT···12·PaosResponse_mustUnderstand_set 
81 ····77:·0000f290···103·FUNC····LOCAL··DEFAULT···12·Login_protocolProfile_get75 ····71:·0000ef90···121·FUNC····LOCAL··DEFAULT···12·Ecp_isPassive_set
82 ····78:·0000f300···103·FUNC····LOCAL··DEFAULT···12·Server_signatureMethod_get76 ····72:·0000f010···113·FUNC····LOCAL··DEFAULT···12·Server_signatureMethod_set
 77 ····73:·0000f090···113·FUNC····LOCAL··DEFAULT···12·Login_protocolProfile_set
 78 ····74:·0000f110···121·FUNC····LOCAL··DEFAULT···12·Session_isDirty_set
83 ····79:·0000f370···103·FUNC····LOCAL··DEFAULT···12·Provider_role_get79 ····75:·0000f190···113·FUNC····LOCAL··DEFAULT···12·Provider_role_set
 80 ····76:·0000f210···121·FUNC····LOCAL··DEFAULT···12·Identity_isDirty_set
84 ····80:·0000f3e0···103·FUNC····LOCAL··DEFAULT···12·Samlp2AuthnRequest_attributeConsumingServiceIndex_get 
85 ····81:·0000f450···103·FUNC····LOCAL··DEFAULT···12·Samlp2AuthnRequest_assertionConsumerServiceIndex_get 
86 ····82:·0000f4c0···103·FUNC····LOCAL··DEFAULT···12·SamlpResponseAbstract_signMethod_get 
87 ····83:·0000f530···103·FUNC····LOCAL··DEFAULT···12·SamlpResponseAbstract_signType_get 
88 ····84:·0000f5a0···103·FUNC····LOCAL··DEFAULT···12·SamlpResponseAbstract_minorVersion_get 
89 ····85:·0000f610···103·FUNC····LOCAL··DEFAULT···12·SamlpResponseAbstract_majorVersion_get 
90 ····86:·0000f680···103·FUNC····LOCAL··DEFAULT···12·SamlAssertion_signMethod_get 
91 ····87:·0000f6f0···103·FUNC····LOCAL··DEFAULT···12·SamlAssertion_signType_get 
92 ····88:·0000f760···103·FUNC····LOCAL··DEFAULT···12·SamlAssertion_minorVersion_get 
93 ····89:·0000f7d0···103·FUNC····LOCAL··DEFAULT···12·SamlAssertion_majorVersion_get 
94 ····90:·0000f840···103·FUNC····LOCAL··DEFAULT···12·LibScoping_proxyCount_get 
95 ····91:·0000f8b0···103·FUNC····LOCAL··DEFAULT···12·SamlpRequestAbstract_signMethod_get 
96 ····92:·0000f920···103·FUNC····LOCAL··DEFAULT···12·SamlpRequestAbstract_signType_get 
97 ····93:·0000f990···103·FUNC····LOCAL··DEFAULT···12·SamlpRequestAbstract_minorVersion_get 
98 ····94:·0000fa00···103·FUNC····LOCAL··DEFAULT···12·SamlpRequestAbstract_majorVersion_get 
99 ····95:·0000fa70····64·FUNC····LOCAL··DEFAULT···12·init 
100 ····96:·0000fab0····39·FUNC····LOCAL··DEFAULT···12·PyGObjectPtr_get_refcount 
101 ····97:·0000fae0····53·FUNC····LOCAL··DEFAULT···12·free_list81 ····77:·0000f290····53·FUNC····LOCAL··DEFAULT···12·free_list
102 ····98:·0000fb20···296·FUNC····LOCAL··DEFAULT···12·get_list_of_strings82 ····78:·0000f2d0···296·FUNC····LOCAL··DEFAULT···12·get_list_of_strings
103 ····99:·0000fc50···251·FUNC····LOCAL··DEFAULT···12·session_get_assertion_ids 
104 ···100:·00078100···196·OBJECT··LOCAL··DEFAULT···22·PyGObjectPtrType 
105 ···101:·0000fd50····97·FUNC····LOCAL··DEFAULT···12·Ecp_knownIdpEntityIdsSupportingEcp_get 
106 ···102:·0000fdc0····97·FUNC····LOCAL··DEFAULT···12·Samlp2RequestedAuthnContext_authnContextDeclRef_get83 ····79:·0000f400····97·FUNC····LOCAL··DEFAULT···12·Samlp2RequestedAuthnContext_authnContextDeclRef_get
107 ···103:·0000fe30····97·FUNC····LOCAL··DEFAULT···12·Samlp2RequestedAuthnContext_authnContextClassRef_get84 ····80:·0000f470····97·FUNC····LOCAL··DEFAULT···12·Samlp2RequestedAuthnContext_authnContextClassRef_get
108 ···104:·0000fea0····97·FUNC····LOCAL··DEFAULT···12·SoapFault_faultactor_get85 ····81:·0000f4e0····97·FUNC····LOCAL··DEFAULT···12·SoapFault_faultactor_get
 86 ····82:·0000f550····97·FUNC····LOCAL··DEFAULT···12·SamlpRequestAbstract_respondWith_get
 87 ····83:·0000f5c0····97·FUNC····LOCAL··DEFAULT···12·SamlAudienceRestrictionCondition_audience_get
 88 ····84:·0000f630····97·FUNC····LOCAL··DEFAULT···12·SamlSubjectConfirmation_confirmationMethod_get
109 ···105:·0000ff10····97·FUNC····LOCAL··DEFAULT···12·LibRequestAuthnContext_authnContextStatementRef_get89 ····85:·0000f6a0····97·FUNC····LOCAL··DEFAULT···12·LibRequestAuthnContext_authnContextStatementRef_get
110 ···106:·0000ff80····97·FUNC····LOCAL··DEFAULT···12·LibRequestAuthnContext_authnContextClassRef_get90 ····86:·0000f710····97·FUNC····LOCAL··DEFAULT···12·LibRequestAuthnContext_authnContextClassRef_get
 91 ····87:·0000f780····97·FUNC····LOCAL··DEFAULT···12·Ecp_knownIdpEntityIdsSupportingEcp_get
 92 ····88:·0000f7f0···148·FUNC····LOCAL··DEFAULT···12·Saml2SubjectConfirmationData_address_set
 93 ····89:·0000f890···148·FUNC····LOCAL··DEFAULT···12·Saml2SubjectConfirmationData_inResponseTo_set
 94 ····90:·0000f930···148·FUNC····LOCAL··DEFAULT···12·Saml2SubjectConfirmationData_recipient_set
 95 ····91:·0000f9d0···148·FUNC····LOCAL··DEFAULT···12·Saml2SubjectConfirmationData_notOnOrAfter_set
 96 ····92:·0000fa70···148·FUNC····LOCAL··DEFAULT···12·Saml2SubjectConfirmationData_notBefore_set
 97 ····93:·0000fb10···148·FUNC····LOCAL··DEFAULT···12·Saml2AuthzDecisionStatement_decision_set
 98 ····94:·0000fbb0···148·FUNC····LOCAL··DEFAULT···12·Saml2AuthzDecisionStatement_resource_set
111 ···107:·0000fff0····97·FUNC····LOCAL··DEFAULT···12·SamlSubjectConfirmation_confirmationMethod_get99 ····95:·0000fc50···148·FUNC····LOCAL··DEFAULT···12·Saml2SubjectConfirmation_method_set
112 ···108:·00010060····97·FUNC····LOCAL··DEFAULT···12·SamlpRequestAbstract_respondWith_get100 ····96:·0000fcf0···148·FUNC····LOCAL··DEFAULT···12·Saml2SubjectLocality_dnsName_set
 101 ····97:·0000fd90···148·FUNC····LOCAL··DEFAULT···12·Saml2SubjectLocality_address_set
113 ···109:·000100d0····97·FUNC····LOCAL··DEFAULT···12·SamlAudienceRestrictionCondition_audience_get102 ····98:·0000fe30···148·FUNC····LOCAL··DEFAULT···12·Saml2AudienceRestriction_audience_set
 103 ····99:·0000fed0···148·FUNC····LOCAL··DEFAULT···12·Saml2ProxyRestriction_count_set
 104 ···100:·0000ff70···148·FUNC····LOCAL··DEFAULT···12·Saml2ProxyRestriction_audience_set
 105 ···101:·00010010···148·FUNC····LOCAL··DEFAULT···12·Saml2AuthnContext_authenticatingAuthority_set
 106 ···102:·000100b0···148·FUNC····LOCAL··DEFAULT···12·Saml2AuthnContext_authnContextDeclRef_set
 107 ···103:·00010150···148·FUNC····LOCAL··DEFAULT···12·Saml2AuthnContext_authnContextClassRef_set
114 ···110:·00010140···297·FUNC····LOCAL··DEFAULT···12·session_get_session_indexes 
115 ···111:·00010270···265·FUNC····LOCAL··DEFAULT···12·session_add_assertion 
116 ···112:·00010380···235·FUNC····LOCAL··DEFAULT···12·session_get_provider_index 
117 ···113:·00010470···512·FUNC····LOCAL··DEFAULT···12·set_hashtable_of_pygobject 
118 ···114:·00010670···117·FUNC····LOCAL··DEFAULT···12·Session_assertions_set 
119 ···115:·000106f0···117·FUNC····LOCAL··DEFAULT···12·Identity_federations_set 
120 ···116:·00010770···117·FUNC····LOCAL··DEFAULT···12·Server_providers_set 
121 ···117:·000107f0···148·FUNC····LOCAL··DEFAULT···12·NameIdentifierMapping_targetNameIdentifier_set 
122 ···118:·00010890···148·FUNC····LOCAL··DEFAULT···12·Lecp_assertionConsumerServiceURL_set 
123 ···119:·00010930···148·FUNC····LOCAL··DEFAULT···12·Login_assertionArtifact_set 
124 ···120:·000109d0···148·FUNC····LOCAL··DEFAULT···12·Ecp_providerName_set 
125 ···121:·00010a70···148·FUNC····LOCAL··DEFAULT···12·Ecp_relaystate_set 
126 ···122:·00010b10···148·FUNC····LOCAL··DEFAULT···12·Ecp_responseConsumerUrl_set 
127 ···123:·00010bb0···148·FUNC····LOCAL··DEFAULT···12·Ecp_messageId_set108 ···104:·000101f0···148·FUNC····LOCAL··DEFAULT···12·Saml2Action_namespace_set
128 ···124:·00010c50···148·FUNC····LOCAL··DEFAULT···12·Ecp_assertionConsumerUrl_set 
129 ···125:·00010cf0···148·FUNC····LOCAL··DEFAULT···12·Profile_msgRelayState_set 
130 ···126:·00010d90···148·FUNC····LOCAL··DEFAULT···12·Profile_msgBody_set 
131 ···127:·00010e30···148·FUNC····LOCAL··DEFAULT···12·Profile_msgUrl_set 
132 ···128:·00010ed0···148·FUNC····LOCAL··DEFAULT···12·Profile_remoteProviderId_set 
133 ···129:·00010f70···148·FUNC····LOCAL··DEFAULT···12·Federation_remoteProviderId_set 
134 ···130:·00011010···148·FUNC····LOCAL··DEFAULT···12·Server_certificate_set109 ···105:·00010290···148·FUNC····LOCAL··DEFAULT···12·Saml2Action_content_set
Max diff block lines reached; 226371/279812 bytes (80.90%) of diff not shown.
430 B
readelf --wide --notes {}
    
Offset 1, 4 lines modifiedOffset 1, 4 lines modified
  
1 Displaying·notes·found·in:·.note.gnu.build-id1 Displaying·notes·found·in:·.note.gnu.build-id
2 ··Owner·················Data·size»  Description2 ··Owner·················Data·size»  Description
3 ··GNU··················0x00000014»  NT_GNU_BUILD_ID·(unique·build·ID·bitstring)»   ····Build·ID:·2d7f92aedb0b27605bef4cfcda3b4dce25661c3d3 ··GNU··················0x00000014»  NT_GNU_BUILD_ID·(unique·build·ID·bitstring)»   ····Build·ID:·7834142d4cd3a35db281bb6bdaa9436e22e058cd
9.95 MB
readelf --wide --debug-dump=rawline {}
    
Offset 1, 11 lines modifiedOffset 1, 11 lines modified
1 Raw·dump·of·debug·contents·of·section·.debug_line:1 Raw·dump·of·debug·contents·of·section·.debug_line:
  
2 ··Offset:······················0x02 ··Offset:······················0x0
3 ··Length:······················1396823 ··Length:······················139708
4 ··DWARF·Version:···············24 ··DWARF·Version:···············2
5 ··Prologue·Length:·············54775 ··Prologue·Length:·············5477
6 ··Minimum·Instruction·Length:··16 ··Minimum·Instruction·Length:··1
7 ··Initial·value·of·'is_stmt':··17 ··Initial·value·of·'is_stmt':··1
8 ··Line·Base:···················-58 ··Line·Base:···················-5
9 ··Line·Range:··················149 ··Line·Range:··················14
10 ··Opcode·Base:·················1310 ··Opcode·Base:·················13
Offset 47, 16 lines modifiedOffset 47, 16 lines modified
47 ··20»     ../../lasso/id-ff/..47 ··20»     ../../lasso/id-ff/..
48 ··21»     ../../lasso/id-ff/../xml/dsig48 ··21»     ../../lasso/id-ff/../xml/dsig
49 ··22»     ../../lasso/id-ff/../xml/saml-2.049 ··22»     ../../lasso/id-ff/../xml/saml-2.0
50 ··23»     ../../lasso/saml-2.0/../xml/saml-2.050 ··23»     ../../lasso/saml-2.0/../xml/saml-2.0
51 ··24»     ../../lasso/saml-2.051 ··24»     ../../lasso/saml-2.0
52 ··25»     ../../lasso/xml52 ··25»     ../../lasso/xml
53 ··26»     ../../lasso/xml/soap-1.153 ··26»     ../../lasso/xml/soap-1.1
 54 ··27»     ../../lasso/xml/ecp
54 ··27»     ../../lasso/xml/saml-2.055 ··28»     ../../lasso/xml/saml-2.0
55 ··28»     ../../lasso/xml/ecp 
  
56 ·The·File·Name·Table·(offset·0x300):56 ·The·File·Name·Table·(offset·0x300):
57 ··Entry»  Dir»       Time»   Size»       Name57 ··Entry»  Dir»       Time»   Size»       Name
58 ··1»      0»     0»    0»   _lasso.c58 ··1»      0»     0»    0»   _lasso.c
59 ··2»      1»     0»    0»   utils.c59 ··2»      1»     0»    0»   utils.c
60 ··3»      2»     0»    0»   stdio2.h60 ··3»      2»     0»    0»   stdio2.h
61 ··4»      3»     0»    0»   stddef.h61 ··4»      3»     0»    0»   stddef.h
Offset 232, 72 lines modifiedOffset 232, 72 lines modified
232 ··174»    23»  0» 0»saml2_base_idabstract.h232 ··174»    23»  0» 0»saml2_base_idabstract.h
233 ··175»    23»  0» 0»saml2_subject_confirmation_data.h233 ··175»    23»  0» 0»saml2_subject_confirmation_data.h
234 ··176»    23»  0» 0»saml2_subject_confirmation.h234 ··176»    23»  0» 0»saml2_subject_confirmation.h
235 ··177»    23»  0» 0»saml2_subject.h235 ··177»    23»  0» 0»saml2_subject.h
236 ··178»    24»  0» 0»saml2_helper.h236 ··178»    24»  0» 0»saml2_helper.h
237 ··179»    12»  0» 0»lasso.h237 ··179»    12»  0» 0»lasso.h
238 ··180»    12»  0» 0»debug.h238 ··180»    12»  0» 0»debug.h
239 ··181»    25»  0» 0»paos_response.h239 ··181»    25»  0» 0»lib_assertion.h
240 ··182»    25»  0» 0»paos_request.h240 ··182»    25»  0» 0»paos_request.h
241 ··183»    25»  0» 0»lib_assertion.h 
242 ··184»    25»  0» 0»lib_authn_context.h 
243 ··185»    25»  0» 0»lib_subject.h241 ··183»    25»  0» 0»lib_subject.h
244 ··186»    25»  0» 0»saml_attribute_value.h242 ··184»    25»  0» 0»saml_attribute_value.h
 243 ··185»    25»  0» 0»paos_response.h
 244 ··186»    25»  0» 0»misc_text_node.h
 245 ··187»    25»  0» 0»lib_authn_context.h
245 ··187»    25»  0» 0»lib_authentication_statement.h246 ··188»    25»  0» 0»lib_authentication_statement.h
246 ··188»    25»  0» 0»misc_text_node.h 
247 ··189»    26»  0» 0»soap_detail.h247 ··189»    26»  0» 0»soap_detail.h
248 ··190»    26»  0» 0»soap_fault.h 
249 ··191»    26»  0» 0»soap_body.h248 ··190»    26»  0» 0»soap_body.h
250 ··192»    26»  0» 0»soap_header.h249 ··191»    26»  0» 0»soap_header.h
251 ··193»    26»  0» 0»soap_envelope.h250 ··192»    26»  0» 0»soap_envelope.h
 251 ··193»    26»  0» 0»soap_fault.h
 252 ··194»    27»  0» 0»ecp_relaystate.h
 253 ··195»    27»  0» 0»ecp_response.h
252 ··194»    27»  0» 0»samlp2_requested_authn_context.h 
253 ··195»    27»  0» 0»samlp2_subject_query_abstract.h 
254 ··196»    27»  0» 0»samlp2_authn_query.h 
255 ··197»    27»  0» 0»samlp2_scoping.h 
256 ··198»    27»  0» 0»samlp2_name_id_policy.h 
257 ··199»    27»  0» 0»samlp2_authn_request.h254 ··196»    27»  0» 0»ecp_request.h
 255 ··197»    28»  0» 0»samlp2_name_id_mapping_response.h
 256 ··198»    28»  0» 0»saml2_statement_abstract.h
 257 ··199»    28»  0» 0»saml2_attribute_statement.h
258 ··200»    27»  0» 0»saml2_condition_abstract.h258 ··200»    28»  0» 0»saml2_condition_abstract.h
259 ··201»    27»  0» 0»saml2_audience_restriction.h 
260 ··202»    27»  0» 0»saml2_attribute_value.h259 ··201»    28»  0» 0»samlp2_response.h
 260 ··202»    28»  0» 0»saml2_evidence.h
 261 ··203»    28»  0» 0»saml2_action.h
 262 ··204»    28»  0» 0»samlp2_subject_query_abstract.h
 263 ··205»    28»  0» 0»samlp2_authz_decision_query.h
 264 ··206»    28»  0» 0»samlp2_artifact_resolve.h
 265 ··207»    28»  0» 0»samlp2_name_id_policy.h
261 ··203»    27»  0» 0»samlp2_name_id_mapping_request.h266 ··208»    28»  0» 0»samlp2_name_id_mapping_request.h
262 ··204»    27»  0» 0»saml2_statement_abstract.h 
263 ··205»    27»  0» 0»saml2_attribute_statement.h 
264 ··206»    27»  0» 0»saml2_attribute.h267 ··209»    28»  0» 0»saml2_attribute.h
265 ··207»    27»  0» 0»samlp2_attribute_query.h 
266 ··208»    27»  0» 0»samlp2_artifact_resolve.h 
267 ··209»    27»  0» 0»saml2_subject_locality.h 
268 ··210»    27»  0» 0»saml2_evidence.h 
269 ··211»    27»  0» 0»samlp2_assertion_id_request.h268 ··210»    28»  0» 0»samlp2_assertion_id_request.h
270 ··212»    27»  0» 0»saml2_action.h 
271 ··213»    27»  0» 0»samlp2_response.h269 ··211»    28»  0» 0»samlp2_logout_request.h
 270 ··212»    28»  0» 0»samlp2_requested_authn_context.h
272 ··214»    27»  0» 0»samlp2_authz_decision_query.h271 ··213»    28»  0» 0»samlp2_authn_query.h
273 ··215»    27»  0» 0»saml2_key_info_confirmation_data_type.h272 ··214»    28»  0» 0»saml2_key_info_confirmation_data_type.h
274 ··216»    27»  0» 0»saml2_authz_decision_statement.h 
275 ··217»    27»  0» 0»samlp2_artifact_response.h 
276 ··218»    27»  0» 0»saml2_proxy_restriction.h273 ··215»    28»  0» 0»samlp2_scoping.h
 274 ··216»    28»  0» 0»samlp2_authn_request.h
 275 ··217»    28»  0» 0»saml2_attribute_value.h
 276 ··218»    28»  0» 0»samlp2_attribute_query.h
 277 ··219»    28»  0» 0»saml2_subject_locality.h
277 ··219»    27»  0» 0»saml2_authn_context.h278 ··220»    28»  0» 0»saml2_authn_context.h
278 ··220»    27»  0» 0»saml2_authn_statement.h279 ··221»    28»  0» 0»saml2_authn_statement.h
279 ··221»    27»  0» 0»samlp2_logout_request.h 
280 ··222»    27»  0» 0»samlp2_name_id_mapping_response.h280 ··222»    28»  0» 0»samlp2_artifact_response.h
281 ··223»    28»  0» 0»ecp_request.h 
282 ··224»    28»  0» 0»ecp_response.h 
283 ··225»    28»  0» 0»ecp_relaystate.h281 ··223»    28»  0» 0»saml2_proxy_restriction.h
 282 ··224»    28»  0» 0»saml2_audience_restriction.h
 283 ··225»    28»  0» 0»saml2_authz_decision_statement.h
284 ··226»    25»  0» 0»tools.h284 ··226»    25»  0» 0»tools.h
285 ··227»    24»  0» 0»provider.h285 ··227»    24»  0» 0»provider.h
286 ··228»    27»  0» 0»saml2_key_info_confirmation_data.h 
287 ··229»    23»  0» 0»samlp2_manage_name_id_response.h286 ··228»    23»  0» 0»samlp2_manage_name_id_response.h
288 ··230»    27»  0» 0»samlp2_logout_response.h287 ··229»    28»  0» 0»samlp2_logout_response.h
289 ··231»    27»  0» 0»saml2_one_time_use.h288 ··230»    28»  0» 0»saml2_one_time_use.h
 289 ··231»    28»  0» 0»saml2_key_info_confirmation_data.h
 290 ··232»    15»  0» 0»lib_logout_response.h
290 ··232»    15»  0» 0»lib_register_name_identifier_response.h291 ··233»    15»  0» 0»lib_register_name_identifier_response.h
291 ··233»    15»  0» 0»lib_logout_response.h 
292 ··234»    5»   0»  0» string.h292 ··234»    5»   0»  0» string.h
293 ··235»    6»   0»  0» abstract.h293 ··235»    6»   0»  0» abstract.h
294 ··236»    6»   0»  0» warnings.h294 ··236»    6»   0»  0» warnings.h
 295 ··237»    12»  0» 0»errors.h
295 ··237»    24»  0» 0»profile.h296 ··238»    24»  0» 0»profile.h
296 ··238»    12»  0» 0»errors.h 
  
297 ·Line·Number·Statements:297 ·Line·Number·Statements:
298 ··[0x0000156f]··Set·column·to·1298 ··[0x0000156f]··Set·column·to·1
299 ··[0x00001571]··Extended·opcode·2:·set·Address·to·0xdec0299 ··[0x00001571]··Extended·opcode·2:·set·Address·to·0xdec0
300 ··[0x00001578]··Advance·Line·by·709·to·710300 ··[0x00001578]··Advance·Line·by·709·to·710
301 ··[0x0000157b]··Copy301 ··[0x0000157b]··Copy
302 ··[0x0000157c]··Set·column·to·2302 ··[0x0000157c]··Set·column·to·2
Max diff block lines reached; 10431564/10436973 bytes (99.95%) of diff not shown.
11.2 MB
readelf --wide --debug-dump=info {}
    
Offset 1, 347 lines modifiedOffset 1, 347 lines modified
1 Contents·of·the·.debug_info·section:1 Contents·of·the·.debug_info·section:
  
2 ··Compilation·Unit·@·offset·0x0:2 ··Compilation·Unit·@·offset·0x0:
3 ···Length:········0x4a2e5·(32-bit)3 ···Length:········0x4a2db·(32-bit)
4 ···Version:·······44 ···Version:·······4
5 ···Abbrev·Offset:·0x05 ···Abbrev·Offset:·0x0
6 ···Pointer·Size:··46 ···Pointer·Size:··4
7 ·<0><b>:·Abbrev·Number:·1·(DW_TAG_compile_unit)7 ·<0><b>:·Abbrev·Number:·1·(DW_TAG_compile_unit)
8 ····<c>···DW_AT_producer····:·(indirect·string,·offset:·0x131b0):·GNU·C17·8.3.0·-mtune=generic·-march=i686·-g·-O2·-fno-strict-aliasing·-fstack-protector-strong·-fPIC8 ····<c>···DW_AT_producer····:·(indirect·string,·offset:·0x13179):·GNU·C17·8.3.0·-mtune=generic·-march=i686·-g·-O2·-fno-strict-aliasing·-fstack-protector-strong·-fPIC
9 ····<10>···DW_AT_language····:·12»  (ANSI·C99)9 ····<10>···DW_AT_language····:·12»  (ANSI·C99)
10 ····<11>···DW_AT_name········:·(indirect·string,·offset:·0x3c0f):·_lasso.c10 ····<11>···DW_AT_name········:·(indirect·string,·offset:·0x3b59):·_lasso.c
11 ····<15>···DW_AT_comp_dir····:·(indirect·string,·offset:·0xcfd7):·./bindings/python11 ····<15>···DW_AT_comp_dir····:·(indirect·string,·offset:·0xcedf):·./bindings/python
12 ····<19>···DW_AT_low_pc······:·0xdec012 ····<19>···DW_AT_low_pc······:·0xdec0
13 ····<1d>···DW_AT_high_pc·····:·0x3741a13 ····<1d>···DW_AT_high_pc·····:·0x3741a
14 ····<21>···DW_AT_stmt_list···:·0x014 ····<21>···DW_AT_stmt_list···:·0x0
15 ·<1><25>:·Abbrev·Number:·2·(DW_TAG_typedef)15 ·<1><25>:·Abbrev·Number:·2·(DW_TAG_typedef)
16 ····<26>···DW_AT_name········:·(indirect·string,·offset:·0x1085d):·size_t16 ····<26>···DW_AT_name········:·(indirect·string,·offset:·0x107a7):·size_t
17 ····<2a>···DW_AT_decl_file···:·417 ····<2a>···DW_AT_decl_file···:·4
18 ····<2b>···DW_AT_decl_line···:·21618 ····<2b>···DW_AT_decl_line···:·216
19 ····<2c>···DW_AT_decl_column·:·2319 ····<2c>···DW_AT_decl_column·:·23
20 ····<2d>···DW_AT_type········:·<0x31>20 ····<2d>···DW_AT_type········:·<0x31>
21 ·<1><31>:·Abbrev·Number:·3·(DW_TAG_base_type)21 ·<1><31>:·Abbrev·Number:·3·(DW_TAG_base_type)
22 ····<32>···DW_AT_byte_size···:·422 ····<32>···DW_AT_byte_size···:·4
23 ····<33>···DW_AT_encoding····:·7»   (unsigned)23 ····<33>···DW_AT_encoding····:·7»   (unsigned)
24 ····<34>···DW_AT_name········:·(indirect·string,·offset:·0x1086e):·unsigned·int24 ····<34>···DW_AT_name········:·(indirect·string,·offset:·0x107b8):·unsigned·int
25 ·<1><38>:·Abbrev·Number:·4·(DW_TAG_const_type)25 ·<1><38>:·Abbrev·Number:·4·(DW_TAG_const_type)
26 ····<39>···DW_AT_type········:·<0x31>26 ····<39>···DW_AT_type········:·<0x31>
27 ·<1><3d>:·Abbrev·Number:·3·(DW_TAG_base_type)27 ·<1><3d>:·Abbrev·Number:·3·(DW_TAG_base_type)
28 ····<3e>···DW_AT_byte_size···:·128 ····<3e>···DW_AT_byte_size···:·1
29 ····<3f>···DW_AT_encoding····:·6»   (signed·char)29 ····<3f>···DW_AT_encoding····:·6»   (signed·char)
30 ····<40>···DW_AT_name········:·(indirect·string,·offset:·0x54f9):·char30 ····<40>···DW_AT_name········:·(indirect·string,·offset:·0x53f3):·char
31 ·<1><44>:·Abbrev·Number:·4·(DW_TAG_const_type)31 ·<1><44>:·Abbrev·Number:·4·(DW_TAG_const_type)
32 ····<45>···DW_AT_type········:·<0x3d>32 ····<45>···DW_AT_type········:·<0x3d>
33 ·<1><49>:·Abbrev·Number:·3·(DW_TAG_base_type)33 ·<1><49>:·Abbrev·Number:·3·(DW_TAG_base_type)
34 ····<4a>···DW_AT_byte_size···:·134 ····<4a>···DW_AT_byte_size···:·1
35 ····<4b>···DW_AT_encoding····:·8»   (unsigned·char)35 ····<4b>···DW_AT_encoding····:·8»   (unsigned·char)
36 ····<4c>···DW_AT_name········:·(indirect·string,·offset:·0x54f0):·unsigned·char36 ····<4c>···DW_AT_name········:·(indirect·string,·offset:·0x53ea):·unsigned·char
37 ·<1><50>:·Abbrev·Number:·4·(DW_TAG_const_type)37 ·<1><50>:·Abbrev·Number:·4·(DW_TAG_const_type)
38 ····<51>···DW_AT_type········:·<0x49>38 ····<51>···DW_AT_type········:·<0x49>
39 ·<1><55>:·Abbrev·Number:·3·(DW_TAG_base_type)39 ·<1><55>:·Abbrev·Number:·3·(DW_TAG_base_type)
40 ····<56>···DW_AT_byte_size···:·240 ····<56>···DW_AT_byte_size···:·2
41 ····<57>···DW_AT_encoding····:·7»   (unsigned)41 ····<57>···DW_AT_encoding····:·7»   (unsigned)
42 ····<58>···DW_AT_name········:·(indirect·string,·offset:·0xc902):·short·unsigned·int42 ····<58>···DW_AT_name········:·(indirect·string,·offset:·0xc80a):·short·unsigned·int
43 ·<1><5c>:·Abbrev·Number:·3·(DW_TAG_base_type)43 ·<1><5c>:·Abbrev·Number:·3·(DW_TAG_base_type)
44 ····<5d>···DW_AT_byte_size···:·444 ····<5d>···DW_AT_byte_size···:·4
45 ····<5e>···DW_AT_encoding····:·7»   (unsigned)45 ····<5e>···DW_AT_encoding····:·7»   (unsigned)
46 ····<5f>···DW_AT_name········:·(indirect·string,·offset:·0x10869):·long·unsigned·int46 ····<5f>···DW_AT_name········:·(indirect·string,·offset:·0x107b3):·long·unsigned·int
47 ·<1><63>:·Abbrev·Number:·3·(DW_TAG_base_type)47 ·<1><63>:·Abbrev·Number:·3·(DW_TAG_base_type)
48 ····<64>···DW_AT_byte_size···:·148 ····<64>···DW_AT_byte_size···:·1
49 ····<65>···DW_AT_encoding····:·6»   (signed·char)49 ····<65>···DW_AT_encoding····:·6»   (signed·char)
50 ····<66>···DW_AT_name········:·(indirect·string,·offset:·0x54f2):·signed·char50 ····<66>···DW_AT_name········:·(indirect·string,·offset:·0x53ec):·signed·char
51 ·<1><6a>:·Abbrev·Number:·2·(DW_TAG_typedef)51 ·<1><6a>:·Abbrev·Number:·2·(DW_TAG_typedef)
52 ····<6b>···DW_AT_name········:·(indirect·string,·offset:·0x153b):·__uint8_t52 ····<6b>···DW_AT_name········:·(indirect·string,·offset:·0x1505):·__uint8_t
53 ····<6f>···DW_AT_decl_file···:·553 ····<6f>···DW_AT_decl_file···:·5
54 ····<70>···DW_AT_decl_line···:·3754 ····<70>···DW_AT_decl_line···:·37
55 ····<71>···DW_AT_decl_column·:·2355 ····<71>···DW_AT_decl_column·:·23
56 ····<72>···DW_AT_type········:·<0x49>56 ····<72>···DW_AT_type········:·<0x49>
57 ·<1><76>:·Abbrev·Number:·3·(DW_TAG_base_type)57 ·<1><76>:·Abbrev·Number:·3·(DW_TAG_base_type)
58 ····<77>···DW_AT_byte_size···:·258 ····<77>···DW_AT_byte_size···:·2
59 ····<78>···DW_AT_encoding····:·5»   (signed)59 ····<78>···DW_AT_encoding····:·5»   (signed)
60 ····<79>···DW_AT_name········:·(indirect·string,·offset:·0x111ab):·short·int60 ····<79>···DW_AT_name········:·(indirect·string,·offset:·0x1110c):·short·int
61 ·<1><7d>:·Abbrev·Number:·5·(DW_TAG_base_type)61 ·<1><7d>:·Abbrev·Number:·5·(DW_TAG_base_type)
62 ····<7e>···DW_AT_byte_size···:·462 ····<7e>···DW_AT_byte_size···:·4
63 ····<7f>···DW_AT_encoding····:·5»   (signed)63 ····<7f>···DW_AT_encoding····:·5»   (signed)
64 ····<80>···DW_AT_name········:·int64 ····<80>···DW_AT_name········:·int
65 ·<1><84>:·Abbrev·Number:·4·(DW_TAG_const_type)65 ·<1><84>:·Abbrev·Number:·4·(DW_TAG_const_type)
66 ····<85>···DW_AT_type········:·<0x7d>66 ····<85>···DW_AT_type········:·<0x7d>
67 ·<1><89>:·Abbrev·Number:·6·(DW_TAG_volatile_type)67 ·<1><89>:·Abbrev·Number:·6·(DW_TAG_volatile_type)
68 ····<8a>···DW_AT_type········:·<0x7d>68 ····<8a>···DW_AT_type········:·<0x7d>
69 ·<1><8e>:·Abbrev·Number:·3·(DW_TAG_base_type)69 ·<1><8e>:·Abbrev·Number:·3·(DW_TAG_base_type)
70 ····<8f>···DW_AT_byte_size···:·870 ····<8f>···DW_AT_byte_size···:·8
71 ····<90>···DW_AT_encoding····:·5»   (signed)71 ····<90>···DW_AT_encoding····:·5»   (signed)
72 ····<91>···DW_AT_name········:·(indirect·string,·offset:·0x154c9):·long·long·int72 ····<91>···DW_AT_name········:·(indirect·string,·offset:·0x154a9):·long·long·int
73 ·<1><95>:·Abbrev·Number:·3·(DW_TAG_base_type)73 ·<1><95>:·Abbrev·Number:·3·(DW_TAG_base_type)
74 ····<96>···DW_AT_byte_size···:·874 ····<96>···DW_AT_byte_size···:·8
75 ····<97>···DW_AT_encoding····:·7»   (unsigned)75 ····<97>···DW_AT_encoding····:·7»   (unsigned)
76 ····<98>···DW_AT_name········:·(indirect·string,·offset:·0x10864):·long·long·unsigned·int76 ····<98>···DW_AT_name········:·(indirect·string,·offset:·0x107ae):·long·long·unsigned·int
77 ·<1><9c>:·Abbrev·Number:·2·(DW_TAG_typedef)77 ·<1><9c>:·Abbrev·Number:·2·(DW_TAG_typedef)
78 ····<9d>···DW_AT_name········:·(indirect·string,·offset:·0x8f8f):·__quad_t78 ····<9d>···DW_AT_name········:·(indirect·string,·offset:·0x8e57):·__quad_t
79 ····<a1>···DW_AT_decl_file···:·579 ····<a1>···DW_AT_decl_file···:·5
80 ····<a2>···DW_AT_decl_line···:·6580 ····<a2>···DW_AT_decl_line···:·65
81 ····<a3>···DW_AT_decl_column·:·3781 ····<a3>···DW_AT_decl_column·:·37
82 ····<a4>···DW_AT_type········:·<0x8e>82 ····<a4>···DW_AT_type········:·<0x8e>
83 ·<1><a8>:·Abbrev·Number:·2·(DW_TAG_typedef)83 ·<1><a8>:·Abbrev·Number:·2·(DW_TAG_typedef)
84 ····<a9>···DW_AT_name········:·(indirect·string,·offset:·0x7d01):·__off_t84 ····<a9>···DW_AT_name········:·(indirect·string,·offset:·0x7b93):·__off_t
85 ····<ad>···DW_AT_decl_file···:·585 ····<ad>···DW_AT_decl_file···:·5
86 ····<ae>···DW_AT_decl_line···:·15086 ····<ae>···DW_AT_decl_line···:·150
87 ····<af>···DW_AT_decl_column·:·2587 ····<af>···DW_AT_decl_column·:·25
88 ····<b0>···DW_AT_type········:·<0xb4>88 ····<b0>···DW_AT_type········:·<0xb4>
89 ·<1><b4>:·Abbrev·Number:·3·(DW_TAG_base_type)89 ·<1><b4>:·Abbrev·Number:·3·(DW_TAG_base_type)
90 ····<b5>···DW_AT_byte_size···:·490 ····<b5>···DW_AT_byte_size···:·4
91 ····<b6>···DW_AT_encoding····:·5»   (signed)91 ····<b6>···DW_AT_encoding····:·5»   (signed)
92 ····<b7>···DW_AT_name········:·(indirect·string,·offset:·0x154ce):·long·int92 ····<b7>···DW_AT_name········:·(indirect·string,·offset:·0x154ae):·long·int
93 ·<1><bb>:·Abbrev·Number:·2·(DW_TAG_typedef)93 ·<1><bb>:·Abbrev·Number:·2·(DW_TAG_typedef)
94 ····<bc>···DW_AT_name········:·(indirect·string,·offset:·0x412c):·__off64_t94 ····<bc>···DW_AT_name········:·(indirect·string,·offset:·0x4042):·__off64_t
95 ····<c0>···DW_AT_decl_file···:·595 ····<c0>···DW_AT_decl_file···:·5
96 ····<c1>···DW_AT_decl_line···:·15196 ····<c1>···DW_AT_decl_line···:·151
97 ····<c2>···DW_AT_decl_column·:·2797 ····<c2>···DW_AT_decl_column·:·27
98 ····<c3>···DW_AT_type········:·<0x9c>98 ····<c3>···DW_AT_type········:·<0x9c>
99 ·<1><c7>:·Abbrev·Number:·2·(DW_TAG_typedef)99 ·<1><c7>:·Abbrev·Number:·2·(DW_TAG_typedef)
100 ····<c8>···DW_AT_name········:·(indirect·string,·offset:·0x10170):·__time_t100 ····<c8>···DW_AT_name········:·(indirect·string,·offset:·0x10093):·__time_t
101 ····<cc>···DW_AT_decl_file···:·5101 ····<cc>···DW_AT_decl_file···:·5
102 ····<cd>···DW_AT_decl_line···:·158102 ····<cd>···DW_AT_decl_line···:·158
103 ····<ce>···DW_AT_decl_column·:·26103 ····<ce>···DW_AT_decl_column·:·26
104 ····<cf>···DW_AT_type········:·<0xb4>104 ····<cf>···DW_AT_type········:·<0xb4>
105 ·<1><d3>:·Abbrev·Number:·7·(DW_TAG_pointer_type)105 ·<1><d3>:·Abbrev·Number:·7·(DW_TAG_pointer_type)
106 ····<d4>···DW_AT_byte_size···:·4106 ····<d4>···DW_AT_byte_size···:·4
107 ·<1><d5>:·Abbrev·Number:·2·(DW_TAG_typedef)107 ·<1><d5>:·Abbrev·Number:·2·(DW_TAG_typedef)
108 ····<d6>···DW_AT_name········:·(indirect·string,·offset:·0x1085a):·__ssize_t108 ····<d6>···DW_AT_name········:·(indirect·string,·offset:·0x107a4):·__ssize_t
109 ····<da>···DW_AT_decl_file···:·5109 ····<da>···DW_AT_decl_file···:·5
110 ····<db>···DW_AT_decl_line···:·191110 ····<db>···DW_AT_decl_line···:·191
111 ····<dc>···DW_AT_decl_column·:·27111 ····<dc>···DW_AT_decl_column·:·27
112 ····<dd>···DW_AT_type········:·<0x7d>112 ····<dd>···DW_AT_type········:·<0x7d>
113 ·<1><e1>:·Abbrev·Number:·8·(DW_TAG_pointer_type)113 ·<1><e1>:·Abbrev·Number:·8·(DW_TAG_pointer_type)
114 ····<e2>···DW_AT_byte_size···:·4114 ····<e2>···DW_AT_byte_size···:·4
115 ····<e3>···DW_AT_type········:·<0x3d>115 ····<e3>···DW_AT_type········:·<0x3d>
116 ·<1><e7>:·Abbrev·Number:·9·(DW_TAG_structure_type)116 ·<1><e7>:·Abbrev·Number:·9·(DW_TAG_structure_type)
117 ····<e8>···DW_AT_name········:·(indirect·string,·offset:·0x121c0):·_IO_FILE117 ····<e8>···DW_AT_name········:·(indirect·string,·offset:·0x1218b):·_IO_FILE
118 ····<ec>···DW_AT_byte_size···:·148118 ····<ec>···DW_AT_byte_size···:·148
119 ····<ed>···DW_AT_decl_file···:·6119 ····<ed>···DW_AT_decl_file···:·6
120 ····<ee>···DW_AT_decl_line···:·49120 ····<ee>···DW_AT_decl_line···:·49
121 ····<ef>···DW_AT_decl_column·:·8121 ····<ef>···DW_AT_decl_column·:·8
122 ····<f0>···DW_AT_sibling·····:·<0x26e>122 ····<f0>···DW_AT_sibling·····:·<0x26e>
123 ·<2><f4>:·Abbrev·Number:·10·(DW_TAG_member)123 ·<2><f4>:·Abbrev·Number:·10·(DW_TAG_member)
124 ····<f5>···DW_AT_name········:·(indirect·string,·offset:·0x7e27):·_flags124 ····<f5>···DW_AT_name········:·(indirect·string,·offset:·0x7cb9):·_flags
125 ····<f9>···DW_AT_decl_file···:·6125 ····<f9>···DW_AT_decl_file···:·6
126 ····<fa>···DW_AT_decl_line···:·51126 ····<fa>···DW_AT_decl_line···:·51
Max diff block lines reached; 11745084/11752949 bytes (99.93%) of diff not shown.
7.0 KB
readelf --wide --debug-dump=abbrev {}
    
Offset 329, 129 lines modifiedOffset 329, 129 lines modified
329 ···54······DW_TAG_subprogram····[has·children]329 ···54······DW_TAG_subprogram····[has·children]
330 ····DW_AT_name·········DW_FORM_strp330 ····DW_AT_name·········DW_FORM_strp
331 ····DW_AT_decl_file····DW_FORM_data1331 ····DW_AT_decl_file····DW_FORM_data1
332 ····DW_AT_decl_line····DW_FORM_data2332 ····DW_AT_decl_line····DW_FORM_data2
333 ····DW_AT_decl_column··DW_FORM_data1333 ····DW_AT_decl_column··DW_FORM_data1
334 ····DW_AT_prototyped···DW_FORM_flag_present334 ····DW_AT_prototyped···DW_FORM_flag_present
335 ····DW_AT_type·········DW_FORM_ref4335 ····DW_AT_type·········DW_FORM_ref4
 336 ····DW_AT_low_pc·······DW_FORM_addr
336 ····DW_AT_inline·······DW_FORM_data1337 ····DW_AT_high_pc······DW_FORM_data4
 338 ····DW_AT_frame_base···DW_FORM_exprloc
 339 ····DW_AT_GNU_all_call_sites·DW_FORM_flag_present
337 ····DW_AT_sibling······DW_FORM_ref4340 ····DW_AT_sibling······DW_FORM_ref4
338 ····DW_AT·value:·0·····DW_FORM·value:·0341 ····DW_AT·value:·0·····DW_FORM·value:·0
339 ···55······DW_TAG_formal_parameter····[no·children]342 ···55······DW_TAG_formal_parameter····[no·children]
340 ····DW_AT_name·········DW_FORM_strp343 ····DW_AT_name·········DW_FORM_strp
341 ····DW_AT_decl_file····DW_FORM_data1344 ····DW_AT_decl_file····DW_FORM_data1
342 ····DW_AT_decl_line····DW_FORM_data2345 ····DW_AT_decl_line····DW_FORM_data2
343 ····DW_AT_decl_column··DW_FORM_data1346 ····DW_AT_decl_column··DW_FORM_data1
344 ····DW_AT_type·········DW_FORM_ref4347 ····DW_AT_type·········DW_FORM_ref4
 348 ····DW_AT_location·····DW_FORM_exprloc
345 ····DW_AT·value:·0·····DW_FORM·value:·0349 ····DW_AT·value:·0·····DW_FORM·value:·0
346 ···56······DW_TAG_variable····[no·children]350 ···56······DW_TAG_variable····[no·children]
347 ····DW_AT_name·········DW_FORM_strp351 ····DW_AT_name·········DW_FORM_strp
348 ····DW_AT_decl_file····DW_FORM_data1352 ····DW_AT_decl_file····DW_FORM_data1
349 ····DW_AT_decl_line····DW_FORM_data2353 ····DW_AT_decl_line····DW_FORM_data2
350 ····DW_AT_decl_column··DW_FORM_data1354 ····DW_AT_decl_column··DW_FORM_data1
351 ····DW_AT_type·········DW_FORM_ref4355 ····DW_AT_type·········DW_FORM_ref4
 356 ····DW_AT_location·····DW_FORM_sec_offset
 357 ····DW_AT_GNU_locviews·DW_FORM_sec_offset
 358 ····DW_AT·value:·0·····DW_FORM·value:·0
 359 ···57······DW_TAG_inlined_subroutine····[no·children]
 360 ····DW_AT_abstract_origin·DW_FORM_ref4
 361 ····DW_AT_entry_pc·····DW_FORM_addr
 362 ····DW_AT_GNU_entry_view·DW_FORM_data2
 363 ····DW_AT_ranges·······DW_FORM_sec_offset
 364 ····DW_AT_call_file····DW_FORM_data1
 365 ····DW_AT_call_line····DW_FORM_data2
 366 ····DW_AT_call_column··DW_FORM_data1
 367 ····DW_AT·value:·0·····DW_FORM·value:·0
 368 ···58······DW_TAG_GNU_call_site····[has·children]
 369 ····DW_AT_low_pc·······DW_FORM_addr
 370 ····DW_AT_abstract_origin·DW_FORM_ref4
 371 ····DW_AT_sibling······DW_FORM_ref4
 372 ····DW_AT·value:·0·····DW_FORM·value:·0
 373 ···59······DW_TAG_GNU_call_site_parameter····[no·children]
 374 ····DW_AT_location·····DW_FORM_exprloc
 375 ····DW_AT_GNU_call_site_value·DW_FORM_exprloc
352 ····DW_AT·value:·0·····DW_FORM·value:·0376 ····DW_AT·value:·0·····DW_FORM·value:·0
353 ···57······DW_TAG_subprogram····[has·children]377 ···60······DW_TAG_subprogram····[has·children]
354 ····DW_AT_name·········DW_FORM_strp378 ····DW_AT_name·········DW_FORM_strp
355 ····DW_AT_decl_file····DW_FORM_data1379 ····DW_AT_decl_file····DW_FORM_data1
356 ····DW_AT_decl_line····DW_FORM_data2380 ····DW_AT_decl_line····DW_FORM_data2
357 ····DW_AT_decl_column··DW_FORM_data1381 ····DW_AT_decl_column··DW_FORM_data1
358 ····DW_AT_prototyped···DW_FORM_flag_present382 ····DW_AT_prototyped···DW_FORM_flag_present
359 ····DW_AT_type·········DW_FORM_ref4383 ····DW_AT_type·········DW_FORM_ref4
360 ····DW_AT_low_pc·······DW_FORM_addr 
361 ····DW_AT_high_pc······DW_FORM_data4384 ····DW_AT_inline·······DW_FORM_data1
362 ····DW_AT_frame_base···DW_FORM_exprloc 
363 ····DW_AT_GNU_all_call_sites·DW_FORM_flag_present 
364 ····DW_AT_sibling······DW_FORM_ref4385 ····DW_AT_sibling······DW_FORM_ref4
365 ····DW_AT·value:·0·····DW_FORM·value:·0386 ····DW_AT·value:·0·····DW_FORM·value:·0
366 ···58······DW_TAG_formal_parameter····[no·children]387 ···61······DW_TAG_formal_parameter····[no·children]
367 ····DW_AT_name·········DW_FORM_strp388 ····DW_AT_name·········DW_FORM_strp
368 ····DW_AT_decl_file····DW_FORM_data1389 ····DW_AT_decl_file····DW_FORM_data1
369 ····DW_AT_decl_line····DW_FORM_data2390 ····DW_AT_decl_line····DW_FORM_data2
370 ····DW_AT_decl_column··DW_FORM_data1391 ····DW_AT_decl_column··DW_FORM_data1
371 ····DW_AT_type·········DW_FORM_ref4392 ····DW_AT_type·········DW_FORM_ref4
372 ····DW_AT_location·····DW_FORM_exprloc 
373 ····DW_AT·value:·0·····DW_FORM·value:·0393 ····DW_AT·value:·0·····DW_FORM·value:·0
374 ···59······DW_TAG_variable····[no·children]394 ···62······DW_TAG_variable····[no·children]
375 ····DW_AT_name·········DW_FORM_strp395 ····DW_AT_name·········DW_FORM_strp
376 ····DW_AT_decl_file····DW_FORM_data1396 ····DW_AT_decl_file····DW_FORM_data1
377 ····DW_AT_decl_line····DW_FORM_data2397 ····DW_AT_decl_line····DW_FORM_data2
378 ····DW_AT_decl_column··DW_FORM_data1398 ····DW_AT_decl_column··DW_FORM_data1
379 ····DW_AT_type·········DW_FORM_ref4399 ····DW_AT_type·········DW_FORM_ref4
380 ····DW_AT_location·····DW_FORM_sec_offset 
381 ····DW_AT_GNU_locviews·DW_FORM_sec_offset 
382 ····DW_AT·value:·0·····DW_FORM·value:·0 
383 ···60······DW_TAG_lexical_block····[has·children] 
384 ····DW_AT_low_pc·······DW_FORM_addr 
385 ····DW_AT_high_pc······DW_FORM_data4 
386 ····DW_AT_sibling······DW_FORM_ref4 
387 ····DW_AT·value:·0·····DW_FORM·value:·0400 ····DW_AT·value:·0·····DW_FORM·value:·0
388 ···61······DW_TAG_GNU_call_site····[has·children]401 ···63······DW_TAG_lexical_block····[has·children]
 402 ····DW_AT_ranges·······DW_FORM_sec_offset
389 ····DW_AT_low_pc·······DW_FORM_addr 
390 ····DW_AT_abstract_origin·DW_FORM_ref4 
391 ····DW_AT_sibling······DW_FORM_ref4403 ····DW_AT_sibling······DW_FORM_ref4
392 ····DW_AT·value:·0·····DW_FORM·value:·0404 ····DW_AT·value:·0·····DW_FORM·value:·0
393 ···62······DW_TAG_GNU_call_site_parameter····[no·children] 
394 ····DW_AT_location·····DW_FORM_exprloc 
395 ····DW_AT_GNU_call_site_value·DW_FORM_exprloc 
396 ····DW_AT·value:·0·····DW_FORM·value:·0 
397 ···63······DW_TAG_inlined_subroutine····[no·children]405 ···64······DW_TAG_inlined_subroutine····[no·children]
398 ····DW_AT_abstract_origin·DW_FORM_ref4406 ····DW_AT_abstract_origin·DW_FORM_ref4
399 ····DW_AT_entry_pc·····DW_FORM_addr407 ····DW_AT_entry_pc·····DW_FORM_addr
400 ····DW_AT_GNU_entry_view·DW_FORM_data2408 ····DW_AT_GNU_entry_view·DW_FORM_data2
401 ····DW_AT_low_pc·······DW_FORM_addr409 ····DW_AT_low_pc·······DW_FORM_addr
402 ····DW_AT_high_pc······DW_FORM_data4410 ····DW_AT_high_pc······DW_FORM_data4
403 ····DW_AT_call_file····DW_FORM_data1411 ····DW_AT_call_file····DW_FORM_data1
404 ····DW_AT_call_line····DW_FORM_data2412 ····DW_AT_call_line····DW_FORM_data2
405 ····DW_AT_call_column··DW_FORM_data1413 ····DW_AT_call_column··DW_FORM_data1
406 ····DW_AT·value:·0·····DW_FORM·value:·0414 ····DW_AT·value:·0·····DW_FORM·value:·0
407 ···64······DW_TAG_lexical_block····[has·children]415 ···65······DW_TAG_lexical_block····[has·children]
408 ····DW_AT_ranges·······DW_FORM_sec_offset 
409 ····DW_AT_sibling······DW_FORM_ref4 
410 ····DW_AT·value:·0·····DW_FORM·value:·0 
411 ···65······DW_TAG_inlined_subroutine····[no·children] 
412 ····DW_AT_abstract_origin·DW_FORM_ref4 
413 ····DW_AT_entry_pc·····DW_FORM_addr 
414 ····DW_AT_GNU_entry_view·DW_FORM_data2 
415 ····DW_AT_ranges·······DW_FORM_sec_offset 
416 ····DW_AT_call_file····DW_FORM_data1 
417 ····DW_AT_call_line····DW_FORM_data2 
418 ····DW_AT_call_column··DW_FORM_data1 
419 ····DW_AT·value:·0·····DW_FORM·value:·0416 ····DW_AT·value:·0·····DW_FORM·value:·0
420 ···66······DW_TAG_variable····[no·children]417 ···66······DW_TAG_variable····[no·children]
421 ····DW_AT_name·········DW_FORM_string418 ····DW_AT_name·········DW_FORM_string
422 ····DW_AT_decl_file····DW_FORM_data1419 ····DW_AT_decl_file····DW_FORM_data1
423 ····DW_AT_decl_line····DW_FORM_data2420 ····DW_AT_decl_line····DW_FORM_data2
424 ····DW_AT_decl_column··DW_FORM_data1421 ····DW_AT_decl_column··DW_FORM_data1
425 ····DW_AT_type·········DW_FORM_ref4422 ····DW_AT_type·········DW_FORM_ref4
426 ····DW_AT·value:·0·····DW_FORM·value:·0423 ····DW_AT·value:·0·····DW_FORM·value:·0
427 ···67······DW_TAG_lexical_block····[has·children] 
428 ····DW_AT·value:·0·····DW_FORM·value:·0 
429 ···68······DW_TAG_variable····[no·children]424 ···67······DW_TAG_variable····[no·children]
430 ····DW_AT_abstract_origin·DW_FORM_ref4425 ····DW_AT_abstract_origin·DW_FORM_ref4
Max diff block lines reached; 1385/7089 bytes (19.54%) of diff not shown.
2.52 MB
readelf --wide --debug-dump=loc {}
    
Offset 2277, 607 lines modifiedOffset 2277, 607 lines modified
2277 ····000013bd·v0000000·v0000000·views·at·00000080·for:2277 ····000013bd·v0000000·v0000000·views·at·00000080·for:
2278 ·············0003b900·0003b911·(DW_OP_breg4·(esp):·0)2278 ·············0003b900·0003b911·(DW_OP_breg4·(esp):·0)
2279 ····000013c9·v0000000·v0000000·views·at·00000082·for:2279 ····000013c9·v0000000·v0000000·views·at·00000082·for:
2280 ·············0003b911·0003b931·(DW_OP_fbreg:·-48)2280 ·············0003b911·0003b931·(DW_OP_fbreg:·-48)
2281 ····000013d5·v0000000·v0000000·views·at·00000084·for:2281 ····000013d5·v0000000·v0000000·views·at·00000084·for:
2282 ·············0003b931·0003b942·(DW_OP_breg4·(esp):·0)2282 ·············0003b931·0003b942·(DW_OP_breg4·(esp):·0)
2283 ····000013e1·v0000000·v0000000·views·at·00000086·for:2283 ····000013e1·v0000000·v0000000·views·at·00000086·for:
2284 ·············0003b942·0003b965·(DW_OP_fbreg:·-48)2284 ·············0003b942·0003b962·(DW_OP_fbreg:·-48)
2285 ····000013ed·v0000000·v0000000·views·at·00000088·for:2285 ····000013ed·v0000000·v0000000·views·at·00000088·for:
2286 ·············0003b965·0003b976·(DW_OP_breg4·(esp):·0)2286 ·············0003b962·0003b973·(DW_OP_breg4·(esp):·0)
2287 ····000013f9·v0000000·v0000000·views·at·0000008a·for:2287 ····000013f9·v0000000·v0000000·views·at·0000008a·for:
2288 ·············0003b976·0003b999·(DW_OP_fbreg:·-48)2288 ·············0003b973·0003b996·(DW_OP_fbreg:·-48)
2289 ····00001405·v0000000·v0000000·views·at·0000008c·for:2289 ····00001405·v0000000·v0000000·views·at·0000008c·for:
2290 ·············0003b999·0003b9aa·(DW_OP_breg4·(esp):·0)2290 ·············0003b996·0003b9a7·(DW_OP_breg4·(esp):·0)
2291 ····00001411·v0000000·v0000000·views·at·0000008e·for:2291 ····00001411·v0000000·v0000000·views·at·0000008e·for:
2292 ·············0003b9aa·0003b9cd·(DW_OP_fbreg:·-48)2292 ·············0003b9a7·0003b9ca·(DW_OP_fbreg:·-48)
2293 ····0000141d·v0000000·v0000000·views·at·00000090·for:2293 ····0000141d·v0000000·v0000000·views·at·00000090·for:
2294 ·············0003b9cd·0003b9de·(DW_OP_breg4·(esp):·0)2294 ·············0003b9ca·0003b9db·(DW_OP_breg4·(esp):·0)
2295 ····00001429·v0000000·v0000000·views·at·00000092·for:2295 ····00001429·v0000000·v0000000·views·at·00000092·for:
2296 ·············0003b9de·0003ba01·(DW_OP_fbreg:·-48)2296 ·············0003b9db·0003b9fe·(DW_OP_fbreg:·-48)
2297 ····00001435·v0000000·v0000000·views·at·00000094·for:2297 ····00001435·v0000000·v0000000·views·at·00000094·for:
2298 ·············0003ba01·0003ba12·(DW_OP_breg4·(esp):·0)2298 ·············0003b9fe·0003ba0f·(DW_OP_breg4·(esp):·0)
2299 ····00001441·v0000000·v0000000·views·at·00000096·for:2299 ····00001441·v0000000·v0000000·views·at·00000096·for:
2300 ·············0003ba12·0003ba35·(DW_OP_fbreg:·-48)2300 ·············0003ba0f·0003ba32·(DW_OP_fbreg:·-48)
2301 ····0000144d·v0000000·v0000000·views·at·00000098·for:2301 ····0000144d·v0000000·v0000000·views·at·00000098·for:
2302 ·············0003ba35·0003ba46·(DW_OP_breg4·(esp):·0)2302 ·············0003ba32·0003ba43·(DW_OP_breg4·(esp):·0)
2303 ····00001459·v0000000·v0000000·views·at·0000009a·for:2303 ····00001459·v0000000·v0000000·views·at·0000009a·for:
2304 ·············0003ba46·0003ba69·(DW_OP_fbreg:·-48)2304 ·············0003ba43·0003ba66·(DW_OP_fbreg:·-48)
2305 ····00001465·v0000000·v0000000·views·at·0000009c·for:2305 ····00001465·v0000000·v0000000·views·at·0000009c·for:
2306 ·············0003ba69·0003ba7a·(DW_OP_breg4·(esp):·0)2306 ·············0003ba66·0003ba77·(DW_OP_breg4·(esp):·0)
2307 ····00001471·v0000000·v0000000·views·at·0000009e·for:2307 ····00001471·v0000000·v0000000·views·at·0000009e·for:
2308 ·············0003ba7a·0003ba9d·(DW_OP_fbreg:·-48)2308 ·············0003ba77·0003ba9a·(DW_OP_fbreg:·-48)
2309 ····0000147d·v0000000·v0000000·views·at·000000a0·for:2309 ····0000147d·v0000000·v0000000·views·at·000000a0·for:
2310 ·············0003ba9d·0003baae·(DW_OP_breg4·(esp):·0)2310 ·············0003ba9a·0003baab·(DW_OP_breg4·(esp):·0)
2311 ····00001489·v0000000·v0000000·views·at·000000a2·for:2311 ····00001489·v0000000·v0000000·views·at·000000a2·for:
2312 ·············0003baae·0003bad1·(DW_OP_fbreg:·-48)2312 ·············0003baab·0003bace·(DW_OP_fbreg:·-48)
2313 ····00001495·v0000000·v0000000·views·at·000000a4·for:2313 ····00001495·v0000000·v0000000·views·at·000000a4·for:
2314 ·············0003bad1·0003bae2·(DW_OP_breg4·(esp):·0)2314 ·············0003bace·0003badf·(DW_OP_breg4·(esp):·0)
2315 ····000014a1·v0000000·v0000000·views·at·000000a6·for:2315 ····000014a1·v0000000·v0000000·views·at·000000a6·for:
2316 ·············0003bae2·0003bb05·(DW_OP_fbreg:·-48)2316 ·············0003badf·0003bb02·(DW_OP_fbreg:·-48)
2317 ····000014ad·v0000000·v0000000·views·at·000000a8·for:2317 ····000014ad·v0000000·v0000000·views·at·000000a8·for:
2318 ·············0003bb05·0003bb16·(DW_OP_breg4·(esp):·0)2318 ·············0003bb02·0003bb13·(DW_OP_breg4·(esp):·0)
2319 ····000014b9·v0000000·v0000000·views·at·000000aa·for:2319 ····000014b9·v0000000·v0000000·views·at·000000aa·for:
2320 ·············0003bb16·0003bb39·(DW_OP_fbreg:·-48)2320 ·············0003bb13·0003bb36·(DW_OP_fbreg:·-48)
2321 ····000014c5·v0000000·v0000000·views·at·000000ac·for:2321 ····000014c5·v0000000·v0000000·views·at·000000ac·for:
2322 ·············0003bb39·0003bb4a·(DW_OP_breg4·(esp):·0)2322 ·············0003bb36·0003bb47·(DW_OP_breg4·(esp):·0)
2323 ····000014d1·v0000000·v0000000·views·at·000000ae·for:2323 ····000014d1·v0000000·v0000000·views·at·000000ae·for:
2324 ·············0003bb4a·0003bb6d·(DW_OP_fbreg:·-48)2324 ·············0003bb47·0003bb6a·(DW_OP_fbreg:·-48)
2325 ····000014dd·v0000000·v0000000·views·at·000000b0·for:2325 ····000014dd·v0000000·v0000000·views·at·000000b0·for:
2326 ·············0003bb6d·0003bb7e·(DW_OP_breg4·(esp):·0)2326 ·············0003bb6a·0003bb7b·(DW_OP_breg4·(esp):·0)
2327 ····000014e9·v0000000·v0000000·views·at·000000b2·for:2327 ····000014e9·v0000000·v0000000·views·at·000000b2·for:
2328 ·············0003bb7e·0003bba1·(DW_OP_fbreg:·-48)2328 ·············0003bb7b·0003bb9e·(DW_OP_fbreg:·-48)
2329 ····000014f5·v0000000·v0000000·views·at·000000b4·for:2329 ····000014f5·v0000000·v0000000·views·at·000000b4·for:
2330 ·············0003bba1·0003bbb2·(DW_OP_breg4·(esp):·0)2330 ·············0003bb9e·0003bbaf·(DW_OP_breg4·(esp):·0)
2331 ····00001501·v0000000·v0000000·views·at·000000b6·for:2331 ····00001501·v0000000·v0000000·views·at·000000b6·for:
2332 ·············0003bbb2·0003bbd5·(DW_OP_fbreg:·-48)2332 ·············0003bbaf·0003bbd2·(DW_OP_fbreg:·-48)
2333 ····0000150d·v0000000·v0000000·views·at·000000b8·for:2333 ····0000150d·v0000000·v0000000·views·at·000000b8·for:
2334 ·············0003bbd5·0003bbe6·(DW_OP_breg4·(esp):·0)2334 ·············0003bbd2·0003bbe3·(DW_OP_breg4·(esp):·0)
2335 ····00001519·v0000000·v0000000·views·at·000000ba·for:2335 ····00001519·v0000000·v0000000·views·at·000000ba·for:
2336 ·············0003bbe6·0003bc09·(DW_OP_fbreg:·-48)2336 ·············0003bbe3·0003bc06·(DW_OP_fbreg:·-48)
2337 ····00001525·v0000000·v0000000·views·at·000000bc·for:2337 ····00001525·v0000000·v0000000·views·at·000000bc·for:
2338 ·············0003bc09·0003bc1a·(DW_OP_breg4·(esp):·0)2338 ·············0003bc06·0003bc17·(DW_OP_breg4·(esp):·0)
2339 ····00001531·v0000000·v0000000·views·at·000000be·for:2339 ····00001531·v0000000·v0000000·views·at·000000be·for:
2340 ·············0003bc1a·0003bc3d·(DW_OP_fbreg:·-48)2340 ·············0003bc17·0003bc3a·(DW_OP_fbreg:·-48)
2341 ····0000153d·v0000000·v0000000·views·at·000000c0·for:2341 ····0000153d·v0000000·v0000000·views·at·000000c0·for:
2342 ·············0003bc3d·0003bc4e·(DW_OP_breg4·(esp):·0)2342 ·············0003bc3a·0003bc4b·(DW_OP_breg4·(esp):·0)
2343 ····00001549·v0000000·v0000000·views·at·000000c2·for:2343 ····00001549·v0000000·v0000000·views·at·000000c2·for:
2344 ·············0003bc4e·0003bc71·(DW_OP_fbreg:·-48)2344 ·············0003bc4b·0003bc6e·(DW_OP_fbreg:·-48)
2345 ····00001555·v0000000·v0000000·views·at·000000c4·for:2345 ····00001555·v0000000·v0000000·views·at·000000c4·for:
2346 ·············0003bc71·0003bc82·(DW_OP_breg4·(esp):·0)2346 ·············0003bc6e·0003bc7f·(DW_OP_breg4·(esp):·0)
2347 ····00001561·v0000000·v0000000·views·at·000000c6·for:2347 ····00001561·v0000000·v0000000·views·at·000000c6·for:
2348 ·············0003bc82·0003bca5·(DW_OP_fbreg:·-48)2348 ·············0003bc7f·0003bca2·(DW_OP_fbreg:·-48)
2349 ····0000156d·v0000000·v0000000·views·at·000000c8·for:2349 ····0000156d·v0000000·v0000000·views·at·000000c8·for:
2350 ·············0003bca5·0003bcb6·(DW_OP_breg4·(esp):·0)2350 ·············0003bca2·0003bcb3·(DW_OP_breg4·(esp):·0)
2351 ····00001579·v0000000·v0000000·views·at·000000ca·for:2351 ····00001579·v0000000·v0000000·views·at·000000ca·for:
2352 ·············0003bcb6·0003bcd9·(DW_OP_fbreg:·-48)2352 ·············0003bcb3·0003bcd6·(DW_OP_fbreg:·-48)
2353 ····00001585·v0000000·v0000000·views·at·000000cc·for:2353 ····00001585·v0000000·v0000000·views·at·000000cc·for:
2354 ·············0003bcd9·0003bcea·(DW_OP_breg4·(esp):·0)2354 ·············0003bcd6·0003bce7·(DW_OP_breg4·(esp):·0)
2355 ····00001591·v0000000·v0000000·views·at·000000ce·for:2355 ····00001591·v0000000·v0000000·views·at·000000ce·for:
2356 ·············0003bcea·0003bd0d·(DW_OP_fbreg:·-48)2356 ·············0003bce7·0003bd0a·(DW_OP_fbreg:·-48)
2357 ····0000159d·v0000000·v0000000·views·at·000000d0·for:2357 ····0000159d·v0000000·v0000000·views·at·000000d0·for:
2358 ·············0003bd0d·0003bd1e·(DW_OP_breg4·(esp):·0)2358 ·············0003bd0a·0003bd1b·(DW_OP_breg4·(esp):·0)
2359 ····000015a9·v0000000·v0000000·views·at·000000d2·for:2359 ····000015a9·v0000000·v0000000·views·at·000000d2·for:
2360 ·············0003bd1e·0003bd41·(DW_OP_fbreg:·-48)2360 ·············0003bd1b·0003bd3e·(DW_OP_fbreg:·-48)
2361 ····000015b5·v0000000·v0000000·views·at·000000d4·for:2361 ····000015b5·v0000000·v0000000·views·at·000000d4·for:
2362 ·············0003bd41·0003bd52·(DW_OP_breg4·(esp):·0)2362 ·············0003bd3e·0003bd4f·(DW_OP_breg4·(esp):·0)
2363 ····000015c1·v0000000·v0000000·views·at·000000d6·for:2363 ····000015c1·v0000000·v0000000·views·at·000000d6·for:
2364 ·············0003bd52·0003bd75·(DW_OP_fbreg:·-48)2364 ·············0003bd4f·0003bd72·(DW_OP_fbreg:·-48)
2365 ····000015cd·v0000000·v0000000·views·at·000000d8·for:2365 ····000015cd·v0000000·v0000000·views·at·000000d8·for:
2366 ·············0003bd75·0003bd86·(DW_OP_breg4·(esp):·0)2366 ·············0003bd72·0003bd83·(DW_OP_breg4·(esp):·0)
2367 ····000015d9·v0000000·v0000000·views·at·000000da·for:2367 ····000015d9·v0000000·v0000000·views·at·000000da·for:
2368 ·············0003bd86·0003bda9·(DW_OP_fbreg:·-48)2368 ·············0003bd83·0003bda6·(DW_OP_fbreg:·-48)
2369 ····000015e5·v0000000·v0000000·views·at·000000dc·for:2369 ····000015e5·v0000000·v0000000·views·at·000000dc·for:
2370 ·············0003bda9·0003bdba·(DW_OP_breg4·(esp):·0)2370 ·············0003bda6·0003bdb7·(DW_OP_breg4·(esp):·0)
2371 ····000015f1·v0000000·v0000000·views·at·000000de·for:2371 ····000015f1·v0000000·v0000000·views·at·000000de·for:
2372 ·············0003bdba·0003bddd·(DW_OP_fbreg:·-48)2372 ·············0003bdb7·0003bdda·(DW_OP_fbreg:·-48)
2373 ····000015fd·v0000000·v0000000·views·at·000000e0·for:2373 ····000015fd·v0000000·v0000000·views·at·000000e0·for:
2374 ·············0003bddd·0003bdee·(DW_OP_breg4·(esp):·0)2374 ·············0003bdda·0003bdeb·(DW_OP_breg4·(esp):·0)
2375 ····00001609·v0000000·v0000000·views·at·000000e2·for:2375 ····00001609·v0000000·v0000000·views·at·000000e2·for:
2376 ·············0003bdee·0003be11·(DW_OP_fbreg:·-48)2376 ·············0003bdeb·0003be0e·(DW_OP_fbreg:·-48)
2377 ····00001615·v0000000·v0000000·views·at·000000e4·for:2377 ····00001615·v0000000·v0000000·views·at·000000e4·for:
2378 ·············0003be11·0003be22·(DW_OP_breg4·(esp):·0)2378 ·············0003be0e·0003be1f·(DW_OP_breg4·(esp):·0)
2379 ····00001621·v0000000·v0000000·views·at·000000e6·for:2379 ····00001621·v0000000·v0000000·views·at·000000e6·for:
2380 ·············0003be22·0003be45·(DW_OP_fbreg:·-48)2380 ·············0003be1f·0003be42·(DW_OP_fbreg:·-48)
2381 ····0000162d·v0000000·v0000000·views·at·000000e8·for:2381 ····0000162d·v0000000·v0000000·views·at·000000e8·for:
2382 ·············0003be45·0003be56·(DW_OP_breg4·(esp):·0)2382 ·············0003be42·0003be53·(DW_OP_breg4·(esp):·0)
2383 ····00001639·v0000000·v0000000·views·at·000000ea·for:2383 ····00001639·v0000000·v0000000·views·at·000000ea·for:
2384 ·············0003be56·0003be79·(DW_OP_fbreg:·-48)2384 ·············0003be53·0003be76·(DW_OP_fbreg:·-48)
2385 ····00001645·v0000000·v0000000·views·at·000000ec·for:2385 ····00001645·v0000000·v0000000·views·at·000000ec·for:
2386 ·············0003be79·0003be8a·(DW_OP_breg4·(esp):·0)2386 ·············0003be76·0003be87·(DW_OP_breg4·(esp):·0)
2387 ····00001651·v0000000·v0000000·views·at·000000ee·for:2387 ····00001651·v0000000·v0000000·views·at·000000ee·for:
2388 ·············0003be8a·0003bead·(DW_OP_fbreg:·-48)2388 ·············0003be87·0003beaa·(DW_OP_fbreg:·-48)
2389 ····0000165d·v0000000·v0000000·views·at·000000f0·for:2389 ····0000165d·v0000000·v0000000·views·at·000000f0·for:
2390 ·············0003bead·0003bebe·(DW_OP_breg4·(esp):·0)2390 ·············0003beaa·0003bebb·(DW_OP_breg4·(esp):·0)
2391 ····00001669·v0000000·v0000000·views·at·000000f2·for:2391 ····00001669·v0000000·v0000000·views·at·000000f2·for:
2392 ·············0003bebe·0003bee1·(DW_OP_fbreg:·-48)2392 ·············0003bebb·0003bede·(DW_OP_fbreg:·-48)
2393 ····00001675·v0000000·v0000000·views·at·000000f4·for:2393 ····00001675·v0000000·v0000000·views·at·000000f4·for:
2394 ·············0003bee1·0003bef2·(DW_OP_breg4·(esp):·0)2394 ·············0003bede·0003beef·(DW_OP_breg4·(esp):·0)
2395 ····00001681·v0000000·v0000000·views·at·000000f6·for:2395 ····00001681·v0000000·v0000000·views·at·000000f6·for:
2396 ·············0003bef2·0003bf15·(DW_OP_fbreg:·-48)2396 ·············0003beef·0003bf12·(DW_OP_fbreg:·-48)
2397 ····0000168d·v0000000·v0000000·views·at·000000f8·for:2397 ····0000168d·v0000000·v0000000·views·at·000000f8·for:
2398 ·············0003bf15·0003bf26·(DW_OP_breg4·(esp):·0)2398 ·············0003bf12·0003bf23·(DW_OP_breg4·(esp):·0)
2399 ····00001699·v0000000·v0000000·views·at·000000fa·for:2399 ····00001699·v0000000·v0000000·views·at·000000fa·for:
2400 ·············0003bf26·0003bf49·(DW_OP_fbreg:·-48)2400 ·············0003bf23·0003bf46·(DW_OP_fbreg:·-48)
2401 ····000016a5·v0000000·v0000000·views·at·000000fc·for:2401 ····000016a5·v0000000·v0000000·views·at·000000fc·for:
2402 ·············0003bf49·0003bf5a·(DW_OP_breg4·(esp):·0)2402 ·············0003bf46·0003bf57·(DW_OP_breg4·(esp):·0)
2403 ····000016b1·v0000000·v0000000·views·at·000000fe·for:2403 ····000016b1·v0000000·v0000000·views·at·000000fe·for:
Max diff block lines reached; 2634254/2644478 bytes (99.61%) of diff not shown.
85.6 KB
strings --all --bytes=8 {}
    
Offset 1, 1303 lines modifiedOffset 1, 1307 lines modified
1 =GCC:·(Debian·8.3.0-6)·8.3.01 GCC:·(Debian·8.3.0-6)·8.3.0
2 DXwxhxCZba 
3 1MB234#e0I 
4 }JOb"slo| 
5 =FMbmv-Z 
6 9T/qYxQFz 
7 )\R!UJ*$ 
8 Vl+5[4/2 
9 [gn[gn[W 
10 :ipMF\h' 
11 8%D*]t4V] 
12 ny<T4PQF 
13 pvNAN8+"; 
14 ),[I#[)!b 
15 !Z7"Yku# 
16 *CEW;C·Q. 
17 Tcf-UnW%b 
18 =488VDU\@ 
19 :L>F&OIQ& 
20 }T)&]C@K5 
21 Vw+u»   iQB 
22 jH>$R$s10 
23 C2=-41$/ 
24 N"DvSdER 
25 in41$CZ@ 
26 Ed7EV$%g 
27 yD$U73IC 
28 Fd7EV$3w 
29 &plDvSdER; 
30 $_`_c·Zi"$ 
31 =8^"IPU/ 
32 |3q*4)/$ 
33 _DvSdERx 
34 g3e:/LKP 
35 {18!dweX 
36 5R#X7*"· 
37 l»      0fa}Q1) 
38 La{nQR)* 
39 9@pi=56u 
40 D|cS?nx^ 
41 ^{ut~ut~ 
42 f0g093u0 
43 Ye0Cm]ex 
44 u7ub!\|r 
45 QB/=lA|9 
46 :]?Q.uA| 
47 OEzEzEzE 
48 OU~XVu~, 
49 +\d4V)lL 
50 aB''txGNg 
51 6aZ1@KfnX 
52 2`4gz:rg 
53 wTdE&KDu' 
54 ?9ayX`[Z 
55 .|3aQ^hq 
56 yY+v~"7T=2 tIoE>Z;Z
 3 A\+Pl|(W
 4 +iz;~%Mo
 5 &gP^ePAeP
 6 gPGePWeP
 7 D.8%Y8%Y8
 8 ·q&)H#q&)I#q
 9 he>amtuO
 10 fp892Ls892Ms8
 11 9.A>»   3MzD
 12 Lx\Pi]Ti]
 13 d\[[269e3N
 14 lKeGkmKeGkmOesC;8
 15 -4il<GLxb
 16 XL:\R1r8
 17 q:dpZ*8U
 18 iI,gLKb9
 19 rN_qN_sN
 20 |h0W8S.9
 21 Dkq4;&jq4;&
 22 `E$;\mE$;\
 23 [04h2^m·
 24 yT+WI»  ?Z%
 25 jyIG$U[#U
 26 *@4ub-d|
 27 4g-.»   4g-.sp}
 28 "ukHg>+H
 29 dO~hRBIn
 30 f6$+w[M,
 31 k$[ZMz)I
 32 !2v:!{1'd/
 33 ·=F]t.AJ$
 34 Pm·{/_e_
 35 X/1#Q)_W
 36 *`/lOH2zlHb
 37 tS2_G3c#
 38 =(|),|B#»       C
 39 m4\e\Tny
 40 q;#7sX~.
 41 xDOB|R;s2
 42 Ah/jP}L~
 43 8vU^5-"?L
 44 Ox#UWq#P
 45 h:>v0F*n*
 46 ;oL!rZL!
 47 m;!R9`S'
 48 J_pITv·1]
 49 <6fJF\,D
 50 (hAp?zUE
 51 )]&9G$W'^
 52 HoP_oFOV
 53 9]WdRi9J
 54 j"g·G;He
 55 GY8"zT]o
 56 /q2gLv},
 57 ;S=BU·?#
 58 rSJip;,o
 59 >YFz9»  $V
 60 %BkD^OP7
57 crtstuff.c61 crtstuff.c
58 deregister_tm_clones62 deregister_tm_clones
59 __do_global_dtors_aux63 __do_global_dtors_aux
60 completed.688664 completed.6886
61 __do_global_dtors_aux_fini_array_entry65 __do_global_dtors_aux_fini_array_entry
62 frame_dummy66 frame_dummy
63 __frame_dummy_init_array_entry67 __frame_dummy_init_array_entry
64 _lasso.c68 _lasso.c
65 lasso_python_log69 lasso_python_log
66 _logger_object.3317070 _logger_object.33170
 71 Samlp2NameIDPolicy_allowCreate_set
67 Session_isDirty_set 
68 Login_protocolProfile_set 
Max diff block lines reached; 85779/87631 bytes (97.89%) of diff not shown.
112 KB
objdump --line-numbers --disassemble --demangle --reloc --no-show-raw-insn --section=.text {}
    
Offset 23, 939 lines modifiedOffset 23, 939 lines modified
  
23 0000deb5·<__x86.get_pc_thunk.dx>:23 0000deb5·<__x86.get_pc_thunk.dx>:
24 »       ...24 »       ...
  
25 0000dec0·<lasso_python_log>:25 0000dec0·<lasso_python_log>:
26 »       ...26 »       ...
  
27 0000e190·<Session_isDirty_set>:27 0000e190·<Samlp2NameIDPolicy_allowCreate_set>:
28 »       ...28 »       ...
  
29 0000e210·<Login_protocolProfile_set>:29 0000e210·<Samlp2AuthnRequest_attributeConsumingServiceIndex_set>:
30 »       ...30 »       ...
  
31 0000e290·<Ecp_isPassive_set>:31 0000e290·<Samlp2AuthnRequest_assertionConsumerServiceIndex_set>:
32 »       ...32 »       ...
  
33 0000e310·<Identity_isDirty_set>:33 0000e310·<Samlp2AuthnRequest_isPassive_set>:
34 »       ...34 »       ...
  
35 0000e390·<Server_signatureMethod_set>:35 0000e390·<Samlp2AuthnRequest_forceAuthn_set>:
36 »       ...36 »       ...
  
37 0000e410·<Provider_role_set>:37 0000e410·<EcpRequest_isPassive_set>:
38 »       ...38 »       ...
  
39 0000e490·<EcpRelayState_mustUnderstand_set>:39 0000e490·<EcpRequest_mustUnderstand_set>:
40 »       ...40 »       ...
  
41 0000e510·<EcpResponse_mustUnderstand_set>:41 0000e510·<EcpResponse_mustUnderstand_set>:
42 »       ...42 »       ...
  
43 0000e590·<EcpRequest_isPassive_set>:43 0000e590·<EcpRelayState_mustUnderstand_set>:
44 »       ...44 »       ...
  
45 0000e610·<EcpRequest_mustUnderstand_set>:45 0000e610·<LibAuthnRequest_isPassive_set>:
46 »       ...46 »       ...
  
47 0000e690·<Samlp2AuthnRequest_attributeConsumingServiceIndex_set>:47 0000e690·<LibAuthnRequest_forceAuthn_set>:
48 »       ...48 »       ...
  
49 0000e710·<Samlp2AuthnRequest_assertionConsumerServiceIndex_set>:49 0000e710·<SamlpRequestAbstract_signMethod_set>:
50 »       ...50 »       ...
  
51 0000e790·<Samlp2AuthnRequest_isPassive_set>:51 0000e790·<SamlpRequestAbstract_signType_set>:
52 »       ...52 »       ...
  
53 0000e810·<Samlp2AuthnRequest_forceAuthn_set>:53 0000e810·<SamlpRequestAbstract_minorVersion_set>:
54 »       ...54 »       ...
  
55 0000e890·<Samlp2NameIDPolicy_allowCreate_set>:55 0000e890·<SamlpRequestAbstract_majorVersion_set>:
56 »       ...56 »       ...
  
57 0000e910·<MiscTextNode_textChild_set>:57 0000e910·<MiscTextNode_textChild_set>:
58 »       ...58 »       ...
  
59 0000e990·<LibAuthnRequestEnvelope_isPassive_set>:59 0000e990·<PaosResponse_mustUnderstand_set>:
60 »       ...60 »       ...
  
61 0000ea10·<SamlpResponseAbstract_signMethod_set>:61 0000ea10·<SamlAssertion_signMethod_set>:
62 »       ...62 »       ...
  
63 0000ea90·<SamlpResponseAbstract_signType_set>:63 0000ea90·<SamlAssertion_signType_set>:
64 »       ...64 »       ...
  
65 0000eb10·<SamlpResponseAbstract_minorVersion_set>:65 0000eb10·<SamlAssertion_minorVersion_set>:
66 »       ...66 »       ...
  
67 0000eb90·<SamlpResponseAbstract_majorVersion_set>:67 0000eb90·<SamlAssertion_majorVersion_set>:
68 »       ...68 »       ...
  
69 0000ec10·<SamlAssertion_signMethod_set>:69 0000ec10·<PaosRequest_mustUnderstand_set>:
70 »       ...70 »       ...
  
71 0000ec90·<SamlAssertion_signType_set>:71 0000ec90·<LibAuthnRequestEnvelope_isPassive_set>:
72 »       ...72 »       ...
  
73 0000ed10·<SamlAssertion_minorVersion_set>:73 0000ed10·<LibScoping_proxyCount_set>:
74 »       ...74 »       ...
  
75 0000ed90·<SamlAssertion_majorVersion_set>:75 0000ed90·<SamlpResponseAbstract_signMethod_set>:
76 »       ...76 »       ...
  
77 0000ee10·<LibScoping_proxyCount_set>:77 0000ee10·<SamlpResponseAbstract_signType_set>:
78 »       ...78 »       ...
  
79 0000ee90·<PaosRequest_mustUnderstand_set>:79 0000ee90·<SamlpResponseAbstract_minorVersion_set>:
80 »       ...80 »       ...
  
81 0000ef10·<LibAuthnRequest_isPassive_set>:81 0000ef10·<SamlpResponseAbstract_majorVersion_set>:
82 »       ...82 »       ...
  
83 0000ef90·<LibAuthnRequest_forceAuthn_set>:83 0000ef90·<Ecp_isPassive_set>:
84 »       ...84 »       ...
  
85 0000f010·<SamlpRequestAbstract_signMethod_set>:85 0000f010·<Server_signatureMethod_set>:
86 »       ...86 »       ...
  
87 0000f090·<SamlpRequestAbstract_signType_set>:87 0000f090·<Login_protocolProfile_set>:
88 »       ...88 »       ...
  
89 0000f110·<SamlpRequestAbstract_minorVersion_set>:89 0000f110·<Session_isDirty_set>:
90 »       ...90 »       ...
  
91 0000f190·<SamlpRequestAbstract_majorVersion_set>:91 0000f190·<Provider_role_set>:
92 »       ...92 »       ...
  
93 0000f210·<PaosResponse_mustUnderstand_set>:93 0000f210·<Identity_isDirty_set>:
94 »       ...94 »       ...
  
95 0000f290·<Login_protocolProfile_get>:95 0000f290·<free_list>:
96 »       ...96 »       ...
  
97 0000f300·<Server_signatureMethod_get>:97 0000f2d0·<get_list_of_strings>:
98 »       ...98 »       ...
  
99 0000f370·<Provider_role_get>:99 0000f400·<Samlp2RequestedAuthnContext_authnContextDeclRef_get>:
100 »       ...100 »       ...
  
101 0000f3e0·<Samlp2AuthnRequest_attributeConsumingServiceIndex_get>:101 0000f470·<Samlp2RequestedAuthnContext_authnContextClassRef_get>:
102 »       ...102 »       ...
  
103 0000f450·<Samlp2AuthnRequest_assertionConsumerServiceIndex_get>:103 0000f4e0·<SoapFault_faultactor_get>:
104 »       ...104 »       ...
  
105 0000f4c0·<SamlpResponseAbstract_signMethod_get>:105 0000f550·<SamlpRequestAbstract_respondWith_get>:
106 »       ...106 »       ...
  
Max diff block lines reached; 110164/114244 bytes (96.43%) of diff not shown.
253 KB
readelf --wide --decompress --string-dump=.debug_str {}
    
Offset 94, 3402 lines modifiedOffset 94, 3402 lines modified
94 ··[···8a2]··lasso_ds_key_info_new94 ··[···8a2]··lasso_ds_key_info_new
95 ··[···8b8]··Samlp2AuthnQuery_sessionIndex_get95 ··[···8b8]··Samlp2AuthnQuery_sessionIndex_get
96 ··[···8da]··Saml2NameID_content_get96 ··[···8da]··Saml2NameID_content_get
97 ··[···8f2]··XML_IO_EALREADY97 ··[···8f2]··XML_IO_EALREADY
98 ··[···902]··lasso_samlp2_attribute_query_new98 ··[···902]··lasso_samlp2_attribute_query_new
99 ··[···923]··g_thread_gettime99 ··[···923]··g_thread_gettime
497 KB
readelf --wide --decompress --hex-dump=.strtab {}
    
Offset 8, 3806 lines modifiedOffset 8, 3806 lines modified
8 ··0x00000050·6c5f6474·6f72735f·6175785f·66696e69·l_dtors_aux_fini8 ··0x00000050·6c5f6474·6f72735f·6175785f·66696e69·l_dtors_aux_fini
9 ··0x00000060·5f617272·61795f65·6e747279·00667261·_array_entry.fra9 ··0x00000060·5f617272·61795f65·6e747279·00667261·_array_entry.fra
10 ··0x00000070·6d655f64·756d6d79·005f5f66·72616d65·me_dummy.__frame10 ··0x00000070·6d655f64·756d6d79·005f5f66·72616d65·me_dummy.__frame
11 ··0x00000080·5f64756d·6d795f69·6e69745f·61727261·_dummy_init_arra11 ··0x00000080·5f64756d·6d795f69·6e69745f·61727261·_dummy_init_arra
12 ··0x00000090·795f656e·74727900·5f6c6173·736f2e63·y_entry._lasso.c12 ··0x00000090·795f656e·74727900·5f6c6173·736f2e63·y_entry._lasso.c
13 ··0x000000a0·006c6173·736f5f70·7974686f·6e5f6c6f·.lasso_python_lo13 ··0x000000a0·006c6173·736f5f70·7974686f·6e5f6c6f·.lasso_python_lo
26.9 MB
python3-lasso-dbgsym_2.6.0-2+deb10u1_i386.deb
367 B
file list
    
Offset 1, 3 lines modifiedOffset 1, 3 lines modified
1 -rw-r--r--···0········0········0········4·2021-06-02·18:54:32.000000·debian-binary1 -rw-r--r--···0········0········0········4·2021-06-02·18:54:32.000000·debian-binary
2 -rw-r--r--···0········0········0······528·2021-06-02·18:54:32.000000·control.tar.xz2 -rw-r--r--···0········0········0······528·2021-06-02·18:54:32.000000·control.tar.xz
3 -rw-r--r--···0········0········0···261608·2021-06-02·18:54:32.000000·data.tar.xz3 -rw-r--r--···0········0········0···261232·2021-06-02·18:54:32.000000·data.tar.xz
633 B
control.tar.xz
605 B
control.tar
357 B
./control
    
Offset 5, 8 lines modifiedOffset 5, 8 lines modified
5 Architecture:·i3865 Architecture:·i386
6 Maintainer:·Frederic·Peters·<fpeters@debian.org>6 Maintainer:·Frederic·Peters·<fpeters@debian.org>
7 Installed-Size:·3617 Installed-Size:·361
8 Depends:·python3-lasso·(=·2.6.0-2+deb10u1)8 Depends:·python3-lasso·(=·2.6.0-2+deb10u1)
9 Section:·debug9 Section:·debug
10 Priority:·optional10 Priority:·optional
11 Description:·debug·symbols·for·python3-lasso11 Description:·debug·symbols·for·python3-lasso
12 Build-Ids:·e5d2218fe520cce08d2122353da378186f10756812 Build-Ids:·183020a1218fcd5e7b2c5e4543398fa891d68c50
226 B
./md5sums
30.0 B
./md5sums
Files differ
178 B
line order
    
Offset 1, 1 lines modifiedOffset 1, 1 lines modified
1 usr/lib/debug/.build-id/e5/d2218fe520cce08d2122353da378186f107568.debug1 usr/lib/debug/.build-id/18/3020a1218fcd5e7b2c5e4543398fa891d68c50.debug
26.9 MB
data.tar.xz
26.9 MB
data.tar
1.39 KB
file list
    
Offset 1, 10 lines modifiedOffset 1, 10 lines modified
1 drwxr-xr-x···0·root·········(0)·root·········(0)········0·2021-06-02·18:54:32.000000·./1 drwxr-xr-x···0·root·········(0)·root·········(0)········0·2021-06-02·18:54:32.000000·./
2 drwxr-xr-x···0·root·········(0)·root·········(0)········0·2021-06-02·18:54:32.000000·./usr/2 drwxr-xr-x···0·root·········(0)·root·········(0)········0·2021-06-02·18:54:32.000000·./usr/
3 drwxr-xr-x···0·root·········(0)·root·········(0)········0·2021-06-02·18:54:32.000000·./usr/lib/3 drwxr-xr-x···0·root·········(0)·root·········(0)········0·2021-06-02·18:54:32.000000·./usr/lib/
4 drwxr-xr-x···0·root·········(0)·root·········(0)········0·2021-06-02·18:54:32.000000·./usr/lib/debug/4 drwxr-xr-x···0·root·········(0)·root·········(0)········0·2021-06-02·18:54:32.000000·./usr/lib/debug/
5 drwxr-xr-x···0·root·········(0)·root·········(0)········0·2021-06-02·18:54:32.000000·./usr/lib/debug/.build-id/5 drwxr-xr-x···0·root·········(0)·root·········(0)········0·2021-06-02·18:54:32.000000·./usr/lib/debug/.build-id/
6 drwxr-xr-x···0·root·········(0)·root·········(0)········0·2021-06-02·18:54:32.000000·./usr/lib/debug/.build-id/e5/6 drwxr-xr-x···0·root·········(0)·root·········(0)········0·2021-06-02·18:54:32.000000·./usr/lib/debug/.build-id/18/
7 -rw-r--r--···0·root·········(0)·root·········(0)···358972·2021-06-02·18:54:32.000000·./usr/lib/debug/.build-id/e5/d2218fe520cce08d2122353da378186f107568.debug7 -rw-r--r--···0·root·········(0)·root·········(0)···358780·2021-06-02·18:54:32.000000·./usr/lib/debug/.build-id/18/3020a1218fcd5e7b2c5e4543398fa891d68c50.debug
8 drwxr-xr-x···0·root·········(0)·root·········(0)········0·2021-06-02·18:54:32.000000·./usr/share/8 drwxr-xr-x···0·root·········(0)·root·········(0)········0·2021-06-02·18:54:32.000000·./usr/share/
9 drwxr-xr-x···0·root·········(0)·root·········(0)········0·2021-06-02·18:54:32.000000·./usr/share/doc/9 drwxr-xr-x···0·root·········(0)·root·········(0)········0·2021-06-02·18:54:32.000000·./usr/share/doc/
10 lrwxrwxrwx···0·root·········(0)·root·········(0)········0·2021-06-02·18:54:32.000000·./usr/share/doc/python3-lasso-dbgsym·->·python3-lasso10 lrwxrwxrwx···0·root·········(0)·root·········(0)········0·2021-06-02·18:54:32.000000·./usr/share/doc/python3-lasso-dbgsym·->·python3-lasso
26.9 MB
./usr/lib/debug/.build-id/e5/d2218fe520cce08d2122353da378186f107568.debug vs.
./usr/lib/debug/.build-id/18/3020a1218fcd5e7b2c5e4543398fa891d68c50.debug
Files 8% similar despite different names
870 B
readelf --wide --file-header {}
    
Offset 6, 15 lines modifiedOffset 6, 15 lines modified
6 ··OS/ABI:····························UNIX·-·System·V6 ··OS/ABI:····························UNIX·-·System·V
7 ··ABI·Version:·······················07 ··ABI·Version:·······················0
8 ··Type:······························DYN·(Shared·object·file)8 ··Type:······························DYN·(Shared·object·file)
9 ··Machine:···························Intel·803869 ··Machine:···························Intel·80386
10 ··Version:···························0x110 ··Version:···························0x1
11 ··Entry·point·address:···············0xddd011 ··Entry·point·address:···············0xddd0
12 ··Start·of·program·headers:··········52·(bytes·into·file)12 ··Start·of·program·headers:··········52·(bytes·into·file)
13 ··Start·of·section·headers:··········357572·(bytes·into·file)13 ··Start·of·section·headers:··········357380·(bytes·into·file)
14 ··Flags:·····························0x014 ··Flags:·····························0x0
15 ··Size·of·this·header:···············52·(bytes)15 ··Size·of·this·header:···············52·(bytes)
16 ··Size·of·program·headers:···········32·(bytes)16 ··Size·of·program·headers:···········32·(bytes)
17 ··Number·of·program·headers:·········917 ··Number·of·program·headers:·········9
18 ··Size·of·section·headers:···········40·(bytes)18 ··Size·of·section·headers:···········40·(bytes)
19 ··Number·of·section·headers:·········3519 ··Number·of·section·headers:·········35
20 ··Section·header·string·table·index:·3420 ··Section·header·string·table·index:·34
2.87 KB
readelf --wide --sections {}
    
Offset 1, 8 lines modifiedOffset 1, 8 lines modified
1 There·are·35·section·headers,·starting·at·offset·0x574c4:1 There·are·35·section·headers,·starting·at·offset·0x57404:
  
2 Section·Headers:2 Section·Headers:
3 ··[Nr]·Name··············Type············Addr·····Off····Size···ES·Flg·Lk·Inf·Al3 ··[Nr]·Name··············Type············Addr·····Off····Size···ES·Flg·Lk·Inf·Al
4 ··[·0]···················NULL············00000000·000000·000000·00······0···0··04 ··[·0]···················NULL············00000000·000000·000000·00······0···0··0
5 ··[·1]·.note.gnu.build-id·NOTE············00000154·000154·000024·00···A··0···0··45 ··[·1]·.note.gnu.build-id·NOTE············00000154·000154·000024·00···A··0···0··4
6 ··[·2]·.gnu.hash·········NOBITS··········00000178·000178·000024·04···A··3···0··46 ··[·2]·.gnu.hash·········NOBITS··········00000178·000178·000024·04···A··3···0··4
7 ··[·3]·.dynsym···········NOBITS··········0000019c·000178·001ec0·10···A··4···1··47 ··[·3]·.dynsym···········NOBITS··········0000019c·000178·001ec0·10···A··4···1··4
Offset 24, 21 lines modifiedOffset 24, 21 lines modified
24 ··[19]·.dynamic··········NOBITS··········00072e80·000e78·000138·08··WA··4···0··424 ··[19]·.dynamic··········NOBITS··········00072e80·000e78·000138·08··WA··4···0··4
25 ··[20]·.got··············NOBITS··········00072fb8·000e78·000048·04··WA··0···0··425 ··[20]·.got··············NOBITS··········00072fb8·000e78·000048·04··WA··0···0··4
26 ··[21]·.got.plt··········NOBITS··········00073000·000e78·00076c·04··WA··0···0··426 ··[21]·.got.plt··········NOBITS··········00073000·000e78·00076c·04··WA··0···0··4
27 ··[22]·.data·············NOBITS··········00073780·000e78·004a88·00··WA··0···0·3227 ··[22]·.data·············NOBITS··········00073780·000e78·004a88·00··WA··0···0·32
28 ··[23]·.bss··············NOBITS··········00078208·000e78·00000c·00··WA··0···0··428 ··[23]·.bss··············NOBITS··········00078208·000e78·00000c·00··WA··0···0··4
29 ··[24]·.comment··········PROGBITS········00000000·000178·00001c·01··MS··0···0··129 ··[24]·.comment··········PROGBITS········00000000·000178·00001c·01··MS··0···0··1
30 ··[25]·.debug_aranges····PROGBITS········00000000·000194·000020·00······0···0··130 ··[25]·.debug_aranges····PROGBITS········00000000·000194·000020·00······0···0··1
31 ··[26]·.debug_info·······PROGBITS········00000000·0001b4·0243dd·00···C··0···0··431 ··[26]·.debug_info·······PROGBITS········00000000·0001b4·02432a·00···C··0···0··4
32 ··[27]·.debug_abbrev·····PROGBITS········00000000·024594·0002b8·00···C··0···0··432 ··[27]·.debug_abbrev·····PROGBITS········00000000·0244e0·0002b3·00···C··0···0··4
33 ··[28]·.debug_line·······PROGBITS········00000000·02484c·0045b1·00···C··0···0··433 ··[28]·.debug_line·······PROGBITS········00000000·024794·00455b·00···C··0···0··4
34 ··[29]·.debug_str········PROGBITS········00000000·028e00·006337·01·MSC··0···0··434 ··[29]·.debug_str········PROGBITS········00000000·028cf0·00634b·01·MSC··0···0··4
35 ··[30]·.debug_loc········PROGBITS········00000000·02f138·00ec45·00···C··0···0··435 ··[30]·.debug_loc········PROGBITS········00000000·02f03c·00ec64·00···C··0···0··4
36 ··[31]·.debug_ranges·····PROGBITS········00000000·03dd80·001f5f·00···C··0···0··436 ··[31]·.debug_ranges·····PROGBITS········00000000·03dca0·001f7f·00···C··0···0··4
37 ··[32]·.symtab···········SYMTAB··········00000000·03fce0·008860·10·····33·1691··437 ··[32]·.symtab···········SYMTAB··········00000000·03fc20·008860·10·····33·1691··4
38 ··[33]·.strtab···········STRTAB··········00000000·048540·00ee39·00······0···0··138 ··[33]·.strtab···········STRTAB··········00000000·048480·00ee39·00······0···0··1
39 ··[34]·.shstrtab·········STRTAB··········00000000·057379·000148·00······0···0··139 ··[34]·.shstrtab·········STRTAB··········00000000·0572b9·000148·00······0···0··1
40 Key·to·Flags:40 Key·to·Flags:
41 ··W·(write),·A·(alloc),·X·(execute),·M·(merge),·S·(strings),·I·(info),41 ··W·(write),·A·(alloc),·X·(execute),·M·(merge),·S·(strings),·I·(info),
42 ··L·(link·order),·O·(extra·OS·processing·required),·G·(group),·T·(TLS),42 ··L·(link·order),·O·(extra·OS·processing·required),·G·(group),·T·(TLS),
43 ··C·(compressed),·x·(unknown),·o·(OS·specific),·E·(exclude),43 ··C·(compressed),·x·(unknown),·o·(OS·specific),·E·(exclude),
44 ··p·(processor·specific)44 ··p·(processor·specific)
273 KB
readelf --wide --symbols {}
    
Offset 43, 1638 lines modifiedOffset 43, 1638 lines modified
43 ····39:·00072e78·····0·OBJECT··LOCAL··DEFAULT···17·__frame_dummy_init_array_entry43 ····39:·00072e78·····0·OBJECT··LOCAL··DEFAULT···17·__frame_dummy_init_array_entry
44 ····40:·00000000·····0·FILE····LOCAL··DEFAULT··ABS·_lasso.c44 ····40:·00000000·····0·FILE····LOCAL··DEFAULT··ABS·_lasso.c
45 ····41:·0000ded0···715·FUNC····LOCAL··DEFAULT···12·lasso_python_log45 ····41:·0000ded0···715·FUNC····LOCAL··DEFAULT···12·lasso_python_log
46 ····42:·0007820c·····4·OBJECT··LOCAL··DEFAULT···23·_logger_object.3471646 ····42:·0007820c·····4·OBJECT··LOCAL··DEFAULT···23·_logger_object.34716
47 ····43:·0000e1a0····39·FUNC····LOCAL··DEFAULT···12·PyGObjectPtr_get_refcount47 ····43:·0000e1a0····39·FUNC····LOCAL··DEFAULT···12·PyGObjectPtr_get_refcount
48 ····44:·0000e1d0····60·FUNC····LOCAL··DEFAULT···12·PyGObjectPtr_repr48 ····44:·0000e1d0····60·FUNC····LOCAL··DEFAULT···12·PyGObjectPtr_repr
49 ····45:·0000e210···169·FUNC····LOCAL··DEFAULT···12·PyGObjectPtr_dealloc49 ····45:·0000e210···169·FUNC····LOCAL··DEFAULT···12·PyGObjectPtr_dealloc
50 ····46:·0000e2c0···113·FUNC····LOCAL··DEFAULT···12·Login_protocolProfile_set 
51 ····47:·0000e340···103·FUNC····LOCAL··DEFAULT···12·Login_protocolProfile_get 
52 ····48:·0000e3b0···113·FUNC····LOCAL··DEFAULT···12·Server_signatureMethod_set 
53 ····49:·0000e430···103·FUNC····LOCAL··DEFAULT···12·Server_signatureMethod_get 
54 ····50:·0000e4a0···113·FUNC····LOCAL··DEFAULT···12·Provider_role_set 
55 ····51:·0000e520···103·FUNC····LOCAL··DEFAULT···12·Provider_role_get 
56 ····52:·0000e590···113·FUNC····LOCAL··DEFAULT···12·Samlp2AuthnRequest_attributeConsumingServiceIndex_set50 ····46:·0000e2c0···113·FUNC····LOCAL··DEFAULT···12·Samlp2AuthnRequest_attributeConsumingServiceIndex_set
57 ····53:·0000e610···103·FUNC····LOCAL··DEFAULT···12·Samlp2AuthnRequest_attributeConsumingServiceIndex_get51 ····47:·0000e340···103·FUNC····LOCAL··DEFAULT···12·Samlp2AuthnRequest_attributeConsumingServiceIndex_get
58 ····54:·0000e680···113·FUNC····LOCAL··DEFAULT···12·Samlp2AuthnRequest_assertionConsumerServiceIndex_set52 ····48:·0000e3b0···113·FUNC····LOCAL··DEFAULT···12·Samlp2AuthnRequest_assertionConsumerServiceIndex_set
59 ····55:·0000e700···103·FUNC····LOCAL··DEFAULT···12·Samlp2AuthnRequest_assertionConsumerServiceIndex_get53 ····49:·0000e430···103·FUNC····LOCAL··DEFAULT···12·Samlp2AuthnRequest_assertionConsumerServiceIndex_get
 54 ····50:·0000e4a0···113·FUNC····LOCAL··DEFAULT···12·SamlpRequestAbstract_signMethod_set
 55 ····51:·0000e520···103·FUNC····LOCAL··DEFAULT···12·SamlpRequestAbstract_signMethod_get
 56 ····52:·0000e590···113·FUNC····LOCAL··DEFAULT···12·SamlpRequestAbstract_signType_set
 57 ····53:·0000e610···103·FUNC····LOCAL··DEFAULT···12·SamlpRequestAbstract_signType_get
 58 ····54:·0000e680···113·FUNC····LOCAL··DEFAULT···12·SamlpRequestAbstract_minorVersion_set
 59 ····55:·0000e700···103·FUNC····LOCAL··DEFAULT···12·SamlpRequestAbstract_minorVersion_get
 60 ····56:·0000e770···113·FUNC····LOCAL··DEFAULT···12·SamlpRequestAbstract_majorVersion_set
 61 ····57:·0000e7f0···103·FUNC····LOCAL··DEFAULT···12·SamlpRequestAbstract_majorVersion_get
 62 ····58:·0000e860···113·FUNC····LOCAL··DEFAULT···12·SamlAssertion_signMethod_set
 63 ····59:·0000e8e0···103·FUNC····LOCAL··DEFAULT···12·SamlAssertion_signMethod_get
 64 ····60:·0000e950···113·FUNC····LOCAL··DEFAULT···12·SamlAssertion_signType_set
 65 ····61:·0000e9d0···103·FUNC····LOCAL··DEFAULT···12·SamlAssertion_signType_get
 66 ····62:·0000ea40···113·FUNC····LOCAL··DEFAULT···12·SamlAssertion_minorVersion_set
 67 ····63:·0000eac0···103·FUNC····LOCAL··DEFAULT···12·SamlAssertion_minorVersion_get
 68 ····64:·0000eb30···113·FUNC····LOCAL··DEFAULT···12·SamlAssertion_majorVersion_set
 69 ····65:·0000ebb0···103·FUNC····LOCAL··DEFAULT···12·SamlAssertion_majorVersion_get
 70 ····66:·0000ec20···113·FUNC····LOCAL··DEFAULT···12·LibScoping_proxyCount_set
 71 ····67:·0000eca0···103·FUNC····LOCAL··DEFAULT···12·LibScoping_proxyCount_get
60 ····56:·0000e770···113·FUNC····LOCAL··DEFAULT···12·SamlpResponseAbstract_signMethod_set72 ····68:·0000ed10···113·FUNC····LOCAL··DEFAULT···12·SamlpResponseAbstract_signMethod_set
61 ····57:·0000e7f0···103·FUNC····LOCAL··DEFAULT···12·SamlpResponseAbstract_signMethod_get73 ····69:·0000ed90···103·FUNC····LOCAL··DEFAULT···12·SamlpResponseAbstract_signMethod_get
62 ····58:·0000e860···113·FUNC····LOCAL··DEFAULT···12·SamlpResponseAbstract_signType_set74 ····70:·0000ee00···113·FUNC····LOCAL··DEFAULT···12·SamlpResponseAbstract_signType_set
63 ····59:·0000e8e0···103·FUNC····LOCAL··DEFAULT···12·SamlpResponseAbstract_signType_get75 ····71:·0000ee80···103·FUNC····LOCAL··DEFAULT···12·SamlpResponseAbstract_signType_get
64 ····60:·0000e950···113·FUNC····LOCAL··DEFAULT···12·SamlpResponseAbstract_minorVersion_set76 ····72:·0000eef0···113·FUNC····LOCAL··DEFAULT···12·SamlpResponseAbstract_minorVersion_set
65 ····61:·0000e9d0···103·FUNC····LOCAL··DEFAULT···12·SamlpResponseAbstract_minorVersion_get77 ····73:·0000ef70···103·FUNC····LOCAL··DEFAULT···12·SamlpResponseAbstract_minorVersion_get
66 ····62:·0000ea40···113·FUNC····LOCAL··DEFAULT···12·SamlpResponseAbstract_majorVersion_set78 ····74:·0000efe0···113·FUNC····LOCAL··DEFAULT···12·SamlpResponseAbstract_majorVersion_set
67 ····63:·0000eac0···103·FUNC····LOCAL··DEFAULT···12·SamlpResponseAbstract_majorVersion_get79 ····75:·0000f060···103·FUNC····LOCAL··DEFAULT···12·SamlpResponseAbstract_majorVersion_get
68 ····64:·0000eb30···113·FUNC····LOCAL··DEFAULT···12·SamlAssertion_signMethod_set80 ····76:·0000f0d0···113·FUNC····LOCAL··DEFAULT···12·Server_signatureMethod_set
69 ····65:·0000ebb0···103·FUNC····LOCAL··DEFAULT···12·SamlAssertion_signMethod_get 
70 ····66:·0000ec20···113·FUNC····LOCAL··DEFAULT···12·SamlAssertion_signType_set 
71 ····67:·0000eca0···103·FUNC····LOCAL··DEFAULT···12·SamlAssertion_signType_get 
72 ····68:·0000ed10···113·FUNC····LOCAL··DEFAULT···12·SamlAssertion_minorVersion_set 
73 ····69:·0000ed90···103·FUNC····LOCAL··DEFAULT···12·SamlAssertion_minorVersion_get 
74 ····70:·0000ee00···113·FUNC····LOCAL··DEFAULT···12·SamlAssertion_majorVersion_set 
75 ····71:·0000ee80···103·FUNC····LOCAL··DEFAULT···12·SamlAssertion_majorVersion_get 
76 ····72:·0000eef0···113·FUNC····LOCAL··DEFAULT···12·LibScoping_proxyCount_set 
77 ····73:·0000ef70···103·FUNC····LOCAL··DEFAULT···12·LibScoping_proxyCount_get 
78 ····74:·0000efe0···113·FUNC····LOCAL··DEFAULT···12·SamlpRequestAbstract_signMethod_set 
79 ····75:·0000f060···103·FUNC····LOCAL··DEFAULT···12·SamlpRequestAbstract_signMethod_get81 ····77:·0000f150···103·FUNC····LOCAL··DEFAULT···12·Server_signatureMethod_get
 82 ····78:·0000f1c0···113·FUNC····LOCAL··DEFAULT···12·Login_protocolProfile_set
 83 ····79:·0000f240···103·FUNC····LOCAL··DEFAULT···12·Login_protocolProfile_get
80 ····76:·0000f0d0···113·FUNC····LOCAL··DEFAULT···12·SamlpRequestAbstract_signType_set 
81 ····77:·0000f150···103·FUNC····LOCAL··DEFAULT···12·SamlpRequestAbstract_signType_get 
82 ····78:·0000f1c0···113·FUNC····LOCAL··DEFAULT···12·SamlpRequestAbstract_minorVersion_set 
83 ····79:·0000f240···103·FUNC····LOCAL··DEFAULT···12·SamlpRequestAbstract_minorVersion_get 
84 ····80:·0000f2b0···113·FUNC····LOCAL··DEFAULT···12·SamlpRequestAbstract_majorVersion_set84 ····80:·0000f2b0···113·FUNC····LOCAL··DEFAULT···12·Provider_role_set
85 ····81:·0000f330···103·FUNC····LOCAL··DEFAULT···12·SamlpRequestAbstract_majorVersion_get85 ····81:·0000f330···103·FUNC····LOCAL··DEFAULT···12·Provider_role_get
86 ····82:·0000f3a0····64·FUNC····LOCAL··DEFAULT···12·init86 ····82:·0000f3a0····64·FUNC····LOCAL··DEFAULT···12·init
87 ····83:·0000f3e0····53·FUNC····LOCAL··DEFAULT···12·free_list87 ····83:·0000f3e0····53·FUNC····LOCAL··DEFAULT···12·free_list
88 ····84:·0000f420···292·FUNC····LOCAL··DEFAULT···12·get_list_of_strings88 ····84:·0000f420···292·FUNC····LOCAL··DEFAULT···12·get_list_of_strings
89 ····85:·0000f550···251·FUNC····LOCAL··DEFAULT···12·session_get_assertion_ids 
90 ····86:·00078140···200·OBJECT··LOCAL··DEFAULT···22·PyGObjectPtrType 
91 ····87:·0000f650····97·FUNC····LOCAL··DEFAULT···12·Ecp_knownIdpEntityIdsSupportingEcp_get 
92 ····88:·0000f6c0····97·FUNC····LOCAL··DEFAULT···12·Samlp2RequestedAuthnContext_authnContextDeclRef_get89 ····85:·0000f550····97·FUNC····LOCAL··DEFAULT···12·Samlp2RequestedAuthnContext_authnContextDeclRef_get
93 ····89:·0000f730····97·FUNC····LOCAL··DEFAULT···12·Samlp2RequestedAuthnContext_authnContextClassRef_get90 ····86:·0000f5c0····97·FUNC····LOCAL··DEFAULT···12·Samlp2RequestedAuthnContext_authnContextClassRef_get
94 ····90:·0000f7a0····97·FUNC····LOCAL··DEFAULT···12·SoapFault_faultactor_get91 ····87:·0000f630····97·FUNC····LOCAL··DEFAULT···12·SoapFault_faultactor_get
 92 ····88:·0000f6a0····97·FUNC····LOCAL··DEFAULT···12·SamlpRequestAbstract_respondWith_get
 93 ····89:·0000f710····97·FUNC····LOCAL··DEFAULT···12·SamlAudienceRestrictionCondition_audience_get
 94 ····90:·0000f780····97·FUNC····LOCAL··DEFAULT···12·SamlSubjectConfirmation_confirmationMethod_get
95 ····91:·0000f810····97·FUNC····LOCAL··DEFAULT···12·LibRequestAuthnContext_authnContextStatementRef_get95 ····91:·0000f7f0····97·FUNC····LOCAL··DEFAULT···12·LibRequestAuthnContext_authnContextStatementRef_get
96 ····92:·0000f880····97·FUNC····LOCAL··DEFAULT···12·LibRequestAuthnContext_authnContextClassRef_get96 ····92:·0000f860····97·FUNC····LOCAL··DEFAULT···12·LibRequestAuthnContext_authnContextClassRef_get
 97 ····93:·0000f8d0····97·FUNC····LOCAL··DEFAULT···12·Ecp_knownIdpEntityIdsSupportingEcp_get
 98 ····94:·0000f940···148·FUNC····LOCAL··DEFAULT···12·Saml2SubjectConfirmationData_address_set
 99 ····95:·0000f9e0···148·FUNC····LOCAL··DEFAULT···12·Saml2SubjectConfirmationData_inResponseTo_set
 100 ····96:·0000fa80···148·FUNC····LOCAL··DEFAULT···12·Saml2SubjectConfirmationData_recipient_set
 101 ····97:·0000fb20···148·FUNC····LOCAL··DEFAULT···12·Saml2SubjectConfirmationData_notOnOrAfter_set
 102 ····98:·0000fbc0···148·FUNC····LOCAL··DEFAULT···12·Saml2SubjectConfirmationData_notBefore_set
 103 ····99:·0000fc60···148·FUNC····LOCAL··DEFAULT···12·Saml2AuthzDecisionStatement_decision_set
 104 ···100:·0000fd00···148·FUNC····LOCAL··DEFAULT···12·Saml2AuthzDecisionStatement_resource_set
97 ····93:·0000f8f0····97·FUNC····LOCAL··DEFAULT···12·SamlSubjectConfirmation_confirmationMethod_get105 ···101:·0000fda0···148·FUNC····LOCAL··DEFAULT···12·Saml2SubjectConfirmation_method_set
98 ····94:·0000f960····97·FUNC····LOCAL··DEFAULT···12·SamlpRequestAbstract_respondWith_get106 ···102:·0000fe40···148·FUNC····LOCAL··DEFAULT···12·Saml2SubjectLocality_dnsName_set
 107 ···103:·0000fee0···148·FUNC····LOCAL··DEFAULT···12·Saml2SubjectLocality_address_set
99 ····95:·0000f9d0····97·FUNC····LOCAL··DEFAULT···12·SamlAudienceRestrictionCondition_audience_get108 ···104:·0000ff80···148·FUNC····LOCAL··DEFAULT···12·Saml2AudienceRestriction_audience_set
100 ····96:·0000fa40···297·FUNC····LOCAL··DEFAULT···12·session_get_session_indexes 
101 ····97:·0000fb70···265·FUNC····LOCAL··DEFAULT···12·session_add_assertion 
102 ····98:·0000fc80···235·FUNC····LOCAL··DEFAULT···12·session_get_provider_index 
103 ····99:·0000fd70···133·FUNC····LOCAL··DEFAULT···12·Session_isDirty_set 
104 ···100:·0000fe00···133·FUNC····LOCAL··DEFAULT···12·Ecp_isPassive_set 
105 ···101:·0000fe90···133·FUNC····LOCAL··DEFAULT···12·Identity_isDirty_set 
106 ···102:·0000ff20···133·FUNC····LOCAL··DEFAULT···12·EcpRelayState_mustUnderstand_set 
107 ···103:·0000ffb0···133·FUNC····LOCAL··DEFAULT···12·EcpResponse_mustUnderstand_set 
108 ···104:·00010040···133·FUNC····LOCAL··DEFAULT···12·EcpRequest_isPassive_set 
109 ···105:·000100d0···133·FUNC····LOCAL··DEFAULT···12·EcpRequest_mustUnderstand_set109 ···105:·00010020···148·FUNC····LOCAL··DEFAULT···12·Saml2ProxyRestriction_count_set
 110 ···106:·000100c0···148·FUNC····LOCAL··DEFAULT···12·Saml2ProxyRestriction_audience_set
 111 ···107:·00010160···148·FUNC····LOCAL··DEFAULT···12·Saml2AuthnContext_authenticatingAuthority_set
 112 ···108:·00010200···148·FUNC····LOCAL··DEFAULT···12·Saml2AuthnContext_authnContextDeclRef_set
 113 ···109:·000102a0···148·FUNC····LOCAL··DEFAULT···12·Saml2AuthnContext_authnContextClassRef_set
 114 ···110:·00010340···148·FUNC····LOCAL··DEFAULT···12·Saml2Action_namespace_set
 115 ···111:·000103e0···148·FUNC····LOCAL··DEFAULT···12·Saml2Action_content_set
 116 ···112:·00010480···148·FUNC····LOCAL··DEFAULT···12·Samlp2AuthnQuery_sessionIndex_set
 117 ···113:·00010520···148·FUNC····LOCAL··DEFAULT···12·Samlp2AuthzDecisionQuery_resource_set
 118 ···114:·000105c0···148·FUNC····LOCAL··DEFAULT···12·Saml2AuthnStatement_sessionNotOnOrAfter_set
110 ···106:·00010160···133·FUNC····LOCAL··DEFAULT···12·Samlp2AuthnRequest_isPassive_set119 ···115:·00010660···148·FUNC····LOCAL··DEFAULT···12·Saml2AuthnStatement_sessionIndex_set
111 ···107:·000101f0···133·FUNC····LOCAL··DEFAULT···12·Samlp2AuthnRequest_forceAuthn_set120 ···116:·00010700···148·FUNC····LOCAL··DEFAULT···12·Saml2AuthnStatement_authnInstant_set
112 ···108:·00010280···133·FUNC····LOCAL··DEFAULT···12·Samlp2NameIDPolicy_allowCreate_set 
113 ···109:·00010310···133·FUNC····LOCAL··DEFAULT···12·MiscTextNode_textChild_set 
114 ···110:·000103a0···133·FUNC····LOCAL··DEFAULT···12·LibAuthnRequestEnvelope_isPassive_set 
115 ···111:·00010430···133·FUNC····LOCAL··DEFAULT···12·PaosRequest_mustUnderstand_set 
116 ···112:·000104c0···133·FUNC····LOCAL··DEFAULT···12·LibAuthnRequest_isPassive_set 
117 ···113:·00010550···133·FUNC····LOCAL··DEFAULT···12·LibAuthnRequest_forceAuthn_set 
118 ···114:·000105e0···133·FUNC····LOCAL··DEFAULT···12·PaosResponse_mustUnderstand_set 
119 ···115:·00010670···512·FUNC····LOCAL··DEFAULT···12·set_hashtable_of_pygobject 
120 ···116:·00010870···117·FUNC····LOCAL··DEFAULT···12·Session_assertions_set 
121 ···117:·000108f0···117·FUNC····LOCAL··DEFAULT···12·Identity_federations_set 
122 ···118:·00010970···117·FUNC····LOCAL··DEFAULT···12·Server_providers_set 
123 ···119:·000109f0···148·FUNC····LOCAL··DEFAULT···12·NameIdentifierMapping_targetNameIdentifier_set 
124 ···120:·00010a90···148·FUNC····LOCAL··DEFAULT···12·Lecp_assertionConsumerServiceURL_set 
125 ···121:·00010b30···148·FUNC····LOCAL··DEFAULT···12·Login_assertionArtifact_set 
126 ···122:·00010bd0···148·FUNC····LOCAL··DEFAULT···12·Ecp_providerName_set 
127 ···123:·00010c70···148·FUNC····LOCAL··DEFAULT···12·Ecp_relaystate_set 
128 ···124:·00010d10···148·FUNC····LOCAL··DEFAULT···12·Ecp_responseConsumerUrl_set 
Max diff block lines reached; 226232/279487 bytes (80.95%) of diff not shown.
430 B
readelf --wide --notes {}
    
Offset 1, 4 lines modifiedOffset 1, 4 lines modified
  
1 Displaying·notes·found·in:·.note.gnu.build-id1 Displaying·notes·found·in:·.note.gnu.build-id
2 ··Owner·················Data·size»  Description2 ··Owner·················Data·size»  Description
3 ··GNU··················0x00000014»  NT_GNU_BUILD_ID·(unique·build·ID·bitstring)»   ····Build·ID:·e5d2218fe520cce08d2122353da378186f1075683 ··GNU··················0x00000014»  NT_GNU_BUILD_ID·(unique·build·ID·bitstring)»   ····Build·ID:·183020a1218fcd5e7b2c5e4543398fa891d68c50
10.2 MB
readelf --wide --debug-dump=rawline {}
    
Offset 1, 11 lines modifiedOffset 1, 11 lines modified
1 Raw·dump·of·debug·contents·of·section·.debug_line:1 Raw·dump·of·debug·contents·of·section·.debug_line:
  
2 ··Offset:······················0x02 ··Offset:······················0x0
3 ··Length:······················1398603 ··Length:······················139904
4 ··DWARF·Version:···············24 ··DWARF·Version:···············2
5 ··Prologue·Length:·············55855 ··Prologue·Length:·············5585
6 ··Minimum·Instruction·Length:··16 ··Minimum·Instruction·Length:··1
7 ··Initial·value·of·'is_stmt':··17 ··Initial·value·of·'is_stmt':··1
8 ··Line·Base:···················-58 ··Line·Base:···················-5
9 ··Line·Range:··················149 ··Line·Range:··················14
10 ··Opcode·Base:·················1310 ··Opcode·Base:·················13
Offset 47, 16 lines modifiedOffset 47, 16 lines modified
47 ··20»     ../../lasso/id-ff/..47 ··20»     ../../lasso/id-ff/..
48 ··21»     ../../lasso/id-ff/../xml/dsig48 ··21»     ../../lasso/id-ff/../xml/dsig
49 ··22»     ../../lasso/id-ff/../xml/saml-2.049 ··22»     ../../lasso/id-ff/../xml/saml-2.0
50 ··23»     ../../lasso/saml-2.0/../xml/saml-2.050 ··23»     ../../lasso/saml-2.0/../xml/saml-2.0
51 ··24»     ../../lasso/saml-2.051 ··24»     ../../lasso/saml-2.0
52 ··25»     ../../lasso/xml52 ··25»     ../../lasso/xml
53 ··26»     ../../lasso/xml/soap-1.153 ··26»     ../../lasso/xml/soap-1.1
 54 ··27»     ../../lasso/xml/ecp
54 ··27»     ../../lasso/xml/saml-2.055 ··28»     ../../lasso/xml/saml-2.0
55 ··28»     ../../lasso/xml/ecp 
  
56 ·The·File·Name·Table·(offset·0x300):56 ·The·File·Name·Table·(offset·0x300):
57 ··Entry»  Dir»       Time»   Size»       Name57 ··Entry»  Dir»       Time»   Size»       Name
58 ··1»      0»     0»    0»   _lasso.c58 ··1»      0»     0»    0»   _lasso.c
59 ··2»      1»     0»    0»   stdio2.h59 ··2»      1»     0»    0»   stdio2.h
60 ··3»      2»     0»    0»   utils.c60 ··3»      2»     0»    0»   utils.c
61 ··4»      3»     0»    0»   stddef.h61 ··4»      3»     0»    0»   stddef.h
Offset 239, 72 lines modifiedOffset 239, 72 lines modified
239 ··181»    23»  0» 0»saml2_base_idabstract.h239 ··181»    23»  0» 0»saml2_base_idabstract.h
240 ··182»    23»  0» 0»saml2_subject_confirmation_data.h240 ··182»    23»  0» 0»saml2_subject_confirmation_data.h
241 ··183»    23»  0» 0»saml2_subject_confirmation.h241 ··183»    23»  0» 0»saml2_subject_confirmation.h
242 ··184»    23»  0» 0»saml2_subject.h242 ··184»    23»  0» 0»saml2_subject.h
243 ··185»    24»  0» 0»saml2_helper.h243 ··185»    24»  0» 0»saml2_helper.h
244 ··186»    12»  0» 0»lasso.h244 ··186»    12»  0» 0»lasso.h
245 ··187»    12»  0» 0»debug.h245 ··187»    12»  0» 0»debug.h
246 ··188»    25»  0» 0»paos_response.h246 ··188»    25»  0» 0»lib_assertion.h
247 ··189»    25»  0» 0»paos_request.h247 ··189»    25»  0» 0»paos_request.h
248 ··190»    25»  0» 0»lib_assertion.h 
249 ··191»    25»  0» 0»lib_authn_context.h 
250 ··192»    25»  0» 0»lib_subject.h248 ··190»    25»  0» 0»lib_subject.h
251 ··193»    25»  0» 0»saml_attribute_value.h249 ··191»    25»  0» 0»saml_attribute_value.h
 250 ··192»    25»  0» 0»paos_response.h
 251 ··193»    25»  0» 0»misc_text_node.h
 252 ··194»    25»  0» 0»lib_authn_context.h
252 ··194»    25»  0» 0»lib_authentication_statement.h253 ··195»    25»  0» 0»lib_authentication_statement.h
253 ··195»    25»  0» 0»misc_text_node.h 
254 ··196»    26»  0» 0»soap_detail.h254 ··196»    26»  0» 0»soap_detail.h
255 ··197»    26»  0» 0»soap_fault.h 
256 ··198»    26»  0» 0»soap_body.h255 ··197»    26»  0» 0»soap_body.h
257 ··199»    26»  0» 0»soap_header.h256 ··198»    26»  0» 0»soap_header.h
258 ··200»    26»  0» 0»soap_envelope.h257 ··199»    26»  0» 0»soap_envelope.h
 258 ··200»    26»  0» 0»soap_fault.h
 259 ··201»    27»  0» 0»ecp_relaystate.h
 260 ··202»    27»  0» 0»ecp_response.h
259 ··201»    27»  0» 0»samlp2_requested_authn_context.h 
260 ··202»    27»  0» 0»samlp2_subject_query_abstract.h 
261 ··203»    27»  0» 0»samlp2_authn_query.h 
262 ··204»    27»  0» 0»samlp2_scoping.h 
263 ··205»    27»  0» 0»samlp2_name_id_policy.h 
264 ··206»    27»  0» 0»samlp2_authn_request.h261 ··203»    27»  0» 0»ecp_request.h
 262 ··204»    28»  0» 0»samlp2_name_id_mapping_response.h
 263 ··205»    28»  0» 0»saml2_statement_abstract.h
 264 ··206»    28»  0» 0»saml2_attribute_statement.h
265 ··207»    27»  0» 0»saml2_condition_abstract.h265 ··207»    28»  0» 0»saml2_condition_abstract.h
266 ··208»    27»  0» 0»saml2_audience_restriction.h 
267 ··209»    27»  0» 0»saml2_attribute_value.h266 ··208»    28»  0» 0»samlp2_response.h
 267 ··209»    28»  0» 0»saml2_evidence.h
 268 ··210»    28»  0» 0»saml2_action.h
 269 ··211»    28»  0» 0»samlp2_subject_query_abstract.h
 270 ··212»    28»  0» 0»samlp2_authz_decision_query.h
 271 ··213»    28»  0» 0»samlp2_artifact_resolve.h
 272 ··214»    28»  0» 0»samlp2_name_id_policy.h
268 ··210»    27»  0» 0»samlp2_name_id_mapping_request.h273 ··215»    28»  0» 0»samlp2_name_id_mapping_request.h
269 ··211»    27»  0» 0»saml2_statement_abstract.h 
270 ··212»    27»  0» 0»saml2_attribute_statement.h 
271 ··213»    27»  0» 0»saml2_attribute.h274 ··216»    28»  0» 0»saml2_attribute.h
272 ··214»    27»  0» 0»samlp2_attribute_query.h 
273 ··215»    27»  0» 0»samlp2_artifact_resolve.h 
274 ··216»    27»  0» 0»saml2_subject_locality.h 
275 ··217»    27»  0» 0»saml2_evidence.h 
276 ··218»    27»  0» 0»samlp2_assertion_id_request.h275 ··217»    28»  0» 0»samlp2_assertion_id_request.h
277 ··219»    27»  0» 0»saml2_action.h 
278 ··220»    27»  0» 0»samlp2_response.h276 ··218»    28»  0» 0»samlp2_logout_request.h
 277 ··219»    28»  0» 0»samlp2_requested_authn_context.h
279 ··221»    27»  0» 0»samlp2_authz_decision_query.h278 ··220»    28»  0» 0»samlp2_authn_query.h
280 ··222»    27»  0» 0»saml2_key_info_confirmation_data_type.h279 ··221»    28»  0» 0»saml2_key_info_confirmation_data_type.h
 280 ··222»    28»  0» 0»samlp2_scoping.h
 281 ··223»    28»  0» 0»samlp2_authn_request.h
 282 ··224»    28»  0» 0»saml2_attribute_value.h
 283 ··225»    28»  0» 0»samlp2_attribute_query.h
 284 ··226»    28»  0» 0»saml2_subject_locality.h
 285 ··227»    28»  0» 0»saml2_authn_context.h
 286 ··228»    28»  0» 0»saml2_authn_statement.h
 287 ··229»    28»  0» 0»samlp2_artifact_response.h
 288 ··230»    28»  0» 0»saml2_proxy_restriction.h
 289 ··231»    28»  0» 0»saml2_audience_restriction.h
281 ··223»    27»  0» 0»saml2_authz_decision_statement.h290 ··232»    28»  0» 0»saml2_authz_decision_statement.h
282 ··224»    27»  0» 0»samlp2_artifact_response.h 
283 ··225»    27»  0» 0»saml2_proxy_restriction.h 
284 ··226»    27»  0» 0»saml2_authn_context.h 
285 ··227»    27»  0» 0»saml2_authn_statement.h 
286 ··228»    27»  0» 0»samlp2_logout_request.h 
287 ··229»    27»  0» 0»samlp2_name_id_mapping_response.h 
288 ··230»    28»  0» 0»ecp_request.h 
289 ··231»    28»  0» 0»ecp_response.h 
290 ··232»    28»  0» 0»ecp_relaystate.h 
291 ··233»    25»  0» 0»tools.h291 ··233»    25»  0» 0»tools.h
292 ··234»    24»  0» 0»provider.h292 ··234»    24»  0» 0»provider.h
293 ··235»    27»  0» 0»saml2_key_info_confirmation_data.h 
294 ··236»    23»  0» 0»samlp2_manage_name_id_response.h293 ··235»    23»  0» 0»samlp2_manage_name_id_response.h
295 ··237»    27»  0» 0»samlp2_logout_response.h294 ··236»    28»  0» 0»samlp2_logout_response.h
296 ··238»    27»  0» 0»saml2_one_time_use.h295 ··237»    28»  0» 0»saml2_one_time_use.h
 296 ··238»    28»  0» 0»saml2_key_info_confirmation_data.h
 297 ··239»    15»  0» 0»lib_logout_response.h
297 ··239»    15»  0» 0»lib_register_name_identifier_response.h298 ··240»    15»  0» 0»lib_register_name_identifier_response.h
298 ··240»    15»  0» 0»lib_logout_response.h 
299 ··241»    5»   0»  0» string.h299 ··241»    5»   0»  0» string.h
300 ··242»    6»   0»  0» abstract.h300 ··242»    6»   0»  0» abstract.h
301 ··243»    6»   0»  0» warnings.h301 ··243»    6»   0»  0» warnings.h
 302 ··244»    12»  0» 0»errors.h
302 ··244»    24»  0» 0»profile.h303 ··245»    24»  0» 0»profile.h
303 ··245»    12»  0» 0»errors.h 
  
304 ·Line·Number·Statements:304 ·Line·Number·Statements:
305 ··[0x000015db]··Set·column·to·1305 ··[0x000015db]··Set·column·to·1
Max diff block lines reached; 10644281/10649563 bytes (99.95%) of diff not shown.
11.8 MB
readelf --wide --debug-dump=info {}
    
Offset 1, 357 lines modifiedOffset 1, 357 lines modified
1 Contents·of·the·.debug_info·section:1 Contents·of·the·.debug_info·section:
  
2 ··Compilation·Unit·@·offset·0x0:2 ··Compilation·Unit·@·offset·0x0:
3 ···Length:········0x50d30·(32-bit)3 ···Length:········0x50d26·(32-bit)
4 ···Version:·······44 ···Version:·······4
5 ···Abbrev·Offset:·0x05 ···Abbrev·Offset:·0x0
6 ···Pointer·Size:··46 ···Pointer·Size:··4
7 ·<0><b>:·Abbrev·Number:·1·(DW_TAG_compile_unit)7 ·<0><b>:·Abbrev·Number:·1·(DW_TAG_compile_unit)
8 ····<c>···DW_AT_producer····:·(indirect·string,·offset:·0x13937):·GNU·C17·8.3.0·-mtune=generic·-march=i686·-g·-O2·-fno-strict-aliasing·-fstack-protector-strong·-fPIC8 ····<c>···DW_AT_producer····:·(indirect·string,·offset:·0x13900):·GNU·C17·8.3.0·-mtune=generic·-march=i686·-g·-O2·-fno-strict-aliasing·-fstack-protector-strong·-fPIC
9 ····<10>···DW_AT_language····:·12»  (ANSI·C99)9 ····<10>···DW_AT_language····:·12»  (ANSI·C99)
10 ····<11>···DW_AT_name········:·(indirect·string,·offset:·0x3df5):·_lasso.c10 ····<11>···DW_AT_name········:·(indirect·string,·offset:·0x3d3f):·_lasso.c
11 ····<15>···DW_AT_comp_dir····:·(indirect·string,·offset:·0xae2e):·./bindings/python3.711 ····<15>···DW_AT_comp_dir····:·(indirect·string,·offset:·0xad15):·./bindings/python3.7
12 ····<19>···DW_AT_low_pc······:·0xded012 ····<19>···DW_AT_low_pc······:·0xded0
13 ····<1d>···DW_AT_high_pc·····:·0x37c8a13 ····<1d>···DW_AT_high_pc·····:·0x37c8a
14 ····<21>···DW_AT_stmt_list···:·0x014 ····<21>···DW_AT_stmt_list···:·0x0
15 ·<1><25>:·Abbrev·Number:·2·(DW_TAG_typedef)15 ·<1><25>:·Abbrev·Number:·2·(DW_TAG_typedef)
16 ····<26>···DW_AT_name········:·(indirect·string,·offset:·0x10f67):·size_t16 ····<26>···DW_AT_name········:·(indirect·string,·offset:·0x10eb1):·size_t
17 ····<2a>···DW_AT_decl_file···:·417 ····<2a>···DW_AT_decl_file···:·4
18 ····<2b>···DW_AT_decl_line···:·21618 ····<2b>···DW_AT_decl_line···:·216
19 ····<2c>···DW_AT_decl_column·:·2319 ····<2c>···DW_AT_decl_column·:·23
20 ····<2d>···DW_AT_type········:·<0x31>20 ····<2d>···DW_AT_type········:·<0x31>
21 ·<1><31>:·Abbrev·Number:·3·(DW_TAG_base_type)21 ·<1><31>:·Abbrev·Number:·3·(DW_TAG_base_type)
22 ····<32>···DW_AT_byte_size···:·422 ····<32>···DW_AT_byte_size···:·4
23 ····<33>···DW_AT_encoding····:·7»   (unsigned)23 ····<33>···DW_AT_encoding····:·7»   (unsigned)
24 ····<34>···DW_AT_name········:·(indirect·string,·offset:·0x10f78):·unsigned·int24 ····<34>···DW_AT_name········:·(indirect·string,·offset:·0x10ec2):·unsigned·int
25 ·<1><38>:·Abbrev·Number:·4·(DW_TAG_const_type)25 ·<1><38>:·Abbrev·Number:·4·(DW_TAG_const_type)
26 ····<39>···DW_AT_type········:·<0x31>26 ····<39>···DW_AT_type········:·<0x31>
27 ·<1><3d>:·Abbrev·Number:·3·(DW_TAG_base_type)27 ·<1><3d>:·Abbrev·Number:·3·(DW_TAG_base_type)
28 ····<3e>···DW_AT_byte_size···:·128 ····<3e>···DW_AT_byte_size···:·1
29 ····<3f>···DW_AT_encoding····:·6»   (signed·char)29 ····<3f>···DW_AT_encoding····:·6»   (signed·char)
30 ····<40>···DW_AT_name········:·(indirect·string,·offset:·0x5710):·char30 ····<40>···DW_AT_name········:·(indirect·string,·offset:·0x560a):·char
31 ·<1><44>:·Abbrev·Number:·4·(DW_TAG_const_type)31 ·<1><44>:·Abbrev·Number:·4·(DW_TAG_const_type)
32 ····<45>···DW_AT_type········:·<0x3d>32 ····<45>···DW_AT_type········:·<0x3d>
33 ·<1><49>:·Abbrev·Number:·3·(DW_TAG_base_type)33 ·<1><49>:·Abbrev·Number:·3·(DW_TAG_base_type)
34 ····<4a>···DW_AT_byte_size···:·134 ····<4a>···DW_AT_byte_size···:·1
35 ····<4b>···DW_AT_encoding····:·8»   (unsigned·char)35 ····<4b>···DW_AT_encoding····:·8»   (unsigned·char)
36 ····<4c>···DW_AT_name········:·(indirect·string,·offset:·0x5707):·unsigned·char36 ····<4c>···DW_AT_name········:·(indirect·string,·offset:·0x5601):·unsigned·char
37 ·<1><50>:·Abbrev·Number:·4·(DW_TAG_const_type)37 ·<1><50>:·Abbrev·Number:·4·(DW_TAG_const_type)
38 ····<51>···DW_AT_type········:·<0x49>38 ····<51>···DW_AT_type········:·<0x49>
39 ·<1><55>:·Abbrev·Number:·3·(DW_TAG_base_type)39 ·<1><55>:·Abbrev·Number:·3·(DW_TAG_base_type)
40 ····<56>···DW_AT_byte_size···:·240 ····<56>···DW_AT_byte_size···:·2
41 ····<57>···DW_AT_encoding····:·7»   (unsigned)41 ····<57>···DW_AT_encoding····:·7»   (unsigned)
42 ····<58>···DW_AT_name········:·(indirect·string,·offset:·0xce6f):·short·unsigned·int42 ····<58>···DW_AT_name········:·(indirect·string,·offset:·0xcd47):·short·unsigned·int
43 ·<1><5c>:·Abbrev·Number:·3·(DW_TAG_base_type)43 ·<1><5c>:·Abbrev·Number:·3·(DW_TAG_base_type)
44 ····<5d>···DW_AT_byte_size···:·444 ····<5d>···DW_AT_byte_size···:·4
45 ····<5e>···DW_AT_encoding····:·7»   (unsigned)45 ····<5e>···DW_AT_encoding····:·7»   (unsigned)
46 ····<5f>···DW_AT_name········:·(indirect·string,·offset:·0x10f73):·long·unsigned·int46 ····<5f>···DW_AT_name········:·(indirect·string,·offset:·0x10ebd):·long·unsigned·int
47 ·<1><63>:·Abbrev·Number:·3·(DW_TAG_base_type)47 ·<1><63>:·Abbrev·Number:·3·(DW_TAG_base_type)
48 ····<64>···DW_AT_byte_size···:·148 ····<64>···DW_AT_byte_size···:·1
49 ····<65>···DW_AT_encoding····:·6»   (signed·char)49 ····<65>···DW_AT_encoding····:·6»   (signed·char)
50 ····<66>···DW_AT_name········:·(indirect·string,·offset:·0x5709):·signed·char50 ····<66>···DW_AT_name········:·(indirect·string,·offset:·0x5603):·signed·char
51 ·<1><6a>:·Abbrev·Number:·2·(DW_TAG_typedef)51 ·<1><6a>:·Abbrev·Number:·2·(DW_TAG_typedef)
52 ····<6b>···DW_AT_name········:·(indirect·string,·offset:·0x1614):·__uint8_t52 ····<6b>···DW_AT_name········:·(indirect·string,·offset:·0x15de):·__uint8_t
53 ····<6f>···DW_AT_decl_file···:·553 ····<6f>···DW_AT_decl_file···:·5
54 ····<70>···DW_AT_decl_line···:·3754 ····<70>···DW_AT_decl_line···:·37
55 ····<71>···DW_AT_decl_column·:·2355 ····<71>···DW_AT_decl_column·:·23
56 ····<72>···DW_AT_type········:·<0x49>56 ····<72>···DW_AT_type········:·<0x49>
57 ·<1><76>:·Abbrev·Number:·3·(DW_TAG_base_type)57 ·<1><76>:·Abbrev·Number:·3·(DW_TAG_base_type)
58 ····<77>···DW_AT_byte_size···:·258 ····<77>···DW_AT_byte_size···:·2
59 ····<78>···DW_AT_encoding····:·5»   (signed)59 ····<78>···DW_AT_encoding····:·5»   (signed)
60 ····<79>···DW_AT_name········:·(indirect·string,·offset:·0x1188f):·short·int60 ····<79>···DW_AT_name········:·(indirect·string,·offset:·0x117f0):·short·int
61 ·<1><7d>:·Abbrev·Number:·5·(DW_TAG_base_type)61 ·<1><7d>:·Abbrev·Number:·5·(DW_TAG_base_type)
62 ····<7e>···DW_AT_byte_size···:·462 ····<7e>···DW_AT_byte_size···:·4
63 ····<7f>···DW_AT_encoding····:·5»   (signed)63 ····<7f>···DW_AT_encoding····:·5»   (signed)
64 ····<80>···DW_AT_name········:·int64 ····<80>···DW_AT_name········:·int
65 ·<1><84>:·Abbrev·Number:·4·(DW_TAG_const_type)65 ·<1><84>:·Abbrev·Number:·4·(DW_TAG_const_type)
66 ····<85>···DW_AT_type········:·<0x7d>66 ····<85>···DW_AT_type········:·<0x7d>
67 ·<1><89>:·Abbrev·Number:·2·(DW_TAG_typedef)67 ·<1><89>:·Abbrev·Number:·2·(DW_TAG_typedef)
68 ····<8a>···DW_AT_name········:·(indirect·string,·offset:·0x3887):·__int64_t68 ····<8a>···DW_AT_name········:·(indirect·string,·offset:·0x37d6):·__int64_t
69 ····<8e>···DW_AT_decl_file···:·569 ····<8e>···DW_AT_decl_file···:·5
70 ····<8f>···DW_AT_decl_line···:·4670 ····<8f>···DW_AT_decl_line···:·46
71 ····<90>···DW_AT_decl_column·:·4471 ····<90>···DW_AT_decl_column·:·44
72 ····<91>···DW_AT_type········:·<0x95>72 ····<91>···DW_AT_type········:·<0x95>
73 ·<1><95>:·Abbrev·Number:·3·(DW_TAG_base_type)73 ·<1><95>:·Abbrev·Number:·3·(DW_TAG_base_type)
74 ····<96>···DW_AT_byte_size···:·874 ····<96>···DW_AT_byte_size···:·8
75 ····<97>···DW_AT_encoding····:·5»   (signed)75 ····<97>···DW_AT_encoding····:·5»   (signed)
76 ····<98>···DW_AT_name········:·(indirect·string,·offset:·0x15cd0):·long·long·int76 ····<98>···DW_AT_name········:·(indirect·string,·offset:·0x15cb0):·long·long·int
77 ·<1><9c>:·Abbrev·Number:·2·(DW_TAG_typedef)77 ·<1><9c>:·Abbrev·Number:·2·(DW_TAG_typedef)
78 ····<9d>···DW_AT_name········:·(indirect·string,·offset:·0x19c1):·__uint64_t78 ····<9d>···DW_AT_name········:·(indirect·string,·offset:·0x1984):·__uint64_t
79 ····<a1>···DW_AT_decl_file···:·579 ····<a1>···DW_AT_decl_file···:·5
80 ····<a2>···DW_AT_decl_line···:·4780 ····<a2>···DW_AT_decl_line···:·47
81 ····<a3>···DW_AT_decl_column·:·4681 ····<a3>···DW_AT_decl_column·:·46
82 ····<a4>···DW_AT_type········:·<0xa8>82 ····<a4>···DW_AT_type········:·<0xa8>
83 ·<1><a8>:·Abbrev·Number:·3·(DW_TAG_base_type)83 ·<1><a8>:·Abbrev·Number:·3·(DW_TAG_base_type)
84 ····<a9>···DW_AT_byte_size···:·884 ····<a9>···DW_AT_byte_size···:·8
85 ····<aa>···DW_AT_encoding····:·7»   (unsigned)85 ····<aa>···DW_AT_encoding····:·7»   (unsigned)
86 ····<ab>···DW_AT_name········:·(indirect·string,·offset:·0x10f6e):·long·long·unsigned·int86 ····<ab>···DW_AT_name········:·(indirect·string,·offset:·0x10eb8):·long·long·unsigned·int
87 ·<1><af>:·Abbrev·Number:·2·(DW_TAG_typedef)87 ·<1><af>:·Abbrev·Number:·2·(DW_TAG_typedef)
88 ····<b0>···DW_AT_name········:·(indirect·string,·offset:·0x9320):·__quad_t88 ····<b0>···DW_AT_name········:·(indirect·string,·offset:·0x91b8):·__quad_t
89 ····<b4>···DW_AT_decl_file···:·589 ····<b4>···DW_AT_decl_file···:·5
90 ····<b5>···DW_AT_decl_line···:·6590 ····<b5>···DW_AT_decl_line···:·65
91 ····<b6>···DW_AT_decl_column·:·3791 ····<b6>···DW_AT_decl_column·:·37
92 ····<b7>···DW_AT_type········:·<0x95>92 ····<b7>···DW_AT_type········:·<0x95>
93 ·<1><bb>:·Abbrev·Number:·2·(DW_TAG_typedef)93 ·<1><bb>:·Abbrev·Number:·2·(DW_TAG_typedef)
94 ····<bc>···DW_AT_name········:·(indirect·string,·offset:·0x8007):·__off_t94 ····<bc>···DW_AT_name········:·(indirect·string,·offset:·0x7e69):·__off_t
95 ····<c0>···DW_AT_decl_file···:·595 ····<c0>···DW_AT_decl_file···:·5
96 ····<c1>···DW_AT_decl_line···:·15096 ····<c1>···DW_AT_decl_line···:·150
97 ····<c2>···DW_AT_decl_column·:·2597 ····<c2>···DW_AT_decl_column·:·25
98 ····<c3>···DW_AT_type········:·<0xc7>98 ····<c3>···DW_AT_type········:·<0xc7>
99 ·<1><c7>:·Abbrev·Number:·3·(DW_TAG_base_type)99 ·<1><c7>:·Abbrev·Number:·3·(DW_TAG_base_type)
100 ····<c8>···DW_AT_byte_size···:·4100 ····<c8>···DW_AT_byte_size···:·4
101 ····<c9>···DW_AT_encoding····:·5»   (signed)101 ····<c9>···DW_AT_encoding····:·5»   (signed)
102 ····<ca>···DW_AT_name········:·(indirect·string,·offset:·0x15cd5):·long·int102 ····<ca>···DW_AT_name········:·(indirect·string,·offset:·0x15cb5):·long·int
103 ·<1><ce>:·Abbrev·Number:·2·(DW_TAG_typedef)103 ·<1><ce>:·Abbrev·Number:·2·(DW_TAG_typedef)
104 ····<cf>···DW_AT_name········:·(indirect·string,·offset:·0x431e):·__off64_t104 ····<cf>···DW_AT_name········:·(indirect·string,·offset:·0x4234):·__off64_t
105 ····<d3>···DW_AT_decl_file···:·5105 ····<d3>···DW_AT_decl_file···:·5
106 ····<d4>···DW_AT_decl_line···:·151106 ····<d4>···DW_AT_decl_line···:·151
107 ····<d5>···DW_AT_decl_column·:·27107 ····<d5>···DW_AT_decl_column·:·27
108 ····<d6>···DW_AT_type········:·<0xaf>108 ····<d6>···DW_AT_type········:·<0xaf>
109 ·<1><da>:·Abbrev·Number:·2·(DW_TAG_typedef)109 ·<1><da>:·Abbrev·Number:·2·(DW_TAG_typedef)
110 ····<db>···DW_AT_name········:·(indirect·string,·offset:·0x10827):·__time_t110 ····<db>···DW_AT_name········:·(indirect·string,·offset:·0x10744):·__time_t
111 ····<df>···DW_AT_decl_file···:·5111 ····<df>···DW_AT_decl_file···:·5
112 ····<e0>···DW_AT_decl_line···:·158112 ····<e0>···DW_AT_decl_line···:·158
113 ····<e1>···DW_AT_decl_column·:·26113 ····<e1>···DW_AT_decl_column·:·26
114 ····<e2>···DW_AT_type········:·<0xc7>114 ····<e2>···DW_AT_type········:·<0xc7>
115 ·<1><e6>:·Abbrev·Number:·6·(DW_TAG_pointer_type)115 ·<1><e6>:·Abbrev·Number:·6·(DW_TAG_pointer_type)
116 ····<e7>···DW_AT_byte_size···:·4116 ····<e7>···DW_AT_byte_size···:·4
117 ·<1><e8>:·Abbrev·Number:·2·(DW_TAG_typedef)117 ·<1><e8>:·Abbrev·Number:·2·(DW_TAG_typedef)
118 ····<e9>···DW_AT_name········:·(indirect·string,·offset:·0x10f64):·__ssize_t118 ····<e9>···DW_AT_name········:·(indirect·string,·offset:·0x10eae):·__ssize_t
119 ····<ed>···DW_AT_decl_file···:·5119 ····<ed>···DW_AT_decl_file···:·5
120 ····<ee>···DW_AT_decl_line···:·191120 ····<ee>···DW_AT_decl_line···:·191
121 ····<ef>···DW_AT_decl_column·:·27121 ····<ef>···DW_AT_decl_column·:·27
122 ····<f0>···DW_AT_type········:·<0x7d>122 ····<f0>···DW_AT_type········:·<0x7d>
123 ·<1><f4>:·Abbrev·Number:·7·(DW_TAG_pointer_type)123 ·<1><f4>:·Abbrev·Number:·7·(DW_TAG_pointer_type)
124 ····<f5>···DW_AT_byte_size···:·4124 ····<f5>···DW_AT_byte_size···:·4
125 ····<f6>···DW_AT_type········:·<0x3d>125 ····<f6>···DW_AT_type········:·<0x3d>
126 ·<1><fa>:·Abbrev·Number:·8·(DW_TAG_structure_type)126 ·<1><fa>:·Abbrev·Number:·8·(DW_TAG_structure_type)
Max diff block lines reached; 12404167/12412195 bytes (99.94%) of diff not shown.
7.0 KB
readelf --wide --debug-dump=abbrev {}
    
Offset 360, 129 lines modifiedOffset 360, 129 lines modified
360 ···59······DW_TAG_subprogram····[has·children]360 ···59······DW_TAG_subprogram····[has·children]
361 ····DW_AT_name·········DW_FORM_strp361 ····DW_AT_name·········DW_FORM_strp
362 ····DW_AT_decl_file····DW_FORM_data1362 ····DW_AT_decl_file····DW_FORM_data1
363 ····DW_AT_decl_line····DW_FORM_data2363 ····DW_AT_decl_line····DW_FORM_data2
364 ····DW_AT_decl_column··DW_FORM_data1364 ····DW_AT_decl_column··DW_FORM_data1
365 ····DW_AT_prototyped···DW_FORM_flag_present365 ····DW_AT_prototyped···DW_FORM_flag_present
366 ····DW_AT_type·········DW_FORM_ref4366 ····DW_AT_type·········DW_FORM_ref4
 367 ····DW_AT_low_pc·······DW_FORM_addr
367 ····DW_AT_inline·······DW_FORM_data1368 ····DW_AT_high_pc······DW_FORM_data4
 369 ····DW_AT_frame_base···DW_FORM_exprloc
 370 ····DW_AT_GNU_all_call_sites·DW_FORM_flag_present
368 ····DW_AT_sibling······DW_FORM_ref4371 ····DW_AT_sibling······DW_FORM_ref4
369 ····DW_AT·value:·0·····DW_FORM·value:·0372 ····DW_AT·value:·0·····DW_FORM·value:·0
370 ···60······DW_TAG_formal_parameter····[no·children]373 ···60······DW_TAG_formal_parameter····[no·children]
371 ····DW_AT_name·········DW_FORM_strp374 ····DW_AT_name·········DW_FORM_strp
372 ····DW_AT_decl_file····DW_FORM_data1375 ····DW_AT_decl_file····DW_FORM_data1
373 ····DW_AT_decl_line····DW_FORM_data2376 ····DW_AT_decl_line····DW_FORM_data2
374 ····DW_AT_decl_column··DW_FORM_data1377 ····DW_AT_decl_column··DW_FORM_data1
375 ····DW_AT_type·········DW_FORM_ref4378 ····DW_AT_type·········DW_FORM_ref4
 379 ····DW_AT_location·····DW_FORM_exprloc
376 ····DW_AT·value:·0·····DW_FORM·value:·0380 ····DW_AT·value:·0·····DW_FORM·value:·0
377 ···61······DW_TAG_variable····[no·children]381 ···61······DW_TAG_variable····[no·children]
378 ····DW_AT_name·········DW_FORM_strp382 ····DW_AT_name·········DW_FORM_strp
379 ····DW_AT_decl_file····DW_FORM_data1383 ····DW_AT_decl_file····DW_FORM_data1
380 ····DW_AT_decl_line····DW_FORM_data2384 ····DW_AT_decl_line····DW_FORM_data2
381 ····DW_AT_decl_column··DW_FORM_data1385 ····DW_AT_decl_column··DW_FORM_data1
382 ····DW_AT_type·········DW_FORM_ref4386 ····DW_AT_type·········DW_FORM_ref4
 387 ····DW_AT_location·····DW_FORM_sec_offset
 388 ····DW_AT_GNU_locviews·DW_FORM_sec_offset
 389 ····DW_AT·value:·0·····DW_FORM·value:·0
 390 ···62······DW_TAG_inlined_subroutine····[no·children]
 391 ····DW_AT_abstract_origin·DW_FORM_ref4
 392 ····DW_AT_entry_pc·····DW_FORM_addr
 393 ····DW_AT_GNU_entry_view·DW_FORM_data2
 394 ····DW_AT_ranges·······DW_FORM_sec_offset
 395 ····DW_AT_call_file····DW_FORM_data1
 396 ····DW_AT_call_line····DW_FORM_data2
 397 ····DW_AT_call_column··DW_FORM_data1
 398 ····DW_AT·value:·0·····DW_FORM·value:·0
 399 ···63······DW_TAG_GNU_call_site····[has·children]
 400 ····DW_AT_low_pc·······DW_FORM_addr
 401 ····DW_AT_abstract_origin·DW_FORM_ref4
 402 ····DW_AT_sibling······DW_FORM_ref4
 403 ····DW_AT·value:·0·····DW_FORM·value:·0
 404 ···64······DW_TAG_GNU_call_site_parameter····[no·children]
 405 ····DW_AT_location·····DW_FORM_exprloc
 406 ····DW_AT_GNU_call_site_value·DW_FORM_exprloc
383 ····DW_AT·value:·0·····DW_FORM·value:·0407 ····DW_AT·value:·0·····DW_FORM·value:·0
384 ···62······DW_TAG_subprogram····[has·children]408 ···65······DW_TAG_subprogram····[has·children]
385 ····DW_AT_name·········DW_FORM_strp409 ····DW_AT_name·········DW_FORM_strp
386 ····DW_AT_decl_file····DW_FORM_data1410 ····DW_AT_decl_file····DW_FORM_data1
387 ····DW_AT_decl_line····DW_FORM_data2411 ····DW_AT_decl_line····DW_FORM_data2
388 ····DW_AT_decl_column··DW_FORM_data1412 ····DW_AT_decl_column··DW_FORM_data1
389 ····DW_AT_prototyped···DW_FORM_flag_present413 ····DW_AT_prototyped···DW_FORM_flag_present
390 ····DW_AT_type·········DW_FORM_ref4414 ····DW_AT_type·········DW_FORM_ref4
391 ····DW_AT_low_pc·······DW_FORM_addr 
392 ····DW_AT_high_pc······DW_FORM_data4415 ····DW_AT_inline·······DW_FORM_data1
393 ····DW_AT_frame_base···DW_FORM_exprloc 
394 ····DW_AT_GNU_all_call_sites·DW_FORM_flag_present 
395 ····DW_AT_sibling······DW_FORM_ref4416 ····DW_AT_sibling······DW_FORM_ref4
396 ····DW_AT·value:·0·····DW_FORM·value:·0417 ····DW_AT·value:·0·····DW_FORM·value:·0
397 ···63······DW_TAG_formal_parameter····[no·children]418 ···66······DW_TAG_formal_parameter····[no·children]
398 ····DW_AT_name·········DW_FORM_strp419 ····DW_AT_name·········DW_FORM_strp
399 ····DW_AT_decl_file····DW_FORM_data1420 ····DW_AT_decl_file····DW_FORM_data1
400 ····DW_AT_decl_line····DW_FORM_data2421 ····DW_AT_decl_line····DW_FORM_data2
401 ····DW_AT_decl_column··DW_FORM_data1422 ····DW_AT_decl_column··DW_FORM_data1
402 ····DW_AT_type·········DW_FORM_ref4423 ····DW_AT_type·········DW_FORM_ref4
403 ····DW_AT_location·····DW_FORM_exprloc 
404 ····DW_AT·value:·0·····DW_FORM·value:·0424 ····DW_AT·value:·0·····DW_FORM·value:·0
405 ···64······DW_TAG_variable····[no·children]425 ···67······DW_TAG_variable····[no·children]
406 ····DW_AT_name·········DW_FORM_strp426 ····DW_AT_name·········DW_FORM_strp
407 ····DW_AT_decl_file····DW_FORM_data1427 ····DW_AT_decl_file····DW_FORM_data1
408 ····DW_AT_decl_line····DW_FORM_data2428 ····DW_AT_decl_line····DW_FORM_data2
409 ····DW_AT_decl_column··DW_FORM_data1429 ····DW_AT_decl_column··DW_FORM_data1
410 ····DW_AT_type·········DW_FORM_ref4430 ····DW_AT_type·········DW_FORM_ref4
411 ····DW_AT_location·····DW_FORM_sec_offset 
412 ····DW_AT_GNU_locviews·DW_FORM_sec_offset 
413 ····DW_AT·value:·0·····DW_FORM·value:·0 
414 ···65······DW_TAG_lexical_block····[has·children] 
415 ····DW_AT_low_pc·······DW_FORM_addr 
416 ····DW_AT_high_pc······DW_FORM_data4 
417 ····DW_AT_sibling······DW_FORM_ref4 
418 ····DW_AT·value:·0·····DW_FORM·value:·0431 ····DW_AT·value:·0·····DW_FORM·value:·0
419 ···66······DW_TAG_GNU_call_site····[has·children]432 ···68······DW_TAG_lexical_block····[has·children]
 433 ····DW_AT_ranges·······DW_FORM_sec_offset
420 ····DW_AT_low_pc·······DW_FORM_addr 
421 ····DW_AT_abstract_origin·DW_FORM_ref4 
422 ····DW_AT_sibling······DW_FORM_ref4434 ····DW_AT_sibling······DW_FORM_ref4
423 ····DW_AT·value:·0·····DW_FORM·value:·0435 ····DW_AT·value:·0·····DW_FORM·value:·0
424 ···67······DW_TAG_GNU_call_site_parameter····[no·children] 
425 ····DW_AT_location·····DW_FORM_exprloc 
426 ····DW_AT_GNU_call_site_value·DW_FORM_exprloc 
427 ····DW_AT·value:·0·····DW_FORM·value:·0 
428 ···68······DW_TAG_inlined_subroutine····[no·children]436 ···69······DW_TAG_inlined_subroutine····[no·children]
429 ····DW_AT_abstract_origin·DW_FORM_ref4437 ····DW_AT_abstract_origin·DW_FORM_ref4
430 ····DW_AT_entry_pc·····DW_FORM_addr438 ····DW_AT_entry_pc·····DW_FORM_addr
431 ····DW_AT_GNU_entry_view·DW_FORM_data2439 ····DW_AT_GNU_entry_view·DW_FORM_data2
432 ····DW_AT_low_pc·······DW_FORM_addr440 ····DW_AT_low_pc·······DW_FORM_addr
433 ····DW_AT_high_pc······DW_FORM_data4441 ····DW_AT_high_pc······DW_FORM_data4
434 ····DW_AT_call_file····DW_FORM_data1442 ····DW_AT_call_file····DW_FORM_data1
435 ····DW_AT_call_line····DW_FORM_data2443 ····DW_AT_call_line····DW_FORM_data2
436 ····DW_AT_call_column··DW_FORM_data1444 ····DW_AT_call_column··DW_FORM_data1
437 ····DW_AT·value:·0·····DW_FORM·value:·0445 ····DW_AT·value:·0·····DW_FORM·value:·0
438 ···69······DW_TAG_lexical_block····[has·children]446 ···70······DW_TAG_lexical_block····[has·children]
439 ····DW_AT_ranges·······DW_FORM_sec_offset 
440 ····DW_AT_sibling······DW_FORM_ref4 
441 ····DW_AT·value:·0·····DW_FORM·value:·0 
442 ···70······DW_TAG_inlined_subroutine····[no·children] 
443 ····DW_AT_abstract_origin·DW_FORM_ref4 
444 ····DW_AT_entry_pc·····DW_FORM_addr 
445 ····DW_AT_GNU_entry_view·DW_FORM_data2 
446 ····DW_AT_ranges·······DW_FORM_sec_offset 
447 ····DW_AT_call_file····DW_FORM_data1 
448 ····DW_AT_call_line····DW_FORM_data2 
449 ····DW_AT_call_column··DW_FORM_data1 
450 ····DW_AT·value:·0·····DW_FORM·value:·0447 ····DW_AT·value:·0·····DW_FORM·value:·0
451 ···71······DW_TAG_variable····[no·children]448 ···71······DW_TAG_variable····[no·children]
452 ····DW_AT_name·········DW_FORM_string449 ····DW_AT_name·········DW_FORM_string
453 ····DW_AT_decl_file····DW_FORM_data1450 ····DW_AT_decl_file····DW_FORM_data1
454 ····DW_AT_decl_line····DW_FORM_data2451 ····DW_AT_decl_line····DW_FORM_data2
455 ····DW_AT_decl_column··DW_FORM_data1452 ····DW_AT_decl_column··DW_FORM_data1
456 ····DW_AT_type·········DW_FORM_ref4453 ····DW_AT_type·········DW_FORM_ref4
457 ····DW_AT·value:·0·····DW_FORM·value:·0454 ····DW_AT·value:·0·····DW_FORM·value:·0
458 ···72······DW_TAG_lexical_block····[has·children] 
459 ····DW_AT·value:·0·····DW_FORM·value:·0 
460 ···73······DW_TAG_variable····[no·children]455 ···72······DW_TAG_variable····[no·children]
461 ····DW_AT_abstract_origin·DW_FORM_ref4456 ····DW_AT_abstract_origin·DW_FORM_ref4
Max diff block lines reached; 1385/7089 bytes (19.54%) of diff not shown.
3.87 MB
readelf --wide --debug-dump=loc {}
    
Offset 3134, 19 lines modifiedOffset 3134, 19 lines modified
3134 ····000018b7·v0000000·v0000000·location·view·pair3134 ····000018b7·v0000000·v0000000·location·view·pair
3135 ····000018b9·v0000000·v0000000·location·view·pair3135 ····000018b9·v0000000·v0000000·location·view·pair
3136 ····000018bb·v0000000·v0000000·location·view·pair3136 ····000018bb·v0000000·v0000000·location·view·pair
3137 ····000018bd·v0000000·v0000000·location·view·pair3137 ····000018bd·v0000000·v0000000·location·view·pair
3138 ····000018bf·v0000000·v0000000·location·view·pair3138 ····000018bf·v0000000·v0000000·location·view·pair
3139 ····000018c1·v0000000·v0000000·location·view·pair3139 ····000018c1·v0000000·v0000000·location·view·pair
3140 ····000018c3·v0000000·v0000000·location·view·pair3140 ····000018c3·v0000000·v0000000·location·view·pair
3141 ····000018c5·v0000000·v0000000·location·view·pair3141 ····000018c5·v0000000·v0000002·location·view·pair
3142 ····000018c7·v0000000·v0000000·location·view·pair3142 ····000018c7·v0000000·v0000000·location·view·pair
3143 ····000018c9·v0000000·v0000000·location·view·pair3143 ····000018c9·v0000000·v0000000·location·view·pair
3144 ····000018cb·v0000000·v0000000·location·view·pair3144 ····000018cb·v0000000·v0000000·location·view·pair
3145 ····000018cd·v0000000·v0000002·location·view·pair3145 ····000018cd·v0000000·v0000000·location·view·pair
3146 ····000018cf·v0000000·v0000000·location·view·pair3146 ····000018cf·v0000000·v0000000·location·view·pair
3147 ····000018d1·v0000000·v0000000·location·view·pair3147 ····000018d1·v0000000·v0000000·location·view·pair
3148 ····000018d3·v0000000·v0000000·location·view·pair3148 ····000018d3·v0000000·v0000000·location·view·pair
3149 ····000018d5·v0000000·v0000000·location·view·pair3149 ····000018d5·v0000000·v0000000·location·view·pair
3150 ····000018d7·v0000000·v0000000·location·view·pair3150 ····000018d7·v0000000·v0000000·location·view·pair
3151 ····000018d9·v0000000·v0000000·location·view·pair3151 ····000018d9·v0000000·v0000000·location·view·pair
3152 ····000018db·v0000000·v0000000·location·view·pair3152 ····000018db·v0000000·v0000000·location·view·pair
Offset 4106, 47940 lines modifiedOffset 4106, 47892 lines modified
4106 ····0000204f·v0000000·v0000000·location·view·pair4106 ····0000204f·v0000000·v0000000·location·view·pair
4107 ····00002051·v0000000·v0000000·location·view·pair4107 ····00002051·v0000000·v0000000·location·view·pair
4108 ····00002053·v0000000·v0000000·location·view·pair4108 ····00002053·v0000000·v0000000·location·view·pair
4109 ····00002055·v0000000·v0000000·location·view·pair4109 ····00002055·v0000000·v0000000·location·view·pair
4110 ····00002057·v0000000·v0000000·location·view·pair4110 ····00002057·v0000000·v0000000·location·view·pair
4111 ····00002059·v0000000·v0000000·location·view·pair4111 ····00002059·v0000000·v0000000·location·view·pair
4112 ····0000205b·v0000000·v0000000·location·view·pair4112 ····0000205b·v0000000·v0000000·location·view·pair
4113 ····0000205d·v0000000·v0000000·location·view·pair 
4114 ····0000205f·v0000000·v0000000·location·view·pair 
4115 ····00002061·v0000000·v0000000·location·view·pair 
4116 ····00002063·v0000000·v0000000·location·view·pair 
4117 ····00002065·v0000000·v0000000·location·view·pair 
4118 ····00002067·v0000000·v0000000·location·view·pair 
4119 ····00002069·v0000000·v0000000·location·view·pair 
4120 ····0000206b·v0000000·v0000000·location·view·pair 
  
4121 ····0000206d·v0000000·v0000000·views·at·0000008d·for:4113 ····0000205d·v0000000·v0000000·views·at·0000008d·for:
4122 ·············0003b3d7·0003b3e5·(DW_OP_reg0·(eax))4114 ·············0003b3d7·0003b3e5·(DW_OP_reg0·(eax))
4123 ····00002078·v0000000·v0000000·views·at·0000008f·for:4115 ····00002068·v0000000·v0000000·views·at·0000008f·for:
4124 ·············0003b3e5·0003b3e6·(DW_OP_breg4·(esp):·0)4116 ·············0003b3e5·0003b3e6·(DW_OP_breg4·(esp):·0)
4125 ····00002084·v0000000·v0000000·views·at·00000091·for:4117 ····00002074·v0000000·v0000000·views·at·00000091·for:
4126 ·············0003b3e6·0003b3eb·(DW_OP_fbreg:·-60)4118 ·············0003b3e6·0003b3eb·(DW_OP_fbreg:·-60)
4127 ····00002090·v0000000·v0000000·views·at·00000093·for:4119 ····00002080·v0000000·v0000000·views·at·00000093·for:
4128 ·············0003b3eb·0003b3f3·(DW_OP_fbreg:·-48)4120 ·············0003b3eb·0003b3f3·(DW_OP_fbreg:·-48)
4129 ····0000209c·v0000000·v0000000·views·at·00000095·for:4121 ····0000208c·v0000000·v0000000·views·at·00000095·for:
4130 ·············0003b3f3·0003b405·(DW_OP_breg4·(esp):·0)4122 ·············0003b3f3·0003b405·(DW_OP_breg4·(esp):·0)
4131 ····000020a8·v0000000·v0000000·views·at·00000097·for:4123 ····00002098·v0000000·v0000000·views·at·00000097·for:
4132 ·············0003b405·0003b40c·(DW_OP_fbreg:·-48)4124 ·············0003b405·0003b40c·(DW_OP_fbreg:·-48)
4133 ····000020b4·v0000000·v0000000·views·at·00000099·for:4125 ····000020a4·v0000000·v0000000·views·at·00000099·for:
4134 ·············0003b40c·0003b41a·(DW_OP_reg0·(eax))4126 ·············0003b40c·0003b41a·(DW_OP_reg0·(eax))
4135 ····000020bf·v0000000·v0000000·views·at·0000009b·for:4127 ····000020af·v0000000·v0000000·views·at·0000009b·for:
4136 ·············0003b41a·0003b41b·(DW_OP_breg4·(esp):·0)4128 ·············0003b41a·0003b41b·(DW_OP_breg4·(esp):·0)
4137 ····000020cb·v0000000·v0000000·views·at·0000009d·for:4129 ····000020bb·v0000000·v0000000·views·at·0000009d·for:
4138 ·············0003b41b·0003b420·(DW_OP_fbreg:·-60)4130 ·············0003b41b·0003b420·(DW_OP_fbreg:·-60)
4139 ····000020d7·v0000000·v0000000·views·at·0000009f·for:4131 ····000020c7·v0000000·v0000000·views·at·0000009f·for:
4140 ·············0003b420·0003b428·(DW_OP_fbreg:·-48)4132 ·············0003b420·0003b428·(DW_OP_fbreg:·-48)
4141 ····000020e3·v0000000·v0000000·views·at·000000a1·for:4133 ····000020d3·v0000000·v0000000·views·at·000000a1·for:
4142 ·············0003b428·0003b43a·(DW_OP_breg4·(esp):·0)4134 ·············0003b428·0003b43a·(DW_OP_breg4·(esp):·0)
4143 ····000020ef·v0000000·v0000000·views·at·000000a3·for:4135 ····000020df·v0000000·v0000000·views·at·000000a3·for:
4144 ·············0003b43a·0003b441·(DW_OP_fbreg:·-48)4136 ·············0003b43a·0003b441·(DW_OP_fbreg:·-48)
4145 ····000020fb·v0000000·v0000000·views·at·000000a5·for:4137 ····000020eb·v0000000·v0000000·views·at·000000a5·for:
4146 ·············0003b441·0003b44f·(DW_OP_reg0·(eax))4138 ·············0003b441·0003b44f·(DW_OP_reg0·(eax))
4147 ····00002106·v0000000·v0000000·views·at·000000a7·for:4139 ····000020f6·v0000000·v0000000·views·at·000000a7·for:
4148 ·············0003b44f·0003b450·(DW_OP_breg4·(esp):·0)4140 ·············0003b44f·0003b450·(DW_OP_breg4·(esp):·0)
4149 ····00002112·v0000000·v0000000·views·at·000000a9·for:4141 ····00002102·v0000000·v0000000·views·at·000000a9·for:
4150 ·············0003b450·0003b455·(DW_OP_fbreg:·-60)4142 ·············0003b450·0003b455·(DW_OP_fbreg:·-60)
4151 ····0000211e·v0000000·v0000000·views·at·000000ab·for:4143 ····0000210e·v0000000·v0000000·views·at·000000ab·for:
4152 ·············0003b455·0003b45d·(DW_OP_fbreg:·-48)4144 ·············0003b455·0003b45d·(DW_OP_fbreg:·-48)
4153 ····0000212a·v0000000·v0000000·views·at·000000ad·for:4145 ····0000211a·v0000000·v0000000·views·at·000000ad·for:
4154 ·············0003b45d·0003b46f·(DW_OP_breg4·(esp):·0)4146 ·············0003b45d·0003b46f·(DW_OP_breg4·(esp):·0)
4155 ····00002136·v0000000·v0000000·views·at·000000af·for:4147 ····00002126·v0000000·v0000000·views·at·000000af·for:
4156 ·············0003b46f·0003b476·(DW_OP_fbreg:·-48)4148 ·············0003b46f·0003b476·(DW_OP_fbreg:·-48)
4157 ····00002142·v0000000·v0000000·views·at·000000b1·for:4149 ····00002132·v0000000·v0000000·views·at·000000b1·for:
4158 ·············0003b476·0003b484·(DW_OP_reg0·(eax))4150 ·············0003b476·0003b484·(DW_OP_reg0·(eax))
4159 ····0000214d·v0000000·v0000000·views·at·000000b3·for:4151 ····0000213d·v0000000·v0000000·views·at·000000b3·for:
4160 ·············0003b484·0003b485·(DW_OP_breg4·(esp):·0)4152 ·············0003b484·0003b485·(DW_OP_breg4·(esp):·0)
4161 ····00002159·v0000000·v0000000·views·at·000000b5·for:4153 ····00002149·v0000000·v0000000·views·at·000000b5·for:
4162 ·············0003b485·0003b48a·(DW_OP_fbreg:·-60)4154 ·············0003b485·0003b48a·(DW_OP_fbreg:·-60)
4163 ····00002165·v0000000·v0000000·views·at·000000b7·for:4155 ····00002155·v0000000·v0000000·views·at·000000b7·for:
4164 ·············0003b48a·0003b492·(DW_OP_fbreg:·-48)4156 ·············0003b48a·0003b492·(DW_OP_fbreg:·-48)
4165 ····00002171·v0000000·v0000000·views·at·000000b9·for:4157 ····00002161·v0000000·v0000000·views·at·000000b9·for:
4166 ·············0003b492·0003b4a4·(DW_OP_breg4·(esp):·0)4158 ·············0003b492·0003b4a4·(DW_OP_breg4·(esp):·0)
4167 ····0000217d·v0000000·v0000000·views·at·000000bb·for:4159 ····0000216d·v0000000·v0000000·views·at·000000bb·for:
4168 ·············0003b4a4·0003b4ab·(DW_OP_fbreg:·-48)4160 ·············0003b4a4·0003b4ab·(DW_OP_fbreg:·-48)
4169 ····00002189·v0000000·v0000000·views·at·000000bd·for:4161 ····00002179·v0000000·v0000000·views·at·000000bd·for:
4170 ·············0003b4ab·0003b4b9·(DW_OP_reg0·(eax))4162 ·············0003b4ab·0003b4b9·(DW_OP_reg0·(eax))
4171 ····00002194·v0000000·v0000000·views·at·000000bf·for:4163 ····00002184·v0000000·v0000000·views·at·000000bf·for:
4172 ·············0003b4b9·0003b4ba·(DW_OP_breg4·(esp):·0)4164 ·············0003b4b9·0003b4ba·(DW_OP_breg4·(esp):·0)
4173 ····000021a0·v0000000·v0000000·views·at·000000c1·for:4165 ····00002190·v0000000·v0000000·views·at·000000c1·for:
4174 ·············0003b4ba·0003b4bf·(DW_OP_fbreg:·-60)4166 ·············0003b4ba·0003b4bf·(DW_OP_fbreg:·-60)
4175 ····000021ac·v0000000·v0000000·views·at·000000c3·for:4167 ····0000219c·v0000000·v0000000·views·at·000000c3·for:
4176 ·············0003b4bf·0003b4c7·(DW_OP_fbreg:·-48)4168 ·············0003b4bf·0003b4c7·(DW_OP_fbreg:·-48)
4177 ····000021b8·v0000000·v0000000·views·at·000000c5·for:4169 ····000021a8·v0000000·v0000000·views·at·000000c5·for:
4178 ·············0003b4c7·0003b4d9·(DW_OP_breg4·(esp):·0)4170 ·············0003b4c7·0003b4d9·(DW_OP_breg4·(esp):·0)
4179 ····000021c4·v0000000·v0000000·views·at·000000c7·for:4171 ····000021b4·v0000000·v0000000·views·at·000000c7·for:
4180 ·············0003b4d9·0003b4e0·(DW_OP_fbreg:·-48)4172 ·············0003b4d9·0003b4e0·(DW_OP_fbreg:·-48)
4181 ····000021d0·v0000000·v0000000·views·at·000000c9·for:4173 ····000021c0·v0000000·v0000000·views·at·000000c9·for:
4182 ·············0003b4e0·0003b4ee·(DW_OP_reg0·(eax))4174 ·············0003b4e0·0003b4ee·(DW_OP_reg0·(eax))
4183 ····000021db·v0000000·v0000000·views·at·000000cb·for:4175 ····000021cb·v0000000·v0000000·views·at·000000cb·for:
4184 ·············0003b4ee·0003b4ef·(DW_OP_breg4·(esp):·0)4176 ·············0003b4ee·0003b4ef·(DW_OP_breg4·(esp):·0)
4185 ····000021e7·v0000000·v0000000·views·at·000000cd·for:4177 ····000021d7·v0000000·v0000000·views·at·000000cd·for:
4186 ·············0003b4ef·0003b4f4·(DW_OP_fbreg:·-60)4178 ·············0003b4ef·0003b4f4·(DW_OP_fbreg:·-60)
4187 ····000021f3·v0000000·v0000000·views·at·000000cf·for:4179 ····000021e3·v0000000·v0000000·views·at·000000cf·for:
4188 ·············0003b4f4·0003b4fc·(DW_OP_fbreg:·-48)4180 ·············0003b4f4·0003b4fc·(DW_OP_fbreg:·-48)
4189 ····000021ff·v0000000·v0000000·views·at·000000d1·for:4181 ····000021ef·v0000000·v0000000·views·at·000000d1·for:
4190 ·············0003b4fc·0003b50e·(DW_OP_breg4·(esp):·0)4182 ·············0003b4fc·0003b50e·(DW_OP_breg4·(esp):·0)
4191 ····0000220b·v0000000·v0000000·views·at·000000d3·for:4183 ····000021fb·v0000000·v0000000·views·at·000000d3·for:
4192 ·············0003b50e·0003b515·(DW_OP_fbreg:·-48)4184 ·············0003b50e·0003b515·(DW_OP_fbreg:·-48)
4193 ····00002217·v0000000·v0000000·views·at·000000d5·for:4185 ····00002207·v0000000·v0000000·views·at·000000d5·for:
4194 ·············0003b515·0003b523·(DW_OP_reg0·(eax))4186 ·············0003b515·0003b523·(DW_OP_reg0·(eax))
4195 ····00002222·v0000000·v0000000·views·at·000000d7·for:4187 ····00002212·v0000000·v0000000·views·at·000000d7·for:
4196 ·············0003b523·0003b524·(DW_OP_breg4·(esp):·0)4188 ·············0003b523·0003b524·(DW_OP_breg4·(esp):·0)
4197 ····0000222e·v0000000·v0000000·views·at·000000d9·for:4189 ····0000221e·v0000000·v0000000·views·at·000000d9·for:
4198 ·············0003b524·0003b529·(DW_OP_fbreg:·-60)4190 ·············0003b524·0003b529·(DW_OP_fbreg:·-60)
4199 ····0000223a·v0000000·v0000000·views·at·000000db·for:4191 ····0000222a·v0000000·v0000000·views·at·000000db·for:
4200 ·············0003b529·0003b531·(DW_OP_fbreg:·-48)4192 ·············0003b529·0003b531·(DW_OP_fbreg:·-48)
4201 ····00002246·v0000000·v0000000·views·at·000000dd·for:4193 ····00002236·v0000000·v0000000·views·at·000000dd·for:
4202 ·············0003b531·0003b543·(DW_OP_breg4·(esp):·0)4194 ·············0003b531·0003b543·(DW_OP_breg4·(esp):·0)
4203 ····00002252·v0000000·v0000000·views·at·000000df·for:4195 ····00002242·v0000000·v0000000·views·at·000000df·for:
4204 ·············0003b543·0003b54a·(DW_OP_fbreg:·-48)4196 ·············0003b543·0003b54a·(DW_OP_fbreg:·-48)
4205 ····0000225e·v0000000·v0000000·views·at·000000e1·for:4197 ····0000224e·v0000000·v0000000·views·at·000000e1·for:
4206 ·············0003b54a·0003b558·(DW_OP_reg0·(eax))4198 ·············0003b54a·0003b558·(DW_OP_reg0·(eax))
4207 ····00002269·v0000000·v0000000·views·at·000000e3·for:4199 ····00002259·v0000000·v0000000·views·at·000000e3·for:
4208 ·············0003b558·0003b559·(DW_OP_breg4·(esp):·0)4200 ·············0003b558·0003b559·(DW_OP_breg4·(esp):·0)
4209 ····00002275·v0000000·v0000000·views·at·000000e5·for:4201 ····00002265·v0000000·v0000000·views·at·000000e5·for:
4210 ·············0003b559·0003b55e·(DW_OP_fbreg:·-60)4202 ·············0003b559·0003b55e·(DW_OP_fbreg:·-60)
4211 ····00002281·v0000000·v0000000·views·at·000000e7·for:4203 ····00002271·v0000000·v0000000·views·at·000000e7·for:
Max diff block lines reached; 4048966/4058324 bytes (99.77%) of diff not shown.
84.5 KB
strings --all --bytes=8 {}
    
Offset 1, 1302 lines modifiedOffset 1, 1312 lines modified
1 uhGCC:·(Debian·8.3.0-6)·8.3.01 PGCC:·(Debian·8.3.0-6)·8.3.0
2 r;6&)/N»~ 
3 GhPUnm·V 
4 )p?ItqhK 
5 Ie·DFa|E 
6 j·R"T#RC 
7 |Ly-IG&C 
8 Tz+IK&1L 
9 ~MY/=\-= 
10 n)p[-pG-pW-pO 
11 )ErJeN#q 
12 EM_H2xS2x 
13 7Y"9eKNK 
14 EyiuQciuQ 
15 fr5?SyHo 
16 y#^(}3^(}+^5 
17 CrrJNy$' 
18 An2AV>jE 
19 `gMfpT28* 
20 fp#.Icp# 
21 x!h=_rzaw 
22 aPvkQO_/ 
23 rJP9UcN' 
24 u7^e0Ae0 
25 Iign&;+@: 
26 {/%.\&J3 
27 EA({>;dj 
28 (MX_$HAI 
29 ieN(cYa4 
30 &<eer,Zj"&? 
31 ;Gj"&Oh" 
32 'I!tV@,#I 
33 uX3Qc*Zx 
34 Ft#uu4g8:]·: 
35 7N$(7.'(7 
36 ·6B17[d* 
37 r!T;xQll= 
38 i·e64Ho64H 
39 _l?jlZ#= 
40 [1·@#=h\ 
41 0B/>nA|9 
42 CYjYjYjY 
43 h1v»    tFB{ 
44 DMfv<MiuQ 
45 lx,rlq,> 
46 2A%Ca6JrFy 
47 =[${`x@r 
48 }gi$oVIu_ 
49 ++J=3deu 
50 _iQj;CVZG 
51 +2Gd9Ns< 
52 FiJ~!amf 
53 #w#|,25S^N< 
54 R\kD^OPg 
55 +DZhL+F&0P+D,2 o·lsw~]T}
 3 5ZL-d.6{
 4 UB?»    RlLF
 5 fBWI2|]6
 6 bdB5[mq4Y
 7 G/%m\+%-
 8 HIP[E-Bh3
 9 HqPmE=EX
 10 7$%29~29~H
 11 A*|0H·I7
 12 "Mgq+"MG
 13 u(r_Diyp
 14 yos:*mc\o
 15 KN?HN?JN?1
 16 LrZ.9}!9e0
 17 ?JN?IN?KNY
 18 EmpHKpJK
 19 gseA%\^Z
 20 o@s0q*·"
 21 (Row46qj""
 22 Tz,S)M~Gi
 23 Qd?F{,Pn
 24 _0<l'<L1<k/<K1
 25 _S{~aBo<
 26 xJ#Cpmk[
 27 7!pEqj{Gm
 28 e)0N»   \vbK
 29 g!9c~f^2N
 30 4DZo+;"[
 31 leGd+;"[
 32 5i6CjN&C5
 33 %wC!^}h8
 34 DL>Q&_?3&
 35 ekl.[c1n
 36 A\!»    {vHz
 37 64l"IXJ]-R
 38 |XHz!vCCg
 39 @L·»     {vH:
 40 9~$I~TFB
 41 QBr'JH^·
 42 rt!I/T&B
 43 f~jbkA*$R
 44 >T/~J)*#/T
 45 yr-R)je?
 46 &+o(7m·{b
 47 50?qZ[3{
 48 EC(E/(HJ28
 49 O9+/G;+O
 50 7-D5D{80
 51 lDPp}5bWY
 52 WB|D;~x_
 53 ^w·juy4>
 54 YVUq\<oJ
 55 FZRs-.d2
 56 Q'x8jAUBn
 57 \[/]BJqI"D
 58 dbEBIE>nT5[
 59 11CEm3GL
 60 \T2*X6*yX
 61 @5+X#*yX
 62 Xc6w@9Ks
 63 pH5o`O*3
 64 r(?~dnh9
 65 78$a=RAi
56 crtstuff.c66 crtstuff.c
57 deregister_tm_clones67 deregister_tm_clones
58 __do_global_dtors_aux68 __do_global_dtors_aux
59 completed.688669 completed.6886
60 __do_global_dtors_aux_fini_array_entry70 __do_global_dtors_aux_fini_array_entry
61 frame_dummy71 frame_dummy
62 __frame_dummy_init_array_entry72 __frame_dummy_init_array_entry
63 _lasso.c73 _lasso.c
64 lasso_python_log74 lasso_python_log
Max diff block lines reached; 84907/86461 bytes (98.20%) of diff not shown.
111 KB
objdump --line-numbers --disassemble --demangle --reloc --no-show-raw-insn --section=.text {}
    
Offset 32, 936 lines modifiedOffset 32, 936 lines modified
  
32 0000e1d0·<PyGObjectPtr_repr>:32 0000e1d0·<PyGObjectPtr_repr>:
33 »       ...33 »       ...
  
34 0000e210·<PyGObjectPtr_dealloc>:34 0000e210·<PyGObjectPtr_dealloc>:
35 »       ...35 »       ...
  
36 0000e2c0·<Login_protocolProfile_set>:36 0000e2c0·<Samlp2AuthnRequest_attributeConsumingServiceIndex_set>:
37 »       ...37 »       ...
  
38 0000e340·<Login_protocolProfile_get>:38 0000e340·<Samlp2AuthnRequest_attributeConsumingServiceIndex_get>:
39 »       ...39 »       ...
  
40 0000e3b0·<Server_signatureMethod_set>:40 0000e3b0·<Samlp2AuthnRequest_assertionConsumerServiceIndex_set>:
41 »       ...41 »       ...
  
42 0000e430·<Server_signatureMethod_get>:42 0000e430·<Samlp2AuthnRequest_assertionConsumerServiceIndex_get>:
43 »       ...43 »       ...
  
44 0000e4a0·<Provider_role_set>:44 0000e4a0·<SamlpRequestAbstract_signMethod_set>:
45 »       ...45 »       ...
  
46 0000e520·<Provider_role_get>:46 0000e520·<SamlpRequestAbstract_signMethod_get>:
47 »       ...47 »       ...
  
48 0000e590·<Samlp2AuthnRequest_attributeConsumingServiceIndex_set>:48 0000e590·<SamlpRequestAbstract_signType_set>:
49 »       ...49 »       ...
  
50 0000e610·<Samlp2AuthnRequest_attributeConsumingServiceIndex_get>:50 0000e610·<SamlpRequestAbstract_signType_get>:
51 »       ...51 »       ...
  
52 0000e680·<Samlp2AuthnRequest_assertionConsumerServiceIndex_set>:52 0000e680·<SamlpRequestAbstract_minorVersion_set>:
53 »       ...53 »       ...
  
54 0000e700·<Samlp2AuthnRequest_assertionConsumerServiceIndex_get>:54 0000e700·<SamlpRequestAbstract_minorVersion_get>:
55 »       ...55 »       ...
  
56 0000e770·<SamlpResponseAbstract_signMethod_set>:56 0000e770·<SamlpRequestAbstract_majorVersion_set>:
57 »       ...57 »       ...
  
58 0000e7f0·<SamlpResponseAbstract_signMethod_get>:58 0000e7f0·<SamlpRequestAbstract_majorVersion_get>:
59 »       ...59 »       ...
  
60 0000e860·<SamlpResponseAbstract_signType_set>:60 0000e860·<SamlAssertion_signMethod_set>:
61 »       ...61 »       ...
  
62 0000e8e0·<SamlpResponseAbstract_signType_get>:62 0000e8e0·<SamlAssertion_signMethod_get>:
63 »       ...63 »       ...
  
64 0000e950·<SamlpResponseAbstract_minorVersion_set>:64 0000e950·<SamlAssertion_signType_set>:
65 »       ...65 »       ...
  
66 0000e9d0·<SamlpResponseAbstract_minorVersion_get>:66 0000e9d0·<SamlAssertion_signType_get>:
67 »       ...67 »       ...
  
68 0000ea40·<SamlpResponseAbstract_majorVersion_set>:68 0000ea40·<SamlAssertion_minorVersion_set>:
69 »       ...69 »       ...
  
70 0000eac0·<SamlpResponseAbstract_majorVersion_get>:70 0000eac0·<SamlAssertion_minorVersion_get>:
71 »       ...71 »       ...
  
72 0000eb30·<SamlAssertion_signMethod_set>:72 0000eb30·<SamlAssertion_majorVersion_set>:
73 »       ...73 »       ...
  
74 0000ebb0·<SamlAssertion_signMethod_get>:74 0000ebb0·<SamlAssertion_majorVersion_get>:
75 »       ...75 »       ...
  
76 0000ec20·<SamlAssertion_signType_set>:76 0000ec20·<LibScoping_proxyCount_set>:
77 »       ...77 »       ...
  
78 0000eca0·<SamlAssertion_signType_get>:78 0000eca0·<LibScoping_proxyCount_get>:
79 »       ...79 »       ...
  
80 0000ed10·<SamlAssertion_minorVersion_set>:80 0000ed10·<SamlpResponseAbstract_signMethod_set>:
81 »       ...81 »       ...
  
82 0000ed90·<SamlAssertion_minorVersion_get>:82 0000ed90·<SamlpResponseAbstract_signMethod_get>:
83 »       ...83 »       ...
  
84 0000ee00·<SamlAssertion_majorVersion_set>:84 0000ee00·<SamlpResponseAbstract_signType_set>:
85 »       ...85 »       ...
  
86 0000ee80·<SamlAssertion_majorVersion_get>:86 0000ee80·<SamlpResponseAbstract_signType_get>:
87 »       ...87 »       ...
  
88 0000eef0·<LibScoping_proxyCount_set>:88 0000eef0·<SamlpResponseAbstract_minorVersion_set>:
89 »       ...89 »       ...
  
90 0000ef70·<LibScoping_proxyCount_get>:90 0000ef70·<SamlpResponseAbstract_minorVersion_get>:
91 »       ...91 »       ...
  
92 0000efe0·<SamlpRequestAbstract_signMethod_set>:92 0000efe0·<SamlpResponseAbstract_majorVersion_set>:
93 »       ...93 »       ...
  
94 0000f060·<SamlpRequestAbstract_signMethod_get>:94 0000f060·<SamlpResponseAbstract_majorVersion_get>:
95 »       ...95 »       ...
  
96 0000f0d0·<SamlpRequestAbstract_signType_set>:96 0000f0d0·<Server_signatureMethod_set>:
97 »       ...97 »       ...
  
98 0000f150·<SamlpRequestAbstract_signType_get>:98 0000f150·<Server_signatureMethod_get>:
99 »       ...99 »       ...
  
100 0000f1c0·<SamlpRequestAbstract_minorVersion_set>:100 0000f1c0·<Login_protocolProfile_set>:
101 »       ...101 »       ...
  
102 0000f240·<SamlpRequestAbstract_minorVersion_get>:102 0000f240·<Login_protocolProfile_get>:
103 »       ...103 »       ...
  
104 0000f2b0·<SamlpRequestAbstract_majorVersion_set>:104 0000f2b0·<Provider_role_set>:
105 »       ...105 »       ...
  
106 0000f330·<SamlpRequestAbstract_majorVersion_get>:106 0000f330·<Provider_role_get>:
107 »       ...107 »       ...
  
108 0000f3a0·<init>:108 0000f3a0·<init>:
109 »       ...109 »       ...
  
110 0000f3e0·<free_list>:110 0000f3e0·<free_list>:
111 »       ...111 »       ...
  
112 0000f420·<get_list_of_strings>:112 0000f420·<get_list_of_strings>:
113 »       ...113 »       ...
  
114 0000f550·<session_get_assertion_ids>:114 0000f550·<Samlp2RequestedAuthnContext_authnContextDeclRef_get>:
115 »       ...115 »       ...
  
Max diff block lines reached; 109839/113974 bytes (96.37%) of diff not shown.
260 KB
readelf --wide --decompress --string-dump=.debug_str {}
    
Offset 98, 3526 lines modifiedOffset 98, 3526 lines modified
98 ··[···907]··Samlp2AuthnQuery_sessionIndex_get98 ··[···907]··Samlp2AuthnQuery_sessionIndex_get
99 ··[···929]··Saml2NameID_content_get99 ··[···929]··Saml2NameID_content_get
100 ··[···941]··XML_IO_EALREADY100 ··[···941]··XML_IO_EALREADY
101 ··[···951]··tp_as_async101 ··[···951]··tp_as_async
102 ··[···95d]··lasso_samlp2_attribute_query_new102 ··[···95d]··lasso_samlp2_attribute_query_new
103 ··[···97e]··g_thread_gettime103 ··[···97e]··g_thread_gettime
369 KB
readelf --wide --decompress --hex-dump=.strtab {}
    
Offset 12, 2827 lines modifiedOffset 12, 2827 lines modified
12 ··0x00000090·795f656e·74727900·5f6c6173·736f2e63·y_entry._lasso.c12 ··0x00000090·795f656e·74727900·5f6c6173·736f2e63·y_entry._lasso.c
13 ··0x000000a0·006c6173·736f5f70·7974686f·6e5f6c6f·.lasso_python_lo13 ··0x000000a0·006c6173·736f5f70·7974686f·6e5f6c6f·.lasso_python_lo
14 ··0x000000b0·67005f6c·6f676765·725f6f62·6a656374·g._logger_object14 ··0x000000b0·67005f6c·6f676765·725f6f62·6a656374·g._logger_object
15 ··0x000000c0·2e333437·31360050·79474f62·6a656374·.34716.PyGObject15 ··0x000000c0·2e333437·31360050·79474f62·6a656374·.34716.PyGObject
16 ··0x000000d0·5074725f·6765745f·72656663·6f756e74·Ptr_get_refcount16 ··0x000000d0·5074725f·6765745f·72656663·6f756e74·Ptr_get_refcount
17 ··0x000000e0·00507947·4f626a65·63745074·725f7265·.PyGObjectPtr_re17 ··0x000000e0·00507947·4f626a65·63745074·725f7265·.PyGObjectPtr_re
18 ··0x000000f0·70720050·79474f62·6a656374·5074725f·pr.PyGObjectPtr_18 ··0x000000f0·70720050·79474f62·6a656374·5074725f·pr.PyGObjectPtr_
 19 ··0x00000100·6465616c·6c6f6300·53616d6c·70324175·dealloc.Samlp2Au
19 ··0x00000100·6465616c·6c6f6300·4c6f6769·6e5f7072·dealloc.Login_pr 
20 ··0x00000110·6f746f63·6f6c5072·6f66696c·655f7365·otocolProfile_se 
21 ··0x00000120·74004c6f·67696e5f·70726f74·6f636f6c·t.Login_protocol 
22 ··0x00000130·50726f66·696c655f·67657400·53657276·Profile_get.Serv 
23 ··0x00000140·65725f73·69676e61·74757265·4d657468·er_signatureMeth 
24 ··0x00000150·6f645f73·65740053·65727665·725f7369·od_set.Server_si 
25 ··0x00000160·676e6174·7572654d·6574686f·645f6765·gnatureMethod_ge 
26 ··0x00000170·74005072·6f766964·65725f72·6f6c655f·t.Provider_role_ 
27 ··0x00000180·73657400·50726f76·69646572·5f726f6c·set.Provider_rol 
28 ··0x00000190·655f6765·74005361·6d6c7032·41757468·e_get.Samlp2Auth 
29 ··0x000001a0·6e526571·75657374·5f617474·72696275·nRequest_attribu20 ··0x00000110·74686e52·65717565·73745f61·74747269·thnRequest_attri
30 ··0x000001b0·7465436f·6e73756d·696e6753·65727669·teConsumingServi21 ··0x00000120·62757465·436f6e73·756d696e·67536572·buteConsumingSer
31 ··0x000001c0·6365496e·6465785f·73657400·53616d6c·ceIndex_set.Saml22 ··0x00000130·76696365·496e6465·785f7365·74005361·viceIndex_set.Sa
32 ··0x000001d0·70324175·74686e52·65717565·73745f61·p2AuthnRequest_a23 ··0x00000140·6d6c7032·41757468·6e526571·75657374·mlp2AuthnRequest
33 ··0x000001e0·74747269·62757465·436f6e73·756d696e·ttributeConsumin24 ··0x00000150·5f617474·72696275·7465436f·6e73756d·_attributeConsum
34 ··0x000001f0·67536572·76696365·496e6465·785f6765·gServiceIndex_ge25 ··0x00000160·696e6753·65727669·6365496e·6465785f·ingServiceIndex_
35 ··0x00000200·74005361·6d6c7032·41757468·6e526571·t.Samlp2AuthnReq26 ··0x00000170·67657400·53616d6c·70324175·74686e52·get.Samlp2AuthnR
36 ··0x00000210·75657374·5f617373·65727469·6f6e436f·uest_assertionCo27 ··0x00000180·65717565·73745f61·73736572·74696f6e·equest_assertion
37 ··0x00000220·6e73756d·65725365·72766963·65496e64·nsumerServiceInd28 ··0x00000190·436f6e73·756d6572·53657276·69636549·ConsumerServiceI
38 ··0x00000230·65785f73·65740053·616d6c70·32417574·ex_set.Samlp2Aut29 ··0x000001a0·6e646578·5f736574·0053616d·6c703241·ndex_set.Samlp2A
39 ··0x00000240·686e5265·71756573·745f6173·73657274·hnRequest_assert30 ··0x000001b0·7574686e·52657175·6573745f·61737365·uthnRequest_asse
40 ··0x00000250·696f6e43·6f6e7375·6d657253·65727669·ionConsumerServi31 ··0x000001c0·7274696f·6e436f6e·73756d65·72536572·rtionConsumerSer
41 ··0x00000260·6365496e·6465785f·67657400·53616d6c·ceIndex_get.Saml32 ··0x000001d0·76696365·496e6465·785f6765·74005361·viceIndex_get.Sa
42 ··0x00000270·70526573·706f6e73·65416273·74726163·pResponseAbstrac33 ··0x000001e0·6d6c7052·65717565·73744162·73747261·mlpRequestAbstra
43 ··0x00000280·745f7369·676e4d65·74686f64·5f736574·t_signMethod_set34 ··0x000001f0·63745f73·69676e4d·6574686f·645f7365·ct_signMethod_se
44 ··0x00000290·0053616d·6c705265·73706f6e·73654162·.SamlpResponseAb 
45 ··0x000002a0·73747261·63745f73·69676e4d·6574686f·stract_signMetho 
46 ··0x000002b0·645f6765·74005361·6d6c7052·6573706f·d_get.SamlpRespo 
47 ··0x000002c0·6e736541·62737472·6163745f·7369676e·nseAbstract_sign 
48 ··0x000002d0·54797065·5f736574·0053616d·6c705265·Type_set.SamlpRe 
49 ··0x000002e0·73706f6e·73654162·73747261·63745f73·sponseAbstract_s 
50 ··0x000002f0·69676e54·7970655f·67657400·53616d6c·ignType_get.Saml 
51 ··0x00000300·70526573·706f6e73·65416273·74726163·pResponseAbstrac 
52 ··0x00000310·745f6d69·6e6f7256·65727369·6f6e5f73·t_minorVersion_s 
53 ··0x00000320·65740053·616d6c70·52657370·6f6e7365·et.SamlpResponse 
54 ··0x00000330·41627374·72616374·5f6d696e·6f725665·Abstract_minorVe 
55 ··0x00000340·7273696f·6e5f6765·74005361·6d6c7052·rsion_get.SamlpR 
56 ··0x00000350·6573706f·6e736541·62737472·6163745f·esponseAbstract_ 
57 ··0x00000360·6d616a6f·72566572·73696f6e·5f736574·majorVersion_set 
58 ··0x00000370·0053616d·6c705265·73706f6e·73654162·.SamlpResponseAb 
59 ··0x00000380·73747261·63745f6d·616a6f72·56657273·stract_majorVers 
60 ··0x00000390·696f6e5f·67657400·53616d6c·41737365·ion_get.SamlAsse 
61 ··0x000003a0·7274696f·6e5f7369·676e4d65·74686f64·rtion_signMethod 
62 ··0x000003b0·5f736574·0053616d·6c417373·65727469·_set.SamlAsserti 
63 ··0x000003c0·6f6e5f73·69676e4d·6574686f·645f6765·on_signMethod_ge 
64 ··0x000003d0·74005361·6d6c4173·73657274·696f6e5f·t.SamlAssertion_ 
65 ··0x000003e0·7369676e·54797065·5f736574·0053616d·signType_set.Sam 
66 ··0x000003f0·6c417373·65727469·6f6e5f73·69676e54·lAssertion_signT 
67 ··0x00000400·7970655f·67657400·53616d6c·41737365·ype_get.SamlAsse 
68 ··0x00000410·7274696f·6e5f6d69·6e6f7256·65727369·rtion_minorVersi 
69 ··0x00000420·6f6e5f73·65740053·616d6c41·73736572·on_set.SamlAsser 
70 ··0x00000430·74696f6e·5f6d696e·6f725665·7273696f·tion_minorVersio 
71 ··0x00000440·6e5f6765·74005361·6d6c4173·73657274·n_get.SamlAssert 
72 ··0x00000450·696f6e5f·6d616a6f·72566572·73696f6e·ion_majorVersion 
73 ··0x00000460·5f736574·0053616d·6c417373·65727469·_set.SamlAsserti 
74 ··0x00000470·6f6e5f6d·616a6f72·56657273·696f6e5f·on_majorVersion_ 
75 ··0x00000480·67657400·4c696253·636f7069·6e675f70·get.LibScoping_p 
76 ··0x00000490·726f7879·436f756e·745f7365·74004c69·roxyCount_set.Li 
77 ··0x000004a0·6253636f·70696e67·5f70726f·7879436f·bScoping_proxyCo 
78 ··0x000004b0·756e745f·67657400·53616d6c·70526571·unt_get.SamlpReq 
79 ··0x000004c0·75657374·41627374·72616374·5f736967·uestAbstract_sig 
80 ··0x000004d0·6e4d6574·686f645f·73657400·53616d6c·nMethod_set.Saml 
81 ··0x000004e0·70526571·75657374·41627374·72616374·pRequestAbstract 
82 ··0x000004f0·5f736967·6e4d6574·686f645f·67657400·_signMethod_get. 
83 ··0x00000500·53616d6c·70526571·75657374·41627374·SamlpRequestAbst 
84 ··0x00000510·72616374·5f736967·6e547970·655f7365·ract_signType_se 
85 ··0x00000520·74005361·6d6c7052·65717565·73744162·t.SamlpRequestAb35 ··0x00000200·74005361·6d6c7052·65717565·73744162·t.SamlpRequestAb
86 ··0x00000530·73747261·63745f73·69676e54·7970655f·stract_signType_36 ··0x00000210·73747261·63745f73·69676e4d·6574686f·stract_signMetho
87 ··0x00000540·67657400·53616d6c·70526571·75657374·get.SamlpRequest37 ··0x00000220·645f6765·74005361·6d6c7052·65717565·d_get.SamlpReque
88 ··0x00000550·41627374·72616374·5f6d696e·6f725665·Abstract_minorVe38 ··0x00000230·73744162·73747261·63745f73·69676e54·stAbstract_signT
 39 ··0x00000240·7970655f·73657400·53616d6c·70526571·ype_set.SamlpReq
 40 ··0x00000250·75657374·41627374·72616374·5f736967·uestAbstract_sig
89 ··0x00000560·7273696f·6e5f7365·74005361·6d6c7052·rsion_set.SamlpR41 ··0x00000260·6e547970·655f6765·74005361·6d6c7052·nType_get.SamlpR
90 ··0x00000570·65717565·73744162·73747261·63745f6d·equestAbstract_m42 ··0x00000270·65717565·73744162·73747261·63745f6d·equestAbstract_m
91 ··0x00000580·696e6f72·56657273·696f6e5f·67657400·inorVersion_get.43 ··0x00000280·696e6f72·56657273·696f6e5f·73657400·inorVersion_set.
92 ··0x00000590·53616d6c·70526571·75657374·41627374·SamlpRequestAbst44 ··0x00000290·53616d6c·70526571·75657374·41627374·SamlpRequestAbst
93 ··0x000005a0·72616374·5f6d616a·6f725665·7273696f·ract_majorVersio45 ··0x000002a0·72616374·5f6d696e·6f725665·7273696f·ract_minorVersio
94 ··0x000005b0·6e5f7365·74005361·6d6c7052·65717565·n_set.SamlpReque46 ··0x000002b0·6e5f6765·74005361·6d6c7052·65717565·n_get.SamlpReque
95 ··0x000005c0·73744162·73747261·63745f6d·616a6f72·stAbstract_major47 ··0x000002c0·73744162·73747261·63745f6d·616a6f72·stAbstract_major
 48 ··0x000002d0·56657273·696f6e5f·73657400·53616d6c·Version_set.Saml
 49 ··0x000002e0·70526571·75657374·41627374·72616374·pRequestAbstract
 50 ··0x000002f0·5f6d616a·6f725665·7273696f·6e5f6765·_majorVersion_ge
 51 ··0x00000300·74005361·6d6c4173·73657274·696f6e5f·t.SamlAssertion_
 52 ··0x00000310·7369676e·4d657468·6f645f73·65740053·signMethod_set.S
 53 ··0x00000320·616d6c41·73736572·74696f6e·5f736967·amlAssertion_sig
 54 ··0x00000330·6e4d6574·686f645f·67657400·53616d6c·nMethod_get.Saml
 55 ··0x00000340·41737365·7274696f·6e5f7369·676e5479·Assertion_signTy
 56 ··0x00000350·70655f73·65740053·616d6c41·73736572·pe_set.SamlAsser
 57 ··0x00000360·74696f6e·5f736967·6e547970·655f6765·tion_signType_ge
 58 ··0x00000370·74005361·6d6c4173·73657274·696f6e5f·t.SamlAssertion_
 59 ··0x00000380·6d696e6f·72566572·73696f6e·5f736574·minorVersion_set
 60 ··0x00000390·0053616d·6c417373·65727469·6f6e5f6d·.SamlAssertion_m
 61 ··0x000003a0·696e6f72·56657273·696f6e5f·67657400·inorVersion_get.
 62 ··0x000003b0·53616d6c·41737365·7274696f·6e5f6d61·SamlAssertion_ma
 63 ··0x000003c0·6a6f7256·65727369·6f6e5f73·65740053·jorVersion_set.S
 64 ··0x000003d0·616d6c41·73736572·74696f6e·5f6d616a·amlAssertion_maj
 65 ··0x000003e0·6f725665·7273696f·6e5f6765·74004c69·orVersion_get.Li
 66 ··0x000003f0·6253636f·70696e67·5f70726f·7879436f·bScoping_proxyCo
 67 ··0x00000400·756e745f·73657400·4c696253·636f7069·unt_set.LibScopi
 68 ··0x00000410·6e675f70·726f7879·436f756e·745f6765·ng_proxyCount_ge
 69 ··0x00000420·74005361·6d6c7052·6573706f·6e736541·t.SamlpResponseA
 70 ··0x00000430·62737472·6163745f·7369676e·4d657468·bstract_signMeth
 71 ··0x00000440·6f645f73·65740053·616d6c70·52657370·od_set.SamlpResp
 72 ··0x00000450·6f6e7365·41627374·72616374·5f736967·onseAbstract_sig
 73 ··0x00000460·6e4d6574·686f645f·67657400·53616d6c·nMethod_get.Saml
 74 ··0x00000470·70526573·706f6e73·65416273·74726163·pResponseAbstrac
 75 ··0x00000480·745f7369·676e5479·70655f73·65740053·t_signType_set.S
 76 ··0x00000490·616d6c70·52657370·6f6e7365·41627374·amlpResponseAbst
 77 ··0x000004a0·72616374·5f736967·6e547970·655f6765·ract_signType_ge
 78 ··0x000004b0·74005361·6d6c7052·6573706f·6e736541·t.SamlpResponseA
 79 ··0x000004c0·62737472·6163745f·6d696e6f·72566572·bstract_minorVer
 80 ··0x000004d0·73696f6e·5f736574·0053616d·6c705265·sion_set.SamlpRe
 81 ··0x000004e0·73706f6e·73654162·73747261·63745f6d·sponseAbstract_m
 82 ··0x000004f0·696e6f72·56657273·696f6e5f·67657400·inorVersion_get.
 83 ··0x00000500·53616d6c·70526573·706f6e73·65416273·SamlpResponseAbs
 84 ··0x00000510·74726163·745f6d61·6a6f7256·65727369·tract_majorVersi
 85 ··0x00000520·6f6e5f73·65740053·616d6c70·52657370·on_set.SamlpResp
 86 ··0x00000530·6f6e7365·41627374·72616374·5f6d616a·onseAbstract_maj
 87 ··0x00000540·6f725665·7273696f·6e5f6765·74005365·orVersion_get.Se
Max diff block lines reached; 366356/377368 bytes (97.08%) of diff not shown.