94.7 MB
/srv/reproducible-results/rbuild-debian/tmp.H2xxesk4HG/b1/lasso_2.6.0-2+deb10u1_armhf.changes vs.
/srv/reproducible-results/rbuild-debian/tmp.H2xxesk4HG/b2/lasso_2.6.0-2+deb10u1_armhf.changes
1.78 KB
Files
    
Offset 1, 10 lines modifiedOffset 1, 10 lines modified
  
1 ·c4f46222aca3b6fcfde221d51495a139·173036·debug·optional·liblasso-perl-dbgsym_2.6.0-2+deb10u1_armhf.deb 
2 ·22588bc4898e736c09b4df0fba78b075·712336·perl·optional·liblasso-perl_2.6.0-2+deb10u1_armhf.deb 
3 ·c69045f533e68300128faaf49358ab30·937176·debug·optional·liblasso3-dbgsym_2.6.0-2+deb10u1_armhf.deb 
4 ·4f67fa5433066aa22ecdec49472bdfbc·828396·libdevel·optional·liblasso3-dev_2.6.0-2+deb10u1_armhf.deb 
5 ·9a045aab8965ddded31cbc3b11b79593·745480·libs·optional·liblasso3_2.6.0-2+deb10u1_armhf.deb 
6 ·edf8739185471aa36a187f26b6b071d7·292180·debug·optional·python-lasso-dbgsym_2.6.0-2+deb10u1_armhf.deb 
7 ·142dbc53303c8cba8b9a93926e66a5f8·700316·python·optional·python-lasso_2.6.0-2+deb10u1_armhf.deb 
8 ·10b95ff58aae4ee3eac2ac0f31c6f7a5·313032·debug·optional·python3-lasso-dbgsym_2.6.0-2+deb10u1_armhf.deb 
9 ·f99a0dfd86686a299412c1d9e1ea7dc2·700800·python·optional·python3-lasso_2.6.0-2+deb10u1_armhf.deb1 ·4389c115e7ac556e634e4fb00c5f411d·173164·debug·optional·liblasso-perl-dbgsym_2.6.0-2+deb10u1_armhf.deb
 2 ·6b478a398fc7f3807bdb4a61231b7d66·711780·perl·optional·liblasso-perl_2.6.0-2+deb10u1_armhf.deb
 3 ·1190fcc5618b46a391768f481f8be496·937204·debug·optional·liblasso3-dbgsym_2.6.0-2+deb10u1_armhf.deb
 4 ·4aa93a3d5e037d15c2f17be1c8af9590·828308·libdevel·optional·liblasso3-dev_2.6.0-2+deb10u1_armhf.deb
 5 ·991b6cf1c10a4bae74a1e0e83b97d591·745072·libs·optional·liblasso3_2.6.0-2+deb10u1_armhf.deb
 6 ·b5a6baa67cd5c49a834dd1435ad8af34·291928·debug·optional·python-lasso-dbgsym_2.6.0-2+deb10u1_armhf.deb
 7 ·9e1db1570eb2cf57e2e2692b734d2955·700172·python·optional·python-lasso_2.6.0-2+deb10u1_armhf.deb
 8 ·fc8cdab4023ff9bbaa2d3dfd40c0821d·313176·debug·optional·python3-lasso-dbgsym_2.6.0-2+deb10u1_armhf.deb
 9 ·5ebdf4c577dc7cfc84e68be368419d7f·700088·python·optional·python3-lasso_2.6.0-2+deb10u1_armhf.deb
10.5 MB
liblasso-perl_2.6.0-2+deb10u1_armhf.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···711180·2021-06-02·18:54:32.000000·data.tar.xz3 -rw-r--r--···0········0········0···710624·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.5 MB
data.tar.xz
10.5 MB
data.tar
14.5 KB
./usr/lib/arm-linux-gnueabihf/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::SamlSubjectConfirmation;8 package·Lasso::Provider;
9 our·@ISA·=·qw(Lasso::Node);9 our·@ISA·=·qw(Lasso::Node);
  
 10 package·Lasso::Profile;
 11 our·@ISA·=·qw(Lasso::Node);
  
 12 package·Lasso::NameIdentifierMapping;
 13 our·@ISA·=·qw(Lasso::Profile);
  
10 package·Lasso::LibIDPList;14 package·Lasso::Login;
 15 our·@ISA·=·qw(Lasso::Profile);
  
 16 package·Lasso::Lecp;
 17 our·@ISA·=·qw(Lasso::Login);
  
 18 package·Lasso::Defederation;
 19 our·@ISA·=·qw(Lasso::Profile);
  
 20 package·Lasso::Identity;
 21 our·@ISA·=·qw(Lasso::Node);
  
 22 package·Lasso::Federation;
 23 our·@ISA·=·qw(Lasso::Node);
  
 24 package·Lasso::NameRegistration;
 25 our·@ISA·=·qw(Lasso::Profile);
  
 26 package·Lasso::Session;
 27 our·@ISA·=·qw(Lasso::Node);
  
 28 package·Lasso::Logout;
 29 our·@ISA·=·qw(Lasso::Profile);
  
 30 package·Lasso::Server;
 31 our·@ISA·=·qw(Lasso::Provider);
  
 32 package·Lasso::SamlNameIdentifier;
 33 our·@ISA·=·qw(Lasso::Node);
  
 34 package·Lasso::SamlAssertion;
11 our·@ISA·=·qw(Lasso::Node);35 our·@ISA·=·qw(Lasso::Node);
  
12 package·Lasso::PaosResponse;36 package·Lasso::PaosResponse;
13 our·@ISA·=·qw(Lasso::Node);37 our·@ISA·=·qw(Lasso::Node);
  
 38 package·Lasso::SamlAttributeDesignator;
 39 our·@ISA·=·qw(Lasso::Node);
  
 40 package·Lasso::SamlSubjectConfirmation;
 41 our·@ISA·=·qw(Lasso::Node);
  
14 package·Lasso::PaosRequest;42 package·Lasso::PaosRequest;
15 our·@ISA·=·qw(Lasso::Node);43 our·@ISA·=·qw(Lasso::Node);
  
16 package·Lasso::SamlAssertion;44 package·Lasso::SamlSubjectLocality;
17 our·@ISA·=·qw(Lasso::Node);45 our·@ISA·=·qw(Lasso::Node);
  
18 package·Lasso::LibAssertion;46 package·Lasso::SamlpStatus;
19 our·@ISA·=·qw(Lasso::SamlAssertion);47 our·@ISA·=·qw(Lasso::Node);
  
 48 package·Lasso::SamlAttribute;
 49 our·@ISA·=·qw(Lasso::SamlAttributeDesignator);
  
20 package·Lasso::SamlSubject;50 package·Lasso::SamlSubject;
21 our·@ISA·=·qw(Lasso::Node);51 our·@ISA·=·qw(Lasso::Node);
  
22 package·Lasso::LibSubject;52 package·Lasso::LibSubject;
23 our·@ISA·=·qw(Lasso::SamlSubject);53 our·@ISA·=·qw(Lasso::SamlSubject);
  
24 package·Lasso::LibAuthnResponseEnvelope;54 package·Lasso::SamlpRequestAbstract;
25 our·@ISA·=·qw(Lasso::Node);55 our·@ISA·=·qw(Lasso::Node);
  
26 package·Lasso::LibAuthnRequestEnvelope; 
27 our·@ISA·=·qw(Lasso::Node);56 package·Lasso::SamlpRequest;
 57 our·@ISA·=·qw(Lasso::SamlpRequestAbstract);
  
 58 package·Lasso::LibFederationTerminationNotification;
 59 our·@ISA·=·qw(Lasso::SamlpRequestAbstract);
  
 60 package·Lasso::LibAssertion;
 61 our·@ISA·=·qw(Lasso::SamlAssertion);
  
28 package·Lasso::LibRequestAuthnContext;62 package·Lasso::LibAuthnContext;
29 our·@ISA·=·qw(Lasso::Node);63 our·@ISA·=·qw(Lasso::Node);
  
30 package·Lasso::SamlStatementAbstract;64 package·Lasso::LibIDPList;
31 our·@ISA·=·qw(Lasso::Node);65 our·@ISA·=·qw(Lasso::Node);
  
32 package·Lasso::SamlNameIdentifier;66 package·Lasso::LibAuthnRequestEnvelope;
33 our·@ISA·=·qw(Lasso::Node);67 our·@ISA·=·qw(Lasso::Node);
  
34 package·Lasso::SamlAdvice;68 package·Lasso::SamlAttributeValue;
35 our·@ISA·=·qw(Lasso::Node);69 our·@ISA·=·qw(Lasso::Node);
  
36 package·Lasso::SamlSubjectLocality;70 package·Lasso::SamlStatementAbstract;
37 our·@ISA·=·qw(Lasso::Node);71 our·@ISA·=·qw(Lasso::Node);
  
38 package·Lasso::SamlSubjectStatementAbstract;72 package·Lasso::SamlSubjectStatementAbstract;
39 our·@ISA·=·qw(Lasso::SamlStatementAbstract);73 our·@ISA·=·qw(Lasso::SamlStatementAbstract);
  
40 package·Lasso::SamlAttributeStatement;74 package·Lasso::SamlAttributeStatement;
41 our·@ISA·=·qw(Lasso::SamlSubjectStatementAbstract);75 our·@ISA·=·qw(Lasso::SamlSubjectStatementAbstract);
  
42 package·Lasso::LibScoping;76 package·Lasso::SamlSubjectStatement;
 77 our·@ISA·=·qw(Lasso::SamlSubjectStatementAbstract);
  
 78 package·Lasso::SamlConditions;
43 our·@ISA·=·qw(Lasso::Node);79 our·@ISA·=·qw(Lasso::Node);
  
44 package·Lasso::SamlpRequestAbstract;80 package·Lasso::SamlpStatusCode;
45 our·@ISA·=·qw(Lasso::Node);81 our·@ISA·=·qw(Lasso::Node);
  
46 package·Lasso::LibRegisterNameIdentifierRequest;82 package·Lasso::LibRegisterNameIdentifierRequest;
47 our·@ISA·=·qw(Lasso::SamlpRequestAbstract);83 our·@ISA·=·qw(Lasso::SamlpRequestAbstract);
  
48 package·Lasso::SamlpRequest; 
49 our·@ISA·=·qw(Lasso::SamlpRequestAbstract); 
  
50 package·Lasso::LibAuthnRequest;84 package·Lasso::LibAuthnRequest;
51 our·@ISA·=·qw(Lasso::SamlpRequestAbstract);85 our·@ISA·=·qw(Lasso::SamlpRequestAbstract);
Max diff block lines reached; 11272/14691 bytes (76.73%) of diff not shown.
10.5 MB
./usr/lib/arm-linux-gnueabihf/perl5/5.28/auto/Lasso/Lasso.so
854 B
readelf --wide --program-header {}
    
Offset 1, 15 lines modifiedOffset 1, 15 lines modified
  
1 Elf·file·type·is·DYN·(Shared·object·file)1 Elf·file·type·is·DYN·(Shared·object·file)
2 Entry·point·0x90602 Entry·point·0x9060
3 There·are·6·program·headers,·starting·at·offset·523 There·are·6·program·headers,·starting·at·offset·52
  
4 Program·Headers:4 Program·Headers:
5 ··Type···········Offset···VirtAddr···PhysAddr···FileSiz·MemSiz··Flg·Align5 ··Type···········Offset···VirtAddr···PhysAddr···FileSiz·MemSiz··Flg·Align
6 ··LOAD···········0x000000·0x00000000·0x00000000·0xa1240·0xa1240·R·E·0x100006 ··LOAD···········0x000000·0x00000000·0x00000000·0xa1260·0xa1260·R·E·0x10000
7 ··LOAD···········0x0a1ec0·0x000b1ec0·0x000b1ec0·0x009a4·0x009b4·RW··0x100007 ··LOAD···········0x0a1ec0·0x000b1ec0·0x000b1ec0·0x009a4·0x009b4·RW··0x10000
8 ··DYNAMIC········0x0a1ec8·0x000b1ec8·0x000b1ec8·0x00138·0x00138·RW··0x48 ··DYNAMIC········0x0a1ec8·0x000b1ec8·0x000b1ec8·0x00138·0x00138·RW··0x4
9 ··NOTE···········0x0000f4·0x000000f4·0x000000f4·0x00024·0x00024·R···0x49 ··NOTE···········0x0000f4·0x000000f4·0x000000f4·0x00024·0x00024·R···0x4
10 ··GNU_STACK······0x000000·0x00000000·0x00000000·0x00000·0x00000·RW··0x1010 ··GNU_STACK······0x000000·0x00000000·0x00000000·0x00000·0x00000·RW··0x10
11 ··GNU_RELRO······0x0a1ec0·0x000b1ec0·0x000b1ec0·0x00140·0x00140·R···0x111 ··GNU_RELRO······0x0a1ec0·0x000b1ec0·0x000b1ec0·0x00140·0x00140·R···0x1
  
12 ·Section·to·Segment·mapping:12 ·Section·to·Segment·mapping:
1.83 KB
readelf --wide --sections {}
    
Offset 9, 18 lines modifiedOffset 9, 18 lines modified
9 ··[·4]·.dynstr···········STRTAB··········000022cc·0022cc·003fd8·00···A··0···0··19 ··[·4]·.dynstr···········STRTAB··········000022cc·0022cc·003fd8·00···A··0···0··1
10 ··[·5]·.gnu.version······VERSYM··········000062a4·0062a4·00042e·02···A··3···0··210 ··[·5]·.gnu.version······VERSYM··········000062a4·0062a4·00042e·02···A··3···0··2
11 ··[·6]·.gnu.version_r····VERNEED·········000066d4·0066d4·000070·00···A··4···2··411 ··[·6]·.gnu.version_r····VERNEED·········000066d4·0066d4·000070·00···A··4···2··4
12 ··[·7]·.rel.dyn··········REL·············00006744·006744·000098·08···A··3···0··412 ··[·7]·.rel.dyn··········REL·············00006744·006744·000098·08···A··3···0··4
13 ··[·8]·.rel.plt··········REL·············000067dc·0067dc·001028·08··AI··3··18··413 ··[·8]·.rel.plt··········REL·············000067dc·0067dc·001028·08··AI··3··18··4
14 ··[·9]·.init·············PROGBITS········00007804·007804·00000c·00··AX··0···0··414 ··[·9]·.init·············PROGBITS········00007804·007804·00000c·00··AX··0···0··4
15 ··[10]·.plt··············PROGBITS········00007810·007810·001850·04··AX··0···0··415 ··[10]·.plt··············PROGBITS········00007810·007810·001850·04··AX··0···0··4
16 ··[11]·.text·············PROGBITS········00009060·009060·087828·00··AX··0···0··416 ··[11]·.text·············PROGBITS········00009060·009060·087848·00··AX··0···0··4
17 ··[12]·.fini·············PROGBITS········00090888·090888·000008·00··AX··0···0··417 ··[12]·.fini·············PROGBITS········000908a8·0908a8·000008·00··AX··0···0··4
18 ··[13]·.rodata···········PROGBITS········00090890·090890·0109a9·00···A··0···0··418 ··[13]·.rodata···········PROGBITS········000908b0·0908b0·0109a9·00···A··0···0··4
19 ··[14]·.eh_frame·········PROGBITS········000a123c·0a123c·000004·00···A··0···0··419 ··[14]·.eh_frame·········PROGBITS········000a125c·0a125c·000004·00···A··0···0··4
20 ··[15]·.init_array·······INIT_ARRAY······000b1ec0·0a1ec0·000004·04··WA··0···0··420 ··[15]·.init_array·······INIT_ARRAY······000b1ec0·0a1ec0·000004·04··WA··0···0··4
21 ··[16]·.fini_array·······FINI_ARRAY······000b1ec4·0a1ec4·000004·04··WA··0···0··421 ··[16]·.fini_array·······FINI_ARRAY······000b1ec4·0a1ec4·000004·04··WA··0···0··4
22 ··[17]·.dynamic··········DYNAMIC·········000b1ec8·0a1ec8·000138·08··WA··4···0··422 ··[17]·.dynamic··········DYNAMIC·········000b1ec8·0a1ec8·000138·08··WA··4···0··4
23 ··[18]·.got··············PROGBITS········000b2000·0a2000·000860·04··WA··0···0··423 ··[18]·.got··············PROGBITS········000b2000·0a2000·000860·04··WA··0···0··4
24 ··[19]·.data·············PROGBITS········000b2860·0a2860·000004·00··WA··0···0··424 ··[19]·.data·············PROGBITS········000b2860·0a2860·000004·00··WA··0···0··4
25 ··[20]·.bss··············NOBITS··········000b2864·0a2864·000010·00··WA··0···0··425 ··[20]·.bss··············NOBITS··········000b2864·0a2864·000010·00··WA··0···0··4
26 ··[21]·.ARM.attributes···ARM_ATTRIBUTES··00000000·0a2864·000031·00······0···0··126 ··[21]·.ARM.attributes···ARM_ATTRIBUTES··00000000·0a2864·000031·00······0···0··1
945 B
readelf --wide --symbols {}
    
Offset 528, 11 lines modifiedOffset 528, 11 lines modified
528 ···524:·00000000·····0·FUNC····GLOBAL·DEFAULT··UND·lasso_logout_validate_request528 ···524:·00000000·····0·FUNC····GLOBAL·DEFAULT··UND·lasso_logout_validate_request
529 ···525:·00000000·····0·FUNC····GLOBAL·DEFAULT··UND·lasso_logout_get_next_providerID529 ···525:·00000000·····0·FUNC····GLOBAL·DEFAULT··UND·lasso_logout_get_next_providerID
530 ···526:·00000000·····0·FUNC····GLOBAL·DEFAULT··UND·lasso_saml_name_identifier_equals530 ···526:·00000000·····0·FUNC····GLOBAL·DEFAULT··UND·lasso_saml_name_identifier_equals
531 ···527:·00009f25····76·FUNC····GLOBAL·DEFAULT···11·get_hash_of_strings531 ···527:·00009f25····76·FUNC····GLOBAL·DEFAULT···11·get_hash_of_strings
532 ···528:·00009fcd····76·FUNC····GLOBAL·DEFAULT···11·get_hash_of_objects532 ···528:·00009fcd····76·FUNC····GLOBAL·DEFAULT···11·get_hash_of_objects
533 ···529:·00009cd1···268·FUNC····GLOBAL·DEFAULT···11·set_hash_of_strings533 ···529:·00009cd1···268·FUNC····GLOBAL·DEFAULT···11·set_hash_of_strings
534 ···530:·000b2870·····4·OBJECT··GLOBAL·DEFAULT···20·wrapper_quark534 ···530:·000b2870·····4·OBJECT··GLOBAL·DEFAULT···20·wrapper_quark
535 ···531:·0007dbcd·76988·FUNC····GLOBAL·DEFAULT···11·boot_Lasso535 ···531:·0007dbcd·77020·FUNC····GLOBAL·DEFAULT···11·boot_Lasso
536 ···532:·000b2868·····4·OBJECT··GLOBAL·DEFAULT···20·types_by_types536 ···532:·000b2868·····4·OBJECT··GLOBAL·DEFAULT···20·types_by_types
537 ···533:·000b286c·····4·OBJECT··GLOBAL·DEFAULT···20·types_by_package537 ···533:·000b286c·····4·OBJECT··GLOBAL·DEFAULT···20·types_by_package
538 ···534:·00009ddd···220·FUNC····GLOBAL·DEFAULT···11·set_hash_of_objects538 ···534:·00009ddd···220·FUNC····GLOBAL·DEFAULT···11·set_hash_of_objects
1010 B
readelf --wide --dynamic {}
    
Offset 9, 15 lines modifiedOffset 9, 15 lines modified
9 ·0x00000001·(NEEDED)·····················Shared·library:·[libxmlsec1.so.1]9 ·0x00000001·(NEEDED)·····················Shared·library:·[libxmlsec1.so.1]
10 ·0x00000001·(NEEDED)·····················Shared·library:·[libssl.so.1.1]10 ·0x00000001·(NEEDED)·····················Shared·library:·[libssl.so.1.1]
11 ·0x00000001·(NEEDED)·····················Shared·library:·[libcrypto.so.1.1]11 ·0x00000001·(NEEDED)·····················Shared·library:·[libcrypto.so.1.1]
12 ·0x00000001·(NEEDED)·····················Shared·library:·[libxslt.so.1]12 ·0x00000001·(NEEDED)·····················Shared·library:·[libxslt.so.1]
13 ·0x00000001·(NEEDED)·····················Shared·library:·[libxml2.so.2]13 ·0x00000001·(NEEDED)·····················Shared·library:·[libxml2.so.2]
14 ·0x00000001·(NEEDED)·····················Shared·library:·[libc.so.6]14 ·0x00000001·(NEEDED)·····················Shared·library:·[libc.so.6]
15 ·0x0000000c·(INIT)·······················0x780415 ·0x0000000c·(INIT)·······················0x7804
16 ·0x0000000d·(FINI)·······················0x9088816 ·0x0000000d·(FINI)·······················0x908a8
17 ·0x00000019·(INIT_ARRAY)·················0xb1ec017 ·0x00000019·(INIT_ARRAY)·················0xb1ec0
18 ·0x0000001b·(INIT_ARRAYSZ)···············4·(bytes)18 ·0x0000001b·(INIT_ARRAYSZ)···············4·(bytes)
19 ·0x0000001a·(FINI_ARRAY)·················0xb1ec419 ·0x0000001a·(FINI_ARRAY)·················0xb1ec4
20 ·0x0000001c·(FINI_ARRAYSZ)···············4·(bytes)20 ·0x0000001c·(FINI_ARRAYSZ)···············4·(bytes)
21 ·0x6ffffef5·(GNU_HASH)···················0x11821 ·0x6ffffef5·(GNU_HASH)···················0x118
22 ·0x00000005·(STRTAB)·····················0x22cc22 ·0x00000005·(STRTAB)·····················0x22cc
23 ·0x00000006·(SYMTAB)·····················0x15c23 ·0x00000006·(SYMTAB)·····················0x15c
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:·30511f54452c41c2ac6d756e24d7cb6ca138688d3 ··GNU··················0x00000014»  NT_GNU_BUILD_ID·(unique·build·ID·bitstring)»   ····Build·ID:·aa00d2673556de9b6ead55a907bdbd3891a46f65
100 KB
strings --all --bytes=8 {}
    
Offset 73, 32 lines modifiedOffset 73, 32 lines modified
73 Perl_hv_iternextsv73 Perl_hv_iternextsv
74 g_strndup74 g_strndup
75 set_hash_of_objects75 set_hash_of_objects
76 get_hash_of_strings76 get_hash_of_strings
77 g_hash_table_foreach77 g_hash_table_foreach
78 get_hash_of_objects78 get_hash_of_objects
79 Perl_croak_xs_usage79 Perl_croak_xs_usage
80 Perl_sv_2iv_flags 
81 Perl_sv_newmortal80 Perl_sv_newmortal
82 Perl_sv_setpv 
83 Perl_mg_set 
84 Perl_sv_setiv_mg81 Perl_sv_setiv_mg
85 lasso_shutdown82 lasso_shutdown
 83 Perl_sv_2iv_flags
86 lasso_check_version84 lasso_check_version
87 lasso_set_flag85 lasso_set_flag
 86 Perl_sv_setpv
 87 Perl_mg_set
 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 Perl_sv_2uv_flags92 Perl_sv_2uv_flags
89 lasso_build_unique_id93 lasso_build_unique_id
90 lasso_register_dst_service94 lasso_register_dst_service
91 lasso_get_prefix_for_dst_service_href95 lasso_get_prefix_for_dst_service_href
92 lasso_register_idwsf2_dst_service96 lasso_register_idwsf2_dst_service
93 lasso_get_prefix_for_idwsf2_dst_service_href97 lasso_get_prefix_for_idwsf2_dst_service_href
94 lasso_profile_get_request_type_from_soap_msg 
95 lasso_profile_is_liberty_query 
96 lasso_profile_get_issuer 
97 lasso_profile_get_in_response_to 
98 lasso_saml2_name_id_build_persistent98 lasso_saml2_name_id_build_persistent
99 Perl_sv_2mortal99 Perl_sv_2mortal
100 lasso_saml2_encrypted_element_build_encrypted_persistent_name_id100 lasso_saml2_encrypted_element_build_encrypted_persistent_name_id
101 lasso_profile_is_saml_query101 lasso_profile_is_saml_query
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
Offset 130, 216 lines modifiedOffset 130, 23 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_saml_subject_confirmation_new 
138 g_list_length 
139 Perl_stack_grow 
140 g_type_check_instance_cast 
141 lasso_lib_idp_list_new 
142 lasso_paos_response_new 
143 lasso_paos_response_get_type 
144 lasso_paos_response_validate 
145 lasso_paos_request_new 
146 lasso_paos_request_get_type 
147 lasso_paos_request_validate 
148 lasso_saml_assertion_new 
149 lasso_lib_assertion_new 
150 lasso_lib_assertion_new_full 
151 lasso_saml_subject_new 
152 lasso_lib_subject_new 
153 lasso_lib_authn_response_envelope_new 
154 lasso_lib_authn_request_envelope_new 
155 lasso_lib_authn_request_envelope_new_full 
156 lasso_lib_request_authn_context_new 
157 lasso_saml_name_identifier_new 
158 lasso_saml_name_identifier_new_from_xmlNode 
159 lasso_saml_name_identifier_get_type 
160 lasso_saml_name_identifier_equals 
161 lasso_saml_advice_new 
162 lasso_saml_subject_locality_new 
163 lasso_saml_attribute_statement_new 
164 lasso_lib_scoping_new 
165 lasso_lib_register_name_identifier_request_new 
166 lasso_lib_register_name_identifier_request_new_full 
167 lasso_samlp_request_new 
168 lasso_lib_authn_request_new 
169 lasso_lib_logout_request_new 
170 lasso_lib_logout_request_new_full 
171 lasso_lib_logout_request_get_type 
172 lasso_lib_logout_request_set_session_indexes 
173 lasso_lib_logout_request_get_session_indexes 
174 lasso_lib_federation_termination_notification_new 
175 lasso_lib_federation_termination_notification_new_full 
176 lasso_samlp_status_code_new 
177 lasso_saml_audience_restriction_condition_new 
178 lasso_saml_audience_restriction_condition_new_full 
179 lasso_saml_authentication_statement_new 
180 lasso_lib_authentication_statement_new 
181 lasso_lib_authentication_statement_new_full 
182 lasso_samlp_status_new 
183 lasso_lib_idp_entry_new 
184 lasso_saml_attribute_designator_new 
185 lasso_saml_conditions_new 
186 lasso_saml_authority_binding_new 
187 lasso_samlp_response_abstract_get_type 
188 lasso_samlp_response_abstract_fill 
189 lasso_lib_name_identifier_mapping_response_new 
190 lasso_lib_name_identifier_mapping_response_new_full 
191 lasso_samlp_response_new 
192 lasso_lib_authn_response_new 
193 lasso_saml_attribute_new 
194 lasso_saml_subject_statement_new 
195 lasso_lib_name_identifier_mapping_request_new 
196 lasso_lib_name_identifier_mapping_request_new_full 
197 lasso_lib_status_response_new 
198 lasso_lib_register_name_identifier_response_new 
199 lasso_lib_register_name_identifier_response_new_full 
200 lasso_lib_logout_response_new 
201 lasso_lib_logout_response_new_full 
202 lasso_saml_attribute_value_new 
203 lasso_lib_authn_context_new 
204 lasso_lib_idp_entries_new 
205 lasso_misc_text_node_new 
206 lasso_misc_text_node_new_with_string 
207 lasso_misc_text_node_new_with_xml_node 
208 lasso_misc_text_node_get_type 
209 lasso_misc_text_node_set_xml_content 
210 lasso_misc_text_node_get_xml_content 
211 lasso_ds_rsa_key_value_new 
212 lasso_ds_x509_data_new 
213 lasso_ds_x509_data_get_type 
214 lasso_ds_x509_data_get_certificate 
215 lasso_ds_x509_data_set_certificate 
216 lasso_ds_x509_data_get_subject_name 
Max diff block lines reached; 94212/102329 bytes (92.07%) of diff not shown.
110 KB
readelf --wide --decompress --hex-dump=.dynstr {}
    
Offset 83, 42 lines modifiedOffset 83, 42 lines modified
83 ··0x000027cc·6e647570·00736574·5f686173·685f6f66·ndup.set_hash_of83 ··0x000027cc·6e647570·00736574·5f686173·685f6f66·ndup.set_hash_of
84 ··0x000027dc·5f6f626a·65637473·00676574·5f686173·_objects.get_has84 ··0x000027dc·5f6f626a·65637473·00676574·5f686173·_objects.get_has
85 ··0x000027ec·685f6f66·5f737472·696e6773·00675f68·h_of_strings.g_h85 ··0x000027ec·685f6f66·5f737472·696e6773·00675f68·h_of_strings.g_h
86 ··0x000027fc·6173685f·7461626c·655f666f·72656163·ash_table_foreac86 ··0x000027fc·6173685f·7461626c·655f666f·72656163·ash_table_foreac
87 ··0x0000280c·68006765·745f6861·73685f6f·665f6f62·h.get_hash_of_ob87 ··0x0000280c·68006765·745f6861·73685f6f·665f6f62·h.get_hash_of_ob
88 ··0x0000281c·6a656374·73005065·726c5f63·726f616b·jects.Perl_croak88 ··0x0000281c·6a656374·73005065·726c5f63·726f616b·jects.Perl_croak
89 ··0x0000282c·5f78735f·75736167·65005065·726c5f73·_xs_usage.Perl_s89 ··0x0000282c·5f78735f·75736167·65005065·726c5f73·_xs_usage.Perl_s
90 ··0x0000283c·765f3269·765f666c·61677300·5065726c·v_2iv_flags.Perl 
91 ··0x0000284c·5f73765f·6e65776d·6f727461·6c005065·_sv_newmortal.Pe90 ··0x0000283c·765f6e65·776d6f72·74616c00·5065726c·v_newmortal.Perl
92 ··0x0000285c·726c5f73·765f7365·74707600·5065726c·rl_sv_setpv.Perl 
93 ··0x0000286c·5f6d675f·73657400·5065726c·5f73765f·_mg_set.Perl_sv_ 
94 ··0x0000287c·73657469·765f6d67·006c6173·736f5f73·setiv_mg.lasso_s91 ··0x0000284c·5f73765f·73657469·765f6d67·006c6173·_sv_setiv_mg.las
 92 ··0x0000285c·736f5f73·68757464·6f776e00·5065726c·so_shutdown.Perl
95 ··0x0000288c·68757464·6f776e00·6c617373·6f5f6368·hutdown.lasso_ch 
96 ··0x0000289c·65636b5f·76657273·696f6e00·6c617373·eck_version.lass 
97 ··0x000028ac·6f5f7365·745f666c·61670050·65726c5f·o_set_flag.Perl_ 
98 ··0x000028bc·73765f32·75765f66·6c616773·006c6173·sv_2uv_flags.las93 ··0x0000286c·5f73765f·3269765f·666c6167·73006c61·_sv_2iv_flags.la
 94 ··0x0000287c·73736f5f·63686563·6b5f7665·7273696f·sso_check_versio
 95 ··0x0000288c·6e006c61·73736f5f·7365745f·666c6167·n.lasso_set_flag
 96 ··0x0000289c·00506572·6c5f7376·5f736574·70760050·.Perl_sv_setpv.P
 97 ··0x000028ac·65726c5f·6d675f73·6574006c·6173736f·erl_mg_set.lasso
 98 ··0x000028bc·5f70726f·66696c65·5f676574·5f726571·_profile_get_req
 99 ··0x000028cc·75657374·5f747970·655f6672·6f6d5f73·uest_type_from_s
 100 ··0x000028dc·6f61705f·6d736700·6c617373·6f5f7072·oap_msg.lasso_pr
 101 ··0x000028ec·6f66696c·655f6973·5f6c6962·65727479·ofile_is_liberty
 102 ··0x000028fc·5f717565·7279006c·6173736f·5f70726f·_query.lasso_pro
 103 ··0x0000290c·66696c65·5f676574·5f697373·75657200·file_get_issuer.
99 ··0x000028cc·736f5f62·75696c64·5f756e69·7175655f·so_build_unique_ 
100 ··0x000028dc·6964006c·6173736f·5f726567·69737465·id.lasso_registe 
101 ··0x000028ec·725f6473·745f7365·72766963·65006c61·r_dst_service.la 
102 ··0x000028fc·73736f5f·6765745f·70726566·69785f66·sso_get_prefix_f 
103 ··0x0000290c·6f725f64·73745f73·65727669·63655f68·or_dst_service_h 
104 ··0x0000291c·72656600·6c617373·6f5f7265·67697374·ref.lasso_regist 
105 ··0x0000292c·65725f69·64777366·325f6473·745f7365·er_idwsf2_dst_se 
106 ··0x0000293c·72766963·65006c61·73736f5f·6765745f·rvice.lasso_get_ 
107 ··0x0000294c·70726566·69785f66·6f725f69·64777366·prefix_for_idwsf 
108 ··0x0000295c·325f6473·745f7365·72766963·655f6872·2_dst_service_hr 
109 ··0x0000296c·6566006c·6173736f·5f70726f·66696c65·ef.lasso_profile 
110 ··0x0000297c·5f676574·5f726571·75657374·5f747970·_get_request_typ 
111 ··0x0000298c·655f6672·6f6d5f73·6f61705f·6d736700·e_from_soap_msg. 
112 ··0x0000299c·6c617373·6f5f7072·6f66696c·655f6973·lasso_profile_is104 ··0x0000291c·6c617373·6f5f7072·6f66696c·655f6765·lasso_profile_ge
113 ··0x000029ac·5f6c6962·65727479·5f717565·7279006c·_liberty_query.l 
114 ··0x000029bc·6173736f·5f70726f·66696c65·5f676574·asso_profile_get105 ··0x0000292c·745f696e·5f726573·706f6e73·655f746f·t_in_response_to
 106 ··0x0000293c·00506572·6c5f7376·5f327576·5f666c61·.Perl_sv_2uv_fla
 107 ··0x0000294c·6773006c·6173736f·5f627569·6c645f75·gs.lasso_build_u
 108 ··0x0000295c·6e697175·655f6964·006c6173·736f5f72·nique_id.lasso_r
 109 ··0x0000296c·65676973·7465725f·6473745f·73657276·egister_dst_serv
115 ··0x000029cc·5f697373·75657200·6c617373·6f5f7072·_issuer.lasso_pr110 ··0x0000297c·69636500·6c617373·6f5f6765·745f7072·ice.lasso_get_pr
116 ··0x000029dc·6f66696c·655f6765·745f696e·5f726573·ofile_get_in_res111 ··0x0000298c·65666978·5f666f72·5f647374·5f736572·efix_for_dst_ser
 112 ··0x0000299c·76696365·5f687265·66006c61·73736f5f·vice_href.lasso_
 113 ··0x000029ac·72656769·73746572·5f696477·7366325f·register_idwsf2_
 114 ··0x000029bc·6473745f·73657276·69636500·6c617373·dst_service.lass
 115 ··0x000029cc·6f5f6765·745f7072·65666978·5f666f72·o_get_prefix_for
 116 ··0x000029dc·5f696477·7366325f·6473745f·73657276·_idwsf2_dst_serv
117 ··0x000029ec·706f6e73·655f746f·006c6173·736f5f73·ponse_to.lasso_s117 ··0x000029ec·6963655f·68726566·006c6173·736f5f73·ice_href.lasso_s
118 ··0x000029fc·616d6c32·5f6e616d·655f6964·5f627569·aml2_name_id_bui118 ··0x000029fc·616d6c32·5f6e616d·655f6964·5f627569·aml2_name_id_bui
119 ··0x00002a0c·6c645f70·65727369·7374656e·74005065·ld_persistent.Pe119 ··0x00002a0c·6c645f70·65727369·7374656e·74005065·ld_persistent.Pe
120 ··0x00002a1c·726c5f73·765f326d·6f727461·6c006c61·rl_sv_2mortal.la120 ··0x00002a1c·726c5f73·765f326d·6f727461·6c006c61·rl_sv_2mortal.la
121 ··0x00002a2c·73736f5f·73616d6c·325f656e·63727970·sso_saml2_encryp121 ··0x00002a2c·73736f5f·73616d6c·325f656e·63727970·sso_saml2_encryp
122 ··0x00002a3c·7465645f·656c656d·656e745f·6275696c·ted_element_buil122 ··0x00002a3c·7465645f·656c656d·656e745f·6275696c·ted_element_buil
123 ··0x00002a4c·645f656e·63727970·7465645f·70657273·d_encrypted_pers123 ··0x00002a4c·645f656e·63727970·7465645f·70657273·d_encrypted_pers
124 ··0x00002a5c·69737465·6e745f6e·616d655f·6964006c·istent_name_id.l124 ··0x00002a5c·69737465·6e745f6e·616d655f·6964006c·istent_name_id.l
Offset 180, 808 lines modifiedOffset 180, 808 lines modified
180 ··0x00002ddc·6f5f6b65·795f6765·745f7479·7065006c·o_key_get_type.l180 ··0x00002ddc·6f5f6b65·795f6765·745f7479·7065006c·o_key_get_type.l
181 ··0x00002dec·6173736f·5f6b6579·5f717565·72795f76·asso_key_query_v181 ··0x00002dec·6173736f·5f6b6579·5f717565·72795f76·asso_key_query_v
182 ··0x00002dfc·65726966·79006c61·73736f5f·6b65795f·erify.lasso_key_182 ··0x00002dfc·65726966·79006c61·73736f5f·6b65795f·erify.lasso_key_
183 ··0x00002e0c·71756572·795f7369·676e006c·6173736f·query_sign.lasso183 ··0x00002e0c·71756572·795f7369·676e006c·6173736f·query_sign.lasso
184 ··0x00002e1c·5f6b6579·5f73616d·6c325f78·6d6c5f76·_key_saml2_xml_v184 ··0x00002e1c·5f6b6579·5f73616d·6c325f78·6d6c5f76·_key_saml2_xml_v
185 ··0x00002e2c·65726966·79006c61·73736f5f·6b65795f·erify.lasso_key_185 ··0x00002e2c·65726966·79006c61·73736f5f·6b65795f·erify.lasso_key_
9.71 MB
objdump --line-numbers --disassemble --demangle --reloc --no-show-raw-insn --section=.text {}
    
Offset 118, 15 lines modifiedOffset 118, 15 lines modified
118 /usr/lib/arm-linux-gnueabihf/perl/5.28/CORE/inline.h:251118 /usr/lib/arm-linux-gnueabihf/perl/5.28/CORE/inline.h:251
119 »       ldmpl»  r3,·{r2,·r8,·r9,·fp,·lr}^119 »       ldmpl»  r3,·{r2,·r8,·r9,·fp,·lr}^
120 »       blmi»   11aa3c·<wrapper_quark@@Base+0x681cc>120 »       blmi»   11aa3c·<wrapper_quark@@Base+0x681cc>
121 »       »       »       ;·<UNDEFINED>·instruction:·0x4618447b121 »       »       »       ;·<UNDEFINED>·instruction:·0x4618447b
122 »       stc»    7,·cr15,·[r2,·#1016]»   ;·0x3f8122 »       stc»    7,·cr15,·[r2,·#1016]»   ;·0x3f8
123 »       andeq»  r8,·sl,·r2,·lsr·lr123 »       andeq»  r8,·sl,·r2,·lsr·lr
124 »       andeq»  r0,·r0,·ip,·asr·#16124 »       andeq»  r0,·r0,·ip,·asr·#16
125 »       »       »       ;·<UNDEFINED>·instruction:·0x000876b8125 »       ldrdeq» r7,·[r8],·-r8
126 init_perl_lasso():126 init_perl_lasso():
127 /build/lasso-2.6.0/bindings/perl/gobject_handling.c:45127 /build/lasso-2.6.0/bindings/perl/gobject_handling.c:45
128 »       svcge»  0x0000b598128 »       svcge»  0x0000b598
129 »       ldrbtmi»r4,·[ip],·#-3092»  ;·0xfffff3ec129 »       ldrbtmi»r4,·[ip],·#-3092»  ;·0xfffff3ec
130 /build/lasso-2.6.0/bindings/perl/gobject_handling.c:46130 /build/lasso-2.6.0/bindings/perl/gobject_handling.c:46
131 »       stmiapl»r3!,·{r2,·r4,·r8,·r9,·fp,·lr}^131 »       stmiapl»r3!,·{r2,·r4,·r8,·r9,·fp,·lr}^
132 »       ldmdbmi»r4,·{r9,·sp}132 »       ldmdbmi»r4,·{r9,·sp}
Offset 156, 15 lines modifiedOffset 156, 15 lines modified
156 »       andeq»  r0,·r0,·r0,·asr·#16156 »       andeq»  r0,·r0,·r0,·asr·#16
157 »       andeq»  r0,·r0,·ip,·lsr·#16157 »       andeq»  r0,·r0,·ip,·lsr·#16
158 »       andeq»  r0,·r0,·r0,·lsr·#16158 »       andeq»  r0,·r0,·r0,·lsr·#16
159 »       andeq»  r0,·r0,·r4,·lsr·#16159 »       andeq»  r0,·r0,·r4,·lsr·#16
160 »       andeq»  r0,·r0,·r0,·lsr·r8160 »       andeq»  r0,·r0,·r0,·lsr·r8
161 »       andeq»  r0,·r0,·r8,·lsr·r8161 »       andeq»  r0,·r0,·r8,·lsr·r8
162 »       andeq»  r0,·r0,·r8,·lsr·#16162 »       andeq»  r0,·r0,·r8,·lsr·#16
163 »       andeq»  r7,·r8,·sl,·ror·#12163 »       andeq»  r7,·r8,·sl,·lsl·#13
164 »       andeq»  r0,·r0,·ip,·lsr·r8164 »       andeq»  r0,·r0,·ip,·lsr·r8
165 gperl_object_package_from_type():165 gperl_object_package_from_type():
166 /build/lasso-2.6.0/bindings/perl/gobject_handling.c:54166 /build/lasso-2.6.0/bindings/perl/gobject_handling.c:54
167 »       umulllt»fp,·r5,·r0,·r5167 »       umulllt»fp,·r5,·r0,·r5
168 »       rsbsvs» sl,·r8,·r0,·lsl·#30168 »       rsbsvs» sl,·r8,·r0,·lsl·#30
169 »       ldrbtmi»r4,·[ip],·#-3116»  ;·0xfffff3d4169 »       ldrbtmi»r4,·[ip],·#-3116»  ;·0xfffff3d4
170 /build/lasso-2.6.0/bindings/perl/gobject_handling.c:58170 /build/lasso-2.6.0/bindings/perl/gobject_handling.c:58
Offset 225, 16 lines modifiedOffset 225, 16 lines modified
225 »       »       »       ;·<UNDEFINED>·instruction:·0xf7fe4620225 »       »       »       ;·<UNDEFINED>·instruction:·0xf7fe4620
226 »       ldmvs»  fp!,·{r2,·r6,·r7,·r9,·sl,·fp,·sp,·lr,·pc}^226 »       ldmvs»  fp!,·{r2,·r6,·r7,·r9,·sl,·fp,·sp,·lr,·pc}^
227 /build/lasso-2.6.0/bindings/perl/gobject_handling.c:79227 /build/lasso-2.6.0/bindings/perl/gobject_handling.c:79
228 »       »       »       ;·<UNDEFINED>·instruction:·0x37144618228 »       »       »       ;·<UNDEFINED>·instruction:·0x37144618
229 »       ldclt»  6,·cr4,·[r0,·#756]»   ;·0x2f4229 »       ldclt»  6,·cr4,·[r0,·#756]»   ;·0x2f4
230 »       andeq»  r8,·sl,·sl,·lsl·#27230 »       andeq»  r8,·sl,·sl,·lsl·#27
231 »       andeq»  r0,·r0,·r4,·lsr·#16231 »       andeq»  r0,·r0,·r4,·lsr·#16
232 »       ldrdeq» r7,·[r8],·-lr232 »       strdeq» r7,·[r8],·-lr
233 »       andeq»  r7,·r8,·r8,·asr·#11233 »       andeq»  r7,·r8,·r8,·ror·#11
234 »       andeq»  r0,·r0,·r8,·lsr·#16234 »       andeq»  r0,·r0,·r8,·lsr·#16
235 gobject_destroy_wrapper():235 gobject_destroy_wrapper():
236 /build/lasso-2.6.0/bindings/perl/gobject_handling.c:83236 /build/lasso-2.6.0/bindings/perl/gobject_handling.c:83
237 »       umulllt»fp,·r5,·r0,·r5237 »       umulllt»fp,·r5,·r0,·r5
238 »       rsbsvs» sl,·r8,·r0,·lsl·#30238 »       rsbsvs» sl,·r8,·r0,·lsl·#30
239 »       ldrbtmi»r4,·[ip],·#-3089»  ;·0xfffff3ef239 »       ldrbtmi»r4,·[ip],·#-3089»  ;·0xfffff3ef
240 /build/lasso-2.6.0/bindings/perl/gobject_handling.c:88240 /build/lasso-2.6.0/bindings/perl/gobject_handling.c:88
Offset 445, 19 lines modifiedOffset 445, 19 lines modified
445 /build/lasso-2.6.0/bindings/perl/gobject_handling.c:215445 /build/lasso-2.6.0/bindings/perl/gobject_handling.c:215
446 »       »       »       ;·<UNDEFINED>·instruction:·0x46186a7b446 »       »       »       ;·<UNDEFINED>·instruction:·0x46186a7b
447 /build/lasso-2.6.0/bindings/perl/gobject_handling.c:216447 /build/lasso-2.6.0/bindings/perl/gobject_handling.c:216
448 »       ldrtmi» r3,·[sp],·ip,·lsr·#14448 »       ldrtmi» r3,·[sp],·ip,·lsr·#14
449 »       svclt»  0x0000bdf0449 »       svclt»  0x0000bdf0
450 »       ldrdeq» r8,·[sl],·-r4450 »       ldrdeq» r8,·[sl],·-r4
451 »       andeq»  r0,·r0,·r4,·asr·#16451 »       andeq»  r0,·r0,·r4,·asr·#16
452 »       andeq»  r7,·r8,·lr,·lsr·#8452 »       andeq»  r7,·r8,·lr,·asr·#8
453 »       andeq»  r0,·r0,·ip,·lsr·r8453 »       andeq»  r0,·r0,·ip,·lsr·r8
 454 »       andeq»  r7,·r8,·r0,·asr·r4
 455 »       andeq»  r7,·r9,·r2,·lsl·#27
454 »       andeq»  r7,·r8,·r0,·lsr·r4456 »       andeq»  r7,·r8,·r0,·lsr·r4
455 »       andeq»  r7,·r9,·r2,·ror·#26 
456 »       andeq»  r7,·r8,·r0,·lsl·r4 
457 gperl_get_object():457 gperl_get_object():
458 /build/lasso-2.6.0/bindings/perl/gobject_handling.c:220458 /build/lasso-2.6.0/bindings/perl/gobject_handling.c:220
459 »       addlt»  fp,·r4,·r0,·lsl·#11459 »       addlt»  fp,·r4,·r0,·lsl·#11
460 »       rsbsvs» sl,·r8,·r0,·lsl·#30460 »       rsbsvs» sl,·r8,·r0,·lsl·#30
461 /build/lasso-2.6.0/bindings/perl/gobject_handling.c:223461 /build/lasso-2.6.0/bindings/perl/gobject_handling.c:223
462 »       blcs»   237e0·<get_hash_of_objects@@Base+0x19814>462 »       blcs»   237e0·<get_hash_of_objects@@Base+0x19814>
463 »       ldmdavs»fp!,·{r0,·r2,·r4,·ip,·lr,·pc}^463 »       ldmdavs»fp!,·{r0,·r2,·r4,·ip,·lr,·pc}^
Offset 614, 17 lines modifiedOffset 614, 17 lines modified
614 »       ldrmi»  r2,·[r8],·-r0,·lsl·#2614 »       ldrmi»  r2,·[r8],·-r0,·lsl·#2
615 »       stmda»  sl!,·{r1,·r2,·r3,·r4,·r5,·r6,·r7,·r8,·r9,·sl,·ip,·sp,·lr,·pc}615 »       stmda»  sl!,·{r1,·r2,·r3,·r4,·r5,·r6,·r7,·r8,·r9,·sl,·ip,·sp,·lr,·pc}
616 /build/lasso-2.6.0/bindings/perl/gobject_handling.c:248616 /build/lasso-2.6.0/bindings/perl/gobject_handling.c:248
617 »       strcc»  fp,·[r4,·-r0,·lsl·#30]!617 »       strcc»  fp,·[r4,·-r0,·lsl·#30]!
618 »       ldcllt» 6,·cr4,·[r0,·#756]!» ;·0x2f4618 »       ldcllt» 6,·cr4,·[r0,·#756]!» ;·0x2f4
619 »       andeq»  r8,·sl,·r2,·lsr·#19619 »       andeq»  r8,·sl,·r2,·lsr·#19
620 »       andeq»  r0,·r0,·r4,·asr·#16620 »       andeq»  r0,·r0,·r4,·asr·#16
621 »       andeq»  r7,·r8,·ip,·lsr·#4621 »       andeq»  r7,·r8,·ip,·asr·#4
 622 »       andeq»  r7,·r8,·r4,·lsl·r2
622 »       strdeq» r7,·[r8],·-r4623 »       ldrdeq» r7,·[r8],·-ip
623 »       »       »       ;·<UNDEFINED>·instruction:·0x000871bc 
624 check_gobject():624 check_gobject():
625 /build/lasso-2.6.0/bindings/perl/gobject_handling.c:259625 /build/lasso-2.6.0/bindings/perl/gobject_handling.c:259
626 »       addlt»  fp,·r2,·r0,·lsl·#11626 »       addlt»  fp,·r2,·r0,·lsl·#11
627 »       rsbsvs» sl,·r8,·r0,·lsl·#30627 »       rsbsvs» sl,·r8,·r0,·lsl·#30
628 »       cmpcs»  r0,·r9,·lsr·r0628 »       cmpcs»  r0,·r9,·lsr·r0
629 /build/lasso-2.6.0/bindings/perl/gobject_handling.c:260629 /build/lasso-2.6.0/bindings/perl/gobject_handling.c:260
630 »       »       »       ;·<UNDEFINED>·instruction:·0xf7ff6878630 »       »       »       ;·<UNDEFINED>·instruction:·0xf7ff6878
Offset 746, 16 lines modifiedOffset 746, 16 lines modified
746 »       bl»     dc7964·<wrapper_quark@@Base+0xd150f4>746 »       bl»     dc7964·<wrapper_quark@@Base+0xd150f4>
747 »       rscsvs» r2,·fp,·r0,·lsl·#6747 »       rscsvs» r2,·fp,·r0,·lsl·#6
748 /build/lasso-2.6.0/bindings/perl/../utils.c:52748 /build/lasso-2.6.0/bindings/perl/../utils.c:52
749 »       »       »       ;·<UNDEFINED>·instruction:·0x461869bb749 »       »       »       ;·<UNDEFINED>·instruction:·0x461869bb
750 /build/lasso-2.6.0/bindings/perl/../utils.c:53750 /build/lasso-2.6.0/bindings/perl/../utils.c:53
751 »       ldrtmi» r3,·[sp],·r0,·lsr·#14751 »       ldrtmi» r3,·[sp],·r0,·lsr·#14
752 »       svclt»  0x0000bd80752 »       svclt»  0x0000bd80
753 »       andeq»  r7,·r8,·r0,·lsr·r0753 »       andeq»  r7,·r8,·r0,·asr·r0
754 »       andeq»  r7,·r8,·r8,·lsr·#32754 »       andeq»  r7,·r8,·r8,·asr·#32
755 xmlnode_to_xmlbuffer():755 xmlnode_to_xmlbuffer():
756 /build/lasso-2.6.0/bindings/perl/glist_handling.c:33756 /build/lasso-2.6.0/bindings/perl/glist_handling.c:33
757 »       addlt»  fp,·r6,·r0,·lsl·#11757 »       addlt»  fp,·r6,·r0,·lsl·#11
758 »       rsbsvs» sl,·r8,·r2,·lsl·#30758 »       rsbsvs» sl,·r8,·r2,·lsl·#30
759 /build/lasso-2.6.0/bindings/perl/glist_handling.c:37759 /build/lasso-2.6.0/bindings/perl/glist_handling.c:37
760 »       blcs»   23b78·<get_hash_of_objects@@Base+0x19bac>760 »       blcs»   23b78·<get_hash_of_objects@@Base+0x19bac>
761 »       movwcs» sp,·#257»  ;·0x101761 »       movwcs» sp,·#257»  ;·0x101
Offset 779, 15 lines modifiedOffset 779, 15 lines modified
779 »       blmi»   1521c4·<wrapper_quark@@Base+0x9f954>779 »       blmi»   1521c4·<wrapper_quark@@Base+0x9f954>
780 »       »       »       ;·<UNDEFINED>·instruction:·0x4619447b780 »       »       »       ;·<UNDEFINED>·instruction:·0x4619447b
781 »       »       »       ;·<UNDEFINED>·instruction:·0xf7fe68f8781 »       »       »       ;·<UNDEFINED>·instruction:·0xf7fe68f8
782 »       ldmvs»  fp!,·{r1,·r5,·r8,·r9,·sl,·fp,·sp,·lr,·pc}^782 »       ldmvs»  fp!,·{r1,·r5,·r8,·r9,·sl,·fp,·sp,·lr,·pc}^
783 /build/lasso-2.6.0/bindings/perl/glist_handling.c:47783 /build/lasso-2.6.0/bindings/perl/glist_handling.c:47
784 »       »       »       ;·<UNDEFINED>·instruction:·0x37104618784 »       »       »       ;·<UNDEFINED>·instruction:·0x37104618
785 »       stclt»  6,·cr4,·[r0,·#756]»   ;·0x2f4785 »       stclt»  6,·cr4,·[r0,·#756]»   ;·0x2f4
786 »       andeq»  r6,·r8,·ip,·ror·#30786 »       andeq»  r6,·r8,·ip,·lsl·#31
787 xmlnode_to_pv():787 xmlnode_to_pv():
788 /build/lasso-2.6.0/bindings/perl/glist_handling.c:59788 /build/lasso-2.6.0/bindings/perl/glist_handling.c:59
789 »       umulllt»fp,·r5,·r0,·r5789 »       umulllt»fp,·r5,·r0,·r5
790 »       rsbsvs» sl,·r8,·r0,·lsl·#30790 »       rsbsvs» sl,·r8,·r0,·lsl·#30
791 »       stcmi»  0,·cr6,·[r1],·#-228»  ;·0xffffff1c791 »       stcmi»  0,·cr6,·[r1],·#-228»  ;·0xffffff1c
792 »       movwcs» r4,·#1148» ;·0x47c792 »       movwcs» r4,·#1148» ;·0x47c
793 /build/lasso-2.6.0/bindings/perl/glist_handling.c:61793 /build/lasso-2.6.0/bindings/perl/glist_handling.c:61
Offset 952, 20 lines modifiedOffset 952, 20 lines modified
952 »       blcs»   243b4·<get_hash_of_objects@@Base+0x1a3e8>952 »       blcs»   243b4·<get_hash_of_objects@@Base+0x1a3e8>
953 »       ldmibvs»fp!,·{r0,·r1,·r2,·r3,·r5,·r7,·r9,·fp,·ip,·lr,·pc}953 »       ldmibvs»fp!,·{r0,·r1,·r2,·r3,·r5,·r7,·r9,·fp,·ip,·lr,·pc}
954 /build/lasso-2.6.0/bindings/perl/glist_handling.c:119954 /build/lasso-2.6.0/bindings/perl/glist_handling.c:119
955 »       »       »       ;·<UNDEFINED>·instruction:·0x37244618955 »       »       »       ;·<UNDEFINED>·instruction:·0x37244618
Max diff block lines reached; 10177000/10181879 bytes (99.95%) of diff not shown.
310 B
objdump --line-numbers --disassemble --demangle --reloc --no-show-raw-insn --section=.fini {}
    
Offset 1, 8 lines modifiedOffset 1, 8 lines modified
  
  
  
1 Disassembly·of·section·.fini:1 Disassembly·of·section·.fini:
  
2 00090888·<.fini>:2 000908a8·<.fini>:
3 »       push»   {r3,·lr}3 »       push»   {r3,·lr}
4 »       pop»    {r3,·pc}4 »       pop»    {r3,·pc}
556 KB
readelf --wide --decompress --hex-dump=.rodata {}
    
Offset 1, 4254 lines modifiedOffset 1, 4254 lines modified
  
266 B
readelf --wide --decompress --hex-dump=.eh_frame {}
    
Offset 1, 4 lines modifiedOffset 1, 4 lines modified
  
1 Hex·dump·of·section·'.eh_frame':1 Hex·dump·of·section·'.eh_frame':
2 ··0x000a123c·00000000····························....2 ··0x000a125c·00000000····························....
  
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·35313166·35343435·32633431·63326163·511f54452c41c2ac 
3 ··0x00000010·36643735·36653234·64376362·36636131·6d756e24d7cb6ca12 ··0x00000000·30306432·36373335·35366465·39623665·00d2673556de9b6e
 3 ··0x00000010·61643535·61393037·62646264·33383931·ad55a907bdbd3891
4 ··0x00000020·33383638·38642e64·65627567·00000000·38688d.debug....4 ··0x00000020·61343666·36352e64·65627567·00000000·a46f65.debug....
5 ··0x00000030·55d5c24e····························U..N5 ··0x00000030·b90217bb····························....
  
89.6 KB
liblasso3-dev_2.6.0-2+deb10u1_armhf.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···823500·2021-06-02·18:54:32.000000·data.tar.xz3 -rw-r--r--···0········0········0···823412·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
89.1 KB
data.tar.xz
89.1 KB
data.tar
89.1 KB
./usr/lib/liblasso.a
89.0 KB
lasso.o
21.8 KB
readelf --wide --symbols {}
    
Offset 80, 135 lines modifiedOffset 80, 135 lines modified
80 ····76:·0000000c·····4·OBJECT··GLOBAL·DEFAULT····4·lasso_flag_pem_public_key80 ····76:·0000000c·····4·OBJECT··GLOBAL·DEFAULT····4·lasso_flag_pem_public_key
81 ····77:·00000008·····4·OBJECT··GLOBAL·DEFAULT····4·lasso_flag_thin_sessions81 ····77:·00000008·····4·OBJECT··GLOBAL·DEFAULT····4·lasso_flag_thin_sessions
82 ····78:·00000008·····4·OBJECT··GLOBAL·DEFAULT····3·lasso_flag_sign_messages82 ····78:·00000008·····4·OBJECT··GLOBAL·DEFAULT····3·lasso_flag_sign_messages
83 ····79:·00000004·····4·OBJECT··GLOBAL·DEFAULT····3·lasso_flag_add_signature83 ····79:·00000004·····4·OBJECT··GLOBAL·DEFAULT····3·lasso_flag_add_signature
84 ····80:·00000004·····4·OBJECT··GLOBAL·DEFAULT····4·lasso_flag_strict_checking84 ····80:·00000004·····4·OBJECT··GLOBAL·DEFAULT····4·lasso_flag_strict_checking
85 ····81:·00000000·····4·OBJECT··GLOBAL·DEFAULT····4·lasso_flag_memory_debug85 ····81:·00000000·····4·OBJECT··GLOBAL·DEFAULT····4·lasso_flag_memory_debug
86 ····82:·00000000·····4·OBJECT··GLOBAL·DEFAULT····3·lasso_flag_verify_signature86 ····82:·00000000·····4·OBJECT··GLOBAL·DEFAULT····3·lasso_flag_verify_signature
87 ····83:·00000000·····0·NOTYPE··GLOBAL·DEFAULT··UND·lasso_lib_assertion_get_type87 ····83:·00000000·····0·NOTYPE··GLOBAL·DEFAULT··UND·lasso_lecp_get_type
88 ····84:·00000000·····0·NOTYPE··GLOBAL·DEFAULT··UND·lasso_saml_subject_confirmation_get_type88 ····84:·00000000·····0·NOTYPE··GLOBAL·DEFAULT··UND·lasso_name_identifier_mapping_get_type
 89 ····85:·00000000·····0·NOTYPE··GLOBAL·DEFAULT··UND·lasso_provider_get_type
 90 ····86:·00000000·····0·NOTYPE··GLOBAL·DEFAULT··UND·lasso_login_get_type
 91 ····87:·00000000·····0·NOTYPE··GLOBAL·DEFAULT··UND·lasso_profile_get_type
 92 ····88:·00000000·····0·NOTYPE··GLOBAL·DEFAULT··UND·lasso_defederation_get_type
 93 ····89:·00000000·····0·NOTYPE··GLOBAL·DEFAULT··UND·lasso_identity_get_type
 94 ····90:·00000000·····0·NOTYPE··GLOBAL·DEFAULT··UND·lasso_federation_get_type
 95 ····91:·00000000·····0·NOTYPE··GLOBAL·DEFAULT··UND·lasso_name_registration_get_type
 96 ····92:·00000000·····0·NOTYPE··GLOBAL·DEFAULT··UND·lasso_session_get_type
 97 ····93:·00000000·····0·NOTYPE··GLOBAL·DEFAULT··UND·lasso_logout_get_type
 98 ····94:·00000000·····0·NOTYPE··GLOBAL·DEFAULT··UND·lasso_server_get_type
 99 ····95:·00000000·····0·NOTYPE··GLOBAL·DEFAULT··UND·lasso_saml_name_identifier_get_type
 100 ····96:·00000000·····0·NOTYPE··GLOBAL·DEFAULT··UND·lasso_lib_status_response_get_type
 101 ····97:·00000000·····0·NOTYPE··GLOBAL·DEFAULT··UND·lasso_samlp_request_get_type
89 ····85:·00000000·····0·NOTYPE··GLOBAL·DEFAULT··UND·lasso_saml_attribute_statement_get_type102 ····98:·00000000·····0·NOTYPE··GLOBAL·DEFAULT··UND·lasso_saml_attribute_statement_get_type
90 ····86:·00000000·····0·NOTYPE··GLOBAL·DEFAULT··UND·lasso_lib_name_identifier_mapping_response_get_type 
91 ····87:·00000000·····0·NOTYPE··GLOBAL·DEFAULT··UND·lasso_lib_subject_get_type 
92 ····88:·00000000·····0·NOTYPE··GLOBAL·DEFAULT··UND·lasso_lib_idp_list_get_type 
93 ····89:·00000000·····0·NOTYPE··GLOBAL·DEFAULT··UND·lasso_lib_authn_response_get_type 
94 ····90:·00000000·····0·NOTYPE··GLOBAL·DEFAULT··UND·lasso_lib_register_name_identifier_request_get_type 
95 ····91:·00000000·····0·NOTYPE··GLOBAL·DEFAULT··UND·lasso_paos_response_get_type 
96 ····92:·00000000·····0·NOTYPE··GLOBAL·DEFAULT··UND·lasso_samlp_request_get_type 
97 ····93:·00000000·····0·NOTYPE··GLOBAL·DEFAULT··UND·lasso_paos_request_get_type 
98 ····94:·00000000·····0·NOTYPE··GLOBAL·DEFAULT··UND·lasso_saml_assertion_get_type103 ····99:·00000000·····0·NOTYPE··GLOBAL·DEFAULT··UND·lasso_saml_assertion_get_type
99 ····95:·00000000·····0·NOTYPE··GLOBAL·DEFAULT··UND·lasso_saml_subject_get_type 
100 ····96:·00000000·····0·NOTYPE··GLOBAL·DEFAULT··UND·lasso_lib_authn_request_get_type 
101 ····97:·00000000·····0·NOTYPE··GLOBAL·DEFAULT··UND·lasso_samlp_response_get_type 
102 ····98:·00000000·····0·NOTYPE··GLOBAL·DEFAULT··UND·lasso_lib_logout_request_get_type 
103 ····99:·00000000·····0·NOTYPE··GLOBAL·DEFAULT··UND·lasso_lib_authn_response_envelope_get_type 
104 ···100:·00000000·····0·NOTYPE··GLOBAL·DEFAULT··UND·lasso_lib_federation_termination_notification_get_type104 ···100:·00000000·····0·NOTYPE··GLOBAL·DEFAULT··UND·lasso_lib_federation_termination_notification_get_type
 105 ···101:·00000000·····0·NOTYPE··GLOBAL·DEFAULT··UND·lasso_lib_subject_get_type
 106 ···102:·00000000·····0·NOTYPE··GLOBAL·DEFAULT··UND·lasso_paos_response_get_type
 107 ···103:·00000000·····0·NOTYPE··GLOBAL·DEFAULT··UND·lasso_lib_logout_response_get_type
 108 ···104:·00000000·····0·NOTYPE··GLOBAL·DEFAULT··UND·lasso_saml_attribute_designator_get_type
 109 ···105:·00000000·····0·NOTYPE··GLOBAL·DEFAULT··UND·lasso_saml_subject_confirmation_get_type
 110 ···106:·00000000·····0·NOTYPE··GLOBAL·DEFAULT··UND·lasso_saml_subject_statement_get_type
 111 ···107:·00000000·····0·NOTYPE··GLOBAL·DEFAULT··UND·lasso_paos_request_get_type
 112 ···108:·00000000·····0·NOTYPE··GLOBAL·DEFAULT··UND·lasso_saml_subject_locality_get_type
 113 ···109:·00000000·····0·NOTYPE··GLOBAL·DEFAULT··UND·lasso_lib_authn_response_get_type
 114 ···110:·00000000·····0·NOTYPE··GLOBAL·DEFAULT··UND·lasso_samlp_status_get_type
 115 ···111:·00000000·····0·NOTYPE··GLOBAL·DEFAULT··UND·lasso_saml_attribute_get_type
 116 ···112:·00000000·····0·NOTYPE··GLOBAL·DEFAULT··UND·lasso_saml_subject_get_type
 117 ···113:·00000000·····0·NOTYPE··GLOBAL·DEFAULT··UND·lasso_samlp_request_abstract_get_type
 118 ···114:·00000000·····0·NOTYPE··GLOBAL·DEFAULT··UND·lasso_lib_assertion_get_type
 119 ···115:·00000000·····0·NOTYPE··GLOBAL·DEFAULT··UND·lasso_lib_authn_context_get_type
 120 ···116:·00000000·····0·NOTYPE··GLOBAL·DEFAULT··UND·lasso_lib_idp_list_get_type
105 ···101:·00000000·····0·NOTYPE··GLOBAL·DEFAULT··UND·lasso_lib_authn_request_envelope_get_type121 ···117:·00000000·····0·NOTYPE··GLOBAL·DEFAULT··UND·lasso_lib_authn_request_envelope_get_type
 122 ···118:·00000000·····0·NOTYPE··GLOBAL·DEFAULT··UND·lasso_lib_authentication_statement_get_type
 123 ···119:·00000000·····0·NOTYPE··GLOBAL·DEFAULT··UND·lasso_saml_attribute_value_get_type
 124 ···120:·00000000·····0·NOTYPE··GLOBAL·DEFAULT··UND·lasso_saml_statement_abstract_get_type
 125 ···121:·00000000·····0·NOTYPE··GLOBAL·DEFAULT··UND·lasso_node_get_type
 126 ···122:·00000000·····0·NOTYPE··GLOBAL·DEFAULT··UND·lasso_saml_subject_statement_abstract_get_type
 127 ···123:·00000000·····0·NOTYPE··GLOBAL·DEFAULT··UND·lasso_saml_conditions_get_type
 128 ···124:·00000000·····0·NOTYPE··GLOBAL·DEFAULT··UND·lasso_samlp_status_code_get_type
 129 ···125:·00000000·····0·NOTYPE··GLOBAL·DEFAULT··UND·lasso_lib_register_name_identifier_request_get_type
 130 ···126:·00000000·····0·NOTYPE··GLOBAL·DEFAULT··UND·lasso_lib_authn_request_get_type
 131 ···127:·00000000·····0·NOTYPE··GLOBAL·DEFAULT··UND·lasso_samlp_response_get_type
 132 ···128:·00000000·····0·NOTYPE··GLOBAL·DEFAULT··UND·lasso_saml_condition_abstract_get_type
 133 ···129:·00000000·····0·NOTYPE··GLOBAL·DEFAULT··UND·lasso_misc_text_node_get_type
 134 ···130:·00000000·····0·NOTYPE··GLOBAL·DEFAULT··UND·lasso_lib_idp_entry_get_type
 135 ···131:·00000000·····0·NOTYPE··GLOBAL·DEFAULT··UND·lasso_lib_logout_request_get_type
 136 ···132:·00000000·····0·NOTYPE··GLOBAL·DEFAULT··UND·lasso_lib_name_identifier_mapping_response_get_type
 137 ···133:·00000000·····0·NOTYPE··GLOBAL·DEFAULT··UND·lasso_lib_request_authn_context_get_type
 138 ···134:·00000000·····0·NOTYPE··GLOBAL·DEFAULT··UND·lasso_lib_authn_response_envelope_get_type
 139 ···135:·00000000·····0·NOTYPE··GLOBAL·DEFAULT··UND·lasso_saml_authority_binding_get_type
 140 ···136:·00000000·····0·NOTYPE··GLOBAL·DEFAULT··UND·lasso_saml_audience_restriction_condition_get_type
 141 ···137:·00000000·····0·NOTYPE··GLOBAL·DEFAULT··UND·lasso_saml_authentication_statement_get_type
 142 ···138:·00000000·····0·NOTYPE··GLOBAL·DEFAULT··UND·lasso_lib_idp_entries_get_type
 143 ···139:·00000000·····0·NOTYPE··GLOBAL·DEFAULT··UND·lasso_lib_scoping_get_type
 144 ···140:·00000000·····0·NOTYPE··GLOBAL·DEFAULT··UND·lasso_samlp_response_abstract_get_type
 145 ···141:·00000000·····0·NOTYPE··GLOBAL·DEFAULT··UND·lasso_lib_name_identifier_mapping_request_get_type
106 ···102:·00000000·····0·NOTYPE··GLOBAL·DEFAULT··UND·lasso_lib_register_name_identifier_response_get_type146 ···142:·00000000·····0·NOTYPE··GLOBAL·DEFAULT··UND·lasso_lib_register_name_identifier_response_get_type
107 ···103:·00000000·····0·NOTYPE··GLOBAL·DEFAULT··UND·lasso_lib_request_authn_context_get_type 
108 ···104:·00000000·····0·NOTYPE··GLOBAL·DEFAULT··UND·lasso_saml_statement_abstract_get_type 
109 ···105:·00000000·····0·NOTYPE··GLOBAL·DEFAULT··UND·lasso_saml_name_identifier_get_type 
110 ···106:·00000000·····0·NOTYPE··GLOBAL·DEFAULT··UND·lasso_saml_advice_get_type147 ···143:·00000000·····0·NOTYPE··GLOBAL·DEFAULT··UND·lasso_saml_advice_get_type
111 ···107:·00000000·····0·NOTYPE··GLOBAL·DEFAULT··UND·lasso_saml_subject_locality_get_type 
112 ···108:·00000000·····0·NOTYPE··GLOBAL·DEFAULT··UND·lasso_saml_audience_restriction_condition_get_type 
113 ···109:·00000000·····0·NOTYPE··GLOBAL·DEFAULT··UND·lasso_saml_subject_statement_abstract_get_type 
114 ···110:·00000000·····0·NOTYPE··GLOBAL·DEFAULT··UND·lasso_lib_scoping_get_type 
115 ···111:·00000000·····0·NOTYPE··GLOBAL·DEFAULT··UND·lasso_samlp_request_abstract_get_type 
116 ···112:·00000000·····0·NOTYPE··GLOBAL·DEFAULT··UND·lasso_samlp_status_code_get_type 
117 ···113:·00000000·····0·NOTYPE··GLOBAL·DEFAULT··UND·lasso_saml_condition_abstract_get_type 
118 ···114:·00000000·····0·NOTYPE··GLOBAL·DEFAULT··UND·lasso_saml_authentication_statement_get_type 
119 ···115:·00000000·····0·NOTYPE··GLOBAL·DEFAULT··UND·lasso_lib_authentication_statement_get_type 
120 ···116:·00000000·····0·NOTYPE··GLOBAL·DEFAULT··UND·lasso_samlp_status_get_type 
121 ···117:·00000000·····0·NOTYPE··GLOBAL·DEFAULT··UND·lasso_lib_idp_entry_get_type 
122 ···118:·00000000·····0·NOTYPE··GLOBAL·DEFAULT··UND·lasso_saml_attribute_designator_get_type 
123 ···119:·00000000·····0·NOTYPE··GLOBAL·DEFAULT··UND·lasso_node_get_type 
124 ···120:·00000000·····0·NOTYPE··GLOBAL·DEFAULT··UND·lasso_saml_conditions_get_type 
125 ···121:·00000000·····0·NOTYPE··GLOBAL·DEFAULT··UND·lasso_saml_authority_binding_get_type 
126 ···122:·00000000·····0·NOTYPE··GLOBAL·DEFAULT··UND·lasso_lib_logout_response_get_type 
127 ···123:·00000000·····0·NOTYPE··GLOBAL·DEFAULT··UND·lasso_samlp_response_abstract_get_type 
128 ···124:·00000000·····0·NOTYPE··GLOBAL·DEFAULT··UND·lasso_saml_attribute_get_type 
129 ···125:·00000000·····0·NOTYPE··GLOBAL·DEFAULT··UND·lasso_saml_subject_statement_get_type 
130 ···126:·00000000·····0·NOTYPE··GLOBAL·DEFAULT··UND·lasso_lib_name_identifier_mapping_request_get_type 
131 ···127:·00000000·····0·NOTYPE··GLOBAL·DEFAULT··UND·lasso_lib_status_response_get_type 
132 ···128:·00000000·····0·NOTYPE··GLOBAL·DEFAULT··UND·lasso_saml_attribute_value_get_type 
133 ···129:·00000000·····0·NOTYPE··GLOBAL·DEFAULT··UND·lasso_lib_authn_context_get_type 
134 ···130:·00000000·····0·NOTYPE··GLOBAL·DEFAULT··UND·lasso_lib_idp_entries_get_type 
135 ···131:·00000000·····0·NOTYPE··GLOBAL·DEFAULT··UND·lasso_misc_text_node_get_type 
136 ···132:·00000000·····0·NOTYPE··GLOBAL·DEFAULT··UND·lasso_server_get_type 
137 ···133:·00000000·····0·NOTYPE··GLOBAL·DEFAULT··UND·lasso_name_identifier_mapping_get_type 
138 ···134:·00000000·····0·NOTYPE··GLOBAL·DEFAULT··UND·lasso_provider_get_type 
139 ···135:·00000000·····0·NOTYPE··GLOBAL·DEFAULT··UND·lasso_federation_get_type 
140 ···136:·00000000·····0·NOTYPE··GLOBAL·DEFAULT··UND·lasso_defederation_get_type 
141 ···137:·00000000·····0·NOTYPE··GLOBAL·DEFAULT··UND·lasso_name_registration_get_type 
142 ···138:·00000000·····0·NOTYPE··GLOBAL·DEFAULT··UND·lasso_login_get_type 
143 ···139:·00000000·····0·NOTYPE··GLOBAL·DEFAULT··UND·lasso_identity_get_type 
144 ···140:·00000000·····0·NOTYPE··GLOBAL·DEFAULT··UND·lasso_lecp_get_type 
145 ···141:·00000000·····0·NOTYPE··GLOBAL·DEFAULT··UND·lasso_session_get_type148 ···144:·00000000·····0·NOTYPE··GLOBAL·DEFAULT··UND·lasso_assertion_query_get_type
146 ···142:·00000000·····0·NOTYPE··GLOBAL·DEFAULT··UND·lasso_logout_get_type 
147 ···143:·00000000·····0·NOTYPE··GLOBAL·DEFAULT··UND·lasso_profile_get_type 
148 ···144:·00000000·····0·NOTYPE··GLOBAL·DEFAULT··UND·lasso_name_id_management_get_type149 ···145:·00000000·····0·NOTYPE··GLOBAL·DEFAULT··UND·lasso_name_id_management_get_type
149 ···145:·00000000·····0·NOTYPE··GLOBAL·DEFAULT··UND·lasso_assertion_query_get_type 
150 ···146:·00000000·····0·NOTYPE··GLOBAL·DEFAULT··UND·lasso_ecp_get_type150 ···146:·00000000·····0·NOTYPE··GLOBAL·DEFAULT··UND·lasso_ecp_get_type
151 ···147:·00000000·····0·NOTYPE··GLOBAL·DEFAULT··UND·lasso_ds_rsa_key_value_get_type151 ···147:·00000000·····0·NOTYPE··GLOBAL·DEFAULT··UND·lasso_ds_rsa_key_value_get_type
152 ···148:·00000000·····0·NOTYPE··GLOBAL·DEFAULT··UND·lasso_ds_x509_data_get_type152 ···148:·00000000·····0·NOTYPE··GLOBAL·DEFAULT··UND·lasso_ds_x509_data_get_type
153 ···149:·00000000·····0·NOTYPE··GLOBAL·DEFAULT··UND·lasso_ds_key_info_get_type 
Max diff block lines reached; 8919/22279 bytes (40.03%) of diff not shown.
22.2 KB
readelf --wide --relocs {}
    
Offset 71, 135 lines modifiedOffset 71, 135 lines modified
71 00000320··00001e03·R_ARM_REL32············000000c0···.LC1371 00000320··00001e03·R_ARM_REL32············000000c0···.LC13
72 00000324··00001f03·R_ARM_REL32············000000c4···.LC1472 00000324··00001f03·R_ARM_REL32············000000c4···.LC14
73 00000050··0000301e·R_ARM_THM_JUMP24·······00000000···g_log73 00000050··0000301e·R_ARM_THM_JUMP24·······00000000···g_log
74 00000146··00003d1e·R_ARM_THM_JUMP24·······00000000···g_return_if_fail_warning74 00000146··00003d1e·R_ARM_THM_JUMP24·······00000000···g_return_if_fail_warning
  
75 Relocation·section·'.rel.data.rel'·at·offset·0x2b28·contains·128·entries:75 Relocation·section·'.rel.data.rel'·at·offset·0x2b28·contains·128·entries:
76 ·Offset·····Info····Type················Sym.·Value··Symbol's·Name76 ·Offset·····Info····Type················Sym.·Value··Symbol's·Name
77 00000000··00005302·R_ARM_ABS32············00000000···lasso_lib_assertion_get_type77 00000000··00005302·R_ARM_ABS32············00000000···lasso_lecp_get_type
78 00000004··00005402·R_ARM_ABS32············00000000···lasso_saml_subject_confirmation_get_type78 00000004··00005402·R_ARM_ABS32············00000000···lasso_name_identifier_mapping_get_type
 79 00000008··00005502·R_ARM_ABS32············00000000···lasso_provider_get_type
 80 0000000c··00005602·R_ARM_ABS32············00000000···lasso_login_get_type
 81 00000010··00005702·R_ARM_ABS32············00000000···lasso_profile_get_type
 82 00000014··00005802·R_ARM_ABS32············00000000···lasso_defederation_get_type
 83 00000018··00005902·R_ARM_ABS32············00000000···lasso_identity_get_type
 84 0000001c··00005a02·R_ARM_ABS32············00000000···lasso_federation_get_type
 85 00000020··00005b02·R_ARM_ABS32············00000000···lasso_name_registration_get_type
 86 00000024··00005c02·R_ARM_ABS32············00000000···lasso_session_get_type
 87 00000028··00005d02·R_ARM_ABS32············00000000···lasso_logout_get_type
 88 0000002c··00005e02·R_ARM_ABS32············00000000···lasso_server_get_type
 89 00000030··00005f02·R_ARM_ABS32············00000000···lasso_saml_name_identifier_get_type
 90 00000034··00006002·R_ARM_ABS32············00000000···lasso_lib_status_response_get_type
 91 00000038··00006102·R_ARM_ABS32············00000000···lasso_samlp_request_get_type
79 00000008··00005502·R_ARM_ABS32············00000000···lasso_saml_attribute_statement_get_type92 0000003c··00006202·R_ARM_ABS32············00000000···lasso_saml_attribute_statement_get_type
80 0000000c··00005602·R_ARM_ABS32············00000000···lasso_lib_name_identifier_mapping_response_get_type 
81 00000010··00005702·R_ARM_ABS32············00000000···lasso_lib_subject_get_type 
82 00000014··00005802·R_ARM_ABS32············00000000···lasso_lib_idp_list_get_type 
83 00000018··00005902·R_ARM_ABS32············00000000···lasso_lib_authn_response_get_type 
84 0000001c··00005a02·R_ARM_ABS32············00000000···lasso_lib_register_name_identifier_request_get_type 
85 00000020··00005b02·R_ARM_ABS32············00000000···lasso_paos_response_get_type 
86 00000024··00005c02·R_ARM_ABS32············00000000···lasso_samlp_request_get_type 
87 00000028··00005d02·R_ARM_ABS32············00000000···lasso_paos_request_get_type 
88 0000002c··00005e02·R_ARM_ABS32············00000000···lasso_saml_assertion_get_type93 00000040··00006302·R_ARM_ABS32············00000000···lasso_saml_assertion_get_type
89 00000030··00005f02·R_ARM_ABS32············00000000···lasso_saml_subject_get_type 
90 00000034··00006002·R_ARM_ABS32············00000000···lasso_lib_authn_request_get_type 
91 00000038··00006102·R_ARM_ABS32············00000000···lasso_samlp_response_get_type 
92 0000003c··00006202·R_ARM_ABS32············00000000···lasso_lib_logout_request_get_type 
93 00000040··00006302·R_ARM_ABS32············00000000···lasso_lib_authn_response_envelope_get_type 
94 00000044··00006402·R_ARM_ABS32············00000000···lasso_lib_federation_termination_notification_get_type94 00000044··00006402·R_ARM_ABS32············00000000···lasso_lib_federation_termination_notification_get_type
 95 00000048··00006502·R_ARM_ABS32············00000000···lasso_lib_subject_get_type
 96 0000004c··00006602·R_ARM_ABS32············00000000···lasso_paos_response_get_type
 97 00000050··00006702·R_ARM_ABS32············00000000···lasso_lib_logout_response_get_type
 98 00000054··00006802·R_ARM_ABS32············00000000···lasso_saml_attribute_designator_get_type
 99 00000058··00006902·R_ARM_ABS32············00000000···lasso_saml_subject_confirmation_get_type
 100 0000005c··00006a02·R_ARM_ABS32············00000000···lasso_saml_subject_statement_get_type
 101 00000060··00006b02·R_ARM_ABS32············00000000···lasso_paos_request_get_type
 102 00000064··00006c02·R_ARM_ABS32············00000000···lasso_saml_subject_locality_get_type
 103 00000068··00006d02·R_ARM_ABS32············00000000···lasso_lib_authn_response_get_type
 104 0000006c··00006e02·R_ARM_ABS32············00000000···lasso_samlp_status_get_type
 105 00000070··00006f02·R_ARM_ABS32············00000000···lasso_saml_attribute_get_type
 106 00000074··00007002·R_ARM_ABS32············00000000···lasso_saml_subject_get_type
 107 00000078··00007102·R_ARM_ABS32············00000000···lasso_samlp_request_abstract_get_type
 108 0000007c··00007202·R_ARM_ABS32············00000000···lasso_lib_assertion_get_type
 109 00000080··00007302·R_ARM_ABS32············00000000···lasso_lib_authn_context_get_type
 110 00000084··00007402·R_ARM_ABS32············00000000···lasso_lib_idp_list_get_type
95 00000048··00006502·R_ARM_ABS32············00000000···lasso_lib_authn_request_envelope_get_type111 00000088··00007502·R_ARM_ABS32············00000000···lasso_lib_authn_request_envelope_get_type
96 0000004c··00006602·R_ARM_ABS32············00000000···lasso_lib_register_name_identifier_response_get_type 
97 00000050··00006702·R_ARM_ABS32············00000000···lasso_lib_request_authn_context_get_type 
98 00000054··00006802·R_ARM_ABS32············00000000···lasso_saml_statement_abstract_get_type 
99 00000058··00006902·R_ARM_ABS32············00000000···lasso_saml_name_identifier_get_type 
100 0000005c··00006a02·R_ARM_ABS32············00000000···lasso_saml_advice_get_type 
101 00000060··00006b02·R_ARM_ABS32············00000000···lasso_saml_subject_locality_get_type 
102 00000064··00006c02·R_ARM_ABS32············00000000···lasso_saml_audience_restriction_condition_get_type 
103 00000068··00006d02·R_ARM_ABS32············00000000···lasso_saml_subject_statement_abstract_get_type 
104 0000006c··00006e02·R_ARM_ABS32············00000000···lasso_lib_scoping_get_type 
105 00000070··00006f02·R_ARM_ABS32············00000000···lasso_samlp_request_abstract_get_type 
106 00000074··00007002·R_ARM_ABS32············00000000···lasso_samlp_status_code_get_type 
107 00000078··00007102·R_ARM_ABS32············00000000···lasso_saml_condition_abstract_get_type 
108 0000007c··00007202·R_ARM_ABS32············00000000···lasso_saml_authentication_statement_get_type 
109 00000080··00007302·R_ARM_ABS32············00000000···lasso_lib_authentication_statement_get_type112 0000008c··00007602·R_ARM_ABS32············00000000···lasso_lib_authentication_statement_get_type
110 00000084··00007402·R_ARM_ABS32············00000000···lasso_samlp_status_get_type 
111 00000088··00007502·R_ARM_ABS32············00000000···lasso_lib_idp_entry_get_type 
112 0000008c··00007602·R_ARM_ABS32············00000000···lasso_saml_attribute_designator_get_type113 00000090··00007702·R_ARM_ABS32············00000000···lasso_saml_attribute_value_get_type
 114 00000094··00007802·R_ARM_ABS32············00000000···lasso_saml_statement_abstract_get_type
113 00000090··00007702·R_ARM_ABS32············00000000···lasso_node_get_type115 00000098··00007902·R_ARM_ABS32············00000000···lasso_node_get_type
 116 0000009c··00007a02·R_ARM_ABS32············00000000···lasso_saml_subject_statement_abstract_get_type
114 00000094··00007802·R_ARM_ABS32············00000000···lasso_saml_conditions_get_type117 000000a0··00007b02·R_ARM_ABS32············00000000···lasso_saml_conditions_get_type
 118 000000a4··00007c02·R_ARM_ABS32············00000000···lasso_samlp_status_code_get_type
 119 000000a8··00007d02·R_ARM_ABS32············00000000···lasso_lib_register_name_identifier_request_get_type
 120 000000ac··00007e02·R_ARM_ABS32············00000000···lasso_lib_authn_request_get_type
 121 000000b0··00007f02·R_ARM_ABS32············00000000···lasso_samlp_response_get_type
 122 000000b4··00008002·R_ARM_ABS32············00000000···lasso_saml_condition_abstract_get_type
 123 000000b8··00008102·R_ARM_ABS32············00000000···lasso_misc_text_node_get_type
 124 000000bc··00008202·R_ARM_ABS32············00000000···lasso_lib_idp_entry_get_type
 125 000000c0··00008302·R_ARM_ABS32············00000000···lasso_lib_logout_request_get_type
 126 000000c4··00008402·R_ARM_ABS32············00000000···lasso_lib_name_identifier_mapping_response_get_type
 127 000000c8··00008502·R_ARM_ABS32············00000000···lasso_lib_request_authn_context_get_type
 128 000000cc··00008602·R_ARM_ABS32············00000000···lasso_lib_authn_response_envelope_get_type
115 00000098··00007902·R_ARM_ABS32············00000000···lasso_saml_authority_binding_get_type129 000000d0··00008702·R_ARM_ABS32············00000000···lasso_saml_authority_binding_get_type
116 0000009c··00007a02·R_ARM_ABS32············00000000···lasso_lib_logout_response_get_type 
117 000000a0··00007b02·R_ARM_ABS32············00000000···lasso_samlp_response_abstract_get_type 
118 000000a4··00007c02·R_ARM_ABS32············00000000···lasso_saml_attribute_get_type130 000000d4··00008802·R_ARM_ABS32············00000000···lasso_saml_audience_restriction_condition_get_type
119 000000a8··00007d02·R_ARM_ABS32············00000000···lasso_saml_subject_statement_get_type131 000000d8··00008902·R_ARM_ABS32············00000000···lasso_saml_authentication_statement_get_type
120 000000ac··00007e02·R_ARM_ABS32············00000000···lasso_lib_name_identifier_mapping_request_get_type 
121 000000b0··00007f02·R_ARM_ABS32············00000000···lasso_lib_status_response_get_type 
122 000000b4··00008002·R_ARM_ABS32············00000000···lasso_saml_attribute_value_get_type 
123 000000b8··00008102·R_ARM_ABS32············00000000···lasso_lib_authn_context_get_type 
124 000000bc··00008202·R_ARM_ABS32············00000000···lasso_lib_idp_entries_get_type132 000000dc··00008a02·R_ARM_ABS32············00000000···lasso_lib_idp_entries_get_type
125 000000c0··00008302·R_ARM_ABS32············00000000···lasso_misc_text_node_get_type133 000000e0··00008b02·R_ARM_ABS32············00000000···lasso_lib_scoping_get_type
126 000000c4··00008402·R_ARM_ABS32············00000000···lasso_server_get_type134 000000e4··00008c02·R_ARM_ABS32············00000000···lasso_samlp_response_abstract_get_type
127 000000c8··00008502·R_ARM_ABS32············00000000···lasso_name_identifier_mapping_get_type135 000000e8··00008d02·R_ARM_ABS32············00000000···lasso_lib_name_identifier_mapping_request_get_type
128 000000cc··00008602·R_ARM_ABS32············00000000···lasso_provider_get_type 
129 000000d0··00008702·R_ARM_ABS32············00000000···lasso_federation_get_type 
130 000000d4··00008802·R_ARM_ABS32············00000000···lasso_defederation_get_type 
131 000000d8··00008902·R_ARM_ABS32············00000000···lasso_name_registration_get_type136 000000ec··00008e02·R_ARM_ABS32············00000000···lasso_lib_register_name_identifier_response_get_type
132 000000dc··00008a02·R_ARM_ABS32············00000000···lasso_login_get_type 
133 000000e0··00008b02·R_ARM_ABS32············00000000···lasso_identity_get_type 
134 000000e4··00008c02·R_ARM_ABS32············00000000···lasso_lecp_get_type 
135 000000e8··00008d02·R_ARM_ABS32············00000000···lasso_session_get_type 
136 000000ec··00008e02·R_ARM_ABS32············00000000···lasso_logout_get_type 
137 000000f0··00008f02·R_ARM_ABS32············00000000···lasso_profile_get_type137 000000f0··00008f02·R_ARM_ABS32············00000000···lasso_saml_advice_get_type
 138 000000f4··00009002·R_ARM_ABS32············00000000···lasso_assertion_query_get_type
138 000000f4··00009002·R_ARM_ABS32············00000000···lasso_name_id_management_get_type139 000000f8··00009102·R_ARM_ABS32············00000000···lasso_name_id_management_get_type
139 000000f8··00009102·R_ARM_ABS32············00000000···lasso_assertion_query_get_type 
140 000000fc··00009202·R_ARM_ABS32············00000000···lasso_ecp_get_type140 000000fc··00009202·R_ARM_ABS32············00000000···lasso_ecp_get_type
141 00000100··00009302·R_ARM_ABS32············00000000···lasso_ds_rsa_key_value_get_type141 00000100··00009302·R_ARM_ABS32············00000000···lasso_ds_rsa_key_value_get_type
142 00000104··00009402·R_ARM_ABS32············00000000···lasso_ds_x509_data_get_type142 00000104··00009402·R_ARM_ABS32············00000000···lasso_ds_x509_data_get_type
143 00000108··00009502·R_ARM_ABS32············00000000···lasso_ds_key_info_get_type 
144 0000010c··00009602·R_ARM_ABS32············00000000···lasso_ds_key_value_get_type143 00000108··00009502·R_ARM_ABS32············00000000···lasso_ds_key_value_get_type
 144 0000010c··00009602·R_ARM_ABS32············00000000···lasso_ds_key_info_get_type
145 00000110··00009702·R_ARM_ABS32············00000000···lasso_saml2_condition_abstract_get_type145 00000110··00009702·R_ARM_ABS32············00000000···lasso_soap_envelope_get_type
146 00000114··00009802·R_ARM_ABS32············00000000···lasso_samlp2_attribute_query_get_type146 00000114··00009802·R_ARM_ABS32············00000000···lasso_soap_header_get_type
147 00000118··00009902·R_ARM_ABS32············00000000···lasso_samlp2_subject_query_abstract_get_type147 00000118··00009902·R_ARM_ABS32············00000000···lasso_soap_body_get_type
148 0000011c··00009a02·R_ARM_ABS32············00000000···lasso_saml2_key_info_confirmation_data_type_get_type 
149 00000120··00009b02·R_ARM_ABS32············00000000···lasso_saml2_encrypted_element_get_type 
150 00000124··00009c02·R_ARM_ABS32············00000000···lasso_saml2_subject_confirmation_data_get_type 
151 00000128··00009d02·R_ARM_ABS32············00000000···lasso_saml2_authn_context_get_type148 0000011c··00009a02·R_ARM_ABS32············00000000···lasso_soap_fault_get_type
 149 00000120··00009b02·R_ARM_ABS32············00000000···lasso_soap_detail_get_type
Max diff block lines reached; 9121/22638 bytes (40.29%) of diff not shown.
8.22 KB
strings --all --bytes=8 {}
Ordering differences only
    
Offset 46, 141 lines modifiedOffset 46, 141 lines modified
46 lasso_flag_pem_public_key46 lasso_flag_pem_public_key
47 lasso_flag_thin_sessions47 lasso_flag_thin_sessions
48 lasso_flag_sign_messages48 lasso_flag_sign_messages
49 lasso_flag_add_signature49 lasso_flag_add_signature
50 lasso_flag_strict_checking50 lasso_flag_strict_checking
51 lasso_flag_memory_debug51 lasso_flag_memory_debug
52 lasso_flag_verify_signature52 lasso_flag_verify_signature
 53 lasso_lecp_get_type
 54 lasso_name_identifier_mapping_get_type
 55 lasso_provider_get_type
 56 lasso_login_get_type
 57 lasso_profile_get_type
 58 lasso_defederation_get_type
 59 lasso_identity_get_type
 60 lasso_federation_get_type
 61 lasso_name_registration_get_type
53 lasso_lib_assertion_get_type62 lasso_session_get_type
54 lasso_saml_subject_confirmation_get_type63 lasso_logout_get_type
 64 lasso_server_get_type
 65 lasso_saml_name_identifier_get_type
 66 lasso_lib_status_response_get_type
 67 lasso_samlp_request_get_type
55 lasso_saml_attribute_statement_get_type68 lasso_saml_attribute_statement_get_type
56 lasso_lib_name_identifier_mapping_response_get_type69 lasso_saml_assertion_get_type
 70 lasso_lib_federation_termination_notification_get_type
57 lasso_lib_subject_get_type71 lasso_lib_subject_get_type
58 lasso_lib_idp_list_get_type 
59 lasso_lib_authn_response_get_type 
60 lasso_lib_register_name_identifier_request_get_type 
61 lasso_paos_response_get_type72 lasso_paos_response_get_type
62 lasso_samlp_request_get_type73 lasso_lib_logout_response_get_type
 74 lasso_saml_attribute_designator_get_type
 75 lasso_saml_subject_confirmation_get_type
 76 lasso_saml_subject_statement_get_type
63 lasso_paos_request_get_type77 lasso_paos_request_get_type
 78 lasso_saml_subject_locality_get_type
 79 lasso_lib_authn_response_get_type
64 lasso_saml_assertion_get_type80 lasso_samlp_status_get_type
 81 lasso_saml_attribute_get_type
65 lasso_saml_subject_get_type82 lasso_saml_subject_get_type
 83 lasso_samlp_request_abstract_get_type
 84 lasso_lib_assertion_get_type
66 lasso_lib_authn_request_get_type85 lasso_lib_authn_context_get_type
 86 lasso_lib_idp_list_get_type
67 lasso_samlp_response_get_type 
68 lasso_lib_logout_request_get_type 
69 lasso_lib_authn_response_envelope_get_type 
70 lasso_lib_federation_termination_notification_get_type 
71 lasso_lib_authn_request_envelope_get_type87 lasso_lib_authn_request_envelope_get_type
72 lasso_lib_register_name_identifier_response_get_type 
73 lasso_lib_request_authn_context_get_type88 lasso_lib_authentication_statement_get_type
 89 lasso_saml_attribute_value_get_type
74 lasso_saml_statement_abstract_get_type90 lasso_saml_statement_abstract_get_type
75 lasso_saml_name_identifier_get_type 
76 lasso_saml_advice_get_type91 lasso_node_get_type
77 lasso_saml_subject_locality_get_type 
78 lasso_saml_audience_restriction_condition_get_type 
79 lasso_saml_subject_statement_abstract_get_type92 lasso_saml_subject_statement_abstract_get_type
80 lasso_lib_scoping_get_type93 lasso_saml_conditions_get_type
81 lasso_samlp_request_abstract_get_type 
82 lasso_samlp_status_code_get_type94 lasso_samlp_status_code_get_type
 95 lasso_lib_register_name_identifier_request_get_type
 96 lasso_lib_authn_request_get_type
 97 lasso_samlp_response_get_type
83 lasso_saml_condition_abstract_get_type98 lasso_saml_condition_abstract_get_type
 99 lasso_misc_text_node_get_type
84 lasso_saml_authentication_statement_get_type 
85 lasso_lib_authentication_statement_get_type 
86 lasso_samlp_status_get_type 
87 lasso_lib_idp_entry_get_type100 lasso_lib_idp_entry_get_type
88 lasso_saml_attribute_designator_get_type 
89 lasso_node_get_type 
90 lasso_saml_conditions_get_type101 lasso_lib_logout_request_get_type
 102 lasso_lib_name_identifier_mapping_response_get_type
 103 lasso_lib_request_authn_context_get_type
 104 lasso_lib_authn_response_envelope_get_type
91 lasso_saml_authority_binding_get_type105 lasso_saml_authority_binding_get_type
92 lasso_lib_logout_response_get_type106 lasso_saml_audience_restriction_condition_get_type
 107 lasso_saml_authentication_statement_get_type
 108 lasso_lib_idp_entries_get_type
 109 lasso_lib_scoping_get_type
93 lasso_samlp_response_abstract_get_type110 lasso_samlp_response_abstract_get_type
94 lasso_saml_attribute_get_type 
95 lasso_saml_subject_statement_get_type 
96 lasso_lib_name_identifier_mapping_request_get_type111 lasso_lib_name_identifier_mapping_request_get_type
 112 lasso_lib_register_name_identifier_response_get_type
97 lasso_lib_status_response_get_type 
98 lasso_saml_attribute_value_get_type 
99 lasso_lib_authn_context_get_type 
100 lasso_lib_idp_entries_get_type 
101 lasso_misc_text_node_get_type 
102 lasso_server_get_type 
103 lasso_name_identifier_mapping_get_type 
104 lasso_provider_get_type 
105 lasso_federation_get_type 
106 lasso_defederation_get_type 
107 lasso_name_registration_get_type 
108 lasso_login_get_type 
109 lasso_identity_get_type 
110 lasso_lecp_get_type113 lasso_saml_advice_get_type
111 lasso_session_get_type 
112 lasso_logout_get_type 
113 lasso_profile_get_type 
114 lasso_name_id_management_get_type 
115 lasso_assertion_query_get_type114 lasso_assertion_query_get_type
 115 lasso_name_id_management_get_type
116 lasso_ecp_get_type116 lasso_ecp_get_type
117 lasso_ds_rsa_key_value_get_type117 lasso_ds_rsa_key_value_get_type
118 lasso_ds_x509_data_get_type118 lasso_ds_x509_data_get_type
119 lasso_ds_key_info_get_type 
120 lasso_ds_key_value_get_type119 lasso_ds_key_value_get_type
 120 lasso_ds_key_info_get_type
 121 lasso_soap_envelope_get_type
 122 lasso_soap_header_get_type
 123 lasso_soap_body_get_type
 124 lasso_soap_fault_get_type
 125 lasso_soap_detail_get_type
 126 lasso_ecp_relay_state_get_type
 127 lasso_ecp_request_get_type
 128 lasso_ecp_response_get_type
 129 lasso_samlp2_authz_decision_query_get_type
 130 lasso_saml2_conditions_get_type
121 lasso_saml2_condition_abstract_get_type131 lasso_saml2_condition_abstract_get_type
 132 lasso_samlp2_terminate_get_type
122 lasso_samlp2_attribute_query_get_type 
123 lasso_samlp2_subject_query_abstract_get_type 
124 lasso_saml2_key_info_confirmation_data_type_get_type133 lasso_saml2_key_info_confirmation_data_type_get_type
Max diff block lines reached; 3340/8337 bytes (40.06%) of diff not shown.
36.8 KB
readelf --wide --decompress --hex-dump=.strtab {}
    
Offset 49, 288 lines modifiedOffset 49, 288 lines modified
49 ··0x000002e0·69676e5f·6d657373·61676573·006c6173·ign_messages.las49 ··0x000002e0·69676e5f·6d657373·61676573·006c6173·ign_messages.las
50 ··0x000002f0·736f5f66·6c61675f·6164645f·7369676e·so_flag_add_sign50 ··0x000002f0·736f5f66·6c61675f·6164645f·7369676e·so_flag_add_sign
51 ··0x00000300·61747572·65006c61·73736f5f·666c6167·ature.lasso_flag51 ··0x00000300·61747572·65006c61·73736f5f·666c6167·ature.lasso_flag
52 ··0x00000310·5f737472·6963745f·63686563·6b696e67·_strict_checking52 ··0x00000310·5f737472·6963745f·63686563·6b696e67·_strict_checking
53 ··0x00000320·006c6173·736f5f66·6c61675f·6d656d6f·.lasso_flag_memo53 ··0x00000320·006c6173·736f5f66·6c61675f·6d656d6f·.lasso_flag_memo
54 ··0x00000330·72795f64·65627567·006c6173·736f5f66·ry_debug.lasso_f54 ··0x00000330·72795f64·65627567·006c6173·736f5f66·ry_debug.lasso_f
55 ··0x00000340·6c61675f·76657269·66795f73·69676e61·lag_verify_signa55 ··0x00000340·6c61675f·76657269·66795f73·69676e61·lag_verify_signa
56 ··0x00000350·74757265·006c6173·736f5f6c·69625f61·ture.lasso_lib_a56 ··0x00000350·74757265·006c6173·736f5f6c·6563705f·ture.lasso_lecp_
 57 ··0x00000360·6765745f·74797065·006c6173·736f5f6e·get_type.lasso_n
 58 ··0x00000370·616d655f·6964656e·74696669·65725f6d·ame_identifier_m
 59 ··0x00000380·61707069·6e675f67·65745f74·79706500·apping_get_type.
 60 ··0x00000390·6c617373·6f5f7072·6f766964·65725f67·lasso_provider_g
 61 ··0x000003a0·65745f74·79706500·6c617373·6f5f6c6f·et_type.lasso_lo
 62 ··0x000003b0·67696e5f·6765745f·74797065·006c6173·gin_get_type.las
 63 ··0x000003c0·736f5f70·726f6669·6c655f67·65745f74·so_profile_get_t
 64 ··0x000003d0·79706500·6c617373·6f5f6465·66656465·ype.lasso_defede
 65 ··0x000003e0·72617469·6f6e5f67·65745f74·79706500·ration_get_type.
 66 ··0x000003f0·6c617373·6f5f6964·656e7469·74795f67·lasso_identity_g
 67 ··0x00000400·65745f74·79706500·6c617373·6f5f6665·et_type.lasso_fe
57 ··0x00000360·73736572·74696f6e·5f676574·5f747970·ssertion_get_typ68 ··0x00000410·64657261·74696f6e·5f676574·5f747970·deration_get_typ
58 ··0x00000370·65006c61·73736f5f·73616d6c·5f737562·e.lasso_saml_sub 
59 ··0x00000380·6a656374·5f636f6e·6669726d·6174696f·ject_confirmatio 
60 ··0x00000390·6e5f6765·745f7479·7065006c·6173736f·n_get_type.lasso 
61 ··0x000003a0·5f73616d·6c5f6174·74726962·7574655f·_saml_attribute_ 
62 ··0x000003b0·73746174·656d656e·745f6765·745f7479·statement_get_ty 
63 ··0x000003c0·7065006c·6173736f·5f6c6962·5f6e616d·pe.lasso_lib_nam 
64 ··0x000003d0·655f6964·656e7469·66696572·5f6d6170·e_identifier_map 
65 ··0x000003e0·70696e67·5f726573·706f6e73·655f6765·ping_response_ge 
66 ··0x000003f0·745f7479·7065006c·6173736f·5f6c6962·t_type.lasso_lib 
67 ··0x00000400·5f737562·6a656374·5f676574·5f747970·_subject_get_typ 
68 ··0x00000410·65006c61·73736f5f·6c69625f·6964705f·e.lasso_lib_idp_ 
69 ··0x00000420·6c697374·5f676574·5f747970·65006c61·list_get_type.la 
70 ··0x00000430·73736f5f·6c69625f·61757468·6e5f7265·sso_lib_authn_re 
71 ··0x00000440·73706f6e·73655f67·65745f74·79706500·sponse_get_type. 
72 ··0x00000450·6c617373·6f5f6c69·625f7265·67697374·lasso_lib_regist 
73 ··0x00000460·65725f6e·616d655f·6964656e·74696669·er_name_identifi 
74 ··0x00000470·65725f72·65717565·73745f67·65745f74·er_request_get_t 
75 ··0x00000480·79706500·6c617373·6f5f7061·6f735f72·ype.lasso_paos_r 
76 ··0x00000490·6573706f·6e73655f·6765745f·74797065·esponse_get_type 
77 ··0x000004a0·006c6173·736f5f73·616d6c70·5f726571·.lasso_samlp_req69 ··0x00000420·65006c61·73736f5f·6e616d65·5f726567·e.lasso_name_reg
78 ··0x000004b0·75657374·5f676574·5f747970·65006c61·uest_get_type.la 
79 ··0x000004c0·73736f5f·70616f73·5f726571·75657374·sso_paos_request70 ··0x00000430·69737472·6174696f·6e5f6765·745f7479·istration_get_ty
 71 ··0x00000440·7065006c·6173736f·5f736573·73696f6e·pe.lasso_session
80 ··0x000004d0·5f676574·5f747970·65006c61·73736f5f·_get_type.lasso_72 ··0x00000450·5f676574·5f747970·65006c61·73736f5f·_get_type.lasso_
81 ··0x000004e0·73616d6c·5f617373·65727469·6f6e5f67·saml_assertion_g 
82 ··0x000004f0·65745f74·79706500·6c617373·6f5f7361·et_type.lasso_sa 
83 ··0x00000500·6d6c5f73·75626a65·63745f67·65745f74·ml_subject_get_t 
84 ··0x00000510·79706500·6c617373·6f5f6c69·625f6175·ype.lasso_lib_au 
85 ··0x00000520·74686e5f·72657175·6573745f·6765745f·thn_request_get_ 
86 ··0x00000530·74797065·006c6173·736f5f73·616d6c70·type.lasso_samlp 
87 ··0x00000540·5f726573·706f6e73·655f6765·745f7479·_response_get_ty 
88 ··0x00000550·7065006c·6173736f·5f6c6962·5f6c6f67·pe.lasso_lib_log 
89 ··0x00000560·6f75745f·72657175·6573745f·6765745f·out_request_get_ 
90 ··0x00000570·74797065·006c6173·736f5f6c·69625f61·type.lasso_lib_a 
91 ··0x00000580·7574686e·5f726573·706f6e73·655f656e·uthn_response_en 
92 ··0x00000590·76656c6f·70655f67·65745f74·79706500·velope_get_type.73 ··0x00000460·6c6f676f·75745f67·65745f74·79706500·logout_get_type.
 74 ··0x00000470·6c617373·6f5f7365·72766572·5f676574·lasso_server_get
93 ··0x000005a0·6c617373·6f5f6c69·625f6665·64657261·lasso_lib_federa 
94 ··0x000005b0·74696f6e·5f746572·6d696e61·74696f6e·tion_termination 
95 ··0x000005c0·5f6e6f74·69666963·6174696f·6e5f6765·_notification_ge 
96 ··0x000005d0·745f7479·7065006c·6173736f·5f6c6962·t_type.lasso_lib 
97 ··0x000005e0·5f617574·686e5f72·65717565·73745f65·_authn_request_e 
98 ··0x000005f0·6e76656c·6f70655f·6765745f·74797065·nvelope_get_type 
99 ··0x00000600·006c6173·736f5f6c·69625f72·65676973·.lasso_lib_regis 
100 ··0x00000610·7465725f·6e616d65·5f696465·6e746966·ter_name_identif 
101 ··0x00000620·6965725f·72657370·6f6e7365·5f676574·ier_response_get 
102 ··0x00000630·5f747970·65006c61·73736f5f·6c69625f·_type.lasso_lib_ 
103 ··0x00000640·72657175·6573745f·61757468·6e5f636f·request_authn_co 
104 ··0x00000650·6e746578·745f6765·745f7479·7065006c·ntext_get_type.l 
105 ··0x00000660·6173736f·5f73616d·6c5f7374·6174656d·asso_saml_statem 
106 ··0x00000670·656e745f·61627374·72616374·5f676574·ent_abstract_get 
107 ··0x00000680·5f747970·65006c61·73736f5f·73616d6c·_type.lasso_saml75 ··0x00000480·5f747970·65006c61·73736f5f·73616d6c·_type.lasso_saml
108 ··0x00000690·5f6e616d·655f6964·656e7469·66696572·_name_identifier76 ··0x00000490·5f6e616d·655f6964·656e7469·66696572·_name_identifier
109 ··0x000006a0·5f676574·5f747970·65006c61·73736f5f·_get_type.lasso_77 ··0x000004a0·5f676574·5f747970·65006c61·73736f5f·_get_type.lasso_
110 ··0x000006b0·73616d6c·5f616476·6963655f·6765745f·saml_advice_get_ 
111 ··0x000006c0·74797065·006c6173·736f5f73·616d6c5f·type.lasso_saml_ 
112 ··0x000006d0·7375626a·6563745f·6c6f6361·6c697479·subject_locality 
113 ··0x000006e0·5f676574·5f747970·65006c61·73736f5f·_get_type.lasso_ 
114 ··0x000006f0·73616d6c·5f617564·69656e63·655f7265·saml_audience_re 
115 ··0x00000700·73747269·6374696f·6e5f636f·6e646974·striction_condit 
116 ··0x00000710·696f6e5f·6765745f·74797065·006c6173·ion_get_type.las 
117 ··0x00000720·736f5f73·616d6c5f·7375626a·6563745f·so_saml_subject_ 
118 ··0x00000730·73746174·656d656e·745f6162·73747261·statement_abstra 
119 ··0x00000740·63745f67·65745f74·79706500·6c617373·ct_get_type.lass 
120 ··0x00000750·6f5f6c69·625f7363·6f70696e·675f6765·o_lib_scoping_ge 
121 ··0x00000760·745f7479·7065006c·6173736f·5f73616d·t_type.lasso_sam 
122 ··0x00000770·6c705f72·65717565·73745f61·62737472·lp_request_abstr 
123 ··0x00000780·6163745f·6765745f·74797065·006c6173·act_get_type.las 
124 ··0x00000790·736f5f73·616d6c70·5f737461·7475735f·so_samlp_status_ 
125 ··0x000007a0·636f6465·5f676574·5f747970·65006c61·code_get_type.la 
126 ··0x000007b0·73736f5f·73616d6c·5f636f6e·64697469·sso_saml_conditi 
127 ··0x000007c0·6f6e5f61·62737472·6163745f·6765745f·on_abstract_get_ 
128 ··0x000007d0·74797065·006c6173·736f5f73·616d6c5f·type.lasso_saml_ 
129 ··0x000007e0·61757468·656e7469·63617469·6f6e5f73·authentication_s 
130 ··0x000007f0·74617465·6d656e74·5f676574·5f747970·tatement_get_typ 
131 ··0x00000800·65006c61·73736f5f·6c69625f·61757468·e.lasso_lib_auth 
132 ··0x00000810·656e7469·63617469·6f6e5f73·74617465·entication_state 
133 ··0x00000820·6d656e74·5f676574·5f747970·65006c61·ment_get_type.la 
134 ··0x00000830·73736f5f·73616d6c·705f7374·61747573·sso_samlp_status 
135 ··0x00000840·5f676574·5f747970·65006c61·73736f5f·_get_type.lasso_ 
136 ··0x00000850·6c69625f·6964705f·656e7472·795f6765·lib_idp_entry_ge 
137 ··0x00000860·745f7479·7065006c·6173736f·5f73616d·t_type.lasso_sam 
138 ··0x00000870·6c5f6174·74726962·7574655f·64657369·l_attribute_desi 
139 ··0x00000880·676e6174·6f725f67·65745f74·79706500·gnator_get_type. 
140 ··0x00000890·6c617373·6f5f6e6f·64655f67·65745f74·lasso_node_get_t 
141 ··0x000008a0·79706500·6c617373·6f5f7361·6d6c5f63·ype.lasso_saml_c 
142 ··0x000008b0·6f6e6469·74696f6e·735f6765·745f7479·onditions_get_ty 
143 ··0x000008c0·7065006c·6173736f·5f73616d·6c5f6175·pe.lasso_saml_au 
144 ··0x000008d0·74686f72·6974795f·62696e64·696e675f·thority_binding_ 
145 ··0x000008e0·6765745f·74797065·006c6173·736f5f6c·get_type.lasso_l 
146 ··0x000008f0·69625f6c·6f676f75·745f7265·73706f6e·ib_logout_respon 
147 ··0x00000900·73655f67·65745f74·79706500·6c617373·se_get_type.lass 
148 ··0x00000910·6f5f7361·6d6c705f·72657370·6f6e7365·o_samlp_response 
149 ··0x00000920·5f616273·74726163·745f6765·745f7479·_abstract_get_ty 
150 ··0x00000930·7065006c·6173736f·5f73616d·6c5f6174·pe.lasso_saml_at 
151 ··0x00000940·74726962·7574655f·6765745f·74797065·tribute_get_type 
152 ··0x00000950·006c6173·736f5f73·616d6c5f·7375626a·.lasso_saml_subj 
153 ··0x00000960·6563745f·73746174·656d656e·745f6765·ect_statement_ge 
154 ··0x00000970·745f7479·7065006c·6173736f·5f6c6962·t_type.lasso_lib 
155 ··0x00000980·5f6e616d·655f6964·656e7469·66696572·_name_identifier 
156 ··0x00000990·5f6d6170·70696e67·5f726571·75657374·_mapping_request 
157 ··0x000009a0·5f676574·5f747970·65006c61·73736f5f·_get_type.lasso_ 
158 ··0x000009b0·6c69625f·73746174·75735f72·6573706f·lib_status_respo78 ··0x000004b0·6c69625f·73746174·75735f72·6573706f·lib_status_respo
159 ··0x000009c0·6e73655f·6765745f·74797065·006c6173·nse_get_type.las79 ··0x000004c0·6e73655f·6765745f·74797065·006c6173·nse_get_type.las
 80 ··0x000004d0·736f5f73·616d6c70·5f726571·75657374·so_samlp_request
 81 ··0x000004e0·5f676574·5f747970·65006c61·73736f5f·_get_type.lasso_
160 ··0x000009d0·736f5f73·616d6c5f·61747472·69627574·so_saml_attribut82 ··0x000004f0·73616d6c·5f617474·72696275·74655f73·saml_attribute_s
Max diff block lines reached; 18956/37604 bytes (50.41%) of diff not shown.
70.3 KB
liblasso3_2.6.0-2+deb10u1_armhf.deb
452 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·····4060·2021-06-02·18:54:32.000000·control.tar.xz2 -rw-r--r--···0········0········0·····4052·2021-06-02·18:54:32.000000·control.tar.xz
3 -rw-r--r--···0········0········0···741228·2021-06-02·18:54:32.000000·data.tar.xz3 -rw-r--r--···0········0········0···740828·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
69.7 KB
data.tar.xz
69.7 KB
data.tar
69.7 KB
./usr/lib/liblasso.so.3.13.0
22.7 KB
readelf --wide --relocs {}
    
Offset 920, 142 lines modifiedOffset 920, 142 lines modified
920 0005cab4··0002f015·R_ARM_GLOB_DAT·········0005cad4···lasso_flag_sign_messages920 0005cab4··0002f015·R_ARM_GLOB_DAT·········0005cad4···lasso_flag_sign_messages
921 0005cab8··0002c715·R_ARM_GLOB_DAT·········0002f7bd···lasso_provider_new921 0005cab8··0002c715·R_ARM_GLOB_DAT·········0002f7bd···lasso_provider_new
922 0005cabc··00014115·R_ARM_GLOB_DAT·········00000000···__gmon_start__922 0005cabc··00014115·R_ARM_GLOB_DAT·········00000000···__gmon_start__
923 0005cac0··00014815·R_ARM_GLOB_DAT·········00000000···_ITM_registerTMCloneTable923 0005cac0··00014815·R_ARM_GLOB_DAT·········00000000···_ITM_registerTMCloneTable
924 0005cac4··00014a15·R_ARM_GLOB_DAT·········00000000···__cxa_finalize@GLIBC_2.4924 0005cac4··00014a15·R_ARM_GLOB_DAT·········00000000···__cxa_finalize@GLIBC_2.4
925 0005cac8··00014c15·R_ARM_GLOB_DAT·········00000000···xmlSecHrefDsaSha1925 0005cac8··00014c15·R_ARM_GLOB_DAT·········00000000···xmlSecHrefDsaSha1
926 0005cacc··00015515·R_ARM_GLOB_DAT·········00000000···g_strcmp0926 0005cacc··00015515·R_ARM_GLOB_DAT·········00000000···g_strcmp0
927 0005cae0··00024802·R_ARM_ABS32············0001ba3d···lasso_lib_assertion_get_type927 0005cae0··0002d702·R_ARM_ABS32············00023b91···lasso_lecp_get_type
928 0005cae4··00026d02·R_ARM_ABS32············0001e4bd···lasso_saml_subject_confirmation_get_type 
929 0005cae8··0001de02·R_ARM_ABS32············0001de2d···lasso_saml_attribute_statement_get_type 
930 0005caec··00018a02·R_ARM_ABS32············0001cb55···lasso_lib_name_identifier_mapping_response_get_type928 0005cae4··00024f02·R_ARM_ABS32············0002a7b5···lasso_name_identifier_mapping_get_type
 929 0005cae8··00025f02·R_ARM_ABS32············0002e069···lasso_provider_get_type
 930 0005caec··00021d02·R_ARM_ABS32············00024a79···lasso_login_get_type
 931 0005caf0··00036d02·R_ARM_ABS32············0002d559···lasso_profile_get_type
 932 0005caf4··00037102·R_ARM_ABS32············00022429···lasso_defederation_get_type
931 0005caf0··00028c02·R_ARM_ABS32············0001d285···lasso_lib_subject_get_type933 0005caf8··0002cf02·R_ARM_ABS32············00023761···lasso_identity_get_type
932 0005caf4··00038a02·R_ARM_ABS32············0001c4e5···lasso_lib_idp_list_get_type934 0005cafc··0002b902·R_ARM_ABS32············00023409···lasso_federation_get_type
 935 0005cb00··00032502·R_ARM_ABS32············0002b81d···lasso_name_registration_get_type
933 0005caf8··0002a202·R_ARM_ABS32············0001c04d···lasso_lib_authn_response_get_type936 0005cb04··00029802·R_ARM_ABS32············000309ed···lasso_session_get_type
 937 0005cb08··00015b02·R_ARM_ABS32············000289d5···lasso_logout_get_type
 938 0005cb0c··00035f02·R_ARM_ABS32············00031e1d···lasso_server_get_type
934 0005cafc··00027d02·R_ARM_ABS32············0001cca5···lasso_lib_register_name_identifier_request_get_type939 0005cb10··0001e502·R_ARM_ABS32············0001e285···lasso_saml_name_identifier_get_type
935 0005cb00··00035802·R_ARM_ABS32············0001d8b1···lasso_paos_response_get_type940 0005cb14··00030002·R_ARM_ABS32············0001d175···lasso_lib_status_response_get_type
936 0005cb04··00030f02·R_ARM_ABS32············0001e6f1···lasso_samlp_request_get_type941 0005cb18··00030f02·R_ARM_ABS32············0001e6f1···lasso_samlp_request_get_type
937 0005cb08··00032002·R_ARM_ABS32············0001d5ed···lasso_paos_request_get_type942 0005cb1c··0001de02·R_ARM_ABS32············0001de2d···lasso_saml_attribute_statement_get_type
938 0005cb0c··0001b702·R_ARM_ABS32············0001dc71···lasso_saml_assertion_get_type943 0005cb20··0001b702·R_ARM_ABS32············0001dc71···lasso_saml_assertion_get_type
939 0005cb10··00034702·R_ARM_ABS32············0001e429···lasso_saml_subject_get_type 
940 0005cb14··0001f602·R_ARM_ABS32············0001be59···lasso_lib_authn_request_get_type 
941 0005cb18··0002c602·R_ARM_ABS32············0001e855···lasso_samlp_response_get_type 
942 0005cb1c··0002e102·R_ARM_ABS32············0001c5a9···lasso_lib_logout_request_get_type 
943 0005cb20··0001d902·R_ARM_ABS32············0001c129···lasso_lib_authn_response_envelope_get_type 
944 0005cb24··00035302·R_ARM_ABS32············0001c201···lasso_lib_federation_termination_notification_get_type944 0005cb24··00035302·R_ARM_ABS32············0001c201···lasso_lib_federation_termination_notification_get_type
 945 0005cb28··00028c02·R_ARM_ABS32············0001d285···lasso_lib_subject_get_type
 946 0005cb2c··00035802·R_ARM_ABS32············0001d8b1···lasso_paos_response_get_type
 947 0005cb30··00025e02·R_ARM_ABS32············0001c909···lasso_lib_logout_response_get_type
 948 0005cb34··00035402·R_ARM_ABS32············0001dd99···lasso_saml_attribute_designator_get_type
 949 0005cb38··00026d02·R_ARM_ABS32············0001e4bd···lasso_saml_subject_confirmation_get_type
 950 0005cb3c··00021302·R_ARM_ABS32············0001e5d9···lasso_saml_subject_statement_get_type
 951 0005cb40··00032002·R_ARM_ABS32············0001d5ed···lasso_paos_request_get_type
 952 0005cb44··00018702·R_ARM_ABS32············0001e551···lasso_saml_subject_locality_get_type
 953 0005cb48··0002a202·R_ARM_ABS32············0001c04d···lasso_lib_authn_response_get_type
 954 0005cb4c··00023d02·R_ARM_ABS32············0001eb3d···lasso_samlp_status_get_type
 955 0005cb50··00025502·R_ARM_ABS32············0001dd05···lasso_saml_attribute_get_type
 956 0005cb54··00034702·R_ARM_ABS32············0001e429···lasso_saml_subject_get_type
 957 0005cb58··00034402·R_ARM_ABS32············0001e7b1···lasso_samlp_request_abstract_get_type
 958 0005cb5c··00024802·R_ARM_ABS32············0001ba3d···lasso_lib_assertion_get_type
 959 0005cb60··00035702·R_ARM_ABS32············0001bd95···lasso_lib_authn_context_get_type
 960 0005cb64··00038a02·R_ARM_ABS32············0001c4e5···lasso_lib_idp_list_get_type
945 0005cb28··00031c02·R_ARM_ABS32············0001bf89···lasso_lib_authn_request_envelope_get_type961 0005cb68··00031c02·R_ARM_ABS32············0001bf89···lasso_lib_authn_request_envelope_get_type
 962 0005cb6c··00027602·R_ARM_ABS32············0001bbbd···lasso_lib_authentication_statement_get_type
 963 0005cb70··0002aa02·R_ARM_ABS32············0001ded1···lasso_saml_attribute_value_get_type
 964 0005cb74··00018602·R_ARM_ABS32············0001e3a5···lasso_saml_statement_abstract_get_type
 965 0005cb78··0001b202·R_ARM_ABS32············00017cad···lasso_node_get_type
 966 0005cb7c··00018902·R_ARM_ABS32············0001e66d···lasso_saml_subject_statement_abstract_get_type
 967 0005cb80··00024502·R_ARM_ABS32············0001e1f1···lasso_saml_conditions_get_type
 968 0005cb84··00026f02·R_ARM_ABS32············0001ec89···lasso_samlp_status_code_get_type
 969 0005cb88··00027d02·R_ARM_ABS32············0001cca5···lasso_lib_register_name_identifier_request_get_type
 970 0005cb8c··0001f602·R_ARM_ABS32············0001be59···lasso_lib_authn_request_get_type
 971 0005cb90··0002c602·R_ARM_ABS32············0001e855···lasso_samlp_response_get_type
 972 0005cb94··0002e902·R_ARM_ABS32············0001e16d···lasso_saml_condition_abstract_get_type
 973 0005cb98··00018e02·R_ARM_ABS32············0001d341···lasso_misc_text_node_get_type
 974 0005cb9c··00016402·R_ARM_ABS32············0001c451···lasso_lib_idp_entry_get_type
 975 0005cba0··0002e102·R_ARM_ABS32············0001c5a9···lasso_lib_logout_request_get_type
 976 0005cba4··00018a02·R_ARM_ABS32············0001cb55···lasso_lib_name_identifier_mapping_response_get_type
 977 0005cba8··00021102·R_ARM_ABS32············0001d01d···lasso_lib_request_authn_context_get_type
 978 0005cbac··0001d902·R_ARM_ABS32············0001c129···lasso_lib_authn_response_envelope_get_type
 979 0005cbb0··00028002·R_ARM_ABS32············0001e0e5···lasso_saml_authority_binding_get_type
 980 0005cbb4··00022302·R_ARM_ABS32············0001df99···lasso_saml_audience_restriction_condition_get_type
 981 0005cbb8··00022d02·R_ARM_ABS32············0001e051···lasso_saml_authentication_statement_get_type
 982 0005cbbc··00018402·R_ARM_ABS32············0001c3bd···lasso_lib_idp_entries_get_type
 983 0005cbc0··00037d02·R_ARM_ABS32············0001d0b9···lasso_lib_scoping_get_type
 984 0005cbc4··00031002·R_ARM_ABS32············0001ea75···lasso_samlp_response_abstract_get_type
 985 0005cbc8··0001b402·R_ARM_ABS32············0001ca39···lasso_lib_name_identifier_mapping_request_get_type
946 0005cb2c··00038002·R_ARM_ABS32············0001cee1···lasso_lib_register_name_identifier_response_get_type986 0005cbcc··00038002·R_ARM_ABS32············0001cee1···lasso_lib_register_name_identifier_response_get_type
947 0005cb30··00021102·R_ARM_ABS32············0001d01d···lasso_lib_request_authn_context_get_type 
948 0005cb34··00018602·R_ARM_ABS32············0001e3a5···lasso_saml_statement_abstract_get_type 
949 0005cb38··0001e502·R_ARM_ABS32············0001e285···lasso_saml_name_identifier_get_type 
950 0005cb3c··0002cd02·R_ARM_ABS32············0001da9d···lasso_saml_advice_get_type987 0005cbd0··0002cd02·R_ARM_ABS32············0001da9d···lasso_saml_advice_get_type
951 0005cb40··00018702·R_ARM_ABS32············0001e551···lasso_saml_subject_locality_get_type 
952 0005cb44··00022302·R_ARM_ABS32············0001df99···lasso_saml_audience_restriction_condition_get_type 
953 0005cb48··00018902·R_ARM_ABS32············0001e66d···lasso_saml_subject_statement_abstract_get_type 
954 0005cb4c··00037d02·R_ARM_ABS32············0001d0b9···lasso_lib_scoping_get_type 
955 0005cb50··00034402·R_ARM_ABS32············0001e7b1···lasso_samlp_request_abstract_get_type 
956 0005cb54··00026f02·R_ARM_ABS32············0001ec89···lasso_samlp_status_code_get_type 
957 0005cb58··0002e902·R_ARM_ABS32············0001e16d···lasso_saml_condition_abstract_get_type 
958 0005cb5c··00022d02·R_ARM_ABS32············0001e051···lasso_saml_authentication_statement_get_type 
959 0005cb60··00027602·R_ARM_ABS32············0001bbbd···lasso_lib_authentication_statement_get_type 
960 0005cb64··00023d02·R_ARM_ABS32············0001eb3d···lasso_samlp_status_get_type 
961 0005cb68··00016402·R_ARM_ABS32············0001c451···lasso_lib_idp_entry_get_type 
962 0005cb6c··00035402·R_ARM_ABS32············0001dd99···lasso_saml_attribute_designator_get_type 
963 0005cb70··0001b202·R_ARM_ABS32············00017cad···lasso_node_get_type 
964 0005cb74··00024502·R_ARM_ABS32············0001e1f1···lasso_saml_conditions_get_type 
965 0005cb78··00028002·R_ARM_ABS32············0001e0e5···lasso_saml_authority_binding_get_type 
966 0005cb7c··00025e02·R_ARM_ABS32············0001c909···lasso_lib_logout_response_get_type 
967 0005cb80··00031002·R_ARM_ABS32············0001ea75···lasso_samlp_response_abstract_get_type 
968 0005cb84··00025502·R_ARM_ABS32············0001dd05···lasso_saml_attribute_get_type 
969 0005cb88··00021302·R_ARM_ABS32············0001e5d9···lasso_saml_subject_statement_get_type 
970 0005cb8c··0001b402·R_ARM_ABS32············0001ca39···lasso_lib_name_identifier_mapping_request_get_type 
971 0005cb90··00030002·R_ARM_ABS32············0001d175···lasso_lib_status_response_get_type 
972 0005cb94··0002aa02·R_ARM_ABS32············0001ded1···lasso_saml_attribute_value_get_type 
973 0005cb98··00035702·R_ARM_ABS32············0001bd95···lasso_lib_authn_context_get_type 
974 0005cb9c··00018402·R_ARM_ABS32············0001c3bd···lasso_lib_idp_entries_get_type 
975 0005cba0··00018e02·R_ARM_ABS32············0001d341···lasso_misc_text_node_get_type 
976 0005cba4··00035f02·R_ARM_ABS32············00031e1d···lasso_server_get_type988 0005cbd4··00025c02·R_ARM_ABS32············00032ed1···lasso_assertion_query_get_type
977 0005cba8··00024f02·R_ARM_ABS32············0002a7b5···lasso_name_identifier_mapping_get_type 
978 0005cbac··00025f02·R_ARM_ABS32············0002e069···lasso_provider_get_type 
979 0005cbb0··0002b902·R_ARM_ABS32············00023409···lasso_federation_get_type 
980 0005cbb4··00037102·R_ARM_ABS32············00022429···lasso_defederation_get_type 
981 0005cbb8··00032502·R_ARM_ABS32············0002b81d···lasso_name_registration_get_type 
982 0005cbbc··00021d02·R_ARM_ABS32············00024a79···lasso_login_get_type 
983 0005cbc0··0002cf02·R_ARM_ABS32············00023761···lasso_identity_get_type 
984 0005cbc4··0002d702·R_ARM_ABS32············00023b91···lasso_lecp_get_type 
985 0005cbc8··00029802·R_ARM_ABS32············000309ed···lasso_session_get_type 
986 0005cbcc··00015b02·R_ARM_ABS32············000289d5···lasso_logout_get_type 
987 0005cbd0··00036d02·R_ARM_ABS32············0002d559···lasso_profile_get_type 
988 0005cbd4··0002cc02·R_ARM_ABS32············0003c6dd···lasso_name_id_management_get_type989 0005cbd8··0002cc02·R_ARM_ABS32············0003c6dd···lasso_name_id_management_get_type
989 0005cbd8··00025c02·R_ARM_ABS32············00032ed1···lasso_assertion_query_get_type 
990 0005cbdc··0001d802·R_ARM_ABS32············00033dfd···lasso_ecp_get_type990 0005cbdc··0001d802·R_ARM_ABS32············00033dfd···lasso_ecp_get_type
991 0005cbe0··00030702·R_ARM_ABS32············000221d1···lasso_ds_rsa_key_value_get_type991 0005cbe0··00030702·R_ARM_ABS32············000221d1···lasso_ds_rsa_key_value_get_type
992 0005cbe4··00026802·R_ARM_ABS32············00022275···lasso_ds_x509_data_get_type992 0005cbe4··00026802·R_ARM_ABS32············00022275···lasso_ds_x509_data_get_type
993 0005cbe8··00029b02·R_ARM_ABS32············00021f81···lasso_ds_key_info_get_type 
994 0005cbec··0002fd02·R_ARM_ABS32············0002201d···lasso_ds_key_value_get_type993 0005cbe8··0002fd02·R_ARM_ABS32············0002201d···lasso_ds_key_value_get_type
 994 0005cbec··00029b02·R_ARM_ABS32············00021f81···lasso_ds_key_info_get_type
995 0005cbf0··00029d02·R_ARM_ABS32············0001f4ed···lasso_saml2_condition_abstract_get_type995 0005cbf0··00029a02·R_ARM_ABS32············00021ad9···lasso_soap_envelope_get_type
996 0005cbf4··00030902·R_ARM_ABS32············00020199···lasso_samlp2_attribute_query_get_type996 0005cbf4··0001fc02·R_ARM_ABS32············00021ea1···lasso_soap_header_get_type
997 0005cbf8··00020602·R_ARM_ABS32············000216c5···lasso_samlp2_subject_query_abstract_get_type 
998 0005cbfc··00038802·R_ARM_ABS32············0001f8a5···lasso_saml2_key_info_confirmation_data_type_get_type 
Max diff block lines reached; 9565/23197 bytes (41.23%) 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:·536f570557febf1620b7b572f833a15b46c14c453 ··GNU··················0x00000014»  NT_GNU_BUILD_ID·(unique·build·ID·bitstring)»   ····Build·ID:·f1c4acc2340ff3cf1867af82e07ce1139b331c4e
8.58 KB
strings --all --bytes=8 {}
    
Offset 27, 142 lines modifiedOffset 27, 142 lines modified
27 xmlSecOpenSSLAppInit27 xmlSecOpenSSLAppInit
28 xmlSecOpenSSLInit28 xmlSecOpenSSLInit
29 strtok_r29 strtok_r
30 xmlSetStructuredErrorFunc30 xmlSetStructuredErrorFunc
31 xmlSecErrorsSetCallback31 xmlSecErrorsSetCallback
32 __stack_chk_fail32 __stack_chk_fail
33 __stack_chk_guard33 __stack_chk_guard
 34 lasso_lecp_get_type
 35 lasso_name_identifier_mapping_get_type
 36 lasso_provider_get_type
 37 lasso_login_get_type
 38 lasso_profile_get_type
 39 lasso_defederation_get_type
 40 lasso_identity_get_type
 41 lasso_federation_get_type
 42 lasso_name_registration_get_type
34 lasso_lib_assertion_get_type43 lasso_session_get_type
35 lasso_saml_subject_confirmation_get_type44 lasso_logout_get_type
 45 lasso_server_get_type
 46 lasso_saml_name_identifier_get_type
 47 lasso_lib_status_response_get_type
 48 lasso_samlp_request_get_type
36 lasso_saml_attribute_statement_get_type49 lasso_saml_attribute_statement_get_type
37 lasso_lib_name_identifier_mapping_response_get_type50 lasso_saml_assertion_get_type
 51 lasso_lib_federation_termination_notification_get_type
38 lasso_lib_subject_get_type52 lasso_lib_subject_get_type
39 lasso_lib_idp_list_get_type 
40 lasso_lib_authn_response_get_type 
41 lasso_lib_register_name_identifier_request_get_type 
42 lasso_paos_response_get_type53 lasso_paos_response_get_type
43 lasso_samlp_request_get_type54 lasso_lib_logout_response_get_type
 55 lasso_saml_attribute_designator_get_type
 56 lasso_saml_subject_confirmation_get_type
 57 lasso_saml_subject_statement_get_type
44 lasso_paos_request_get_type58 lasso_paos_request_get_type
 59 lasso_saml_subject_locality_get_type
 60 lasso_lib_authn_response_get_type
45 lasso_saml_assertion_get_type61 lasso_samlp_status_get_type
 62 lasso_saml_attribute_get_type
46 lasso_saml_subject_get_type63 lasso_saml_subject_get_type
 64 lasso_samlp_request_abstract_get_type
 65 lasso_lib_assertion_get_type
47 lasso_lib_authn_request_get_type66 lasso_lib_authn_context_get_type
 67 lasso_lib_idp_list_get_type
48 lasso_samlp_response_get_type 
49 lasso_lib_logout_request_get_type 
50 lasso_lib_authn_response_envelope_get_type 
51 lasso_lib_federation_termination_notification_get_type 
52 lasso_lib_authn_request_envelope_get_type68 lasso_lib_authn_request_envelope_get_type
53 lasso_lib_register_name_identifier_response_get_type 
54 lasso_lib_request_authn_context_get_type69 lasso_lib_authentication_statement_get_type
 70 lasso_saml_attribute_value_get_type
55 lasso_saml_statement_abstract_get_type71 lasso_saml_statement_abstract_get_type
56 lasso_saml_name_identifier_get_type 
57 lasso_saml_advice_get_type72 lasso_node_get_type
58 lasso_saml_subject_locality_get_type 
59 lasso_saml_audience_restriction_condition_get_type 
60 lasso_saml_subject_statement_abstract_get_type73 lasso_saml_subject_statement_abstract_get_type
61 lasso_lib_scoping_get_type74 lasso_saml_conditions_get_type
62 lasso_samlp_request_abstract_get_type 
63 lasso_samlp_status_code_get_type75 lasso_samlp_status_code_get_type
 76 lasso_lib_register_name_identifier_request_get_type
 77 lasso_lib_authn_request_get_type
 78 lasso_samlp_response_get_type
64 lasso_saml_condition_abstract_get_type79 lasso_saml_condition_abstract_get_type
 80 lasso_misc_text_node_get_type
65 lasso_saml_authentication_statement_get_type 
66 lasso_lib_authentication_statement_get_type 
67 lasso_samlp_status_get_type 
68 lasso_lib_idp_entry_get_type81 lasso_lib_idp_entry_get_type
69 lasso_saml_attribute_designator_get_type 
70 lasso_node_get_type 
71 lasso_saml_conditions_get_type82 lasso_lib_logout_request_get_type
 83 lasso_lib_name_identifier_mapping_response_get_type
 84 lasso_lib_request_authn_context_get_type
 85 lasso_lib_authn_response_envelope_get_type
72 lasso_saml_authority_binding_get_type86 lasso_saml_authority_binding_get_type
73 lasso_lib_logout_response_get_type87 lasso_saml_audience_restriction_condition_get_type
 88 lasso_saml_authentication_statement_get_type
 89 lasso_lib_idp_entries_get_type
 90 lasso_lib_scoping_get_type
74 lasso_samlp_response_abstract_get_type91 lasso_samlp_response_abstract_get_type
75 lasso_saml_attribute_get_type 
76 lasso_saml_subject_statement_get_type 
77 lasso_lib_name_identifier_mapping_request_get_type92 lasso_lib_name_identifier_mapping_request_get_type
 93 lasso_lib_register_name_identifier_response_get_type
78 lasso_lib_status_response_get_type 
79 lasso_saml_attribute_value_get_type 
80 lasso_lib_authn_context_get_type 
81 lasso_lib_idp_entries_get_type 
82 lasso_misc_text_node_get_type 
83 lasso_server_get_type 
84 lasso_name_identifier_mapping_get_type 
85 lasso_provider_get_type 
86 lasso_federation_get_type 
87 lasso_defederation_get_type 
88 lasso_name_registration_get_type 
89 lasso_login_get_type 
90 lasso_identity_get_type 
91 lasso_lecp_get_type94 lasso_saml_advice_get_type
92 lasso_session_get_type 
93 lasso_logout_get_type 
94 lasso_profile_get_type 
95 lasso_name_id_management_get_type 
96 lasso_assertion_query_get_type95 lasso_assertion_query_get_type
 96 lasso_name_id_management_get_type
97 lasso_ecp_get_type97 lasso_ecp_get_type
98 lasso_ds_rsa_key_value_get_type98 lasso_ds_rsa_key_value_get_type
99 lasso_ds_x509_data_get_type99 lasso_ds_x509_data_get_type
100 lasso_ds_key_info_get_type 
101 lasso_ds_key_value_get_type100 lasso_ds_key_value_get_type
 101 lasso_ds_key_info_get_type
 102 lasso_soap_envelope_get_type
 103 lasso_soap_header_get_type
 104 lasso_soap_body_get_type
 105 lasso_soap_fault_get_type
 106 lasso_soap_detail_get_type
 107 lasso_ecp_relay_state_get_type
 108 lasso_ecp_request_get_type
 109 lasso_ecp_response_get_type
 110 lasso_samlp2_authz_decision_query_get_type
 111 lasso_saml2_conditions_get_type
102 lasso_saml2_condition_abstract_get_type112 lasso_saml2_condition_abstract_get_type
 113 lasso_samlp2_terminate_get_type
103 lasso_samlp2_attribute_query_get_type 
104 lasso_samlp2_subject_query_abstract_get_type 
105 lasso_saml2_key_info_confirmation_data_type_get_type114 lasso_saml2_key_info_confirmation_data_type_get_type
Max diff block lines reached; 3788/8738 bytes (43.35%) of diff not shown.
37.2 KB
readelf --wide --decompress --hex-dump=.dynstr {}
    
Offset 38, 293 lines modifiedOffset 38, 293 lines modified
38 ··0x00004f1c·656e5353·4c496e69·74006765·74656e76·enSSLInit.getenv38 ··0x00004f1c·656e5353·4c496e69·74006765·74656e76·enSSLInit.getenv
39 ··0x00004f2c·00737472·746f6b5f·7200786d·6c536574·.strtok_r.xmlSet39 ··0x00004f2c·00737472·746f6b5f·7200786d·6c536574·.strtok_r.xmlSet
40 ··0x00004f3c·53747275·63747572·65644572·726f7246·StructuredErrorF40 ··0x00004f3c·53747275·63747572·65644572·726f7246·StructuredErrorF
41 ··0x00004f4c·756e6300·786d6c53·65634572·726f7273·unc.xmlSecErrors41 ··0x00004f4c·756e6300·786d6c53·65634572·726f7273·unc.xmlSecErrors
42 ··0x00004f5c·53657443·616c6c62·61636b00·5f5f7374·SetCallback.__st42 ··0x00004f5c·53657443·616c6c62·61636b00·5f5f7374·SetCallback.__st
43 ··0x00004f6c·61636b5f·63686b5f·6661696c·005f5f73·ack_chk_fail.__s43 ··0x00004f6c·61636b5f·63686b5f·6661696c·005f5f73·ack_chk_fail.__s
44 ··0x00004f7c·7461636b·5f63686b·5f677561·7264006c·tack_chk_guard.l44 ··0x00004f7c·7461636b·5f63686b·5f677561·7264006c·tack_chk_guard.l
 45 ··0x00004f8c·6173736f·5f6c6563·705f6765·745f7479·asso_lecp_get_ty
45 ··0x00004f8c·6173736f·5f6c6962·5f617373·65727469·asso_lib_asserti 
46 ··0x00004f9c·6f6e5f67·65745f74·79706500·6c617373·on_get_type.lass 
47 ··0x00004fac·6f5f7361·6d6c5f73·75626a65·63745f63·o_saml_subject_c 
48 ··0x00004fbc·6f6e6669·726d6174·696f6e5f·6765745f·onfirmation_get_ 
49 ··0x00004fcc·74797065·006c6173·736f5f73·616d6c5f·type.lasso_saml_46 ··0x00004f9c·7065006c·6173736f·5f6e616d·655f6964·pe.lasso_name_id
50 ··0x00004fdc·61747472·69627574·655f7374·6174656d·attribute_statem 
51 ··0x00004fec·656e745f·6765745f·74797065·006c6173·ent_get_type.las 
52 ··0x00004ffc·736f5f6c·69625f6e·616d655f·6964656e·so_lib_name_iden 
53 ··0x0000500c·74696669·65725f6d·61707069·6e675f72·tifier_mapping_r47 ··0x00004fac·656e7469·66696572·5f6d6170·70696e67·entifier_mapping
54 ··0x0000501c·6573706f·6e73655f·6765745f·74797065·esponse_get_type 
55 ··0x0000502c·006c6173·736f5f6c·69625f73·75626a65·.lasso_lib_subje 
56 ··0x0000503c·63745f67·65745f74·79706500·6c617373·ct_get_type.lass 
57 ··0x0000504c·6f5f6c69·625f6964·705f6c69·73745f67·o_lib_idp_list_g 
58 ··0x0000505c·65745f74·79706500·6c617373·6f5f6c69·et_type.lasso_li 
59 ··0x0000506c·625f6175·74686e5f·72657370·6f6e7365·b_authn_response 
60 ··0x0000507c·5f676574·5f747970·65006c61·73736f5f·_get_type.lasso_ 
61 ··0x0000508c·6c69625f·72656769·73746572·5f6e616d·lib_register_nam 
62 ··0x0000509c·655f6964·656e7469·66696572·5f726571·e_identifier_req 
63 ··0x000050ac·75657374·5f676574·5f747970·65006c61·uest_get_type.la 
64 ··0x000050bc·73736f5f·70616f73·5f726573·706f6e73·sso_paos_respons 
65 ··0x000050cc·655f6765·745f7479·7065006c·6173736f·e_get_type.lasso 
66 ··0x000050dc·5f73616d·6c705f72·65717565·73745f67·_samlp_request_g 
67 ··0x000050ec·65745f74·79706500·6c617373·6f5f7061·et_type.lasso_pa 
68 ··0x000050fc·6f735f72·65717565·73745f67·65745f74·os_request_get_t 
69 ··0x0000510c·79706500·6c617373·6f5f7361·6d6c5f61·ype.lasso_saml_a 
70 ··0x0000511c·73736572·74696f6e·5f676574·5f747970·ssertion_get_typ 
71 ··0x0000512c·65006c61·73736f5f·73616d6c·5f737562·e.lasso_saml_sub 
72 ··0x0000513c·6a656374·5f676574·5f747970·65006c61·ject_get_type.la 
73 ··0x0000514c·73736f5f·6c69625f·61757468·6e5f7265·sso_lib_authn_re 
74 ··0x0000515c·71756573·745f6765·745f7479·7065006c·quest_get_type.l 
75 ··0x0000516c·6173736f·5f73616d·6c705f72·6573706f·asso_samlp_respo 
76 ··0x0000517c·6e73655f·6765745f·74797065·006c6173·nse_get_type.las 
77 ··0x0000518c·736f5f6c·69625f6c·6f676f75·745f7265·so_lib_logout_re 
78 ··0x0000519c·71756573·745f6765·745f7479·7065006c·quest_get_type.l 
79 ··0x000051ac·6173736f·5f6c6962·5f617574·686e5f72·asso_lib_authn_r 
80 ··0x000051bc·6573706f·6e73655f·656e7665·6c6f7065·esponse_envelope 
81 ··0x000051cc·5f676574·5f747970·65006c61·73736f5f·_get_type.lasso_ 
82 ··0x000051dc·6c69625f·66656465·72617469·6f6e5f74·lib_federation_t 
83 ··0x000051ec·65726d69·6e617469·6f6e5f6e·6f746966·ermination_notif 
84 ··0x000051fc·69636174·696f6e5f·6765745f·74797065·ication_get_type 
85 ··0x0000520c·006c6173·736f5f6c·69625f61·7574686e·.lasso_lib_authn 
86 ··0x0000521c·5f726571·75657374·5f656e76·656c6f70·_request_envelop 
87 ··0x0000522c·655f6765·745f7479·7065006c·6173736f·e_get_type.lasso 
88 ··0x0000523c·5f6c6962·5f726567·69737465·725f6e61·_lib_register_na 
89 ··0x0000524c·6d655f69·64656e74·69666965·725f7265·me_identifier_re 
90 ··0x0000525c·73706f6e·73655f67·65745f74·79706500·sponse_get_type. 
91 ··0x0000526c·6c617373·6f5f6c69·625f7265·71756573·lasso_lib_reques 
92 ··0x0000527c·745f6175·74686e5f·636f6e74·6578745f·t_authn_context_ 
93 ··0x0000528c·6765745f·74797065·006c6173·736f5f73·get_type.lasso_s 
94 ··0x0000529c·616d6c5f·73746174·656d656e·745f6162·aml_statement_ab 
95 ··0x000052ac·73747261·63745f67·65745f74·79706500·stract_get_type. 
96 ··0x000052bc·6c617373·6f5f7361·6d6c5f6e·616d655f·lasso_saml_name_ 
97 ··0x000052cc·6964656e·74696669·65725f67·65745f74·identifier_get_t 
98 ··0x000052dc·79706500·6c617373·6f5f7361·6d6c5f61·ype.lasso_saml_a 
99 ··0x000052ec·64766963·655f6765·745f7479·7065006c·dvice_get_type.l 
100 ··0x000052fc·6173736f·5f73616d·6c5f7375·626a6563·asso_saml_subjec 
101 ··0x0000530c·745f6c6f·63616c69·74795f67·65745f74·t_locality_get_t 
102 ··0x0000531c·79706500·6c617373·6f5f7361·6d6c5f61·ype.lasso_saml_a 
103 ··0x0000532c·75646965·6e63655f·72657374·72696374·udience_restrict 
104 ··0x0000533c·696f6e5f·636f6e64·6974696f·6e5f6765·ion_condition_ge 
105 ··0x0000534c·745f7479·7065006c·6173736f·5f73616d·t_type.lasso_sam 
106 ··0x0000535c·6c5f7375·626a6563·745f7374·6174656d·l_subject_statem 
107 ··0x0000536c·656e745f·61627374·72616374·5f676574·ent_abstract_get 
108 ··0x0000537c·5f747970·65006c61·73736f5f·6c69625f·_type.lasso_lib_ 
109 ··0x0000538c·73636f70·696e675f·6765745f·74797065·scoping_get_type 
110 ··0x0000539c·006c6173·736f5f73·616d6c70·5f726571·.lasso_samlp_req 
111 ··0x000053ac·75657374·5f616273·74726163·745f6765·uest_abstract_ge 
112 ··0x000053bc·745f7479·7065006c·6173736f·5f73616d·t_type.lasso_sam 
113 ··0x000053cc·6c705f73·74617475·735f636f·64655f67·lp_status_code_g 
114 ··0x000053dc·65745f74·79706500·6c617373·6f5f7361·et_type.lasso_sa 
115 ··0x000053ec·6d6c5f63·6f6e6469·74696f6e·5f616273·ml_condition_abs 
116 ··0x000053fc·74726163·745f6765·745f7479·7065006c·tract_get_type.l 
117 ··0x0000540c·6173736f·5f73616d·6c5f6175·7468656e·asso_saml_authen 
118 ··0x0000541c·74696361·74696f6e·5f737461·74656d65·tication_stateme 
119 ··0x0000542c·6e745f67·65745f74·79706500·6c617373·nt_get_type.lass 
120 ··0x0000543c·6f5f6c69·625f6175·7468656e·74696361·o_lib_authentica 
121 ··0x0000544c·74696f6e·5f737461·74656d65·6e745f67·tion_statement_g 
122 ··0x0000545c·65745f74·79706500·6c617373·6f5f7361·et_type.lasso_sa 
123 ··0x0000546c·6d6c705f·73746174·75735f67·65745f74·mlp_status_get_t 
124 ··0x0000547c·79706500·6c617373·6f5f6c69·625f6964·ype.lasso_lib_id 
125 ··0x0000548c·705f656e·7472795f·6765745f·74797065·p_entry_get_type 
126 ··0x0000549c·006c6173·736f5f73·616d6c5f·61747472·.lasso_saml_attr 
127 ··0x000054ac·69627574·655f6465·7369676e·61746f72·ibute_designator 
128 ··0x000054bc·5f676574·5f747970·65006c61·73736f5f·_get_type.lasso_48 ··0x00004fbc·5f676574·5f747970·65006c61·73736f5f·_get_type.lasso_
 49 ··0x00004fcc·70726f76·69646572·5f676574·5f747970·provider_get_typ
 50 ··0x00004fdc·65006c61·73736f5f·6c6f6769·6e5f6765·e.lasso_login_ge
 51 ··0x00004fec·745f7479·7065006c·6173736f·5f70726f·t_type.lasso_pro
129 ··0x000054cc·6e6f6465·5f676574·5f747970·65006c61·node_get_type.la52 ··0x00004ffc·66696c65·5f676574·5f747970·65006c61·file_get_type.la
130 ··0x000054dc·73736f5f·73616d6c·5f636f6e·64697469·sso_saml_conditi53 ··0x0000500c·73736f5f·64656665·64657261·74696f6e·sso_defederation
 54 ··0x0000501c·5f676574·5f747970·65006c61·73736f5f·_get_type.lasso_
 55 ··0x0000502c·6964656e·74697479·5f676574·5f747970·identity_get_typ
 56 ··0x0000503c·65006c61·73736f5f·66656465·72617469·e.lasso_federati
 57 ··0x0000504c·6f6e5f67·65745f74·79706500·6c617373·on_get_type.lass
 58 ··0x0000505c·6f5f6e61·6d655f72·65676973·74726174·o_name_registrat
131 ··0x000054ec·6f6e735f·6765745f·74797065·006c6173·ons_get_type.las59 ··0x0000506c·696f6e5f·6765745f·74797065·006c6173·ion_get_type.las
 60 ··0x0000507c·736f5f73·65737369·6f6e5f67·65745f74·so_session_get_t
 61 ··0x0000508c·79706500·6c617373·6f5f6c6f·676f7574·ype.lasso_logout
132 ··0x000054fc·736f5f73·616d6c5f·61757468·6f726974·so_saml_authorit 
133 ··0x0000550c·795f6269·6e64696e·675f6765·745f7479·y_binding_get_ty 
134 ··0x0000551c·7065006c·6173736f·5f6c6962·5f6c6f67·pe.lasso_lib_log 
135 ··0x0000552c·6f75745f·72657370·6f6e7365·5f676574·out_response_get 
136 ··0x0000553c·5f747970·65006c61·73736f5f·73616d6c·_type.lasso_saml 
137 ··0x0000554c·705f7265·73706f6e·73655f61·62737472·p_response_abstr 
138 ··0x0000555c·6163745f·6765745f·74797065·006c6173·act_get_type.las 
139 ··0x0000556c·736f5f73·616d6c5f·61747472·69627574·so_saml_attribut 
140 ··0x0000557c·655f6765·745f7479·7065006c·6173736f·e_get_type.lasso62 ··0x0000509c·5f676574·5f747970·65006c61·73736f5f·_get_type.lasso_
141 ··0x0000558c·5f73616d·6c5f7375·626a6563·745f7374·_saml_subject_st 
142 ··0x0000559c·6174656d·656e745f·6765745f·74797065·atement_get_type63 ··0x000050ac·73657276·65725f67·65745f74·79706500·server_get_type.
143 ··0x000055ac·006c6173·736f5f6c·69625f6e·616d655f·.lasso_lib_name_64 ··0x000050bc·6c617373·6f5f7361·6d6c5f6e·616d655f·lasso_saml_name_
144 ··0x000055bc·6964656e·74696669·65725f6d·61707069·identifier_mappi65 ··0x000050cc·6964656e·74696669·65725f67·65745f74·identifier_get_t
145 ··0x000055cc·6e675f72·65717565·73745f67·65745f74·ng_request_get_t 
146 ··0x000055dc·79706500·6c617373·6f5f6c69·625f7374·ype.lasso_lib_st66 ··0x000050dc·79706500·6c617373·6f5f6c69·625f7374·ype.lasso_lib_st
147 ··0x000055ec·61747573·5f726573·706f6e73·655f6765·atus_response_ge67 ··0x000050ec·61747573·5f726573·706f6e73·655f6765·atus_response_ge
148 ··0x000055fc·745f7479·7065006c·6173736f·5f73616d·t_type.lasso_sam68 ··0x000050fc·745f7479·7065006c·6173736f·5f73616d·t_type.lasso_sam
149 ··0x0000560c·6c5f6174·74726962·7574655f·76616c75·l_attribute_valu 
150 ··0x0000561c·655f6765·745f7479·7065006c·6173736f·e_get_type.lasso 
151 ··0x0000562c·5f6c6962·5f617574·686e5f63·6f6e7465·_lib_authn_conte69 ··0x0000510c·6c705f72·65717565·73745f67·65745f74·lp_request_get_t
 70 ··0x0000511c·79706500·6c617373·6f5f7361·6d6c5f61·ype.lasso_saml_a
 71 ··0x0000512c·74747269·62757465·5f737461·74656d65·ttribute_stateme
Max diff block lines reached; 19966/37944 bytes (52.62%) 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·36663537·30353537·66656266·31363230·6f570557febf1620 
3 ··0x00000010·62376235·37326638·33336131·35623436·b7b572f833a15b462 ··0x00000000·63346163·63323334·30666633·63663138·c4acc2340ff3cf18
 3 ··0x00000010·36376166·38326530·37636531·31333962·67af82e07ce1139b
4 ··0x00000020·63313463·34352e64·65627567·00000000·c14c45.debug....4 ··0x00000020·33333163·34652e64·65627567·00000000·331c4e.debug....
5 ··0x00000030·ef609eb2····························.`..5 ··0x00000030·6816bd9a····························h...
  
3.58 MB
python-lasso_2.6.0-2+deb10u1_armhf.deb
452 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·····1208·2021-06-02·18:54:32.000000·control.tar.xz
3 -rw-r--r--···0········0········0···698920·2021-06-02·18:54:32.000000·data.tar.xz3 -rw-r--r--···0········0········0···698772·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
3.58 MB
data.tar.xz
3.58 MB
data.tar
3.18 MB
./usr/lib/python2.7/dist-packages/_lasso.arm-linux-gnueabihf.so
854 B
readelf --wide --program-header {}
    
Offset 1, 15 lines modifiedOffset 1, 15 lines modified
  
1 Elf·file·type·is·DYN·(Shared·object·file)1 Elf·file·type·is·DYN·(Shared·object·file)
2 Entry·point·0xd0002 Entry·point·0xd000
3 There·are·6·program·headers,·starting·at·offset·523 There·are·6·program·headers,·starting·at·offset·52
  
4 Program·Headers:4 Program·Headers:
5 ··Type···········Offset···VirtAddr···PhysAddr···FileSiz·MemSiz··Flg·Align5 ··Type···········Offset···VirtAddr···PhysAddr···FileSiz·MemSiz··Flg·Align
6 ··LOAD···········0x000000·0x00000000·0x00000000·0x41734·0x41734·R·E·0x100006 ··LOAD···········0x000000·0x00000000·0x00000000·0x416fc·0x416fc·R·E·0x10000
7 ··LOAD···········0x041eb8·0x00051eb8·0x00051eb8·0x0530c·0x05318·RW··0x100007 ··LOAD···········0x041eb8·0x00051eb8·0x00051eb8·0x0530c·0x05318·RW··0x10000
8 ··DYNAMIC········0x041ec0·0x00051ec0·0x00051ec0·0x00140·0x00140·RW··0x48 ··DYNAMIC········0x041ec0·0x00051ec0·0x00051ec0·0x00140·0x00140·RW··0x4
9 ··NOTE···········0x0000f4·0x000000f4·0x000000f4·0x00024·0x00024·R···0x49 ··NOTE···········0x0000f4·0x000000f4·0x000000f4·0x00024·0x00024·R···0x4
10 ··GNU_STACK······0x000000·0x00000000·0x00000000·0x00000·0x00000·RW··0x1010 ··GNU_STACK······0x000000·0x00000000·0x00000000·0x00000·0x00000·RW··0x10
11 ··GNU_RELRO······0x041eb8·0x00051eb8·0x00051eb8·0x00148·0x00148·R···0x111 ··GNU_RELRO······0x041eb8·0x00051eb8·0x00051eb8·0x00148·0x00148·R···0x1
  
12 ·Section·to·Segment·mapping:12 ·Section·to·Segment·mapping:
1.83 KB
readelf --wide --sections {}
    
Offset 9, 18 lines modifiedOffset 9, 18 lines modified
9 ··[·4]·.dynstr···········STRTAB··········0000202c·00202c·003c11·00···A··0···0··19 ··[·4]·.dynstr···········STRTAB··········0000202c·00202c·003c11·00···A··0···0··1
10 ··[·5]·.gnu.version······VERSYM··········00005c3e·005c3e·0003de·02···A··3···0··210 ··[·5]·.gnu.version······VERSYM··········00005c3e·005c3e·0003de·02···A··3···0··2
11 ··[·6]·.gnu.version_r····VERNEED·········0000601c·00601c·000090·00···A··4···3··411 ··[·6]·.gnu.version_r····VERNEED·········0000601c·00601c·000090·00···A··4···3··4
12 ··[·7]·.rel.dyn··········REL·············000060ac·0060ac·0049d8·08···A··3···0··412 ··[·7]·.rel.dyn··········REL·············000060ac·0060ac·0049d8·08···A··3···0··4
13 ··[·8]·.rel.plt··········REL·············0000aa84·00aa84·000ee8·08··AI··3··18··413 ··[·8]·.rel.plt··········REL·············0000aa84·00aa84·000ee8·08··AI··3··18··4
14 ··[·9]·.init·············PROGBITS········0000b96c·00b96c·00000c·00··AX··0···0··414 ··[·9]·.init·············PROGBITS········0000b96c·00b96c·00000c·00··AX··0···0··4
15 ··[10]·.plt··············PROGBITS········0000b978·00b978·001688·04··AX··0···0··415 ··[10]·.plt··············PROGBITS········0000b978·00b978·001688·04··AX··0···0··4
16 ··[11]·.text·············PROGBITS········0000d000·00d000·02418c·00··AX··0···0··416 ··[11]·.text·············PROGBITS········0000d000·00d000·024154·00··AX··0···0··4
17 ··[12]·.fini·············PROGBITS········0003118c·03118c·000008·00··AX··0···0··417 ··[12]·.fini·············PROGBITS········00031154·031154·000008·00··AX··0···0··4
18 ··[13]·.rodata···········PROGBITS········00031194·031194·01059c·01·AMS··0···0··418 ··[13]·.rodata···········PROGBITS········0003115c·03115c·01059c·01·AMS··0···0··4
19 ··[14]·.eh_frame·········PROGBITS········00041730·041730·000004·00···A··0···0··419 ··[14]·.eh_frame·········PROGBITS········000416f8·0416f8·000004·00···A··0···0··4
20 ··[15]·.init_array·······INIT_ARRAY······00051eb8·041eb8·000004·04··WA··0···0··420 ··[15]·.init_array·······INIT_ARRAY······00051eb8·041eb8·000004·04··WA··0···0··4
21 ··[16]·.fini_array·······FINI_ARRAY······00051ebc·041ebc·000004·04··WA··0···0··421 ··[16]·.fini_array·······FINI_ARRAY······00051ebc·041ebc·000004·04··WA··0···0··4
22 ··[17]·.dynamic··········DYNAMIC·········00051ec0·041ec0·000140·08··WA··4···0··422 ··[17]·.dynamic··········DYNAMIC·········00051ec0·041ec0·000140·08··WA··4···0··4
23 ··[18]·.got··············PROGBITS········00052000·042000·0007cc·04··WA··0···0··423 ··[18]·.got··············PROGBITS········00052000·042000·0007cc·04··WA··0···0··4
24 ··[19]·.data·············PROGBITS········000527cc·0427cc·0049f8·00··WA··0···0··424 ··[19]·.data·············PROGBITS········000527cc·0427cc·0049f8·00··WA··0···0··4
25 ··[20]·.bss··············NOBITS··········000571c4·0471c4·00000c·00··WA··0···0··425 ··[20]·.bss··············NOBITS··········000571c4·0471c4·00000c·00··WA··0···0··4
26 ··[21]·.ARM.attributes···ARM_ATTRIBUTES··00000000·0471c4·000031·00······0···0··126 ··[21]·.ARM.attributes···ARM_ATTRIBUTES··00000000·0471c4·000031·00······0···0··1
839 B
readelf --wide --symbols {}
    
Offset 490, 9 lines modifiedOffset 490, 9 lines modified
490 ···486:·00000000·····0·FUNC····GLOBAL·DEFAULT··UND·lasso_saml2_action_new490 ···486:·00000000·····0·FUNC····GLOBAL·DEFAULT··UND·lasso_saml2_action_new
491 ···487:·00000000·····0·FUNC····GLOBAL·DEFAULT··UND·lasso_paos_response_new491 ···487:·00000000·····0·FUNC····GLOBAL·DEFAULT··UND·lasso_paos_response_new
492 ···488:·00000000·····0·FUNC····GLOBAL·DEFAULT··UND·lasso_provider_accept_http_method492 ···488:·00000000·····0·FUNC····GLOBAL·DEFAULT··UND·lasso_provider_accept_http_method
493 ···489:·00000000·····0·FUNC····GLOBAL·DEFAULT··UND·lasso_server_add_provider2493 ···489:·00000000·····0·FUNC····GLOBAL·DEFAULT··UND·lasso_server_add_provider2
494 ···490:·00000000·····0·FUNC····GLOBAL·DEFAULT··UND·lasso_logout_validate_request494 ···490:·00000000·····0·FUNC····GLOBAL·DEFAULT··UND·lasso_logout_validate_request
495 ···491:·00000000·····0·FUNC····GLOBAL·DEFAULT··UND·lasso_logout_get_next_providerID495 ···491:·00000000·····0·FUNC····GLOBAL·DEFAULT··UND·lasso_logout_get_next_providerID
496 ···492:·00000000·····0·FUNC····GLOBAL·DEFAULT··UND·lasso_saml_name_identifier_equals496 ···492:·00000000·····0·FUNC····GLOBAL·DEFAULT··UND·lasso_saml_name_identifier_equals
497 ···493:·00029fcd·29120·FUNC····GLOBAL·DEFAULT···11·init_lasso497 ···493:·00029fcd·29064·FUNC····GLOBAL·DEFAULT···11·init_lasso
498 ···494:·000571cc·····4·OBJECT··GLOBAL·DEFAULT···20·lasso_wrapper_key498 ···494:·000571cc·····4·OBJECT··GLOBAL·DEFAULT···20·lasso_wrapper_key
1020 B
readelf --wide --dynamic {}
    
Offset 11, 15 lines modifiedOffset 11, 15 lines modified
11 ·0x00000001·(NEEDED)·····················Shared·library:·[libxml2.so.2]11 ·0x00000001·(NEEDED)·····················Shared·library:·[libxml2.so.2]
12 ·0x00000001·(NEEDED)·····················Shared·library:·[libssl.so.1.1]12 ·0x00000001·(NEEDED)·····················Shared·library:·[libssl.so.1.1]
13 ·0x00000001·(NEEDED)·····················Shared·library:·[libcrypto.so.1.1]13 ·0x00000001·(NEEDED)·····················Shared·library:·[libcrypto.so.1.1]
14 ·0x00000001·(NEEDED)·····················Shared·library:·[libc.so.6]14 ·0x00000001·(NEEDED)·····················Shared·library:·[libc.so.6]
15 ·0x00000001·(NEEDED)·····················Shared·library:·[ld-linux-armhf.so.3]15 ·0x00000001·(NEEDED)·····················Shared·library:·[ld-linux-armhf.so.3]
16 ·0x0000000e·(SONAME)·····················Library·soname:·[_lasso.so]16 ·0x0000000e·(SONAME)·····················Library·soname:·[_lasso.so]
17 ·0x0000000c·(INIT)·······················0xb96c17 ·0x0000000c·(INIT)·······················0xb96c
18 ·0x0000000d·(FINI)·······················0x3118c18 ·0x0000000d·(FINI)·······················0x31154
19 ·0x00000019·(INIT_ARRAY)·················0x51eb819 ·0x00000019·(INIT_ARRAY)·················0x51eb8
20 ·0x0000001b·(INIT_ARRAYSZ)···············4·(bytes)20 ·0x0000001b·(INIT_ARRAYSZ)···············4·(bytes)
21 ·0x0000001a·(FINI_ARRAY)·················0x51ebc21 ·0x0000001a·(FINI_ARRAY)·················0x51ebc
22 ·0x0000001c·(FINI_ARRAYSZ)···············4·(bytes)22 ·0x0000001c·(FINI_ARRAYSZ)···············4·(bytes)
23 ·0x6ffffef5·(GNU_HASH)···················0x11823 ·0x6ffffef5·(GNU_HASH)···················0x118
24 ·0x00000005·(STRTAB)·····················0x202c24 ·0x00000005·(STRTAB)·····················0x202c
25 ·0x00000006·(SYMTAB)·····················0x13c25 ·0x00000006·(SYMTAB)·····················0x13c
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:·3af2532d187352162dcd1dd5d114f905b2735ed03 ··GNU··················0x00000014»  NT_GNU_BUILD_ID·(unique·build·ID·bitstring)»   ····Build·ID:·0a7c1a761e6f351af76cc96eb7f8ee730e24860e
87.7 KB
strings --all --bytes=8 {}
    
Offset 28, 146 lines modifiedOffset 28, 199 lines modified
28 g_list_length28 g_list_length
29 PyTuple_New29 PyTuple_New
30 PyTuple_SetItem30 PyTuple_SetItem
31 PyErr_WarnEx31 PyErr_WarnEx
32 _PyTuple_Resize32 _PyTuple_Resize
33 PyExc_RuntimeWarning33 PyExc_RuntimeWarning
34 lasso_name_id_management_init_request34 lasso_name_id_management_init_request
35 lasso_login_build_assertion 
36 lasso_profile_set_idp_list 
37 lasso_session_get_assertion_ids 
38 lasso_session_get_session_indexes 
39 lasso_session_add_assertion 
40 lasso_session_get_provider_index 
41 g_object_ref 
42 PyDict_Next 
43 g_hash_table_remove_all 
44 PyString_AsString35 PyString_AsStringAndSize
 36 xmlReadMemory
 37 xmlDocGetRootElement
 38 xmlCopyNode
 39 xmlFreeDoc
 40 xmlNewDoc
 41 xmlNewNode
 42 xmlDocSetRootElement
 43 xmlParseInNodeContext
 44 xmlFreeNodeList
 45 xmlFreeNode
45 g_hash_table_replace 
46 g_object_unref 
47 lasso_federation_verify_name_identifier 
48 lasso_federation_build_local_name_identifier 
49 lasso_server_saml2_assertion_setup_signature 
50 lasso_server_get_filtered_provider_list 
51 lasso_server_get_endpoint_url_by_id 
52 lasso_server_add_provider2 
53 lasso_server_add_provider_from_buffer 
54 lasso_server_add_provider 
55 lasso_provider_verify_signature 
56 lasso_provider_add_key 
57 lasso_provider_set_server_signing_key 
58 lasso_provider_match_conformance 
59 lasso_provider_get_metadata_keys_for_role 
60 lasso_provider_get_metadata_one_for_role 
61 lasso_provider_verify_single_node_signature 
62 xmlBufferCreate46 xmlBufferCreate
63 xmlOutputBufferCreateBuffer47 xmlOutputBufferCreateBuffer
64 xmlNodeDumpOutput48 xmlNodeDumpOutput
65 xmlOutputBufferClose49 xmlOutputBufferClose
66 xmlBufferAdd50 xmlBufferAdd
67 xmlBufferContent51 xmlBufferContent
68 xmlBufferFree52 xmlBufferFree
69 lasso_provider_has_protocol_profile 
70 lasso_provider_accept_http_method 
71 lasso_provider_get_first_http_method 
72 lasso_provider_get_metadata_one 
73 lasso_provider_get_assertion_consumer_service_url 
74 lasso_saml2_name_id_equals 
75 lasso_saml2_assertion_decrypt_subject53 lasso_saml2_assertion_decrypt_subject
76 lasso_saml2_assertion_add_attribute_with_node54 lasso_saml2_assertion_add_attribute_with_node
77 lasso_saml2_assertion_set_basic_conditions55 lasso_saml2_assertion_set_basic_conditions
78 lasso_saml2_assertion_set_subject_confirmation_data56 lasso_saml2_assertion_set_subject_confirmation_data
79 lasso_saml2_assertion_set_subject_confirmation_name_id57 lasso_saml2_assertion_set_subject_confirmation_name_id
80 lasso_saml2_assertion_set_subject_name_id58 lasso_saml2_assertion_set_subject_name_id
81 g_hash_table_new_full59 g_hash_table_new_full
 60 PyDict_Next
 61 g_hash_table_remove_all
 62 PyString_AsString
82 g_hash_table_insert63 g_hash_table_insert
83 lasso_samlp2_extensions_set_attributes64 lasso_samlp2_extensions_set_attributes
84 g_hash_table_destroy65 g_hash_table_destroy
85 g_str_hash66 g_str_hash
86 g_str_equal67 g_str_equal
 68 lasso_saml2_name_id_equals
87 PyString_AsStringAndSize 
88 xmlReadMemory 
89 xmlDocGetRootElement 
90 xmlCopyNode 
91 xmlFreeDoc 
92 xmlNewDoc 
93 xmlNewNode 
94 xmlDocSetRootElement 
95 xmlParseInNodeContext 
96 xmlFreeNodeList 
97 xmlFreeNode 
98 lasso_ds_key_value_set_x509_data69 lasso_ds_key_value_set_x509_data
99 lasso_saml_name_identifier_equals70 lasso_saml_name_identifier_equals
 71 lasso_server_saml2_assertion_setup_signature
 72 lasso_server_get_filtered_provider_list
 73 lasso_server_get_endpoint_url_by_id
 74 lasso_server_add_provider2
 75 lasso_server_add_provider_from_buffer
 76 lasso_server_add_provider
 77 g_object_ref
 78 g_hash_table_replace
 79 g_object_unref
 80 lasso_session_get_assertion_ids
 81 lasso_session_get_session_indexes
 82 lasso_session_add_assertion
 83 lasso_session_get_provider_index
 84 lasso_federation_verify_name_identifier
 85 lasso_federation_build_local_name_identifier
 86 lasso_login_build_assertion
 87 lasso_profile_set_idp_list
 88 lasso_provider_verify_signature
 89 lasso_provider_add_key
 90 lasso_provider_set_server_signing_key
 91 lasso_provider_match_conformance
 92 lasso_provider_get_metadata_keys_for_role
 93 lasso_provider_get_metadata_one_for_role
 94 lasso_provider_verify_single_node_signature
 95 lasso_provider_has_protocol_profile
 96 lasso_provider_accept_http_method
 97 lasso_provider_get_first_http_method
 98 lasso_provider_get_metadata_one
 99 lasso_provider_get_assertion_consumer_service_url
100 lasso_key_saml2_xml_sign100 lasso_key_saml2_xml_sign
101 lasso_key_saml2_xml_verify101 lasso_key_saml2_xml_verify
102 lasso_key_query_sign102 lasso_key_query_sign
103 lasso_node_debug103 lasso_node_debug
104 lasso_node_init_from_xml104 lasso_node_init_from_xml
105 lasso_node_get_xmlNode105 lasso_node_get_xmlNode
106 lasso_node_export_to_ecp_soap_response106 lasso_node_export_to_ecp_soap_response
107 lasso_node_export_to_paos_request_full107 lasso_node_export_to_paos_request_full
108 lasso_node_export_to_paos_request108 lasso_node_export_to_paos_request
109 lasso_node_export_to_query_with_password109 lasso_node_export_to_query_with_password
110 lasso_node_export_to_query110 lasso_node_export_to_query
111 lasso_profile_get_in_response_to 
Max diff block lines reached; 85967/89763 bytes (95.77%) of diff not shown.
110 KB
readelf --wide --decompress --hex-dump=.dynstr {}
    
Offset 38, 128 lines modifiedOffset 38, 128 lines modified
38 ··0x0000225c·706c655f·4e657700·50795475·706c655f·ple_New.PyTuple_38 ··0x0000225c·706c655f·4e657700·50795475·706c655f·ple_New.PyTuple_
39 ··0x0000226c·53657449·74656d00·50794572·725f5761·SetItem.PyErr_Wa39 ··0x0000226c·53657449·74656d00·50794572·725f5761·SetItem.PyErr_Wa
40 ··0x0000227c·726e4578·005f5079·5475706c·655f5265·rnEx._PyTuple_Re40 ··0x0000227c·726e4578·005f5079·5475706c·655f5265·rnEx._PyTuple_Re
41 ··0x0000228c·73697a65·00507945·78635f52·756e7469·size.PyExc_Runti41 ··0x0000228c·73697a65·00507945·78635f52·756e7469·size.PyExc_Runti
42 ··0x0000229c·6d655761·726e696e·67006c61·73736f5f·meWarning.lasso_42 ··0x0000229c·6d655761·726e696e·67006c61·73736f5f·meWarning.lasso_
43 ··0x000022ac·6e616d65·5f69645f·6d616e61·67656d65·name_id_manageme43 ··0x000022ac·6e616d65·5f69645f·6d616e61·67656d65·name_id_manageme
44 ··0x000022bc·6e745f69·6e69745f·72657175·65737400·nt_init_request.44 ··0x000022bc·6e745f69·6e69745f·72657175·65737400·nt_init_request.
 45 ··0x000022cc·50795374·72696e67·5f417353·7472696e·PyString_AsStrin
 46 ··0x000022dc·67416e64·53697a65·00786d6c·52656164·gAndSize.xmlRead
 47 ··0x000022ec·4d656d6f·72790078·6d6c446f·63476574·Memory.xmlDocGet
 48 ··0x000022fc·526f6f74·456c656d·656e7400·786d6c43·RootElement.xmlC
 49 ··0x0000230c·6f70794e·6f646500·786d6c46·72656544·opyNode.xmlFreeD
 50 ··0x0000231c·6f630078·6d6c4e65·77446f63·00786d6c·oc.xmlNewDoc.xml
 51 ··0x0000232c·4e65774e·6f646500·786d6c44·6f635365·NewNode.xmlDocSe
 52 ··0x0000233c·74526f6f·74456c65·6d656e74·00786d6c·tRootElement.xml
 53 ··0x0000234c·50617273·65496e4e·6f646543·6f6e7465·ParseInNodeConte
 54 ··0x0000235c·78740078·6d6c4672·65654e6f·64654c69·xt.xmlFreeNodeLi
 55 ··0x0000236c·73740078·6d6c4672·65654e6f·64650078·st.xmlFreeNode.x
45 ··0x000022cc·6c617373·6f5f6c6f·67696e5f·6275696c·lasso_login_buil 
46 ··0x000022dc·645f6173·73657274·696f6e00·6c617373·d_assertion.lass 
47 ··0x000022ec·6f5f7072·6f66696c·655f7365·745f6964·o_profile_set_id 
48 ··0x000022fc·705f6c69·7374006c·6173736f·5f736573·p_list.lasso_ses 
49 ··0x0000230c·73696f6e·5f676574·5f617373·65727469·sion_get_asserti 
50 ··0x0000231c·6f6e5f69·6473006c·6173736f·5f736573·on_ids.lasso_ses 
51 ··0x0000232c·73696f6e·5f676574·5f736573·73696f6e·sion_get_session 
52 ··0x0000233c·5f696e64·65786573·006c6173·736f5f73·_indexes.lasso_s 
53 ··0x0000234c·65737369·6f6e5f61·64645f61·73736572·ession_add_asser 
54 ··0x0000235c·74696f6e·006c6173·736f5f73·65737369·tion.lasso_sessi 
55 ··0x0000236c·6f6e5f67·65745f70·726f7669·6465725f·on_get_provider_ 
56 ··0x0000237c·696e6465·7800675f·6f626a65·63745f72·index.g_object_r 
57 ··0x0000238c·65660050·79446963·745f4e65·78740067·ef.PyDict_Next.g 
58 ··0x0000239c·5f686173·685f7461·626c655f·72656d6f·_hash_table_remo 
59 ··0x000023ac·76655f61·6c6c0050·79537472·696e675f·ve_all.PyString_ 
60 ··0x000023bc·41735374·72696e67·00675f68·6173685f·AsString.g_hash_ 
61 ··0x000023cc·7461626c·655f7265·706c6163·6500675f·table_replace.g_ 
62 ··0x000023dc·6f626a65·63745f75·6e726566·006c6173·object_unref.las 
63 ··0x000023ec·736f5f66·65646572·6174696f·6e5f7665·so_federation_ve 
64 ··0x000023fc·72696679·5f6e616d·655f6964·656e7469·rify_name_identi 
65 ··0x0000240c·66696572·006c6173·736f5f66·65646572·fier.lasso_feder 
66 ··0x0000241c·6174696f·6e5f6275·696c645f·6c6f6361·ation_build_loca 
67 ··0x0000242c·6c5f6e61·6d655f69·64656e74·69666965·l_name_identifie 
68 ··0x0000243c·72006c61·73736f5f·73657276·65725f73·r.lasso_server_s 
69 ··0x0000244c·616d6c32·5f617373·65727469·6f6e5f73·aml2_assertion_s 
70 ··0x0000245c·65747570·5f736967·6e617475·7265006c·etup_signature.l 
71 ··0x0000246c·6173736f·5f736572·7665725f·6765745f·asso_server_get_ 
72 ··0x0000247c·66696c74·65726564·5f70726f·76696465·filtered_provide 
73 ··0x0000248c·725f6c69·7374006c·6173736f·5f736572·r_list.lasso_ser 
74 ··0x0000249c·7665725f·6765745f·656e6470·6f696e74·ver_get_endpoint 
75 ··0x000024ac·5f75726c·5f62795f·6964006c·6173736f·_url_by_id.lasso 
76 ··0x000024bc·5f736572·7665725f·6164645f·70726f76·_server_add_prov 
77 ··0x000024cc·69646572·32006c61·73736f5f·73657276·ider2.lasso_serv 
78 ··0x000024dc·65725f61·64645f70·726f7669·6465725f·er_add_provider_ 
79 ··0x000024ec·66726f6d·5f627566·66657200·6c617373·from_buffer.lass 
80 ··0x000024fc·6f5f7365·72766572·5f616464·5f70726f·o_server_add_pro 
81 ··0x0000250c·76696465·72006c61·73736f5f·70726f76·vider.lasso_prov 
82 ··0x0000251c·69646572·5f766572·6966795f·7369676e·ider_verify_sign 
83 ··0x0000252c·61747572·65006c61·73736f5f·70726f76·ature.lasso_prov 
84 ··0x0000253c·69646572·5f616464·5f6b6579·006c6173·ider_add_key.las 
85 ··0x0000254c·736f5f70·726f7669·6465725f·7365745f·so_provider_set_ 
86 ··0x0000255c·73657276·65725f73·69676e69·6e675f6b·server_signing_k 
87 ··0x0000256c·6579006c·6173736f·5f70726f·76696465·ey.lasso_provide 
88 ··0x0000257c·725f6d61·7463685f·636f6e66·6f726d61·r_match_conforma 
89 ··0x0000258c·6e636500·6c617373·6f5f7072·6f766964·nce.lasso_provid 
90 ··0x0000259c·65725f67·65745f6d·65746164·6174615f·er_get_metadata_ 
91 ··0x000025ac·6b657973·5f666f72·5f726f6c·65006c61·keys_for_role.la 
92 ··0x000025bc·73736f5f·70726f76·69646572·5f676574·sso_provider_get 
93 ··0x000025cc·5f6d6574·61646174·615f6f6e·655f666f·_metadata_one_fo 
94 ··0x000025dc·725f726f·6c65006c·6173736f·5f70726f·r_role.lasso_pro 
95 ··0x000025ec·76696465·725f7665·72696679·5f73696e·vider_verify_sin 
96 ··0x000025fc·676c655f·6e6f6465·5f736967·6e617475·gle_node_signatu 
97 ··0x0000260c·72650078·6d6c4275·66666572·43726561·re.xmlBufferCrea56 ··0x0000237c·6d6c4275·66666572·43726561·74650078·mlBufferCreate.x
98 ··0x0000261c·74650078·6d6c4f75·74707574·42756666·te.xmlOutputBuff 
99 ··0x0000262c·65724372·65617465·42756666·65720078·erCreateBuffer.x 
100 ··0x0000263c·6d6c4e6f·64654475·6d704f75·74707574·mlNodeDumpOutput 
101 ··0x0000264c·00786d6c·4f757470·75744275·66666572·.xmlOutputBuffer57 ··0x0000238c·6d6c4f75·74707574·42756666·65724372·mlOutputBufferCr
 58 ··0x0000239c·65617465·42756666·65720078·6d6c4e6f·eateBuffer.xmlNo
 59 ··0x000023ac·64654475·6d704f75·74707574·00786d6c·deDumpOutput.xml
 60 ··0x000023bc·4f757470·75744275·66666572·436c6f73·OutputBufferClos
102 ··0x0000265c·436c6f73·6500786d·6c427566·66657241·Close.xmlBufferA61 ··0x000023cc·6500786d·6c427566·66657241·64640078·e.xmlBufferAdd.x
103 ··0x0000266c·64640078·6d6c4275·66666572·436f6e74·dd.xmlBufferCont62 ··0x000023dc·6d6c4275·66666572·436f6e74·656e7400·mlBufferContent.
104 ··0x0000267c·656e7400·786d6c42·75666665·72467265·ent.xmlBufferFre63 ··0x000023ec·786d6c42·75666665·72467265·65006c61·xmlBufferFree.la
105 ··0x0000268c·65006c61·73736f5f·70726f76·69646572·e.lasso_provider 
106 ··0x0000269c·5f686173·5f70726f·746f636f·6c5f7072·_has_protocol_pr 
107 ··0x000026ac·6f66696c·65006c61·73736f5f·70726f76·ofile.lasso_prov 
108 ··0x000026bc·69646572·5f616363·6570745f·68747470·ider_accept_http 
109 ··0x000026cc·5f6d6574·686f6400·6c617373·6f5f7072·_method.lasso_pr 
110 ··0x000026dc·6f766964·65725f67·65745f66·69727374·ovider_get_first 
111 ··0x000026ec·5f687474·705f6d65·74686f64·006c6173·_http_method.las 
112 ··0x000026fc·736f5f70·726f7669·6465725f·6765745f·so_provider_get_ 
113 ··0x0000270c·6d657461·64617461·5f6f6e65·006c6173·metadata_one.las 
114 ··0x0000271c·736f5f70·726f7669·6465725f·6765745f·so_provider_get_ 
115 ··0x0000272c·61737365·7274696f·6e5f636f·6e73756d·assertion_consum 
116 ··0x0000273c·65725f73·65727669·63655f75·726c006c·er_service_url.l 
117 ··0x0000274c·6173736f·5f73616d·6c325f6e·616d655f·asso_saml2_name_ 
118 ··0x0000275c·69645f65·7175616c·73006c61·73736f5f·id_equals.lasso_ 
119 ··0x0000276c·73616d6c·325f6173·73657274·696f6e5f·saml2_assertion_ 
120 ··0x0000277c·64656372·7970745f·7375626a·65637400·decrypt_subject. 
121 ··0x0000278c·6c617373·6f5f7361·6d6c325f·61737365·lasso_saml2_asse 
122 ··0x0000279c·7274696f·6e5f6164·645f6174·74726962·rtion_add_attrib 
123 ··0x000027ac·7574655f·77697468·5f6e6f64·65006c61·ute_with_node.la 
124 ··0x000027bc·73736f5f·73616d6c·325f6173·73657274·sso_saml2_assert64 ··0x000023fc·73736f5f·73616d6c·325f6173·73657274·sso_saml2_assert
 65 ··0x0000240c·696f6e5f·64656372·7970745f·7375626a·ion_decrypt_subj
 66 ··0x0000241c·65637400·6c617373·6f5f7361·6d6c325f·ect.lasso_saml2_
 67 ··0x0000242c·61737365·7274696f·6e5f6164·645f6174·assertion_add_at
 68 ··0x0000243c·74726962·7574655f·77697468·5f6e6f64·tribute_with_nod
 69 ··0x0000244c·65006c61·73736f5f·73616d6c·325f6173·e.lasso_saml2_as
125 ··0x000027cc·696f6e5f·7365745f·62617369·635f636f·ion_set_basic_co70 ··0x0000245c·73657274·696f6e5f·7365745f·62617369·sertion_set_basi
126 ··0x000027dc·6e646974·696f6e73·006c6173·736f5f73·nditions.lasso_s71 ··0x0000246c·635f636f·6e646974·696f6e73·006c6173·c_conditions.las
127 ··0x000027ec·616d6c32·5f617373·65727469·6f6e5f73·aml2_assertion_s 
128 ··0x000027fc·65745f73·75626a65·63745f63·6f6e6669·et_subject_confi 
129 ··0x0000280c·726d6174·696f6e5f·64617461·006c6173·rmation_data.las 
130 ··0x0000281c·736f5f73·616d6c32·5f617373·65727469·so_saml2_asserti72 ··0x0000247c·736f5f73·616d6c32·5f617373·65727469·so_saml2_asserti
131 ··0x0000282c·6f6e5f73·65745f73·75626a65·63745f63·on_set_subject_c73 ··0x0000248c·6f6e5f73·65745f73·75626a65·63745f63·on_set_subject_c
132 ··0x0000283c·6f6e6669·726d6174·696f6e5f·6e616d65·onfirmation_name74 ··0x0000249c·6f6e6669·726d6174·696f6e5f·64617461·onfirmation_data
133 ··0x0000284c·5f696400·6c617373·6f5f7361·6d6c325f·_id.lasso_saml2_75 ··0x000024ac·006c6173·736f5f73·616d6c32·5f617373·.lasso_saml2_ass
134 ··0x0000285c·61737365·7274696f·6e5f7365·745f7375·assertion_set_su76 ··0x000024bc·65727469·6f6e5f73·65745f73·75626a65·ertion_set_subje
 77 ··0x000024cc·63745f63·6f6e6669·726d6174·696f6e5f·ct_confirmation_
 78 ··0x000024dc·6e616d65·5f696400·6c617373·6f5f7361·name_id.lasso_sa
 79 ··0x000024ec·6d6c325f·61737365·7274696f·6e5f7365·ml2_assertion_se
135 ··0x0000286c·626a6563·745f6e61·6d655f69·6400675f·bject_name_id.g_80 ··0x000024fc·745f7375·626a6563·745f6e61·6d655f69·t_subject_name_i
 81 ··0x0000250c·6400675f·68617368·5f746162·6c655f6e·d.g_hash_table_n
 82 ··0x0000251c·65775f66·756c6c00·50794469·63745f4e·ew_full.PyDict_N
 83 ··0x0000252c·65787400·675f6861·73685f74·61626c65·ext.g_hash_table
 84 ··0x0000253c·5f72656d·6f76655f·616c6c00·50795374·_remove_all.PySt
 85 ··0x0000254c·72696e67·5f417353·7472696e·6700675f·ring_AsString.g_
136 ··0x0000287c·68617368·5f746162·6c655f6e·65775f66·hash_table_new_f86 ··0x0000255c·68617368·5f746162·6c655f69·6e736572·hash_table_inser
 87 ··0x0000256c·74006c61·73736f5f·73616d6c·70325f65·t.lasso_samlp2_e
Max diff block lines reached; 96550/112384 bytes (85.91%) of diff not shown.
2.66 MB
objdump --line-numbers --disassemble --demangle --reloc --no-show-raw-insn --section=.text {}
    
Offset 218, 37 lines modifiedOffset 218, 37 lines modified
218 »       ldmdbmi»sl,·{r1,·r3,·r4,·r5,·r9,·sl,·lr}218 »       ldmdbmi»sl,·{r1,·r3,·r4,·r5,·r9,·sl,·lr}
219 »       ldrbtmi»r5,·[r9],·#-2291»  ;·0xfffff70d219 »       ldrbtmi»r5,·[r9],·#-2291»  ;·0xfffff70d
220 »       andlt»  r6,·r2,·r8,·lsl·r8220 »       andlt»  r6,·r2,·r8,·lsl·r8
221 ./bindings/python/_lasso.c:747221 ./bindings/python/_lasso.c:747
222 »       »       »       ;·<UNDEFINED>·instruction:·0x47f0e8bd222 »       »       »       ;·<UNDEFINED>·instruction:·0x47f0e8bd
223 ./bindings/python/_lasso.c:744223 ./bindings/python/_lasso.c:744
224 »       svclt»  0x0084f7fe224 »       svclt»  0x0084f7fe
225 »       andeq»  r4,·r2,·r6,·ror·#1225 »       andeq»  r4,·r2,·lr,·lsr·#1
226 »       andeq»  r4,·r4,·lr,·lsl·pc226 »       andeq»  r4,·r4,·lr,·lsl·pc
227 »       ldrdeq» r4,·[r2],·-ip227 »       andeq»  r4,·r2,·r4,·lsr·#1
228 »       ldrdeq» sl,·[r4],·-r0228 »       ldrdeq» sl,·[r4],·-r0
229 »       muleq»  r0,·r8,·r7229 »       muleq»  r0,·r8,·r7
230 »       andeq»  r4,·r2,·r4,·lsl·#1 
231 »       strdeq» r4,·[r2],·-ip 
232 »       strdeq» r4,·[r2],·-r8 
233 »       andeq»  r4,·r2,·r0,·asr·r0230 »       andeq»  r4,·r2,·ip,·asr·#32
234 »       andeq»  r4,·r2,·r4,·asr·#32231 »       andeq»  r4,·r2,·r4,·asr·#1
 232 »       andeq»  r4,·r2,·r0,·asr·#1
 233 »       andeq»  r4,·r2,·r8,·lsl·r0
 234 »       andeq»  r4,·r2,·ip
235 »       andeq»  sl,·r4,·sl,·lsl·r0235 »       andeq»  sl,·r4,·sl,·lsl·r0
236 »       andeq»  r4,·r2,·r0,·lsr·r0 
237 »       andeq»  r4,·r2,·r0,·lsr·r0236 »       strdeq» r3,·[r2],·-r8
 237 »       strdeq» r3,·[r2],·-r8
238 »       ldrdeq» r9,·[r4],·-lr238 »       ldrdeq» r9,·[r4],·-lr
239 »       »       »       ;·<UNDEFINED>·instruction:·0x000007b0239 »       »       »       ;·<UNDEFINED>·instruction:·0x000007b0
240 »       strdeq» r3,·[r2],·-r8240 »       andeq»  r3,·r2,·r0,·asr·#31
241 »       »       »       ;·<UNDEFINED>·instruction:·0x00049fb0241 »       »       »       ;·<UNDEFINED>·instruction:·0x00049fb0
242 »       andeq»  r3,·r2,·r8,·ror·pc 
243 »       andeq»  r3,·r2,·r2,·ror·#30 
244 »       andeq»  r3,·r2,·r6,·asr·#30242 »       andeq»  r3,·r2,·r0,·asr·#30
245 »       andeq»  r3,·r2,·r4,·ror·#30 
246 »       andeq»  r3,·r2,·r6,·asr·pc 
247 »       andeq»  r3,·r2,·lr,·asr·#31243 »       andeq»  r3,·r2,·sl,·lsr·#30
 244 »       andeq»  r3,·r2,·lr,·lsl·#30
 245 »       andeq»  r3,·r2,·ip,·lsr·#30
 246 »       andeq»  r3,·r2,·lr,·lsl·pc
 247 »       muleq»  r2,·r6,·pc»  ;·<UNPREDICTABLE>
248 Ecp_isPassive_set():248 Ecp_isPassive_set():
249 ./bindings/python/_lasso.c:23169249 ./bindings/python/_lasso.c:23169
250 »       »       »       ;·<UNDEFINED>·instruction:·0x4608b570250 »       »       »       ;·<UNDEFINED>·instruction:·0x4608b570
251 »       addlt»  r4,·r4,·r1,·lsl·sp251 »       addlt»  r4,·r4,·r1,·lsl·sp
252 »       blge»   a0328·<lasso_wrapper_key@@Base+0x4915c>252 »       blge»   a0328·<lasso_wrapper_key@@Base+0x4915c>
253 »       ldmdbmi»r1,·{r0,·r2,·r3,·r4,·r5,·r6,·sl,·lr}253 »       ldmdbmi»r1,·{r0,·r2,·r3,·r4,·r5,·r6,·sl,·lr}
254 ./bindings/python/_lasso.c:23173254 ./bindings/python/_lasso.c:23173
Offset 277, 1215 lines modifiedOffset 277, 1215 lines modified
277 ./bindings/python/_lasso.c:23177277 ./bindings/python/_lasso.c:23177
278 »       stmdavs»r3!,·{r0,·r1,·r9,·fp,·ip,·pc}278 »       stmdavs»r3!,·{r0,·r1,·r9,·fp,·ip,·pc}
279 »       »       »       ;·<UNDEFINED>·instruction:·0xd101429a279 »       »       »       ;·<UNDEFINED>·instruction:·0xd101429a
280 »       ldcllt» 0,·cr11,·[r0,·#-16]!280 »       ldcllt» 0,·cr11,·[r0,·#-16]!
281 »       stmdb»  ip!,·{r0,·r1,·r2,·r3,·r4,·r5,·r6,·r7,·r8,·r9,·sl,·ip,·sp,·lr,·pc}^281 »       stmdb»  ip!,·{r0,·r1,·r2,·r3,·r4,·r5,·r6,·r7,·r8,·r9,·sl,·ip,·sp,·lr,·pc}^
282 »       andeq»  r4,·r4,·ip,·lsl·sp282 »       andeq»  r4,·r4,·ip,·lsl·sp
283 »       andeq»  r0,·r0,·ip,·lsl·#15283 »       andeq»  r0,·r0,·ip,·lsl·#15
284 »       andeq»  r4,·r2,·r4,·lsr·r3284 »       strdeq» r4,·[r2],·-r4»      ;·<UNPREDICTABLE>
285 »       muleq»  r0,·r8,·r7285 »       muleq»  r0,·r8,·r7
286 Login_protocolProfile_set():286 Samlp2AuthnRequest_attributeConsumingServiceIndex_set():
287 ./bindings/python/_lasso.c:21654287 ./bindings/python/_lasso.c:21550
288 »       »       »       ;·<UNDEFINED>·instruction:·0x4608b570288 »       »       »       ;·<UNDEFINED>·instruction:·0x4608b570
289 »       addlt»  r4,·r4,·pc,·lsl·#26289 »       addlt»  r4,·r4,·pc,·lsl·#26
290 »       blge»   a037c·<lasso_wrapper_key@@Base+0x491b0>290 »       blge»   a037c·<lasso_wrapper_key@@Base+0x491b0>
291 »       stmdbmi»pc,·{r0,·r2,·r3,·r4,·r5,·r6,·sl,·lr}»    ;·<UNPREDICTABLE>291 »       stmdbmi»pc,·{r0,·r2,·r3,·r4,·r5,·r6,·sl,·lr}»    ;·<UNPREDICTABLE>
292 ./bindings/python/_lasso.c:21658292 ./bindings/python/_lasso.c:21554
293 »       stmdbpl»ip!,·{r0,·r9,·fp,·sp,·pc}293 »       stmdbpl»ip!,·{r0,·r9,·fp,·sp,·pc}
294 »       stmdavs»r6!,·{r0,·r3,·r4,·r5,·r6,·sl,·lr}294 »       stmdavs»r6!,·{r0,·r3,·r4,·r5,·r6,·sl,·lr}
295 ./bindings/python/_lasso.c:21654295 ./bindings/python/_lasso.c:21550
296 »       »       »       ;·<UNDEFINED>·instruction:·0xf7ff9603296 »       »       »       ;·<UNDEFINED>·instruction:·0xf7ff9603
297 ./bindings/python/_lasso.c:21658297 ./bindings/python/_lasso.c:21554
298 »       cmplt»  r8,·sl,·lsl·sl298 »       cmplt»  r8,·sl,·lsl·sl
299 ./bindings/python/_lasso.c:21660299 ./bindings/python/_lasso.c:21556
300 »       ldrdcs» lr,·[r1,·-sp]300 »       ldrdcs» lr,·[r1,·-sp]
301 noneRef():301 noneRef():
302 ./bindings/python/_lasso.c:109302 ./bindings/python/_lasso.c:109
303 »       ldmvs»  r2,·{r1,·r3,·r8,·r9,·fp,·lr}303 »       ldmvs»  r2,·{r1,·r3,·r8,·r9,·fp,·lr}
304 Login_protocolProfile_set():304 Samlp2AuthnRequest_attributeConsumingServiceIndex_set():
305 ./bindings/python/_lasso.c:21660305 ./bindings/python/_lasso.c:21556
306 »       stmiapl»fp!,·{r0,·r4,·sl,·sp,·lr}^306 »       stmiapl»fp!,·{r0,·r4,·r9,·sl,·sp,·lr}^
307 noneRef():307 noneRef():
308 ./bindings/python/_lasso.c:109308 ./bindings/python/_lasso.c:109
309 »       »       »       ;·<UNDEFINED>·instruction:·0x4618681a309 »       »       »       ;·<UNDEFINED>·instruction:·0x4618681a
310 »       andsvs» r3,·sl,·r1,·lsl·#4310 »       andsvs» r3,·sl,·r1,·lsl·#4
311 Login_protocolProfile_set():311 Samlp2AuthnRequest_attributeConsumingServiceIndex_set():
312 ./bindings/python/_lasso.c:21662312 ./bindings/python/_lasso.c:21558
313 »       stmdavs»r3!,·{r0,·r1,·r9,·fp,·ip,·pc}313 »       stmdavs»r3!,·{r0,·r1,·r9,·fp,·ip,·pc}
314 »       »       »       ;·<UNDEFINED>·instruction:·0xd101429a314 »       »       »       ;·<UNDEFINED>·instruction:·0xd101429a
315 »       ldcllt» 0,·cr11,·[r0,·#-16]!315 »       ldcllt» 0,·cr11,·[r0,·#-16]!
316 »       stmdb»  r2,·{r0,·r1,·r2,·r3,·r4,·r5,·r6,·r7,·r8,·r9,·sl,·ip,·sp,·lr,·pc}^316 »       stmdb»  r2,·{r0,·r1,·r2,·r3,·r4,·r5,·r6,·r7,·r8,·r9,·sl,·ip,·sp,·lr,·pc}^
317 »       andeq»  r4,·r4,·r0,·asr·#25317 »       andeq»  r4,·r4,·r0,·asr·#25
318 »       andeq»  r0,·r0,·ip,·lsl·#15318 »       andeq»  r0,·r0,·ip,·lsl·#15
319 »       andeq»  r3,·r2,·r4,·lsr·#30319 »       andeq»  r3,·r2,·ip,·ror·#29
320 »       muleq»  r0,·r8,·r7320 »       muleq»  r0,·r8,·r7
321 Session_isDirty_set():321 Samlp2AuthnRequest_assertionConsumerServiceIndex_set():
322 ./bindings/python/_lasso.c:20186322 ./bindings/python/_lasso.c:21492
323 »       »       »       ;·<UNDEFINED>·instruction:·0x4608b570323 »       »       »       ;·<UNDEFINED>·instruction:·0x4608b570
324 »       addlt»  r4,·r4,·r1,·lsl·sp324 »       addlt»  r4,·r4,·pc,·lsl·#26
325 »       blge»   a03d8·<lasso_wrapper_key@@Base+0x4920c>325 »       blge»   a03d0·<lasso_wrapper_key@@Base+0x49204>
326 »       ldmdbmi»r1,·{r0,·r2,·r3,·r4,·r5,·r6,·sl,·lr}326 »       stmdbmi»pc,·{r0,·r2,·r3,·r4,·r5,·r6,·sl,·lr}»    ;·<UNPREDICTABLE>
327 ./bindings/python/_lasso.c:20190327 ./bindings/python/_lasso.c:21496
328 »       stmdbpl»ip!,·{r0,·r9,·fp,·sp,·pc}328 »       stmdbpl»ip!,·{r0,·r9,·fp,·sp,·pc}
329 »       stmdavs»r6!,·{r0,·r3,·r4,·r5,·r6,·sl,·lr}329 »       stmdavs»r6!,·{r0,·r3,·r4,·r5,·r6,·sl,·lr}
330 ./bindings/python/_lasso.c:20186330 ./bindings/python/_lasso.c:21492
331 »       »       »       ;·<UNDEFINED>·instruction:·0xf7ff9603331 »       »       »       ;·<UNDEFINED>·instruction:·0xf7ff9603
332 ./bindings/python/_lasso.c:20190332 ./bindings/python/_lasso.c:21496
333 »       strdlt» lr,·[r8,·#-144]!»   ;·0xffffff70333 »       strdlt» lr,·[r8,·#-144]»    ;·0xffffff70
334 ./bindings/python/_lasso.c:20192334 ./bindings/python/_lasso.c:21498
335 »       andne»  lr,·r1,·#3620864»    ;·0x374000335 »       ldrdcs» lr,·[r1,·-sp]
336 noneRef():336 noneRef():
337 ./bindings/python/_lasso.c:109337 ./bindings/python/_lasso.c:109
338 »       ldmvs»  r2,·{r2,·r3,·r8,·r9,·fp,·lr}338 »       ldmvs»  r2,·{r1,·r3,·r8,·r9,·fp,·lr}
339 Session_isDirty_set():339 Samlp2AuthnRequest_assertionConsumerServiceIndex_set():
340 ./bindings/python/_lasso.c:20191340 ./bindings/python/_lasso.c:21498
341 »       andcc»  r6,·r0,·#8978432»    ;·0x890000 
342 ./bindings/python/_lasso.c:20192 
343 »       andcs»  fp,·r1,·#24,·30»      ;·0x60 
344 »       stmiapl»fp!,·{r1,·r3,·r8,·sp,·lr}^341 »       stmiapl»fp!,·{r0,·r4,·r7,·r8,·sl,·sp,·lr}^
345 noneRef():342 noneRef():
346 ./bindings/python/_lasso.c:109343 ./bindings/python/_lasso.c:109
347 »       »       »       ;·<UNDEFINED>·instruction:·0x4618681a344 »       »       »       ;·<UNDEFINED>·instruction:·0x4618681a
348 »       andsvs» r3,·sl,·r1,·lsl·#4345 »       andsvs» r3,·sl,·r1,·lsl·#4
349 Session_isDirty_set():346 Samlp2AuthnRequest_assertionConsumerServiceIndex_set():
350 ./bindings/python/_lasso.c:20194347 ./bindings/python/_lasso.c:21500
351 »       stmdavs»r3!,·{r0,·r1,·r9,·fp,·ip,·pc}348 »       stmdavs»r3!,·{r0,·r1,·r9,·fp,·ip,·pc}
352 »       »       »       ;·<UNDEFINED>·instruction:·0xd101429a349 »       »       »       ;·<UNDEFINED>·instruction:·0xd101429a
353 »       ldcllt» 0,·cr11,·[r0,·#-16]!350 »       ldcllt» 0,·cr11,·[r0,·#-16]!
354 »       ldmdb»  r4,·{r0,·r1,·r2,·r3,·r4,·r5,·r6,·r7,·r8,·r9,·sl,·ip,·sp,·lr,·pc}351 »       ldmdb»  r8,·{r0,·r1,·r2,·r3,·r4,·r5,·r6,·r7,·r8,·r9,·sl,·ip,·sp,·lr,·pc}
355 »       andeq»  r4,·r4,·ip,·ror·#24352 »       andeq»  r4,·r4,·ip,·ror·#24
356 »       andeq»  r0,·r0,·ip,·lsl·#15353 »       andeq»  r0,·r0,·ip,·lsl·#15
357 »       andeq»  r4,·r2,·r4,·lsl·#5354 »       muleq»  r2,·r8,·lr
Max diff block lines reached; 2788363/2794072 bytes (99.80%) of diff not shown.
310 B
objdump --line-numbers --disassemble --demangle --reloc --no-show-raw-insn --section=.fini {}
    
Offset 1, 8 lines modifiedOffset 1, 8 lines modified
  
  
  
1 Disassembly·of·section·.fini:1 Disassembly·of·section·.fini:
  
2 0003118c·<.fini>:2 00031154·<.fini>:
3 »       push»   {r3,·lr}3 »       push»   {r3,·lr}
4 »       pop»    {r3,·pc}4 »       pop»    {r3,·pc}
170 KB
readelf --wide --decompress --string-dump=.rodata {}
    
Offset 18, 828 lines modifiedOffset 18, 828 lines modified
18 ··[····d8]··Ol18 ··[····d8]··Ol
19 ··[····dc]··value·should·be·a·PyGObject19 ··[····dc]··value·should·be·a·PyGObject
20 ··[····f8]··Os20 ··[····f8]··Os
21 ··[····fc]··Oz21 ··[····fc]··Oz
22 ··[···100]··list·contains·a·NULL·value22 ··[···100]··list·contains·a·NULL·value
23 ··[···11c]··Allocation·problem·in·get_list_of_strings23 ··[···11c]··Allocation·problem·in·get_list_of_strings
24 ··[···148]··O|zzi24 ··[···148]··O|zzi
25 ··[···150]··O|zzzzz25 ··[···150]··1.0
 26 ··[···154]··root
 27 ··[···15c]··could·not·convert·an·xmlNode·to·a·string
26 ··[···158]··OsO28 ··[···188]··OssO
27 ··[···15c]··Oi29 ··[···190]··O|iii
 30 ··[···198]··Oiisss
28 ··[···160]··hashtable·does·not·exist31 ··[···1a0]··hashtable·does·not·exist
29 ··[···17c]··value·should·be·a·frozen·dict32 ··[···1bc]··value·should·be·a·frozen·dict
 33 ··[···1dc]··value·should·be·a·dict,·with·string·keys·and·string·values
 34 ··[···218]··Oiii
 35 ··[···220]··Oss
 36 ··[···224]··Ois|zz
30 ··[···19c]··value·should·be·a·dict,·with·string·keys·and·GObjectPtr·values37 ··[···22c]··value·should·be·a·dict,·with·string·keys·and·GObjectPtr·values
31 ··[···1dc]··Osss 
32 ··[···1e4]··Oiii 
33 ··[···1ec]··Oss38 ··[···26c]··OsO
34 ··[···1f0]··Ois|zz 
35 ··[···1f8]··Ossi 
36 ··[···200]··OO|i 
37 ··[···208]··Ois39 ··[···270]··Oi
 40 ··[···274]··Osss
 41 ··[···27c]··O|zzzzz
 42 ··[···284]··Ossi
 43 ··[···28c]··OO|i
 44 ··[···294]··Ois
38 ··[···20c]··OOs45 ··[···298]··OOs
39 ··[···210]··could·not·convert·an·xmlNode·to·a·string 
40 ··[···23c]··OOiii46 ··[···29c]··OOiii
41 ··[···244]··OOi47 ··[···2a4]··OOi
42 ··[···248]··O|z48 ··[···2a8]··O|z
43 ··[···24c]··OssO 
44 ··[···254]··O|iii 
45 ··[···25c]··Oiisss 
46 ··[···264]··value·should·be·a·dict,·with·string·keys·and·string·values 
47 ··[···2a0]··1.0 
48 ··[···2a4]··root 
49 ··[···2ac]··O|i49 ··[···2ac]··O|i
50 ··[···2b0]··Oss|zzizO50 ··[···2b0]··Oss|zzizO
51 ··[···2bc]··O|izz51 ··[···2bc]··O|izz
52 ··[···2c4]··O|iz52 ··[···2c4]··O|iz
53 ··[···2cc]··iii|i53 ··[···2cc]··iii|i
54 ··[···2d4]··<PyGObjectPtr·to·%p·(type:·%s,·refcount:·%d)>54 ··[···2d4]··<PyGObjectPtr·to·%p·(type:·%s,·refcount:·%d)>
55 ··[···304]··dealloc·(%p·ptr·to·%p·(type:%s,·rc:%d))^J55 ··[···304]··dealloc·(%p·ptr·to·%p·(type:%s,·rc:%d))^J
56 ··[···330]··value·should·be·tuple56 ··[···330]··value·should·be·tuple
57 ··[···348]··value·should·be·a·tuple·of·strings57 ··[···348]··value·should·be·a·tuple·of·strings
 58 ··[···36c]··O|iO
58 ··[···36c]··Ois|zOOi59 ··[···374]··Ois|zOOi
59 ··[···378]··O|iO 
60 ··[···380]··value·should·be·a·tuple·of·PyGobject60 ··[···380]··value·should·be·a·tuple·of·PyGobject
61 ··[···3a8]··Os|zO61 ··[···3a8]··Os|zO
62 ··[···3b0]··O|O62 ··[···3b0]··O|O
63 ··[···3b4]··O|zii63 ··[···3b4]··O|zii
64 ··[···3bc]··O|zi64 ··[···3bc]··Oi|i
65 ··[···3c4]··Oii 
66 ··[···3c8]··Os|i 
67 ··[···3d0]··Os|z 
68 ··[···3d8]··O|zz 
69 ··[···3e0]··Oi|i 
70 ··[···3e8]··hashtable·contains·a·null·value65 ··[···3c4]··hashtable·contains·a·null·value
 66 ··[···3e4]··O|zz
 67 ··[···3ec]··O|zi
 68 ··[···3f4]··Os|i
 69 ··[···3fc]··Oii
 70 ··[···400]··Os|z
71 ··[···408]··LassoDgme71 ··[···408]··LassoDgme
72 ··[···414]··Lasso72 ··[···414]··Lasso
73 ··[···41c]··could·not·convert·a·GObject·to·a·PyGobject73 ··[···41c]··could·not·convert·a·GObject·to·a·PyGobject
74 ··[···448]··OOO74 ··[···448]··OOO
75 ··[···44c]··sss75 ··[···44c]··sss
76 ··[···450]··ssO76 ··[···450]··ssO
77 ··[···454]··is|zz 
78 ··[···45c]··s|zzz 
79 ··[···464]··|zzzz 
80 ··[···46c]··sis|O 
81 ··[···474]··|z77 ··[···454]··|z
82 ··[···478]··sOsii78 ··[···458]··sis|O
83 ··[···480]··ssOii79 ··[···460]··ssOii
 80 ··[···468]··sOsii
 81 ··[···470]··sOii
 82 ··[···478]··sOOOii
84 ··[···488]··s|zzOO83 ··[···480]··s|zzOO
85 ··[···490]··sOii 
86 ··[···498]··|zz 
87 ··[···49c]··sOOOii 
88 ··[···4a4]··sO 
89 ··[···4a8]··s|zzss84 ··[···488]··s|zzss
 85 ··[···490]··sO
 86 ··[···494]··|zz
 87 ··[···498]··s|zzz
 88 ··[···4a0]··|zzzz
 89 ··[···4a8]··is|zz
90 ··[···4b0]··ssis90 ··[···4b0]··ssis
91 ··[···4b8]··_lasso·wrapper·module91 ··[···4b8]··_lasso·wrapper·module
Offset 848, 192 lines modifiedOffset 848, 192 lines modified
Offset 1052, 947 lines modifiedOffset 1052, 947 lines modified
266 B
readelf --wide --decompress --hex-dump=.eh_frame {}
    
Offset 1, 4 lines modifiedOffset 1, 4 lines modified
  
1 Hex·dump·of·section·'.eh_frame':1 Hex·dump·of·section·'.eh_frame':
2 ··0x00041730·00000000····························....2 ··0x000416f8·00000000····························....
  
154 KB
readelf --wide --decompress --hex-dump=.data {}
    
Offset 1, 1187 lines modifiedOffset 1, 1187 lines modified
  
1 Hex·dump·of·section·'.data':1 Hex·dump·of·section·'.data':
2 ··0x000527cc·cc270500·01000000·00000000·00000000·.'..............2 ··0x000527cc·cc270500·01000000·00000000·00000000·.'..............
3 ··0x000527dc·04170400·10000000·00000000·695f0100·............i_..3 ··0x000527dc·cc160400·10000000·00000000·695f0100·............i_..
4 ··0x000527ec·00000000·00000000·00000000·00000000·................4 ··0x000527ec·00000000·00000000·00000000·00000000·................
5 ··0x000527fc·415f0100·00000000·00000000·00000000·A_..............5 ··0x000527fc·415f0100·00000000·00000000·00000000·A_..............
6 ··0x0005280c·00000000·00000000·00000000·00000000·................6 ··0x0005280c·00000000·00000000·00000000·00000000·................
7 ··0x0005281c·00000000·00000000·eb050200·18170400·................7 ··0x0005281c·00000000·00000000·eb050200·e0160400·................
8 ··0x0005282c·00000000·00000000·00000000·00000000·................8 ··0x0005282c·00000000·00000000·00000000·00000000·................
9 ··0x0005283c·00000000·00000000·00000000·9c710500·.............q..9 ··0x0005283c·00000000·00000000·00000000·9c710500·.............q..
10 ··0x0005284c·74710500·00000000·00000000·00000000·tq..............10 ··0x0005284c·74710500·00000000·00000000·00000000·tq..............
11 ··0x0005285c·00000000·00000000·00000000·00000000·................11 ··0x0005285c·00000000·00000000·00000000·00000000·................
12 ··0x0005286c·00000000·00000000·00000000·00000000·................12 ··0x0005286c·00000000·00000000·00000000·00000000·................
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·66323533·32643138·37333532·31363264·f2532d187352162d 
3 ··0x00000010·63643164·64356431·31346639·30356232·cd1dd5d114f905b22 ··0x00000000·37633161·37363165·36663335·31616637·7c1a761e6f351af7
 3 ··0x00000010·36636339·36656237·66386565·37333065·6cc96eb7f8ee730e
4 ··0x00000020·37333565·64302e64·65627567·00000000·735ed0.debug....4 ··0x00000020·32343836·30652e64·65627567·00000000·24860e.debug....
5 ··0x00000030·c1dc00e9····························....5 ··0x00000030·d2d19f06····························....
  
412 KB
./usr/lib/python2.7/dist-packages/lasso.py
Ordering differences only
    
Offset 849, 14 lines modifiedOffset 849, 17 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 CHECK_VERSION_EXACT·=·_lasso.CHECK_VERSION_EXACT
 856 CHECK_VERSIONABI_COMPATIBLE·=·_lasso.CHECK_VERSIONABI_COMPATIBLE
 857 CHECK_VERSION_NUMERIC·=·_lasso.CHECK_VERSION_NUMERIC
855 RD_COMP_H·=·_lasso.RD_COMP_H858 RD_COMP_H·=·_lasso.RD_COMP_H
856 ERROR_UNDEFINED·=·_lasso.ERROR_UNDEFINED859 ERROR_UNDEFINED·=·_lasso.ERROR_UNDEFINED
857 ERROR_UNIMPLEMENTED·=·_lasso.ERROR_UNIMPLEMENTED860 ERROR_UNIMPLEMENTED·=·_lasso.ERROR_UNIMPLEMENTED
858 ERROR_OUT_OF_MEMORY·=·_lasso.ERROR_OUT_OF_MEMORY861 ERROR_OUT_OF_MEMORY·=·_lasso.ERROR_OUT_OF_MEMORY
859 ERROR_CAST_FAILED·=·_lasso.ERROR_CAST_FAILED862 ERROR_CAST_FAILED·=·_lasso.ERROR_CAST_FAILED
860 XML_ERROR_NODE_NOT_FOUND·=·_lasso.XML_ERROR_NODE_NOT_FOUND863 XML_ERROR_NODE_NOT_FOUND·=·_lasso.XML_ERROR_NODE_NOT_FOUND
861 XML_ERROR_NODE_CONTENT_NOT_FOUND·=·_lasso.XML_ERROR_NODE_CONTENT_NOT_FOUND864 XML_ERROR_NODE_CONTENT_NOT_FOUND·=·_lasso.XML_ERROR_NODE_CONTENT_NOT_FOUND
Offset 1031, 22 lines modifiedOffset 1034, 86 lines modified
1031 PAOS_ERROR_MISSING_RESPONSE_CONSUMER_URL·=·_lasso.PAOS_ERROR_MISSING_RESPONSE_CONSUMER_URL1034 PAOS_ERROR_MISSING_RESPONSE_CONSUMER_URL·=·_lasso.PAOS_ERROR_MISSING_RESPONSE_CONSUMER_URL
1032 ECP_ERROR_MISSING_REQUEST·=·_lasso.ECP_ERROR_MISSING_REQUEST1035 ECP_ERROR_MISSING_REQUEST·=·_lasso.ECP_ERROR_MISSING_REQUEST
1033 ECP_ERROR_MISSING_RESPONSE·=·_lasso.ECP_ERROR_MISSING_RESPONSE1036 ECP_ERROR_MISSING_RESPONSE·=·_lasso.ECP_ERROR_MISSING_RESPONSE
1034 ECP_ERROR_MISSING_RELAYSTATE·=·_lasso.ECP_ERROR_MISSING_RELAYSTATE1037 ECP_ERROR_MISSING_RELAYSTATE·=·_lasso.ECP_ERROR_MISSING_RELAYSTATE
1035 ECP_ERROR_MISSING_AUTHN_REQUEST·=·_lasso.ECP_ERROR_MISSING_AUTHN_REQUEST1038 ECP_ERROR_MISSING_AUTHN_REQUEST·=·_lasso.ECP_ERROR_MISSING_AUTHN_REQUEST
1036 ECP_ERROR_MISSING_SAML_RESPONSE·=·_lasso.ECP_ERROR_MISSING_SAML_RESPONSE1039 ECP_ERROR_MISSING_SAML_RESPONSE·=·_lasso.ECP_ERROR_MISSING_SAML_RESPONSE
1037 ECP_ERROR_ASSERTION_CONSUMER_URL_MISMATCH·=·_lasso.ECP_ERROR_ASSERTION_CONSUMER_URL_MISMATCH1040 ECP_ERROR_ASSERTION_CONSUMER_URL_MISMATCH·=·_lasso.ECP_ERROR_ASSERTION_CONSUMER_URL_MISMATCH
1038 CHECK_VERSION_EXACT·=·_lasso.CHECK_VERSION_EXACT 
1039 CHECK_VERSIONABI_COMPATIBLE·=·_lasso.CHECK_VERSIONABI_COMPATIBLE 
1040 CHECK_VERSION_NUMERIC·=·_lasso.CHECK_VERSION_NUMERIC 
1041 ENCRYPTION_SYM_KEY_TYPE_DEFAULT·=·_lasso.ENCRYPTION_SYM_KEY_TYPE_DEFAULT 
1042 ENCRYPTION_SYM_KEY_TYPE_AES_256·=·_lasso.ENCRYPTION_SYM_KEY_TYPE_AES_256 
1043 ENCRYPTION_SYM_KEY_TYPE_AES_128·=·_lasso.ENCRYPTION_SYM_KEY_TYPE_AES_128 
1044 ENCRYPTION_SYM_KEY_TYPE_3DES·=·_lasso.ENCRYPTION_SYM_KEY_TYPE_3DES 
1045 ENCRYTPION_SYM_KEY_TYPE_LAST·=·_lasso.ENCRYTPION_SYM_KEY_TYPE_LAST1041 HTTP_METHOD_NONE·=·_lasso.HTTP_METHOD_NONE
 1042 HTTP_METHOD_ANY·=·_lasso.HTTP_METHOD_ANY
 1043 HTTP_METHOD_IDP_INITIATED·=·_lasso.HTTP_METHOD_IDP_INITIATED
 1044 HTTP_METHOD_GET·=·_lasso.HTTP_METHOD_GET
 1045 HTTP_METHOD_POST·=·_lasso.HTTP_METHOD_POST
 1046 HTTP_METHOD_REDIRECT·=·_lasso.HTTP_METHOD_REDIRECT
 1047 HTTP_METHOD_SOAP·=·_lasso.HTTP_METHOD_SOAP
 1048 HTTP_METHOD_ARTIFACT_GET·=·_lasso.HTTP_METHOD_ARTIFACT_GET
 1049 HTTP_METHOD_ARTIFACT_POST·=·_lasso.HTTP_METHOD_ARTIFACT_POST
 1050 HTTP_METHOD_PAOS·=·_lasso.HTTP_METHOD_PAOS
 1051 HTTP_METHOD_LAST·=·_lasso.HTTP_METHOD_LAST
 1052 MD_PROTOCOL_TYPE_FEDERATION_TERMINATION·=·_lasso.MD_PROTOCOL_TYPE_FEDERATION_TERMINATION
 1053 MD_PROTOCOL_TYPE_NAME_IDENTIFIER_MAPPING·=·_lasso.MD_PROTOCOL_TYPE_NAME_IDENTIFIER_MAPPING
 1054 MD_PROTOCOL_TYPE_REGISTER_NAME_IDENTIFIER·=·_lasso.MD_PROTOCOL_TYPE_REGISTER_NAME_IDENTIFIER
 1055 MD_PROTOCOL_TYPE_SINGLE_LOGOUT·=·_lasso.MD_PROTOCOL_TYPE_SINGLE_LOGOUT
 1056 MD_PROTOCOL_TYPE_SINGLE_SIGN_ON·=·_lasso.MD_PROTOCOL_TYPE_SINGLE_SIGN_ON
 1057 MD_PROTOCOL_TYPE_ARTIFACT_RESOLUTION·=·_lasso.MD_PROTOCOL_TYPE_ARTIFACT_RESOLUTION
 1058 MD_PROTOCOL_TYPE_MANAGE_NAME_ID·=·_lasso.MD_PROTOCOL_TYPE_MANAGE_NAME_ID
 1059 MD_PROTOCOL_TYPE_ASSERTION_ID_REQUEST·=·_lasso.MD_PROTOCOL_TYPE_ASSERTION_ID_REQUEST
 1060 MD_PROTOCOL_TYPE_AUTHN_QUERY·=·_lasso.MD_PROTOCOL_TYPE_AUTHN_QUERY
 1061 MD_PROTOCOL_TYPE_AUTHZ·=·_lasso.MD_PROTOCOL_TYPE_AUTHZ
 1062 MD_PROTOCOL_TYPE_ATTRIBUTE·=·_lasso.MD_PROTOCOL_TYPE_ATTRIBUTE
 1063 MD_PROTOCOL_TYPE_LAST·=·_lasso.MD_PROTOCOL_TYPE_LAST
 1064 PROVIDER_ROLE_ANY·=·_lasso.PROVIDER_ROLE_ANY
 1065 PROVIDER_ROLE_NONE·=·_lasso.PROVIDER_ROLE_NONE
 1066 PROVIDER_ROLE_SP·=·_lasso.PROVIDER_ROLE_SP
 1067 PROVIDER_ROLE_IDP·=·_lasso.PROVIDER_ROLE_IDP
 1068 PROVIDER_ROLE_BOTH·=·_lasso.PROVIDER_ROLE_BOTH
 1069 PROVIDER_ROLE_AUTHN_AUTHORITY·=·_lasso.PROVIDER_ROLE_AUTHN_AUTHORITY
 1070 PROVIDER_ROLE_AUTHZ_AUTHORITY·=·_lasso.PROVIDER_ROLE_AUTHZ_AUTHORITY
 1071 PROVIDER_ROLE_ATTRIBUTE_AUTHORITY·=·_lasso.PROVIDER_ROLE_ATTRIBUTE_AUTHORITY
 1072 PROVIDER_ROLE_LAST·=·_lasso.PROVIDER_ROLE_LAST
 1073 PROVIDER_ROLE_ALL·=·_lasso.PROVIDER_ROLE_ALL
 1074 PROTOCOL_NONE·=·_lasso.PROTOCOL_NONE
 1075 PROTOCOL_LIBERTY_1_0·=·_lasso.PROTOCOL_LIBERTY_1_0
 1076 PROTOCOL_LIBERTY_1_1·=·_lasso.PROTOCOL_LIBERTY_1_1
 1077 PROTOCOL_LIBERTY_1_2·=·_lasso.PROTOCOL_LIBERTY_1_2
 1078 PROTOCOL_SAML_2_0·=·_lasso.PROTOCOL_SAML_2_0
 1079 ENCRYPTION_MODE_NONE·=·_lasso.ENCRYPTION_MODE_NONE
 1080 ENCRYPTION_MODE_NAMEID·=·_lasso.ENCRYPTION_MODE_NAMEID
 1081 ENCRYPTION_MODE_ASSERTION·=·_lasso.ENCRYPTION_MODE_ASSERTION
 1082 LOGIN_PROTOCOL_PROFILE_BRWS_ART·=·_lasso.LOGIN_PROTOCOL_PROFILE_BRWS_ART
 1083 LOGIN_PROTOCOL_PROFILE_BRWS_POST·=·_lasso.LOGIN_PROTOCOL_PROFILE_BRWS_POST
 1084 LOGIN_PROTOCOL_PROFILE_BRWS_LECP·=·_lasso.LOGIN_PROTOCOL_PROFILE_BRWS_LECP
 1085 LOGIN_PROTOCOL_PROFILE_REDIRECT·=·_lasso.LOGIN_PROTOCOL_PROFILE_REDIRECT
 1086 REQUEST_TYPE_INVALID·=·_lasso.REQUEST_TYPE_INVALID
 1087 REQUEST_TYPE_LOGIN·=·_lasso.REQUEST_TYPE_LOGIN
 1088 REQUEST_TYPE_LOGOUT·=·_lasso.REQUEST_TYPE_LOGOUT
 1089 REQUEST_TYPE_DEFEDERATION·=·_lasso.REQUEST_TYPE_DEFEDERATION
 1090 REQUEST_TYPE_NAME_REGISTRATION·=·_lasso.REQUEST_TYPE_NAME_REGISTRATION
 1091 REQUEST_TYPE_NAME_IDENTIFIER_MAPPING·=·_lasso.REQUEST_TYPE_NAME_IDENTIFIER_MAPPING
 1092 REQUEST_TYPE_LECP·=·_lasso.REQUEST_TYPE_LECP
 1093 REQUEST_TYPE_DISCO_QUERY·=·_lasso.REQUEST_TYPE_DISCO_QUERY
 1094 REQUEST_TYPE_DISCO_MODIFY·=·_lasso.REQUEST_TYPE_DISCO_MODIFY
 1095 REQUEST_TYPE_DST_QUERY·=·_lasso.REQUEST_TYPE_DST_QUERY
 1096 REQUEST_TYPE_DST_MODIFY·=·_lasso.REQUEST_TYPE_DST_MODIFY
 1097 REQUEST_TYPE_SASL_REQUEST·=·_lasso.REQUEST_TYPE_SASL_REQUEST
 1098 REQUEST_TYPE_NAME_ID_MANAGEMENT·=·_lasso.REQUEST_TYPE_NAME_ID_MANAGEMENT
 1099 REQUEST_TYPE_IDWSF2_DISCO_SVCMD_REGISTER·=·_lasso.REQUEST_TYPE_IDWSF2_DISCO_SVCMD_REGISTER
 1100 REQUEST_TYPE_IDWSF2_DISCO_SVCMD_ASSOCIATION_ADD·=·_lasso.REQUEST_TYPE_IDWSF2_DISCO_SVCMD_ASSOCIATION_ADD
 1101 REQUEST_TYPE_IDWSF2_DISCO_QUERY·=·_lasso.REQUEST_TYPE_IDWSF2_DISCO_QUERY
 1102 PROFILE_SIGNATURE_HINT_MAYBE·=·_lasso.PROFILE_SIGNATURE_HINT_MAYBE
 1103 PROFILE_SIGNATURE_HINT_FORCE·=·_lasso.PROFILE_SIGNATURE_HINT_FORCE
 1104 PROFILE_SIGNATURE_HINT_FORBID·=·_lasso.PROFILE_SIGNATURE_HINT_FORBID
 1105 PROFILE_SIGNATURE_VERIFY_HINT_MAYBE·=·_lasso.PROFILE_SIGNATURE_VERIFY_HINT_MAYBE
 1106 PROFILE_SIGNATURE_VERIFY_HINT_FORCE·=·_lasso.PROFILE_SIGNATURE_VERIFY_HINT_FORCE
 1107 PROFILE_SIGNATURE_VERIFY_HINT_IGNORE·=·_lasso.PROFILE_SIGNATURE_VERIFY_HINT_IGNORE
 1108 PROFILE_SIGNATURE_VERIFY_HINT_LAST·=·_lasso.PROFILE_SIGNATURE_VERIFY_HINT_LAST
 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
1046 SOAP_ENV_HREF·=·_lasso.SOAP_ENV_HREF1113 SOAP_ENV_HREF·=·_lasso.SOAP_ENV_HREF
1047 SOAP_ENV_PREFIX·=·_lasso.SOAP_ENV_PREFIX1114 SOAP_ENV_PREFIX·=·_lasso.SOAP_ENV_PREFIX
1048 SOAP_ENV_ACTOR·=·_lasso.SOAP_ENV_ACTOR1115 SOAP_ENV_ACTOR·=·_lasso.SOAP_ENV_ACTOR
1049 SOAP_FAULT_CODE_SERVER·=·_lasso.SOAP_FAULT_CODE_SERVER1116 SOAP_FAULT_CODE_SERVER·=·_lasso.SOAP_FAULT_CODE_SERVER
1050 SOAP_FAULT_CODE_CLIENT·=·_lasso.SOAP_FAULT_CODE_CLIENT1117 SOAP_FAULT_CODE_CLIENT·=·_lasso.SOAP_FAULT_CODE_CLIENT
1051 SOAP_FAULT_CODE_MUST_UNDERSTAND·=·_lasso.SOAP_FAULT_CODE_MUST_UNDERSTAND1118 SOAP_FAULT_CODE_MUST_UNDERSTAND·=·_lasso.SOAP_FAULT_CODE_MUST_UNDERSTAND
1052 SOAP_FAULT_CODE_VERSION_MISMATCH·=·_lasso.SOAP_FAULT_CODE_VERSION_MISMATCH1119 SOAP_FAULT_CODE_VERSION_MISMATCH·=·_lasso.SOAP_FAULT_CODE_VERSION_MISMATCH
Offset 1187, 14 lines modifiedOffset 1254, 19 lines modified
1187 SIGNATURE_METHOD_RSA_SHA256·=·_lasso.SIGNATURE_METHOD_RSA_SHA2561254 SIGNATURE_METHOD_RSA_SHA256·=·_lasso.SIGNATURE_METHOD_RSA_SHA256
1188 SIGNATURE_METHOD_HMAC_SHA256·=·_lasso.SIGNATURE_METHOD_HMAC_SHA2561255 SIGNATURE_METHOD_HMAC_SHA256·=·_lasso.SIGNATURE_METHOD_HMAC_SHA256
1189 SIGNATURE_METHOD_RSA_SHA384·=·_lasso.SIGNATURE_METHOD_RSA_SHA3841256 SIGNATURE_METHOD_RSA_SHA384·=·_lasso.SIGNATURE_METHOD_RSA_SHA384
1190 SIGNATURE_METHOD_HMAC_SHA384·=·_lasso.SIGNATURE_METHOD_HMAC_SHA3841257 SIGNATURE_METHOD_HMAC_SHA384·=·_lasso.SIGNATURE_METHOD_HMAC_SHA384
1191 SIGNATURE_METHOD_RSA_SHA512·=·_lasso.SIGNATURE_METHOD_RSA_SHA5121258 SIGNATURE_METHOD_RSA_SHA512·=·_lasso.SIGNATURE_METHOD_RSA_SHA512
1192 SIGNATURE_METHOD_HMAC_SHA512·=·_lasso.SIGNATURE_METHOD_HMAC_SHA5121259 SIGNATURE_METHOD_HMAC_SHA512·=·_lasso.SIGNATURE_METHOD_HMAC_SHA512
1193 SIGNATURE_METHOD_LAST·=·_lasso.SIGNATURE_METHOD_LAST1260 SIGNATURE_METHOD_LAST·=·_lasso.SIGNATURE_METHOD_LAST
 1261 ENCRYPTION_SYM_KEY_TYPE_DEFAULT·=·_lasso.ENCRYPTION_SYM_KEY_TYPE_DEFAULT
 1262 ENCRYPTION_SYM_KEY_TYPE_AES_256·=·_lasso.ENCRYPTION_SYM_KEY_TYPE_AES_256
 1263 ENCRYPTION_SYM_KEY_TYPE_AES_128·=·_lasso.ENCRYPTION_SYM_KEY_TYPE_AES_128
 1264 ENCRYPTION_SYM_KEY_TYPE_3DES·=·_lasso.ENCRYPTION_SYM_KEY_TYPE_3DES
 1265 ENCRYTPION_SYM_KEY_TYPE_LAST·=·_lasso.ENCRYTPION_SYM_KEY_TYPE_LAST
1194 DS_HREF·=·_lasso.DS_HREF1266 DS_HREF·=·_lasso.DS_HREF
1195 DS_PREFIX·=·_lasso.DS_PREFIX1267 DS_PREFIX·=·_lasso.DS_PREFIX
1196 SAML2_METADATA_HREF·=·_lasso.SAML2_METADATA_HREF1268 SAML2_METADATA_HREF·=·_lasso.SAML2_METADATA_HREF
Max diff block lines reached; 413926/421987 bytes (98.09%) of diff not shown.
3.71 MB
python3-lasso_2.6.0-2+deb10u1_armhf.deb
452 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·····1276·2021-06-02·18:54:32.000000·control.tar.xz2 -rw-r--r--···0········0········0·····1280·2021-06-02·18:54:32.000000·control.tar.xz
3 -rw-r--r--···0········0········0···699332·2021-06-02·18:54:32.000000·data.tar.xz3 -rw-r--r--···0········0········0···698616·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
3.7 MB
data.tar.xz
3.7 MB
data.tar
3.3 MB
./usr/lib/python3/dist-packages/_lasso.cpython-37m-arm-linux-gnueabihf.so
854 B
readelf --wide --program-header {}
    
Offset 1, 15 lines modifiedOffset 1, 15 lines modified
  
1 Elf·file·type·is·DYN·(Shared·object·file)1 Elf·file·type·is·DYN·(Shared·object·file)
2 Entry·point·0xd0502 Entry·point·0xd050
3 There·are·6·program·headers,·starting·at·offset·523 There·are·6·program·headers,·starting·at·offset·52
  
4 Program·Headers:4 Program·Headers:
5 ··Type···········Offset···VirtAddr···PhysAddr···FileSiz·MemSiz··Flg·Align5 ··Type···········Offset···VirtAddr···PhysAddr···FileSiz·MemSiz··Flg·Align
6 ··LOAD···········0x000000·0x00000000·0x00000000·0x4178c·0x4178c·R·E·0x100006 ··LOAD···········0x000000·0x00000000·0x00000000·0x41758·0x41758·R·E·0x10000
7 ··LOAD···········0x041eb8·0x00051eb8·0x00051eb8·0x05348·0x05354·RW··0x100007 ··LOAD···········0x041eb8·0x00051eb8·0x00051eb8·0x05348·0x05354·RW··0x10000
8 ··DYNAMIC········0x041ec0·0x00051ec0·0x00051ec0·0x00140·0x00140·RW··0x48 ··DYNAMIC········0x041ec0·0x00051ec0·0x00051ec0·0x00140·0x00140·RW··0x4
9 ··NOTE···········0x0000f4·0x000000f4·0x000000f4·0x00024·0x00024·R···0x49 ··NOTE···········0x0000f4·0x000000f4·0x000000f4·0x00024·0x00024·R···0x4
10 ··GNU_STACK······0x000000·0x00000000·0x00000000·0x00000·0x00000·RW··0x1010 ··GNU_STACK······0x000000·0x00000000·0x00000000·0x00000·0x00000·RW··0x10
11 ··GNU_RELRO······0x041eb8·0x00051eb8·0x00051eb8·0x00148·0x00148·R···0x111 ··GNU_RELRO······0x041eb8·0x00051eb8·0x00051eb8·0x00148·0x00148·R···0x1
  
12 ·Section·to·Segment·mapping:12 ·Section·to·Segment·mapping:
1.83 KB
readelf --wide --sections {}
    
Offset 9, 18 lines modifiedOffset 9, 18 lines modified
9 ··[·4]·.dynstr···········STRTAB··········0000203c·00203c·003c26·00···A··0···0··19 ··[·4]·.dynstr···········STRTAB··········0000203c·00203c·003c26·00···A··0···0··1
10 ··[·5]·.gnu.version······VERSYM··········00005c62·005c62·0003e0·02···A··3···0··210 ··[·5]·.gnu.version······VERSYM··········00005c62·005c62·0003e0·02···A··3···0··2
11 ··[·6]·.gnu.version_r····VERNEED·········00006044·006044·000090·00···A··4···3··411 ··[·6]·.gnu.version_r····VERNEED·········00006044·006044·000090·00···A··4···3··4
12 ··[·7]·.rel.dyn··········REL·············000060d4·0060d4·0049f0·08···A··3···0··412 ··[·7]·.rel.dyn··········REL·············000060d4·0060d4·0049f0·08···A··3···0··4
13 ··[·8]·.rel.plt··········REL·············0000aac4·00aac4·000ef0·08··AI··3··18··413 ··[·8]·.rel.plt··········REL·············0000aac4·00aac4·000ef0·08··AI··3··18··4
14 ··[·9]·.init·············PROGBITS········0000b9b4·00b9b4·00000c·00··AX··0···0··414 ··[·9]·.init·············PROGBITS········0000b9b4·00b9b4·00000c·00··AX··0···0··4
15 ··[10]·.plt··············PROGBITS········0000b9c0·00b9c0·001690·04··AX··0···0··415 ··[10]·.plt··············PROGBITS········0000b9c0·00b9c0·001690·04··AX··0···0··4
16 ··[11]·.text·············PROGBITS········0000d050·00d050·024194·00··AX··0···0··416 ··[11]·.text·············PROGBITS········0000d050·00d050·024160·00··AX··0···0··4
17 ··[12]·.fini·············PROGBITS········000311e4·0311e4·000008·00··AX··0···0··417 ··[12]·.fini·············PROGBITS········000311b0·0311b0·000008·00··AX··0···0··4
18 ··[13]·.rodata···········PROGBITS········000311ec·0311ec·01059c·01·AMS··0···0··418 ··[13]·.rodata···········PROGBITS········000311b8·0311b8·01059c·01·AMS··0···0··4
19 ··[14]·.eh_frame·········PROGBITS········00041788·041788·000004·00···A··0···0··419 ··[14]·.eh_frame·········PROGBITS········00041754·041754·000004·00···A··0···0··4
20 ··[15]·.init_array·······INIT_ARRAY······00051eb8·041eb8·000004·04··WA··0···0··420 ··[15]·.init_array·······INIT_ARRAY······00051eb8·041eb8·000004·04··WA··0···0··4
21 ··[16]·.fini_array·······FINI_ARRAY······00051ebc·041ebc·000004·04··WA··0···0··421 ··[16]·.fini_array·······FINI_ARRAY······00051ebc·041ebc·000004·04··WA··0···0··4
22 ··[17]·.dynamic··········DYNAMIC·········00051ec0·041ec0·000140·08··WA··4···0··422 ··[17]·.dynamic··········DYNAMIC·········00051ec0·041ec0·000140·08··WA··4···0··4
23 ··[18]·.got··············PROGBITS········00052000·042000·0007d0·04··WA··0···0··423 ··[18]·.got··············PROGBITS········00052000·042000·0007d0·04··WA··0···0··4
24 ··[19]·.data·············PROGBITS········000527d0·0427d0·004a30·00··WA··0···0··424 ··[19]·.data·············PROGBITS········000527d0·0427d0·004a30·00··WA··0···0··4
25 ··[20]·.bss··············NOBITS··········00057200·047200·00000c·00··WA··0···0··425 ··[20]·.bss··············NOBITS··········00057200·047200·00000c·00··WA··0···0··4
26 ··[21]·.ARM.attributes···ARM_ATTRIBUTES··00000000·047200·000031·00······0···0··126 ··[21]·.ARM.attributes···ARM_ATTRIBUTES··00000000·047200·000031·00······0···0··1
845 B
readelf --wide --symbols {}
    
Offset 491, 9 lines modifiedOffset 491, 9 lines modified
491 ···487:·00000000·····0·FUNC····GLOBAL·DEFAULT··UND·lasso_saml2_action_new491 ···487:·00000000·····0·FUNC····GLOBAL·DEFAULT··UND·lasso_saml2_action_new
492 ···488:·00000000·····0·FUNC····GLOBAL·DEFAULT··UND·lasso_paos_response_new492 ···488:·00000000·····0·FUNC····GLOBAL·DEFAULT··UND·lasso_paos_response_new
493 ···489:·00000000·····0·FUNC····GLOBAL·DEFAULT··UND·lasso_provider_accept_http_method493 ···489:·00000000·····0·FUNC····GLOBAL·DEFAULT··UND·lasso_provider_accept_http_method
494 ···490:·00000000·····0·FUNC····GLOBAL·DEFAULT··UND·lasso_server_add_provider2494 ···490:·00000000·····0·FUNC····GLOBAL·DEFAULT··UND·lasso_server_add_provider2
495 ···491:·00000000·····0·FUNC····GLOBAL·DEFAULT··UND·lasso_logout_validate_request495 ···491:·00000000·····0·FUNC····GLOBAL·DEFAULT··UND·lasso_logout_validate_request
496 ···492:·00000000·····0·FUNC····GLOBAL·DEFAULT··UND·lasso_logout_get_next_providerID496 ···492:·00000000·····0·FUNC····GLOBAL·DEFAULT··UND·lasso_logout_get_next_providerID
497 ···493:·00000000·····0·FUNC····GLOBAL·DEFAULT··UND·lasso_saml_name_identifier_equals497 ···493:·00000000·····0·FUNC····GLOBAL·DEFAULT··UND·lasso_saml_name_identifier_equals
498 ···494:·0002a049·29084·FUNC····GLOBAL·DEFAULT···11·PyInit__lasso498 ···494:·0002a049·29032·FUNC····GLOBAL·DEFAULT···11·PyInit__lasso
499 ···495:·00057208·····4·OBJECT··GLOBAL·DEFAULT···20·lasso_wrapper_key499 ···495:·00057208·····4·OBJECT··GLOBAL·DEFAULT···20·lasso_wrapper_key
1020 B
readelf --wide --dynamic {}
    
Offset 11, 15 lines modifiedOffset 11, 15 lines modified
11 ·0x00000001·(NEEDED)·····················Shared·library:·[libxml2.so.2]11 ·0x00000001·(NEEDED)·····················Shared·library:·[libxml2.so.2]
12 ·0x00000001·(NEEDED)·····················Shared·library:·[libssl.so.1.1]12 ·0x00000001·(NEEDED)·····················Shared·library:·[libssl.so.1.1]
13 ·0x00000001·(NEEDED)·····················Shared·library:·[libcrypto.so.1.1]13 ·0x00000001·(NEEDED)·····················Shared·library:·[libcrypto.so.1.1]
14 ·0x00000001·(NEEDED)·····················Shared·library:·[libc.so.6]14 ·0x00000001·(NEEDED)·····················Shared·library:·[libc.so.6]
15 ·0x00000001·(NEEDED)·····················Shared·library:·[ld-linux-armhf.so.3]15 ·0x00000001·(NEEDED)·····················Shared·library:·[ld-linux-armhf.so.3]
16 ·0x0000000e·(SONAME)·····················Library·soname:·[_lasso.so]16 ·0x0000000e·(SONAME)·····················Library·soname:·[_lasso.so]
17 ·0x0000000c·(INIT)·······················0xb9b417 ·0x0000000c·(INIT)·······················0xb9b4
18 ·0x0000000d·(FINI)·······················0x311e418 ·0x0000000d·(FINI)·······················0x311b0
19 ·0x00000019·(INIT_ARRAY)·················0x51eb819 ·0x00000019·(INIT_ARRAY)·················0x51eb8
20 ·0x0000001b·(INIT_ARRAYSZ)···············4·(bytes)20 ·0x0000001b·(INIT_ARRAYSZ)···············4·(bytes)
21 ·0x0000001a·(FINI_ARRAY)·················0x51ebc21 ·0x0000001a·(FINI_ARRAY)·················0x51ebc
22 ·0x0000001c·(FINI_ARRAYSZ)···············4·(bytes)22 ·0x0000001c·(FINI_ARRAYSZ)···············4·(bytes)
23 ·0x6ffffef5·(GNU_HASH)···················0x11823 ·0x6ffffef5·(GNU_HASH)···················0x118
24 ·0x00000005·(STRTAB)·····················0x203c24 ·0x00000005·(STRTAB)·····················0x203c
25 ·0x00000006·(SYMTAB)·····················0x13c25 ·0x00000006·(SYMTAB)·····················0x13c
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:·d787effead20a8c6fc2ea6f688b0720ecc831b5c3 ··GNU··················0x00000014»  NT_GNU_BUILD_ID·(unique·build·ID·bitstring)»   ····Build·ID:·ce569c456faaa40bf0cbffd4309b24381dead694
87.5 KB
strings --all --bytes=8 {}
    
Offset 36, 139 lines modifiedOffset 36, 192 lines modified
36 PyTuple_New36 PyTuple_New
37 PyTuple_SetItem37 PyTuple_SetItem
38 PyErr_WarnEx38 PyErr_WarnEx
39 _PyTuple_Resize39 _PyTuple_Resize
40 PyExc_RuntimeWarning40 PyExc_RuntimeWarning
41 PyLong_AsLong41 PyLong_AsLong
42 lasso_name_id_management_init_request42 lasso_name_id_management_init_request
43 lasso_login_build_assertion 
44 lasso_profile_set_idp_list 
45 lasso_session_get_assertion_ids 
46 lasso_session_get_session_indexes 
47 lasso_session_add_assertion 
48 lasso_session_get_provider_index 
49 g_object_ref 
50 PyDict_Next 
51 g_hash_table_remove_all 
52 PyUnicode_AsUTF843 PyUnicode_AsUTF8AndSize
 44 xmlReadMemory
 45 xmlDocGetRootElement
 46 xmlCopyNode
 47 xmlFreeDoc
 48 xmlNewDoc
 49 xmlNewNode
 50 xmlDocSetRootElement
 51 xmlParseInNodeContext
 52 xmlFreeNodeList
 53 xmlFreeNode
53 g_hash_table_replace 
54 lasso_federation_verify_name_identifier 
55 lasso_federation_build_local_name_identifier 
56 lasso_server_saml2_assertion_setup_signature 
57 lasso_server_get_filtered_provider_list 
58 lasso_server_get_endpoint_url_by_id 
59 lasso_server_add_provider2 
60 lasso_server_add_provider_from_buffer 
61 lasso_server_add_provider 
62 lasso_provider_verify_signature 
63 lasso_provider_add_key 
64 lasso_provider_set_server_signing_key 
65 lasso_provider_match_conformance 
66 lasso_provider_get_metadata_keys_for_role 
67 lasso_provider_get_metadata_one_for_role 
68 lasso_provider_verify_single_node_signature 
69 xmlBufferCreate54 xmlBufferCreate
70 xmlOutputBufferCreateBuffer55 xmlOutputBufferCreateBuffer
71 xmlNodeDumpOutput56 xmlNodeDumpOutput
72 xmlOutputBufferClose57 xmlOutputBufferClose
73 xmlBufferAdd58 xmlBufferAdd
74 xmlBufferContent59 xmlBufferContent
75 xmlBufferFree60 xmlBufferFree
76 lasso_provider_has_protocol_profile 
77 lasso_provider_accept_http_method 
78 lasso_provider_get_first_http_method 
79 lasso_provider_get_metadata_one 
80 lasso_provider_get_assertion_consumer_service_url 
81 lasso_saml2_name_id_equals 
82 lasso_saml2_assertion_decrypt_subject61 lasso_saml2_assertion_decrypt_subject
83 lasso_saml2_assertion_add_attribute_with_node62 lasso_saml2_assertion_add_attribute_with_node
84 lasso_saml2_assertion_set_basic_conditions63 lasso_saml2_assertion_set_basic_conditions
85 lasso_saml2_assertion_set_subject_confirmation_data64 lasso_saml2_assertion_set_subject_confirmation_data
86 lasso_saml2_assertion_set_subject_confirmation_name_id65 lasso_saml2_assertion_set_subject_confirmation_name_id
87 lasso_saml2_assertion_set_subject_name_id66 lasso_saml2_assertion_set_subject_name_id
88 g_hash_table_new_full67 g_hash_table_new_full
 68 PyDict_Next
 69 g_hash_table_remove_all
 70 PyUnicode_AsUTF8
89 g_hash_table_insert71 g_hash_table_insert
90 lasso_samlp2_extensions_set_attributes72 lasso_samlp2_extensions_set_attributes
91 g_hash_table_destroy73 g_hash_table_destroy
92 g_str_hash74 g_str_hash
93 g_str_equal75 g_str_equal
 76 lasso_saml2_name_id_equals
94 PyUnicode_AsUTF8AndSize 
95 xmlReadMemory 
96 xmlDocGetRootElement 
97 xmlCopyNode 
98 xmlFreeDoc 
99 xmlNewDoc 
100 xmlNewNode 
101 xmlDocSetRootElement 
102 xmlParseInNodeContext 
103 xmlFreeNodeList 
104 xmlFreeNode 
105 lasso_ds_key_value_set_x509_data77 lasso_ds_key_value_set_x509_data
106 lasso_saml_name_identifier_equals78 lasso_saml_name_identifier_equals
 79 lasso_server_saml2_assertion_setup_signature
 80 lasso_server_get_filtered_provider_list
 81 lasso_server_get_endpoint_url_by_id
 82 lasso_server_add_provider2
 83 lasso_server_add_provider_from_buffer
 84 lasso_server_add_provider
 85 g_object_ref
 86 g_hash_table_replace
 87 lasso_session_get_assertion_ids
 88 lasso_session_get_session_indexes
 89 lasso_session_add_assertion
 90 lasso_session_get_provider_index
 91 lasso_federation_verify_name_identifier
 92 lasso_federation_build_local_name_identifier
 93 lasso_login_build_assertion
 94 lasso_profile_set_idp_list
 95 lasso_provider_verify_signature
 96 lasso_provider_add_key
 97 lasso_provider_set_server_signing_key
 98 lasso_provider_match_conformance
 99 lasso_provider_get_metadata_keys_for_role
 100 lasso_provider_get_metadata_one_for_role
 101 lasso_provider_verify_single_node_signature
 102 lasso_provider_has_protocol_profile
 103 lasso_provider_accept_http_method
 104 lasso_provider_get_first_http_method
 105 lasso_provider_get_metadata_one
 106 lasso_provider_get_assertion_consumer_service_url
107 lasso_key_saml2_xml_sign107 lasso_key_saml2_xml_sign
108 lasso_key_saml2_xml_verify108 lasso_key_saml2_xml_verify
109 lasso_key_query_sign109 lasso_key_query_sign
110 lasso_node_debug110 lasso_node_debug
111 lasso_node_init_from_xml111 lasso_node_init_from_xml
112 lasso_node_get_xmlNode112 lasso_node_get_xmlNode
113 lasso_node_export_to_ecp_soap_response113 lasso_node_export_to_ecp_soap_response
114 lasso_node_export_to_paos_request_full114 lasso_node_export_to_paos_request_full
115 lasso_node_export_to_paos_request115 lasso_node_export_to_paos_request
116 lasso_node_export_to_query_with_password116 lasso_node_export_to_query_with_password
117 lasso_node_export_to_query117 lasso_node_export_to_query
118 lasso_profile_get_in_response_to 
119 lasso_profile_get_issuer 
120 lasso_profile_get_request_type_from_soap_msg 
Max diff block lines reached; 85816/89576 bytes (95.80%) of diff not shown.
109 KB
readelf --wide --decompress --hex-dump=.dynstr {}
    
Offset 47, 128 lines modifiedOffset 47, 128 lines modified
47 ··0x000022fc·77005079·5475706c·655f5365·74497465·w.PyTuple_SetIte47 ··0x000022fc·77005079·5475706c·655f5365·74497465·w.PyTuple_SetIte
48 ··0x0000230c·6d005079·4572725f·5761726e·4578005f·m.PyErr_WarnEx._48 ··0x0000230c·6d005079·4572725f·5761726e·4578005f·m.PyErr_WarnEx._
49 ··0x0000231c·50795475·706c655f·52657369·7a650050·PyTuple_Resize.P49 ··0x0000231c·50795475·706c655f·52657369·7a650050·PyTuple_Resize.P
50 ··0x0000232c·79457863·5f52756e·74696d65·5761726e·yExc_RuntimeWarn50 ··0x0000232c·79457863·5f52756e·74696d65·5761726e·yExc_RuntimeWarn
51 ··0x0000233c·696e6700·50794c6f·6e675f41·734c6f6e·ing.PyLong_AsLon51 ··0x0000233c·696e6700·50794c6f·6e675f41·734c6f6e·ing.PyLong_AsLon
52 ··0x0000234c·67006c61·73736f5f·6e616d65·5f69645f·g.lasso_name_id_52 ··0x0000234c·67006c61·73736f5f·6e616d65·5f69645f·g.lasso_name_id_
53 ··0x0000235c·6d616e61·67656d65·6e745f69·6e69745f·management_init_53 ··0x0000235c·6d616e61·67656d65·6e745f69·6e69745f·management_init_
 54 ··0x0000236c·72657175·65737400·5079556e·69636f64·request.PyUnicod
 55 ··0x0000237c·655f4173·55544638·416e6453·697a6500·e_AsUTF8AndSize.
 56 ··0x0000238c·786d6c52·6561644d·656d6f72·7900786d·xmlReadMemory.xm
 57 ··0x0000239c·6c446f63·47657452·6f6f7445·6c656d65·lDocGetRootEleme
 58 ··0x000023ac·6e740078·6d6c436f·70794e6f·64650078·nt.xmlCopyNode.x
 59 ··0x000023bc·6d6c4672·6565446f·6300786d·6c4e6577·mlFreeDoc.xmlNew
 60 ··0x000023cc·446f6300·786d6c4e·65774e6f·64650078·Doc.xmlNewNode.x
 61 ··0x000023dc·6d6c446f·63536574·526f6f74·456c656d·mlDocSetRootElem
 62 ··0x000023ec·656e7400·786d6c50·61727365·496e4e6f·ent.xmlParseInNo
 63 ··0x000023fc·6465436f·6e746578·7400786d·6c467265·deContext.xmlFre
 64 ··0x0000240c·654e6f64·654c6973·7400786d·6c467265·eNodeList.xmlFre
 65 ··0x0000241c·654e6f64·6500786d·6c427566·66657243·eNode.xmlBufferC
 66 ··0x0000242c·72656174·6500786d·6c4f7574·70757442·reate.xmlOutputB
 67 ··0x0000243c·75666665·72437265·61746542·75666665·ufferCreateBuffe
 68 ··0x0000244c·7200786d·6c4e6f64·6544756d·704f7574·r.xmlNodeDumpOut
 69 ··0x0000245c·70757400·786d6c4f·75747075·74427566·put.xmlOutputBuf
 70 ··0x0000246c·66657243·6c6f7365·00786d6c·42756666·ferClose.xmlBuff
 71 ··0x0000247c·65724164·6400786d·6c427566·66657243·erAdd.xmlBufferC
 72 ··0x0000248c·6f6e7465·6e740078·6d6c4275·66666572·ontent.xmlBuffer
 73 ··0x0000249c·46726565·006c6173·736f5f73·616d6c32·Free.lasso_saml2
 74 ··0x000024ac·5f617373·65727469·6f6e5f64·65637279·_assertion_decry
 75 ··0x000024bc·70745f73·75626a65·6374006c·6173736f·pt_subject.lasso
 76 ··0x000024cc·5f73616d·6c325f61·73736572·74696f6e·_saml2_assertion
 77 ··0x000024dc·5f616464·5f617474·72696275·74655f77·_add_attribute_w
 78 ··0x000024ec·6974685f·6e6f6465·006c6173·736f5f73·ith_node.lasso_s
 79 ··0x000024fc·616d6c32·5f617373·65727469·6f6e5f73·aml2_assertion_s
 80 ··0x0000250c·65745f62·61736963·5f636f6e·64697469·et_basic_conditi
 81 ··0x0000251c·6f6e7300·6c617373·6f5f7361·6d6c325f·ons.lasso_saml2_
 82 ··0x0000252c·61737365·7274696f·6e5f7365·745f7375·assertion_set_su
 83 ··0x0000253c·626a6563·745f636f·6e666972·6d617469·bject_confirmati
 84 ··0x0000254c·6f6e5f64·61746100·6c617373·6f5f7361·on_data.lasso_sa
 85 ··0x0000255c·6d6c325f·61737365·7274696f·6e5f7365·ml2_assertion_se
 86 ··0x0000256c·745f7375·626a6563·745f636f·6e666972·t_subject_confir
 87 ··0x0000257c·6d617469·6f6e5f6e·616d655f·6964006c·mation_name_id.l
 88 ··0x0000258c·6173736f·5f73616d·6c325f61·73736572·asso_saml2_asser
 89 ··0x0000259c·74696f6e·5f736574·5f737562·6a656374·tion_set_subject
 90 ··0x000025ac·5f6e616d·655f6964·00675f68·6173685f·_name_id.g_hash_
 91 ··0x000025bc·7461626c·655f6e65·775f6675·6c6c0050·table_new_full.P
 92 ··0x000025cc·79446963·745f4e65·78740067·5f686173·yDict_Next.g_has
 93 ··0x000025dc·685f7461·626c655f·72656d6f·76655f61·h_table_remove_a
 94 ··0x000025ec·6c6c0050·79556e69·636f6465·5f417355·ll.PyUnicode_AsU
 95 ··0x000025fc·54463800·675f6861·73685f74·61626c65·TF8.g_hash_table
 96 ··0x0000260c·5f696e73·65727400·6c617373·6f5f7361·_insert.lasso_sa
 97 ··0x0000261c·6d6c7032·5f657874·656e7369·6f6e735f·mlp2_extensions_
 98 ··0x0000262c·7365745f·61747472·69627574·65730067·set_attributes.g
 99 ··0x0000263c·5f686173·685f7461·626c655f·64657374·_hash_table_dest
 100 ··0x0000264c·726f7900·675f7374·725f6861·73680067·roy.g_str_hash.g
 101 ··0x0000265c·5f737472·5f657175·616c006c·6173736f·_str_equal.lasso
 102 ··0x0000266c·5f73616d·6c325f6e·616d655f·69645f65·_saml2_name_id_e
 103 ··0x0000267c·7175616c·73006c61·73736f5f·64735f6b·quals.lasso_ds_k
 104 ··0x0000268c·65795f76·616c7565·5f736574·5f783530·ey_value_set_x50
 105 ··0x0000269c·395f6461·7461006c·6173736f·5f73616d·9_data.lasso_sam
 106 ··0x000026ac·6c5f6e61·6d655f69·64656e74·69666965·l_name_identifie
54 ··0x0000236c·72657175·65737400·6c617373·6f5f6c6f·request.lasso_lo107 ··0x000026bc·725f6571·75616c73·006c6173·736f5f73·r_equals.lasso_s
55 ··0x0000237c·67696e5f·6275696c·645f6173·73657274·gin_build_assert 
56 ··0x0000238c·696f6e00·6c617373·6f5f7072·6f66696c·ion.lasso_profil 
57 ··0x0000239c·655f7365·745f6964·705f6c69·7374006c·e_set_idp_list.l108 ··0x000026cc·65727665·725f7361·6d6c325f·61737365·erver_saml2_asse
 109 ··0x000026dc·7274696f·6e5f7365·7475705f·7369676e·rtion_setup_sign
 110 ··0x000026ec·61747572·65006c61·73736f5f·73657276·ature.lasso_serv
 111 ··0x000026fc·65725f67·65745f66·696c7465·7265645f·er_get_filtered_
 112 ··0x0000270c·70726f76·69646572·5f6c6973·74006c61·provider_list.la
 113 ··0x0000271c·73736f5f·73657276·65725f67·65745f65·sso_server_get_e
 114 ··0x0000272c·6e64706f·696e745f·75726c5f·62795f69·ndpoint_url_by_i
 115 ··0x0000273c·64006c61·73736f5f·73657276·65725f61·d.lasso_server_a
 116 ··0x0000274c·64645f70·726f7669·64657232·006c6173·dd_provider2.las
 117 ··0x0000275c·736f5f73·65727665·725f6164·645f7072·so_server_add_pr
 118 ··0x0000276c·6f766964·65725f66·726f6d5f·62756666·ovider_from_buff
 119 ··0x0000277c·6572006c·6173736f·5f736572·7665725f·er.lasso_server_
 120 ··0x0000278c·6164645f·70726f76·69646572·00675f6f·add_provider.g_o
 121 ··0x0000279c·626a6563·745f7265·6600675f·68617368·bject_ref.g_hash
 122 ··0x000027ac·5f746162·6c655f72·65706c61·6365006c·_table_replace.l
58 ··0x000023ac·6173736f·5f736573·73696f6e·5f676574·asso_session_get123 ··0x000027bc·6173736f·5f736573·73696f6e·5f676574·asso_session_get
59 ··0x000023bc·5f617373·65727469·6f6e5f69·6473006c·_assertion_ids.l124 ··0x000027cc·5f617373·65727469·6f6e5f69·6473006c·_assertion_ids.l
60 ··0x000023cc·6173736f·5f736573·73696f6e·5f676574·asso_session_get125 ··0x000027dc·6173736f·5f736573·73696f6e·5f676574·asso_session_get
61 ··0x000023dc·5f736573·73696f6e·5f696e64·65786573·_session_indexes126 ··0x000027ec·5f736573·73696f6e·5f696e64·65786573·_session_indexes
62 ··0x000023ec·006c6173·736f5f73·65737369·6f6e5f61·.lasso_session_a127 ··0x000027fc·006c6173·736f5f73·65737369·6f6e5f61·.lasso_session_a
63 ··0x000023fc·64645f61·73736572·74696f6e·006c6173·dd_assertion.las128 ··0x0000280c·64645f61·73736572·74696f6e·006c6173·dd_assertion.las
64 ··0x0000240c·736f5f73·65737369·6f6e5f67·65745f70·so_session_get_p129 ··0x0000281c·736f5f73·65737369·6f6e5f67·65745f70·so_session_get_p
65 ··0x0000241c·726f7669·6465725f·696e6465·7800675f·rovider_index.g_130 ··0x0000282c·726f7669·6465725f·696e6465·78006c61·rovider_index.la
66 ··0x0000242c·6f626a65·63745f72·65660050·79446963·object_ref.PyDic 
67 ··0x0000243c·745f4e65·78740067·5f686173·685f7461·t_Next.g_hash_ta 
68 ··0x0000244c·626c655f·72656d6f·76655f61·6c6c0050·ble_remove_all.P 
69 ··0x0000245c·79556e69·636f6465·5f417355·54463800·yUnicode_AsUTF8. 
70 ··0x0000246c·675f6861·73685f74·61626c65·5f726570·g_hash_table_rep 
71 ··0x0000247c·6c616365·006c6173·736f5f66·65646572·lace.lasso_feder 
72 ··0x0000248c·6174696f·6e5f7665·72696679·5f6e616d·ation_verify_nam 
73 ··0x0000249c·655f6964·656e7469·66696572·006c6173·e_identifier.las 
74 ··0x000024ac·736f5f66·65646572·6174696f·6e5f6275·so_federation_bu131 ··0x0000283c·73736f5f·66656465·72617469·6f6e5f76·sso_federation_v
75 ··0x000024bc·696c645f·6c6f6361·6c5f6e61·6d655f69·ild_local_name_i132 ··0x0000284c·65726966·795f6e61·6d655f69·64656e74·erify_name_ident
76 ··0x000024cc·64656e74·69666965·72006c61·73736f5f·dentifier.lasso_133 ··0x0000285c·69666965·72006c61·73736f5f·66656465·ifier.lasso_fede
77 ··0x000024dc·73657276·65725f73·616d6c32·5f617373·server_saml2_ass 
78 ··0x000024ec·65727469·6f6e5f73·65747570·5f736967·ertion_setup_sig134 ··0x0000286c·72617469·6f6e5f62·75696c64·5f6c6f63·ration_build_loc
 135 ··0x0000287c·616c5f6e·616d655f·6964656e·74696669·al_name_identifi
 136 ··0x0000288c·6572006c·6173736f·5f6c6f67·696e5f62·er.lasso_login_b
 137 ··0x0000289c·75696c64·5f617373·65727469·6f6e006c·uild_assertion.l
 138 ··0x000028ac·6173736f·5f70726f·66696c65·5f736574·asso_profile_set
 139 ··0x000028bc·5f696470·5f6c6973·74006c61·73736f5f·_idp_list.lasso_
 140 ··0x000028cc·70726f76·69646572·5f766572·6966795f·provider_verify_
 141 ··0x000028dc·7369676e·61747572·65006c61·73736f5f·signature.lasso_
 142 ··0x000028ec·70726f76·69646572·5f616464·5f6b6579·provider_add_key
 143 ··0x000028fc·006c6173·736f5f70·726f7669·6465725f·.lasso_provider_
 144 ··0x0000290c·7365745f·73657276·65725f73·69676e69·set_server_signi
 145 ··0x0000291c·6e675f6b·6579006c·6173736f·5f70726f·ng_key.lasso_pro
 146 ··0x0000292c·76696465·725f6d61·7463685f·636f6e66·vider_match_conf
 147 ··0x0000293c·6f726d61·6e636500·6c617373·6f5f7072·ormance.lasso_pr
 148 ··0x0000294c·6f766964·65725f67·65745f6d·65746164·ovider_get_metad
 149 ··0x0000295c·6174615f·6b657973·5f666f72·5f726f6c·ata_keys_for_rol
 150 ··0x0000296c·65006c61·73736f5f·70726f76·69646572·e.lasso_provider
 151 ··0x0000297c·5f676574·5f6d6574·61646174·615f6f6e·_get_metadata_on
 152 ··0x0000298c·655f666f·725f726f·6c65006c·6173736f·e_for_role.lasso
 153 ··0x0000299c·5f70726f·76696465·725f7665·72696679·_provider_verify
 154 ··0x000029ac·5f73696e·676c655f·6e6f6465·5f736967·_single_node_sig
79 ··0x000024fc·6e617475·7265006c·6173736f·5f736572·nature.lasso_ser155 ··0x000029bc·6e617475·7265006c·6173736f·5f70726f·nature.lasso_pro
 156 ··0x000029cc·76696465·725f6861·735f7072·6f746f63·vider_has_protoc
 157 ··0x000029dc·6f6c5f70·726f6669·6c65006c·6173736f·ol_profile.lasso
80 ··0x0000250c·7665725f·6765745f·66696c74·65726564·ver_get_filtered 
81 ··0x0000251c·5f70726f·76696465·725f6c69·7374006c·_provider_list.l 
82 ··0x0000252c·6173736f·5f736572·7665725f·6765745f·asso_server_get_ 
83 ··0x0000253c·656e6470·6f696e74·5f75726c·5f62795f·endpoint_url_by_ 
84 ··0x0000254c·6964006c·6173736f·5f736572·7665725f·id.lasso_server_ 
Max diff block lines reached; 96081/111915 bytes (85.85%) of diff not shown.
2.79 MB
objdump --line-numbers --disassemble --demangle --reloc --no-show-raw-insn --section=.text {}
    
Offset 218, 37 lines modifiedOffset 218, 37 lines modified
218 »       ldmdbmi»sl,·{r1,·r3,·r4,·r5,·r9,·sl,·lr}218 »       ldmdbmi»sl,·{r1,·r3,·r4,·r5,·r9,·sl,·lr}
219 »       ldrbtmi»r5,·[r9],·#-2291»  ;·0xfffff70d219 »       ldrbtmi»r5,·[r9],·#-2291»  ;·0xfffff70d
220 »       andlt»  r6,·r2,·r8,·lsl·r8220 »       andlt»  r6,·r2,·r8,·lsl·r8
221 ./bindings/python3.7/_lasso.c:747221 ./bindings/python3.7/_lasso.c:747
222 »       »       »       ;·<UNDEFINED>·instruction:·0x47f0e8bd222 »       »       »       ;·<UNDEFINED>·instruction:·0x47f0e8bd
223 ./bindings/python3.7/_lasso.c:744223 ./bindings/python3.7/_lasso.c:744
224 »       svclt»  0x0080f7fe224 »       svclt»  0x0080f7fe
225 »       andeq»  r4,·r2,·lr,·ror·#1225 »       strheq» r4,·[r2],·-sl
226 »       andeq»  r4,·r4,·lr,·asr·#29226 »       andeq»  r4,·r4,·lr,·asr·#29
227 »       andeq»  r4,·r2,·r4,·ror·#1227 »       strheq» r4,·[r2],·-r0
228 »       strheq» sl,·[r4],·-ip228 »       strheq» sl,·[r4],·-ip
229 »       muleq»  r0,·r8,·r7229 »       muleq»  r0,·r8,·r7
230 »       andeq»  r4,·r2,·ip,·lsl·#1 
231 »       andeq»  r4,·r2,·r4,·lsl·#2 
232 »       andeq»  r4,·r2,·r0,·lsl·#2 
233 »       andeq»  r4,·r2,·r8,·asr·r0230 »       andeq»  r4,·r2,·r8,·asr·r0
 231 »       ldrdeq» r4,·[r2],·-r0
234 »       andeq»  r4,·r2,·ip,·asr·#32232 »       andeq»  r4,·r2,·ip,·asr·#1
 233 »       andeq»  r4,·r2,·r4,·lsr·#32
 234 »       andeq»  r4,·r2,·r8,·lsl·r0
235 »       andeq»  sl,·r4,·r6235 »       andeq»  sl,·r4,·r6
236 »       andeq»  r4,·r2,·r8,·lsr·r0236 »       andeq»  r4,·r2,·r4
237 »       andeq»  r4,·r2,·r8,·lsr·r0237 »       andeq»  r4,·r2,·r4
238 »       andeq»  r9,·r4,·sl,·asr·#31238 »       andeq»  r9,·r4,·sl,·asr·#31
239 »       »       »       ;·<UNDEFINED>·instruction:·0x000007b0239 »       »       »       ;·<UNDEFINED>·instruction:·0x000007b0
240 »       andeq»  r4,·r2,·r0240 »       andeq»  r3,·r2,·ip,·asr·#31
241 »       muleq»  r4,·ip,·pc»  ;·<UNPREDICTABLE>241 »       muleq»  r4,·ip,·pc»  ;·<UNPREDICTABLE>
242 »       andeq»  r3,·r2,·r0,·lsl·#31 
243 »       andeq»  r3,·r2,·sl,·ror·#30 
244 »       andeq»  r3,·r2,·lr,·asr·#30242 »       andeq»  r3,·r2,·ip,·asr·#30
245 »       andeq»  r3,·r2,·ip,·ror·#30 
246 »       andeq»  r3,·r2,·lr,·asr·pc243 »       andeq»  r3,·r2,·r6,·lsr·pc
247 »       ldrdeq» r3,·[r2],·-r6244 »       andeq»  r3,·r2,·sl,·lsl·pc
 245 »       andeq»  r3,·r2,·r8,·lsr·pc
 246 »       andeq»  r3,·r2,·sl,·lsr·#30
 247 »       andeq»  r3,·r2,·r2,·lsr·#31
248 PyGObjectPtr_get_refcount():248 PyGObjectPtr_get_refcount():
249 ./bindings/python3.7/_lasso.c:614249 ./bindings/python3.7/_lasso.c:614
250 »       stmvs»  r3,·{r3,·r8,·sl,·ip,·sp,·pc}250 »       stmvs»  r3,·{r3,·r8,·sl,·ip,·sp,·pc}
251 ./bindings/python3.7/_lasso.c:617251 ./bindings/python3.7/_lasso.c:617
252 »       »       »       ;·<UNDEFINED>·instruction:·0xf7ff6858252 »       »       »       ;·<UNDEFINED>·instruction:·0xf7ff6858
253 »       stmdavs»r3,·{r4,·r5,·r7,·r8,·r9,·fp,·sp,·lr,·pc}253 »       stmdavs»r3,·{r4,·r5,·r7,·r8,·r9,·fp,·sp,·lr,·pc}
254 ./bindings/python3.7/_lasso.c:618254 ./bindings/python3.7/_lasso.c:618
Offset 265, 15 lines modifiedOffset 265, 15 lines modified
265 »       pop»    {r0,·r5,·r9,·sl,·lr}265 »       pop»    {r0,·r5,·r9,·sl,·lr}
266 ./bindings/python3.7/_lasso.c:605266 ./bindings/python3.7/_lasso.c:605
267 »       ldmdavs»fp,·{r4,·r5,·r6,·lr}^267 »       ldmdavs»fp,·{r4,·r5,·r6,·lr}^
268 ./bindings/python3.7/_lasso.c:601268 ./bindings/python3.7/_lasso.c:601
269 »       stmdami»r2,·{r1,·r9,·sl,·lr}269 »       stmdami»r2,·{r1,·r9,·sl,·lr}
270 »       »       »       ;·<UNDEFINED>·instruction:·0xf7fe4478270 »       »       »       ;·<UNDEFINED>·instruction:·0xf7fe4478
271 »       svclt»  0x0000be37271 »       svclt»  0x0000be37
272 »       andeq»  r3,·r2,·ip,·ror·#30272 »       andeq»  r3,·r2,·r8,·lsr·pc
273 PyGObjectPtr_dealloc():273 PyGObjectPtr_dealloc():
274 ./bindings/python3.7/_lasso.c:548274 ./bindings/python3.7/_lasso.c:548
275 »       »       »       ;·<UNDEFINED>·instruction:·0x4604b5f0275 »       »       »       ;·<UNDEFINED>·instruction:·0x4604b5f0
276 »       addlt»  r4,·r5,·sp,·lsl·sp276 »       addlt»  r4,·r5,·sp,·lsl·sp
277 ./bindings/python3.7/_lasso.c:549277 ./bindings/python3.7/_lasso.c:549
278 »       ldrbtmi»r4,·[sp],·#-2845»  ;·0xfffff4e3278 »       ldrbtmi»r4,·[sp],·#-2845»  ;·0xfffff4e3
279 ./bindings/python3.7/_lasso.c:548279 ./bindings/python3.7/_lasso.c:548
Offset 322, 1110 lines modifiedOffset 322, 1110 lines modified
322 »       »       »       ;·<UNDEFINED>·instruction:·0xf7fe4638322 »       »       »       ;·<UNDEFINED>·instruction:·0xf7fe4638
323 »       stmiavs»r6!,·{r1,·r2,·r5,·r7,·r9,·sl,·fp,·sp,·lr,·pc}323 »       stmiavs»r6!,·{r1,·r2,·r5,·r7,·r9,·sl,·fp,·sp,·lr,·pc}
324 »       svclt»  0x0000e7cc324 »       svclt»  0x0000e7cc
325 »       muleq»  r4,·r2,·ip325 »       muleq»  r4,·r2,·ip
326 »       andeq»  r0,·r0,·r4,·lsl·#15326 »       andeq»  r0,·r0,·r4,·lsl·#15
327 »       andeq»  r0,·r0,·ip,·lsr·#15327 »       andeq»  r0,·r0,·ip,·lsr·#15
328 »       muleq»  r0,·ip,·r7328 »       muleq»  r0,·ip,·r7
329 »       andeq»  r3,·r2,·sl,·lsr·#30 
330 Login_protocolProfile_set():329 »       strdeq» r3,·[r2],·-r6
 330 Samlp2AuthnRequest_attributeConsumingServiceIndex_set():
331 ./bindings/python3.7/_lasso.c:21654331 ./bindings/python3.7/_lasso.c:21550
332 »       »       »       ;·<UNDEFINED>·instruction:·0x4608b570332 »       »       »       ;·<UNDEFINED>·instruction:·0x4608b570
333 »       addlt»  r4,·r4,·pc,·lsl·#26333 »       addlt»  r4,·r4,·pc,·lsl·#26
334 »       blge»   a043c·<lasso_wrapper_key@@Base+0x49234>334 »       blge»   a043c·<lasso_wrapper_key@@Base+0x49234>
335 »       stmdbmi»pc,·{r0,·r2,·r3,·r4,·r5,·r6,·sl,·lr}»    ;·<UNPREDICTABLE>335 »       stmdbmi»pc,·{r0,·r2,·r3,·r4,·r5,·r6,·sl,·lr}»    ;·<UNPREDICTABLE>
336 ./bindings/python3.7/_lasso.c:21658336 ./bindings/python3.7/_lasso.c:21554
337 »       stmdbpl»ip!,·{r0,·r9,·fp,·sp,·pc}337 »       stmdbpl»ip!,·{r0,·r9,·fp,·sp,·pc}
338 »       stmdavs»r6!,·{r0,·r3,·r4,·r5,·r6,·sl,·lr}338 »       stmdavs»r6!,·{r0,·r3,·r4,·r5,·r6,·sl,·lr}
339 ./bindings/python3.7/_lasso.c:21654339 ./bindings/python3.7/_lasso.c:21550
340 »       »       »       ;·<UNDEFINED>·instruction:·0xf7ff9603340 »       »       »       ;·<UNDEFINED>·instruction:·0xf7ff9603
341 ./bindings/python3.7/_lasso.c:21658341 ./bindings/python3.7/_lasso.c:21554
342 »       ldrdlt» lr,·[r8,·#-150]»    ;·0xffffff6a342 »       ldrdlt» lr,·[r8,·#-150]»    ;·0xffffff6a
343 ./bindings/python3.7/_lasso.c:21660343 ./bindings/python3.7/_lasso.c:21556
344 »       ldrdcs» lr,·[r1,·-sp]344 »       ldrdcs» lr,·[r1,·-sp]
345 noneRef():345 noneRef():
346 ./bindings/python3.7/_lasso.c:109346 ./bindings/python3.7/_lasso.c:109
347 »       ldmvs»  r2,·{r1,·r3,·r8,·r9,·fp,·lr}347 »       ldmvs»  r2,·{r1,·r3,·r8,·r9,·fp,·lr}
348 Login_protocolProfile_set():348 Samlp2AuthnRequest_attributeConsumingServiceIndex_set():
349 ./bindings/python3.7/_lasso.c:21660349 ./bindings/python3.7/_lasso.c:21556
350 »       stmiapl»fp!,·{r0,·r4,·sl,·sp,·lr}^350 »       stmiapl»fp!,·{r0,·r4,·r9,·sl,·sp,·lr}^
351 noneRef():351 noneRef():
352 ./bindings/python3.7/_lasso.c:109352 ./bindings/python3.7/_lasso.c:109
353 »       »       »       ;·<UNDEFINED>·instruction:·0x4618681a353 »       »       »       ;·<UNDEFINED>·instruction:·0x4618681a
354 »       andsvs» r3,·sl,·r1,·lsl·#4354 »       andsvs» r3,·sl,·r1,·lsl·#4
355 Login_protocolProfile_set():355 Samlp2AuthnRequest_attributeConsumingServiceIndex_set():
356 ./bindings/python3.7/_lasso.c:21662356 ./bindings/python3.7/_lasso.c:21558
357 »       stmdavs»r3!,·{r0,·r1,·r9,·fp,·ip,·pc}357 »       stmdavs»r3!,·{r0,·r1,·r9,·fp,·ip,·pc}
358 »       »       »       ;·<UNDEFINED>·instruction:·0xd101429a358 »       »       »       ;·<UNDEFINED>·instruction:·0xd101429a
359 »       ldcllt» 0,·cr11,·[r0,·#-16]!359 »       ldcllt» 0,·cr11,·[r0,·#-16]!
360 »       stmdb»  r6,·{r0,·r1,·r2,·r3,·r4,·r5,·r6,·r7,·r8,·r9,·sl,·ip,·sp,·lr,·pc}360 »       stmdb»  r6,·{r0,·r1,·r2,·r3,·r4,·r5,·r6,·r7,·r8,·r9,·sl,·ip,·sp,·lr,·pc}
361 »       andeq»  r4,·r4,·r0,·lsl·#24361 »       andeq»  r4,·r4,·r0,·lsl·#24
362 »       andeq»  r0,·r0,·ip,·lsl·#15362 »       andeq»  r0,·r0,·ip,·lsl·#15
363 »       andeq»  r3,·r2,·r8,·lsl·pc363 »       andeq»  r3,·r2,·r4,·ror·#29
364 »       muleq»  r0,·r8,·r7364 »       muleq»  r0,·r8,·r7
365 Login_protocolProfile_get():365 Samlp2AuthnRequest_attributeConsumingServiceIndex_get():
366 ./bindings/python3.7/_lasso.c:21639366 ./bindings/python3.7/_lasso.c:21535
367 »       strmi»  r4,·[r8],·-sp,·lsl·#22367 »       strmi»  r4,·[r8],·-sp,·lsl·#22
368 »       ldrbtmi»fp,·[fp],·#-1296»  ;·0xfffffaf0368 »       ldrbtmi»fp,·[fp],·#-1296»  ;·0xfffffaf0
369 »       addlt»  r4,·r2,·ip,·lsl·#24369 »       addlt»  r4,·r2,·ip,·lsl·#24
370 ./bindings/python3.7/_lasso.c:21645370 ./bindings/python3.7/_lasso.c:21541
371 »       strbtmi»r4,·[sl],·-ip,·lsl·#18371 »       strbtmi»r4,·[sl],·-ip,·lsl·#18
372 ./bindings/python3.7/_lasso.c:21639372 ./bindings/python3.7/_lasso.c:21535
373 »       ldrbtmi»r5,·[r9],·#-2332»  ;·0xfffff6e4373 »       ldrbtmi»r5,·[r9],·#-2332»  ;·0xfffff6e4
374 »       movwls» r6,·#6179» ;·0x1823374 »       movwls» r6,·#6179» ;·0x1823
375 ./bindings/python3.7/_lasso.c:21645375 ./bindings/python3.7/_lasso.c:21541
376 »       stmib»  ip!,·{r0,·r1,·r2,·r3,·r4,·r5,·r6,·r7,·r8,·r9,·sl,·ip,·sp,·lr,·pc}376 »       stmib»  ip!,·{r0,·r1,·r2,·r3,·r4,·r5,·r6,·r7,·r8,·r9,·sl,·ip,·sp,·lr,·pc}
377 »       blls»   398e8·<PyInit__lasso@@Base+0xf8a0>377 »       blls»   398e8·<PyInit__lasso@@Base+0xf8a0>
378 ./bindings/python3.7/_lasso.c:21647378 ./bindings/python3.7/_lasso.c:21543
379 »       ldcvs»  8,·cr6,·[r8],·{155}»  ;·0x9b379 »       mrcvs»  8,·0,·r6,·cr8,·cr11,·{4}
380 ./bindings/python3.7/_lasso.c:21648380 ./bindings/python3.7/_lasso.c:21544
381 »       bl»     44b46c·<lasso_wrapper_key@@Base+0x3f4264>381 »       bl»     44b46c·<lasso_wrapper_key@@Base+0x3f4264>
382 ./bindings/python3.7/_lasso.c:21650382 ./bindings/python3.7/_lasso.c:21546
383 »       stmdavs»r3!,·{r0,·r9,·fp,·ip,·pc}383 »       stmdavs»r3!,·{r0,·r9,·fp,·ip,·pc}
384 »       »       »       ;·<UNDEFINED>·instruction:·0xd101429a384 »       »       »       ;·<UNDEFINED>·instruction:·0xd101429a
385 »       ldclt»  0,·cr11,·[r0,·#-8]385 »       ldclt»  0,·cr11,·[r0,·#-8]
386 »       stmia»  r2!,·{r0,·r1,·r2,·r3,·r4,·r5,·r6,·r7,·r8,·r9,·sl,·ip,·sp,·lr,·pc}^386 »       stmia»  r2!,·{r0,·r1,·r2,·r3,·r4,·r5,·r6,·r7,·r8,·r9,·sl,·ip,·sp,·lr,·pc}^
387 »       »       »       ;·<UNDEFINED>·instruction:·0x00044bb2387 »       »       »       ;·<UNDEFINED>·instruction:·0x00044bb2
Max diff block lines reached; 2916287/2921671 bytes (99.82%) of diff not shown.
310 B
objdump --line-numbers --disassemble --demangle --reloc --no-show-raw-insn --section=.fini {}
    
Offset 1, 8 lines modifiedOffset 1, 8 lines modified
  
  
  
1 Disassembly·of·section·.fini:1 Disassembly·of·section·.fini:
  
2 000311e4·<.fini>:2 000311b0·<.fini>:
3 »       push»   {r3,·lr}3 »       push»   {r3,·lr}
4 »       pop»    {r3,·pc}4 »       pop»    {r3,·pc}
170 KB
readelf --wide --decompress --string-dump=.rodata {}
    
Offset 20, 824 lines modifiedOffset 20, 824 lines modified
20 ··[···134]··Ol20 ··[···134]··Ol
21 ··[···138]··value·should·be·a·PyGObject21 ··[···138]··value·should·be·a·PyGObject
22 ··[···154]··Os22 ··[···154]··Os
23 ··[···158]··Oz23 ··[···158]··Oz
24 ··[···15c]··list·contains·a·NULL·value24 ··[···15c]··list·contains·a·NULL·value
25 ··[···178]··Allocation·problem·in·get_list_of_strings25 ··[···178]··Allocation·problem·in·get_list_of_strings
26 ··[···1a4]··O|zzi26 ··[···1a4]··O|zzi
27 ··[···1ac]··O|zzzzz27 ··[···1ac]··1.0
 28 ··[···1b0]··root
 29 ··[···1b8]··could·not·convert·an·xmlNode·to·a·string
28 ··[···1b4]··OsO30 ··[···1e4]··OssO
29 ··[···1b8]··Oi31 ··[···1ec]··O|iii
 32 ··[···1f4]··Oiisss
30 ··[···1bc]··hashtable·does·not·exist33 ··[···1fc]··hashtable·does·not·exist
31 ··[···1d8]··value·should·be·a·frozen·dict34 ··[···218]··value·should·be·a·frozen·dict
 35 ··[···238]··value·should·be·a·dict,·with·string·keys·and·string·values
 36 ··[···274]··Oiii
 37 ··[···27c]··Oss
 38 ··[···280]··Ois|zz
32 ··[···1f8]··value·should·be·a·dict,·with·string·keys·and·GObjectPtr·values39 ··[···288]··value·should·be·a·dict,·with·string·keys·and·GObjectPtr·values
 40 ··[···2c8]··OsO
 41 ··[···2cc]··Oi
33 ··[···238]··Osss42 ··[···2d0]··Osss
34 ··[···240]··Oiii 
35 ··[···248]··Oss 
36 ··[···24c]··Ois|zz43 ··[···2d8]··O|zzzzz
37 ··[···254]··Ossi44 ··[···2e0]··Ossi
38 ··[···25c]··OO|i45 ··[···2e8]··OO|i
39 ··[···264]··Ois46 ··[···2f0]··Ois
40 ··[···268]··OOs47 ··[···2f4]··OOs
41 ··[···26c]··could·not·convert·an·xmlNode·to·a·string 
42 ··[···298]··OOiii48 ··[···2f8]··OOiii
43 ··[···2a0]··OOi49 ··[···300]··OOi
44 ··[···2a4]··O|z50 ··[···304]··O|z
45 ··[···2a8]··OssO 
46 ··[···2b0]··O|iii 
47 ··[···2b8]··Oiisss 
48 ··[···2c0]··value·should·be·a·dict,·with·string·keys·and·string·values 
49 ··[···2fc]··1.0 
50 ··[···300]··root 
51 ··[···308]··O|i51 ··[···308]··O|i
52 ··[···30c]··Oss|zzizO52 ··[···30c]··Oss|zzizO
53 ··[···318]··O|izz53 ··[···318]··O|izz
54 ··[···320]··O|iz54 ··[···320]··O|iz
55 ··[···328]··iii|i55 ··[···328]··iii|i
56 ··[···330]··value·should·be·tuple56 ··[···330]··value·should·be·tuple
57 ··[···348]··value·should·be·a·tuple·of·strings57 ··[···348]··value·should·be·a·tuple·of·strings
 58 ··[···36c]··O|iO
58 ··[···36c]··Ois|zOOi59 ··[···374]··Ois|zOOi
59 ··[···378]··O|iO 
60 ··[···380]··value·should·be·a·tuple·of·PyGobject60 ··[···380]··value·should·be·a·tuple·of·PyGobject
61 ··[···3a8]··Os|zO61 ··[···3a8]··Os|zO
62 ··[···3b0]··O|O62 ··[···3b0]··O|O
63 ··[···3b4]··O|zii63 ··[···3b4]··O|zii
64 ··[···3bc]··O|zi64 ··[···3bc]··Oi|i
65 ··[···3c4]··Oii 
66 ··[···3c8]··Os|i 
67 ··[···3d0]··Os|z 
68 ··[···3d8]··O|zz 
69 ··[···3e0]··Oi|i 
70 ··[···3e8]··hashtable·contains·a·null·value65 ··[···3c4]··hashtable·contains·a·null·value
 66 ··[···3e4]··O|zz
 67 ··[···3ec]··O|zi
 68 ··[···3f4]··Os|i
 69 ··[···3fc]··Oii
 70 ··[···400]··Os|z
71 ··[···408]··LassoDgme71 ··[···408]··LassoDgme
72 ··[···414]··Lasso72 ··[···414]··Lasso
73 ··[···41c]··could·not·convert·a·GObject·to·a·PyGobject73 ··[···41c]··could·not·convert·a·GObject·to·a·PyGobject
74 ··[···448]··OOO74 ··[···448]··OOO
75 ··[···44c]··sss75 ··[···44c]··sss
76 ··[···450]··ssO76 ··[···450]··ssO
77 ··[···454]··is|zz 
78 ··[···45c]··s|zzz 
79 ··[···464]··|zzzz 
80 ··[···46c]··sis|O 
81 ··[···474]··|z77 ··[···454]··|z
82 ··[···478]··sOsii78 ··[···458]··sis|O
83 ··[···480]··ssOii79 ··[···460]··ssOii
 80 ··[···468]··sOsii
 81 ··[···470]··sOii
 82 ··[···478]··sOOOii
84 ··[···488]··s|zzOO83 ··[···480]··s|zzOO
85 ··[···490]··sOii 
86 ··[···498]··|zz 
87 ··[···49c]··sOOOii 
88 ··[···4a4]··sO 
89 ··[···4a8]··s|zzss84 ··[···488]··s|zzss
 85 ··[···490]··sO
 86 ··[···494]··|zz
 87 ··[···498]··s|zzz
 88 ··[···4a0]··|zzzz
 89 ··[···4a8]··is|zz
Offset 848, 192 lines modifiedOffset 848, 192 lines modified
Offset 1052, 947 lines modifiedOffset 1052, 947 lines modified
266 B
readelf --wide --decompress --hex-dump=.eh_frame {}
    
Offset 1, 4 lines modifiedOffset 1, 4 lines modified
  
1 Hex·dump·of·section·'.eh_frame':1 Hex·dump·of·section·'.eh_frame':
2 ··0x00041788·00000000····························....2 ··0x00041754·00000000····························....
  
154 KB
readelf --wide --decompress --hex-dump=.data {}
    
Offset 1, 1190 lines modifiedOffset 1, 1190 lines modified
  
1 Hex·dump·of·section·'.data':1 Hex·dump·of·section·'.data':
2 ··0x000527d0·d0270500·01000000·00000000·00000000·.'..............2 ··0x000527d0·d0270500·01000000·00000000·00000000·.'..............
3 ··0x000527e0·5c170400·10000000·00000000·61d30000·\...........a...3 ··0x000527e0·28170400·10000000·00000000·61d30000·(...........a...
4 ··0x000527f0·00000000·00000000·00000000·00000000·................4 ··0x000527f0·00000000·00000000·00000000·00000000·................
5 ··0x00052800·39d30000·00000000·00000000·00000000·9...............5 ··0x00052800·39d30000·00000000·00000000·00000000·9...............
6 ··0x00052810·00000000·00000000·00000000·00000000·................6 ··0x00052810·00000000·00000000·00000000·00000000·................
7 ··0x00052820·00000000·00000000·00040400·70170400·............p...7 ··0x00052820·00000000·00000000·00040400·3c170400·............<...
8 ··0x00052830·00000000·00000000·00000000·00000000·................8 ··0x00052830·00000000·00000000·00000000·00000000·................
9 ··0x00052840·00000000·00000000·00000000·d8710500·.............q..9 ··0x00052840·00000000·00000000·00000000·d8710500·.............q..
10 ··0x00052850·b0710500·00000000·00000000·00000000·.q..............10 ··0x00052850·b0710500·00000000·00000000·00000000·.q..............
11 ··0x00052860·00000000·00000000·00000000·00000000·................11 ··0x00052860·00000000·00000000·00000000·00000000·................
12 ··0x00052870·00000000·00000000·00000000·00000000·................12 ··0x00052870·00000000·00000000·00000000·00000000·................
13 ··0x00052880·00000000·00000000·00000000·00000000·................13 ··0x00052880·00000000·00000000·00000000·00000000·................
14 ··0x00052890·00000000·00000000·00000000·01000000·................14 ··0x00052890·00000000·00000000·00000000·01000000·................
15 ··0x000528a0·00000000·00000000·00000000·00000000·................15 ··0x000528a0·00000000·00000000·00000000·00000000·................
16 ··0x000528b0·7c7e0300·847e0300·ffffffff·d0280500·|~...~.......(..16 ··0x000528b0·487e0300·507e0300·ffffffff·d0280500·H~..P~.......(..
811 B
error from `readelf --wide --decompress --hex-dump=.gnu_debuglink {}`: readelf: Error: no .dynamic section in the dynamic segment
    
Offset 1, 7 lines modifiedOffset 1, 7 lines modified
  
1 Hex·dump·of·section·'.gnu_debuglink':1 Hex·dump·of·section·'.gnu_debuglink':
2 ··0x00000000·38376566·66656164·32306138·63366663·87effead20a8c6fc 
3 ··0x00000010·32656136·66363838·62303732·30656363·2ea6f688b0720ecc2 ··0x00000000·35363963·34353666·61616134·30626630·569c456faaa40bf0
 3 ··0x00000010·63626666·64343330·39623234·33383164·cbffd4309b24381d
4 ··0x00000020·38333162·35632e64·65627567·00000000·831b5c.debug....4 ··0x00000020·65616436·39342e64·65627567·00000000·ead694.debug....
5 ··0x00000030·36969a97····························6...5 ··0x00000030·9b41ebbf····························.A..
  
412 KB
./usr/lib/python3/dist-packages/lasso.py
Ordering differences only
    
Offset 849, 14 lines modifiedOffset 849, 17 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 CHECK_VERSION_EXACT·=·_lasso.CHECK_VERSION_EXACT
 856 CHECK_VERSIONABI_COMPATIBLE·=·_lasso.CHECK_VERSIONABI_COMPATIBLE
 857 CHECK_VERSION_NUMERIC·=·_lasso.CHECK_VERSION_NUMERIC
855 RD_COMP_H·=·_lasso.RD_COMP_H858 RD_COMP_H·=·_lasso.RD_COMP_H
856 ERROR_UNDEFINED·=·_lasso.ERROR_UNDEFINED859 ERROR_UNDEFINED·=·_lasso.ERROR_UNDEFINED
857 ERROR_UNIMPLEMENTED·=·_lasso.ERROR_UNIMPLEMENTED860 ERROR_UNIMPLEMENTED·=·_lasso.ERROR_UNIMPLEMENTED
858 ERROR_OUT_OF_MEMORY·=·_lasso.ERROR_OUT_OF_MEMORY861 ERROR_OUT_OF_MEMORY·=·_lasso.ERROR_OUT_OF_MEMORY
859 ERROR_CAST_FAILED·=·_lasso.ERROR_CAST_FAILED862 ERROR_CAST_FAILED·=·_lasso.ERROR_CAST_FAILED
860 XML_ERROR_NODE_NOT_FOUND·=·_lasso.XML_ERROR_NODE_NOT_FOUND863 XML_ERROR_NODE_NOT_FOUND·=·_lasso.XML_ERROR_NODE_NOT_FOUND
861 XML_ERROR_NODE_CONTENT_NOT_FOUND·=·_lasso.XML_ERROR_NODE_CONTENT_NOT_FOUND864 XML_ERROR_NODE_CONTENT_NOT_FOUND·=·_lasso.XML_ERROR_NODE_CONTENT_NOT_FOUND
Offset 1031, 22 lines modifiedOffset 1034, 86 lines modified
1031 PAOS_ERROR_MISSING_RESPONSE_CONSUMER_URL·=·_lasso.PAOS_ERROR_MISSING_RESPONSE_CONSUMER_URL1034 PAOS_ERROR_MISSING_RESPONSE_CONSUMER_URL·=·_lasso.PAOS_ERROR_MISSING_RESPONSE_CONSUMER_URL
1032 ECP_ERROR_MISSING_REQUEST·=·_lasso.ECP_ERROR_MISSING_REQUEST1035 ECP_ERROR_MISSING_REQUEST·=·_lasso.ECP_ERROR_MISSING_REQUEST
1033 ECP_ERROR_MISSING_RESPONSE·=·_lasso.ECP_ERROR_MISSING_RESPONSE1036 ECP_ERROR_MISSING_RESPONSE·=·_lasso.ECP_ERROR_MISSING_RESPONSE
1034 ECP_ERROR_MISSING_RELAYSTATE·=·_lasso.ECP_ERROR_MISSING_RELAYSTATE1037 ECP_ERROR_MISSING_RELAYSTATE·=·_lasso.ECP_ERROR_MISSING_RELAYSTATE
1035 ECP_ERROR_MISSING_AUTHN_REQUEST·=·_lasso.ECP_ERROR_MISSING_AUTHN_REQUEST1038 ECP_ERROR_MISSING_AUTHN_REQUEST·=·_lasso.ECP_ERROR_MISSING_AUTHN_REQUEST
1036 ECP_ERROR_MISSING_SAML_RESPONSE·=·_lasso.ECP_ERROR_MISSING_SAML_RESPONSE1039 ECP_ERROR_MISSING_SAML_RESPONSE·=·_lasso.ECP_ERROR_MISSING_SAML_RESPONSE
1037 ECP_ERROR_ASSERTION_CONSUMER_URL_MISMATCH·=·_lasso.ECP_ERROR_ASSERTION_CONSUMER_URL_MISMATCH1040 ECP_ERROR_ASSERTION_CONSUMER_URL_MISMATCH·=·_lasso.ECP_ERROR_ASSERTION_CONSUMER_URL_MISMATCH
1038 CHECK_VERSION_EXACT·=·_lasso.CHECK_VERSION_EXACT 
1039 CHECK_VERSIONABI_COMPATIBLE·=·_lasso.CHECK_VERSIONABI_COMPATIBLE 
1040 CHECK_VERSION_NUMERIC·=·_lasso.CHECK_VERSION_NUMERIC 
1041 ENCRYPTION_SYM_KEY_TYPE_DEFAULT·=·_lasso.ENCRYPTION_SYM_KEY_TYPE_DEFAULT 
1042 ENCRYPTION_SYM_KEY_TYPE_AES_256·=·_lasso.ENCRYPTION_SYM_KEY_TYPE_AES_256 
1043 ENCRYPTION_SYM_KEY_TYPE_AES_128·=·_lasso.ENCRYPTION_SYM_KEY_TYPE_AES_128 
1044 ENCRYPTION_SYM_KEY_TYPE_3DES·=·_lasso.ENCRYPTION_SYM_KEY_TYPE_3DES 
1045 ENCRYTPION_SYM_KEY_TYPE_LAST·=·_lasso.ENCRYTPION_SYM_KEY_TYPE_LAST1041 HTTP_METHOD_NONE·=·_lasso.HTTP_METHOD_NONE
 1042 HTTP_METHOD_ANY·=·_lasso.HTTP_METHOD_ANY
 1043 HTTP_METHOD_IDP_INITIATED·=·_lasso.HTTP_METHOD_IDP_INITIATED
 1044 HTTP_METHOD_GET·=·_lasso.HTTP_METHOD_GET
 1045 HTTP_METHOD_POST·=·_lasso.HTTP_METHOD_POST
 1046 HTTP_METHOD_REDIRECT·=·_lasso.HTTP_METHOD_REDIRECT
 1047 HTTP_METHOD_SOAP·=·_lasso.HTTP_METHOD_SOAP
 1048 HTTP_METHOD_ARTIFACT_GET·=·_lasso.HTTP_METHOD_ARTIFACT_GET
 1049 HTTP_METHOD_ARTIFACT_POST·=·_lasso.HTTP_METHOD_ARTIFACT_POST
 1050 HTTP_METHOD_PAOS·=·_lasso.HTTP_METHOD_PAOS
 1051 HTTP_METHOD_LAST·=·_lasso.HTTP_METHOD_LAST
 1052 MD_PROTOCOL_TYPE_FEDERATION_TERMINATION·=·_lasso.MD_PROTOCOL_TYPE_FEDERATION_TERMINATION
 1053 MD_PROTOCOL_TYPE_NAME_IDENTIFIER_MAPPING·=·_lasso.MD_PROTOCOL_TYPE_NAME_IDENTIFIER_MAPPING
 1054 MD_PROTOCOL_TYPE_REGISTER_NAME_IDENTIFIER·=·_lasso.MD_PROTOCOL_TYPE_REGISTER_NAME_IDENTIFIER
 1055 MD_PROTOCOL_TYPE_SINGLE_LOGOUT·=·_lasso.MD_PROTOCOL_TYPE_SINGLE_LOGOUT
 1056 MD_PROTOCOL_TYPE_SINGLE_SIGN_ON·=·_lasso.MD_PROTOCOL_TYPE_SINGLE_SIGN_ON
 1057 MD_PROTOCOL_TYPE_ARTIFACT_RESOLUTION·=·_lasso.MD_PROTOCOL_TYPE_ARTIFACT_RESOLUTION
 1058 MD_PROTOCOL_TYPE_MANAGE_NAME_ID·=·_lasso.MD_PROTOCOL_TYPE_MANAGE_NAME_ID
 1059 MD_PROTOCOL_TYPE_ASSERTION_ID_REQUEST·=·_lasso.MD_PROTOCOL_TYPE_ASSERTION_ID_REQUEST
 1060 MD_PROTOCOL_TYPE_AUTHN_QUERY·=·_lasso.MD_PROTOCOL_TYPE_AUTHN_QUERY
 1061 MD_PROTOCOL_TYPE_AUTHZ·=·_lasso.MD_PROTOCOL_TYPE_AUTHZ
 1062 MD_PROTOCOL_TYPE_ATTRIBUTE·=·_lasso.MD_PROTOCOL_TYPE_ATTRIBUTE
 1063 MD_PROTOCOL_TYPE_LAST·=·_lasso.MD_PROTOCOL_TYPE_LAST
 1064 PROVIDER_ROLE_ANY·=·_lasso.PROVIDER_ROLE_ANY
 1065 PROVIDER_ROLE_NONE·=·_lasso.PROVIDER_ROLE_NONE
 1066 PROVIDER_ROLE_SP·=·_lasso.PROVIDER_ROLE_SP
 1067 PROVIDER_ROLE_IDP·=·_lasso.PROVIDER_ROLE_IDP
 1068 PROVIDER_ROLE_BOTH·=·_lasso.PROVIDER_ROLE_BOTH
 1069 PROVIDER_ROLE_AUTHN_AUTHORITY·=·_lasso.PROVIDER_ROLE_AUTHN_AUTHORITY
 1070 PROVIDER_ROLE_AUTHZ_AUTHORITY·=·_lasso.PROVIDER_ROLE_AUTHZ_AUTHORITY
 1071 PROVIDER_ROLE_ATTRIBUTE_AUTHORITY·=·_lasso.PROVIDER_ROLE_ATTRIBUTE_AUTHORITY
 1072 PROVIDER_ROLE_LAST·=·_lasso.PROVIDER_ROLE_LAST
 1073 PROVIDER_ROLE_ALL·=·_lasso.PROVIDER_ROLE_ALL
 1074 PROTOCOL_NONE·=·_lasso.PROTOCOL_NONE
 1075 PROTOCOL_LIBERTY_1_0·=·_lasso.PROTOCOL_LIBERTY_1_0
 1076 PROTOCOL_LIBERTY_1_1·=·_lasso.PROTOCOL_LIBERTY_1_1
 1077 PROTOCOL_LIBERTY_1_2·=·_lasso.PROTOCOL_LIBERTY_1_2
 1078 PROTOCOL_SAML_2_0·=·_lasso.PROTOCOL_SAML_2_0
 1079 ENCRYPTION_MODE_NONE·=·_lasso.ENCRYPTION_MODE_NONE
 1080 ENCRYPTION_MODE_NAMEID·=·_lasso.ENCRYPTION_MODE_NAMEID
 1081 ENCRYPTION_MODE_ASSERTION·=·_lasso.ENCRYPTION_MODE_ASSERTION
 1082 LOGIN_PROTOCOL_PROFILE_BRWS_ART·=·_lasso.LOGIN_PROTOCOL_PROFILE_BRWS_ART
 1083 LOGIN_PROTOCOL_PROFILE_BRWS_POST·=·_lasso.LOGIN_PROTOCOL_PROFILE_BRWS_POST
 1084 LOGIN_PROTOCOL_PROFILE_BRWS_LECP·=·_lasso.LOGIN_PROTOCOL_PROFILE_BRWS_LECP
 1085 LOGIN_PROTOCOL_PROFILE_REDIRECT·=·_lasso.LOGIN_PROTOCOL_PROFILE_REDIRECT
 1086 REQUEST_TYPE_INVALID·=·_lasso.REQUEST_TYPE_INVALID
 1087 REQUEST_TYPE_LOGIN·=·_lasso.REQUEST_TYPE_LOGIN
 1088 REQUEST_TYPE_LOGOUT·=·_lasso.REQUEST_TYPE_LOGOUT
 1089 REQUEST_TYPE_DEFEDERATION·=·_lasso.REQUEST_TYPE_DEFEDERATION
 1090 REQUEST_TYPE_NAME_REGISTRATION·=·_lasso.REQUEST_TYPE_NAME_REGISTRATION
 1091 REQUEST_TYPE_NAME_IDENTIFIER_MAPPING·=·_lasso.REQUEST_TYPE_NAME_IDENTIFIER_MAPPING
 1092 REQUEST_TYPE_LECP·=·_lasso.REQUEST_TYPE_LECP
 1093 REQUEST_TYPE_DISCO_QUERY·=·_lasso.REQUEST_TYPE_DISCO_QUERY
 1094 REQUEST_TYPE_DISCO_MODIFY·=·_lasso.REQUEST_TYPE_DISCO_MODIFY
 1095 REQUEST_TYPE_DST_QUERY·=·_lasso.REQUEST_TYPE_DST_QUERY
 1096 REQUEST_TYPE_DST_MODIFY·=·_lasso.REQUEST_TYPE_DST_MODIFY
 1097 REQUEST_TYPE_SASL_REQUEST·=·_lasso.REQUEST_TYPE_SASL_REQUEST
 1098 REQUEST_TYPE_NAME_ID_MANAGEMENT·=·_lasso.REQUEST_TYPE_NAME_ID_MANAGEMENT
 1099 REQUEST_TYPE_IDWSF2_DISCO_SVCMD_REGISTER·=·_lasso.REQUEST_TYPE_IDWSF2_DISCO_SVCMD_REGISTER
 1100 REQUEST_TYPE_IDWSF2_DISCO_SVCMD_ASSOCIATION_ADD·=·_lasso.REQUEST_TYPE_IDWSF2_DISCO_SVCMD_ASSOCIATION_ADD
 1101 REQUEST_TYPE_IDWSF2_DISCO_QUERY·=·_lasso.REQUEST_TYPE_IDWSF2_DISCO_QUERY
 1102 PROFILE_SIGNATURE_HINT_MAYBE·=·_lasso.PROFILE_SIGNATURE_HINT_MAYBE
 1103 PROFILE_SIGNATURE_HINT_FORCE·=·_lasso.PROFILE_SIGNATURE_HINT_FORCE
 1104 PROFILE_SIGNATURE_HINT_FORBID·=·_lasso.PROFILE_SIGNATURE_HINT_FORBID
 1105 PROFILE_SIGNATURE_VERIFY_HINT_MAYBE·=·_lasso.PROFILE_SIGNATURE_VERIFY_HINT_MAYBE
 1106 PROFILE_SIGNATURE_VERIFY_HINT_FORCE·=·_lasso.PROFILE_SIGNATURE_VERIFY_HINT_FORCE
 1107 PROFILE_SIGNATURE_VERIFY_HINT_IGNORE·=·_lasso.PROFILE_SIGNATURE_VERIFY_HINT_IGNORE
 1108 PROFILE_SIGNATURE_VERIFY_HINT_LAST·=·_lasso.PROFILE_SIGNATURE_VERIFY_HINT_LAST
 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
1046 SOAP_ENV_HREF·=·_lasso.SOAP_ENV_HREF1113 SOAP_ENV_HREF·=·_lasso.SOAP_ENV_HREF
1047 SOAP_ENV_PREFIX·=·_lasso.SOAP_ENV_PREFIX1114 SOAP_ENV_PREFIX·=·_lasso.SOAP_ENV_PREFIX
1048 SOAP_ENV_ACTOR·=·_lasso.SOAP_ENV_ACTOR1115 SOAP_ENV_ACTOR·=·_lasso.SOAP_ENV_ACTOR
1049 SOAP_FAULT_CODE_SERVER·=·_lasso.SOAP_FAULT_CODE_SERVER1116 SOAP_FAULT_CODE_SERVER·=·_lasso.SOAP_FAULT_CODE_SERVER
1050 SOAP_FAULT_CODE_CLIENT·=·_lasso.SOAP_FAULT_CODE_CLIENT1117 SOAP_FAULT_CODE_CLIENT·=·_lasso.SOAP_FAULT_CODE_CLIENT
1051 SOAP_FAULT_CODE_MUST_UNDERSTAND·=·_lasso.SOAP_FAULT_CODE_MUST_UNDERSTAND1118 SOAP_FAULT_CODE_MUST_UNDERSTAND·=·_lasso.SOAP_FAULT_CODE_MUST_UNDERSTAND
1052 SOAP_FAULT_CODE_VERSION_MISMATCH·=·_lasso.SOAP_FAULT_CODE_VERSION_MISMATCH1119 SOAP_FAULT_CODE_VERSION_MISMATCH·=·_lasso.SOAP_FAULT_CODE_VERSION_MISMATCH
Offset 1187, 14 lines modifiedOffset 1254, 19 lines modified
1187 SIGNATURE_METHOD_RSA_SHA256·=·_lasso.SIGNATURE_METHOD_RSA_SHA2561254 SIGNATURE_METHOD_RSA_SHA256·=·_lasso.SIGNATURE_METHOD_RSA_SHA256
1188 SIGNATURE_METHOD_HMAC_SHA256·=·_lasso.SIGNATURE_METHOD_HMAC_SHA2561255 SIGNATURE_METHOD_HMAC_SHA256·=·_lasso.SIGNATURE_METHOD_HMAC_SHA256
1189 SIGNATURE_METHOD_RSA_SHA384·=·_lasso.SIGNATURE_METHOD_RSA_SHA3841256 SIGNATURE_METHOD_RSA_SHA384·=·_lasso.SIGNATURE_METHOD_RSA_SHA384
1190 SIGNATURE_METHOD_HMAC_SHA384·=·_lasso.SIGNATURE_METHOD_HMAC_SHA3841257 SIGNATURE_METHOD_HMAC_SHA384·=·_lasso.SIGNATURE_METHOD_HMAC_SHA384
1191 SIGNATURE_METHOD_RSA_SHA512·=·_lasso.SIGNATURE_METHOD_RSA_SHA5121258 SIGNATURE_METHOD_RSA_SHA512·=·_lasso.SIGNATURE_METHOD_RSA_SHA512
1192 SIGNATURE_METHOD_HMAC_SHA512·=·_lasso.SIGNATURE_METHOD_HMAC_SHA5121259 SIGNATURE_METHOD_HMAC_SHA512·=·_lasso.SIGNATURE_METHOD_HMAC_SHA512
1193 SIGNATURE_METHOD_LAST·=·_lasso.SIGNATURE_METHOD_LAST1260 SIGNATURE_METHOD_LAST·=·_lasso.SIGNATURE_METHOD_LAST
 1261 ENCRYPTION_SYM_KEY_TYPE_DEFAULT·=·_lasso.ENCRYPTION_SYM_KEY_TYPE_DEFAULT
 1262 ENCRYPTION_SYM_KEY_TYPE_AES_256·=·_lasso.ENCRYPTION_SYM_KEY_TYPE_AES_256
 1263 ENCRYPTION_SYM_KEY_TYPE_AES_128·=·_lasso.ENCRYPTION_SYM_KEY_TYPE_AES_128
 1264 ENCRYPTION_SYM_KEY_TYPE_3DES·=·_lasso.ENCRYPTION_SYM_KEY_TYPE_3DES
 1265 ENCRYTPION_SYM_KEY_TYPE_LAST·=·_lasso.ENCRYTPION_SYM_KEY_TYPE_LAST
1194 DS_HREF·=·_lasso.DS_HREF1266 DS_HREF·=·_lasso.DS_HREF
1195 DS_PREFIX·=·_lasso.DS_PREFIX1267 DS_PREFIX·=·_lasso.DS_PREFIX
1196 SAML2_METADATA_HREF·=·_lasso.SAML2_METADATA_HREF1268 SAML2_METADATA_HREF·=·_lasso.SAML2_METADATA_HREF
Max diff block lines reached; 413926/421987 bytes (98.09%) of diff not shown.
19.3 MB
liblasso-perl-dbgsym_2.6.0-2+deb10u1_armhf.deb
452 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······544·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···172300·2021-06-02·18:54:32.000000·data.tar.xz3 -rw-r--r--···0········0········0···172432·2021-06-02·18:54:32.000000·data.tar.xz
631 B
control.tar.xz
603 B
control.tar
355 B
./control
    
Offset 6, 8 lines modifiedOffset 6, 8 lines modified
6 Maintainer:·Frederic·Peters·<fpeters@debian.org>6 Maintainer:·Frederic·Peters·<fpeters@debian.org>
7 Installed-Size:·2597 Installed-Size:·259
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:·30511f54452c41c2ac6d756e24d7cb6ca138688d13 Build-Ids:·aa00d2673556de9b6ead55a907bdbd3891a46f65
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/30/511f54452c41c2ac6d756e24d7cb6ca138688d.debug1 usr/lib/debug/.build-id/aa/00d2673556de9b6ead55a907bdbd3891a46f65.debug
19.3 MB
data.tar.xz
19.3 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/30/6 drwxr-xr-x···0·root·········(0)·root·········(0)········0·2021-06-02·18:54:32.000000·./usr/lib/debug/.build-id/aa/
7 -rw-r--r--···0·root·········(0)·root·········(0)···254164·2021-06-02·18:54:32.000000·./usr/lib/debug/.build-id/30/511f54452c41c2ac6d756e24d7cb6ca138688d.debug7 -rw-r--r--···0·root·········(0)·root·········(0)···254052·2021-06-02·18:54:32.000000·./usr/lib/debug/.build-id/aa/00d2673556de9b6ead55a907bdbd3891a46f65.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
19.3 MB
./usr/lib/debug/.build-id/30/511f54452c41c2ac6d756e24d7cb6ca138688d.debug vs.
./usr/lib/debug/.build-id/aa/00d2673556de9b6ead55a907bdbd3891a46f65.debug
Files 6% similar despite different names
899 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:···························ARM9 ··Machine:···························ARM
10 ··Version:···························0x110 ··Version:···························0x1
11 ··Entry·point·address:···············0x906011 ··Entry·point·address:···············0x9060
12 ··Start·of·program·headers:··········52·(bytes·into·file)12 ··Start·of·program·headers:··········52·(bytes·into·file)
13 ··Start·of·section·headers:··········252844·(bytes·into·file)13 ··Start·of·section·headers:··········252732·(bytes·into·file)
14 ··Flags:·····························0x5000400,·Version5·EABI,·hard-float·ABI14 ··Flags:·····························0x5000400,·Version5·EABI,·hard-float·ABI
15 ··Size·of·this·header:···············52·(bytes)15 ··Size·of·this·header:···············52·(bytes)
16 ··Size·of·program·headers:···········32·(bytes)16 ··Size·of·program·headers:···········32·(bytes)
17 ··Number·of·program·headers:·········617 ··Number·of·program·headers:·········6
18 ··Size·of·section·headers:···········40·(bytes)18 ··Size·of·section·headers:···········40·(bytes)
19 ··Number·of·section·headers:·········3319 ··Number·of·section·headers:·········33
20 ··Section·header·string·table·index:·3220 ··Section·header·string·table·index:·32
854 B
readelf --wide --program-header {}
    
Offset 1, 15 lines modifiedOffset 1, 15 lines modified
  
1 Elf·file·type·is·DYN·(Shared·object·file)1 Elf·file·type·is·DYN·(Shared·object·file)
2 Entry·point·0x90602 Entry·point·0x9060
3 There·are·6·program·headers,·starting·at·offset·523 There·are·6·program·headers,·starting·at·offset·52
  
4 Program·Headers:4 Program·Headers:
5 ··Type···········Offset···VirtAddr···PhysAddr···FileSiz·MemSiz··Flg·Align5 ··Type···········Offset···VirtAddr···PhysAddr···FileSiz·MemSiz··Flg·Align
6 ··LOAD···········0x000000·0x00000000·0x00000000·0x00118·0xa1240·R·E·0x100006 ··LOAD···········0x000000·0x00000000·0x00000000·0x00118·0xa1260·R·E·0x10000
7 ··LOAD···········0x001ec0·0x000b1ec0·0x000b1ec0·0x00000·0x009b4·RW··0x100007 ··LOAD···········0x001ec0·0x000b1ec0·0x000b1ec0·0x00000·0x009b4·RW··0x10000
8 ··DYNAMIC········0x001ec0·0x000b1ec8·0x000b1ec8·0x00000·0x00138·RW··0x48 ··DYNAMIC········0x001ec0·0x000b1ec8·0x000b1ec8·0x00000·0x00138·RW··0x4
9 ··NOTE···········0x0000f4·0x000000f4·0x000000f4·0x00024·0x00024·R···0x49 ··NOTE···········0x0000f4·0x000000f4·0x000000f4·0x00024·0x00024·R···0x4
10 ··GNU_STACK······0x000000·0x00000000·0x00000000·0x00000·0x00000·RW··0x1010 ··GNU_STACK······0x000000·0x00000000·0x00000000·0x00000·0x00000·RW··0x10
11 ··GNU_RELRO······0x001ec0·0x000b1ec0·0x000b1ec0·0x00000·0x00140·R···0x111 ··GNU_RELRO······0x001ec0·0x000b1ec0·0x000b1ec0·0x00000·0x00140·R···0x1
  
12 ·Section·to·Segment·mapping:12 ·Section·to·Segment·mapping:
4.23 KB
readelf --wide --sections {}
    
Offset 1, 42 lines modifiedOffset 1, 42 lines modified
1 There·are·33·section·headers,·starting·at·offset·0x3dbac:1 There·are·33·section·headers,·starting·at·offset·0x3db3c:
  
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············000000f4·0000f4·000024·00···A··0···0··45 ··[·1]·.note.gnu.build-id·NOTE············000000f4·0000f4·000024·00···A··0···0··4
6 ··[·2]·.gnu.hash·········NOBITS··········00000118·000118·000044·04···A··3···0··46 ··[·2]·.gnu.hash·········NOBITS··········00000118·000118·000044·04···A··3···0··4
7 ··[·3]·.dynsym···········NOBITS··········0000015c·000118·002170·10···A··4···3··47 ··[·3]·.dynsym···········NOBITS··········0000015c·000118·002170·10···A··4···3··4
8 ··[·4]·.dynstr···········NOBITS··········000022cc·000118·003fd8·00···A··0···0··18 ··[·4]·.dynstr···········NOBITS··········000022cc·000118·003fd8·00···A··0···0··1
9 ··[·5]·.gnu.version······NOBITS··········000062a4·000118·00042e·02···A··3···0··29 ··[·5]·.gnu.version······NOBITS··········000062a4·000118·00042e·02···A··3···0··2
10 ··[·6]·.gnu.version_r····NOBITS··········000066d4·000118·000070·00···A··4···2··410 ··[·6]·.gnu.version_r····NOBITS··········000066d4·000118·000070·00···A··4···2··4
11 ··[·7]·.rel.dyn··········NOBITS··········00006744·000118·000098·08···A··3···0··411 ··[·7]·.rel.dyn··········NOBITS··········00006744·000118·000098·08···A··3···0··4
12 ··[·8]·.rel.plt··········NOBITS··········000067dc·000118·001028·08···A··3··18··412 ··[·8]·.rel.plt··········NOBITS··········000067dc·000118·001028·08···A··3··18··4
13 ··[·9]·.init·············NOBITS··········00007804·000118·00000c·00··AX··0···0··413 ··[·9]·.init·············NOBITS··········00007804·000118·00000c·00··AX··0···0··4
14 ··[10]·.plt··············NOBITS··········00007810·000118·001850·04··AX··0···0··414 ··[10]·.plt··············NOBITS··········00007810·000118·001850·04··AX··0···0··4
15 ··[11]·.text·············NOBITS··········00009060·000118·087828·00··AX··0···0··415 ··[11]·.text·············NOBITS··········00009060·000118·087848·00··AX··0···0··4
16 ··[12]·.fini·············NOBITS··········00090888·000118·000008·00··AX··0···0··416 ··[12]·.fini·············NOBITS··········000908a8·000118·000008·00··AX··0···0··4
17 ··[13]·.rodata···········NOBITS··········00090890·000118·0109a9·00···A··0···0··417 ··[13]·.rodata···········NOBITS··········000908b0·000118·0109a9·00···A··0···0··4
18 ··[14]·.eh_frame·········NOBITS··········000a123c·000118·000004·00···A··0···0··418 ··[14]·.eh_frame·········NOBITS··········000a125c·000118·000004·00···A··0···0··4
19 ··[15]·.init_array·······NOBITS··········000b1ec0·001ec0·000004·04··WA··0···0··419 ··[15]·.init_array·······NOBITS··········000b1ec0·001ec0·000004·04··WA··0···0··4
20 ··[16]·.fini_array·······NOBITS··········000b1ec4·001ec0·000004·04··WA··0···0··420 ··[16]·.fini_array·······NOBITS··········000b1ec4·001ec0·000004·04··WA··0···0··4
21 ··[17]·.dynamic··········NOBITS··········000b1ec8·001ec0·000138·08··WA··4···0··421 ··[17]·.dynamic··········NOBITS··········000b1ec8·001ec0·000138·08··WA··4···0··4
22 ··[18]·.got··············NOBITS··········000b2000·001ec0·000860·04··WA··0···0··422 ··[18]·.got··············NOBITS··········000b2000·001ec0·000860·04··WA··0···0··4
23 ··[19]·.data·············NOBITS··········000b2860·001ec0·000004·00··WA··0···0··423 ··[19]·.data·············NOBITS··········000b2860·001ec0·000004·00··WA··0···0··4
24 ··[20]·.bss··············NOBITS··········000b2864·001ec0·000010·00··WA··0···0··424 ··[20]·.bss··············NOBITS··········000b2864·001ec0·000010·00··WA··0···0··4
25 ··[21]·.comment··········PROGBITS········00000000·000118·00001c·01··MS··0···0··125 ··[21]·.comment··········PROGBITS········00000000·000118·00001c·01··MS··0···0··1
26 ··[22]·.ARM.attributes···ARM_ATTRIBUTES··00000000·000134·000031·00······0···0··126 ··[22]·.ARM.attributes···ARM_ATTRIBUTES··00000000·000134·000031·00······0···0··1
27 ··[23]·.debug_aranges····PROGBITS········00000000·000165·000020·00······0···0··127 ··[23]·.debug_aranges····PROGBITS········00000000·000165·000020·00······0···0··1
28 ··[24]·.debug_info·······PROGBITS········00000000·000188·019a14·00···C··0···0··428 ··[24]·.debug_info·······PROGBITS········00000000·000188·0199cf·00···C··0···0··4
29 ··[25]·.debug_abbrev·····PROGBITS········00000000·019b9c·000248·00···C··0···0··429 ··[25]·.debug_abbrev·····PROGBITS········00000000·019b58·000248·00···C··0···0··4
30 ··[26]·.debug_line·······PROGBITS········00000000·019de4·004f9c·00···C··0···0··430 ··[26]·.debug_line·······PROGBITS········00000000·019da0·004f7c·00···C··0···0··4
31 ··[27]·.debug_frame······PROGBITS········00000000·01ed80·0011e8·00···C··0···0··431 ··[27]·.debug_frame······PROGBITS········00000000·01ed1c·0011e6·00···C··0···0··4
32 ··[28]·.debug_str········PROGBITS········00000000·01ff68·00639e·01·MSC··0···0··432 ··[28]·.debug_str········PROGBITS········00000000·01ff04·006393·01·MSC··0···0··4
33 ··[29]·.debug_ranges·····PROGBITS········00000000·026308·00002f·00···C··0···0··433 ··[29]·.debug_ranges·····PROGBITS········00000000·026298·00002f·00···C··0···0··4
34 ··[30]·.symtab···········SYMTAB··········00000000·026338·00be80·10·····31·2516··434 ··[30]·.symtab···········SYMTAB··········00000000·0262c8·00be80·10·····31·2516··4
35 ··[31]·.strtab···········STRTAB··········00000000·0321b8·00b8b5·00······0···0··135 ··[31]·.strtab···········STRTAB··········00000000·032148·00b8b5·00······0···0··1
36 ··[32]·.shstrtab·········STRTAB··········00000000·03da6d·00013f·00······0···0··136 ··[32]·.shstrtab·········STRTAB··········00000000·03d9fd·00013f·00······0···0··1
37 Key·to·Flags:37 Key·to·Flags:
38 ··W·(write),·A·(alloc),·X·(execute),·M·(merge),·S·(strings),·I·(info),38 ··W·(write),·A·(alloc),·X·(execute),·M·(merge),·S·(strings),·I·(info),
39 ··L·(link·order),·O·(extra·OS·processing·required),·G·(group),·T·(TLS),39 ··L·(link·order),·O·(extra·OS·processing·required),·G·(group),·T·(TLS),
40 ··C·(compressed),·x·(unknown),·o·(OS·specific),·E·(exclude),40 ··C·(compressed),·x·(unknown),·o·(OS·specific),·E·(exclude),
41 ··y·(purecode),·p·(processor·specific)41 ··y·(purecode),·p·(processor·specific)
294 KB
readelf --wide --symbols {}
    
Offset 9, 17 lines modifiedOffset 9, 17 lines modified
9 ·····5:·000062a4·····0·SECTION·LOCAL··DEFAULT····5·9 ·····5:·000062a4·····0·SECTION·LOCAL··DEFAULT····5·
10 ·····6:·000066d4·····0·SECTION·LOCAL··DEFAULT····6·10 ·····6:·000066d4·····0·SECTION·LOCAL··DEFAULT····6·
11 ·····7:·00006744·····0·SECTION·LOCAL··DEFAULT····7·11 ·····7:·00006744·····0·SECTION·LOCAL··DEFAULT····7·
12 ·····8:·000067dc·····0·SECTION·LOCAL··DEFAULT····8·12 ·····8:·000067dc·····0·SECTION·LOCAL··DEFAULT····8·
13 ·····9:·00007804·····0·SECTION·LOCAL··DEFAULT····9·13 ·····9:·00007804·····0·SECTION·LOCAL··DEFAULT····9·
14 ····10:·00007810·····0·SECTION·LOCAL··DEFAULT···10·14 ····10:·00007810·····0·SECTION·LOCAL··DEFAULT···10·
15 ····11:·00009060·····0·SECTION·LOCAL··DEFAULT···11·15 ····11:·00009060·····0·SECTION·LOCAL··DEFAULT···11·
16 ····12:·00090888·····0·SECTION·LOCAL··DEFAULT···12·16 ····12:·000908a8·····0·SECTION·LOCAL··DEFAULT···12·
17 ····13:·00090890·····0·SECTION·LOCAL··DEFAULT···13·17 ····13:·000908b0·····0·SECTION·LOCAL··DEFAULT···13·
18 ····14:·000a123c·····0·SECTION·LOCAL··DEFAULT···14·18 ····14:·000a125c·····0·SECTION·LOCAL··DEFAULT···14·
19 ····15:·000b1ec0·····0·SECTION·LOCAL··DEFAULT···15·19 ····15:·000b1ec0·····0·SECTION·LOCAL··DEFAULT···15·
20 ····16:·000b1ec4·····0·SECTION·LOCAL··DEFAULT···16·20 ····16:·000b1ec4·····0·SECTION·LOCAL··DEFAULT···16·
21 ····17:·000b1ec8·····0·SECTION·LOCAL··DEFAULT···17·21 ····17:·000b1ec8·····0·SECTION·LOCAL··DEFAULT···17·
22 ····18:·000b2000·····0·SECTION·LOCAL··DEFAULT···18·22 ····18:·000b2000·····0·SECTION·LOCAL··DEFAULT···18·
23 ····19:·000b2860·····0·SECTION·LOCAL··DEFAULT···19·23 ····19:·000b2860·····0·SECTION·LOCAL··DEFAULT···19·
24 ····20:·000b2864·····0·SECTION·LOCAL··DEFAULT···20·24 ····20:·000b2864·····0·SECTION·LOCAL··DEFAULT···20·
25 ····21:·00000000·····0·SECTION·LOCAL··DEFAULT···21·25 ····21:·00000000·····0·SECTION·LOCAL··DEFAULT···21·
Offset 32, 18 lines modifiedOffset 32, 18 lines modified
32 ····28:·00000000·····0·SECTION·LOCAL··DEFAULT···28·32 ····28:·00000000·····0·SECTION·LOCAL··DEFAULT···28·
33 ····29:·00000000·····0·SECTION·LOCAL··DEFAULT···29·33 ····29:·00000000·····0·SECTION·LOCAL··DEFAULT···29·
34 ····30:·00000000·····0·FILE····LOCAL··DEFAULT··ABS·/usr/lib/gcc/arm-linux-gnueabihf/8/../../../arm-linux-gnueabihf/crti.o34 ····30:·00000000·····0·FILE····LOCAL··DEFAULT··ABS·/usr/lib/gcc/arm-linux-gnueabihf/8/../../../arm-linux-gnueabihf/crti.o
35 ····31:·00009060·····0·NOTYPE··LOCAL··DEFAULT···11·$a35 ····31:·00009060·····0·NOTYPE··LOCAL··DEFAULT···11·$a
36 ····32:·00009060·····0·FUNC····LOCAL··DEFAULT···11·call_weak_fn36 ····32:·00009060·····0·FUNC····LOCAL··DEFAULT···11·call_weak_fn
37 ····33:·0000907c·····0·NOTYPE··LOCAL··DEFAULT···11·$d37 ····33:·0000907c·····0·NOTYPE··LOCAL··DEFAULT···11·$d
38 ····34:·00007804·····0·NOTYPE··LOCAL··DEFAULT····9·$a38 ····34:·00007804·····0·NOTYPE··LOCAL··DEFAULT····9·$a
39 ····35:·00090888·····0·NOTYPE··LOCAL··DEFAULT···12·$a39 ····35:·000908a8·····0·NOTYPE··LOCAL··DEFAULT···12·$a
40 ····36:·00000000·····0·FILE····LOCAL··DEFAULT··ABS·/usr/lib/gcc/arm-linux-gnueabihf/8/../../../arm-linux-gnueabihf/crtn.o40 ····36:·00000000·····0·FILE····LOCAL··DEFAULT··ABS·/usr/lib/gcc/arm-linux-gnueabihf/8/../../../arm-linux-gnueabihf/crtn.o
41 ····37:·0000780c·····0·NOTYPE··LOCAL··DEFAULT····9·$a41 ····37:·0000780c·····0·NOTYPE··LOCAL··DEFAULT····9·$a
42 ····38:·0009088c·····0·NOTYPE··LOCAL··DEFAULT···12·$a42 ····38:·000908ac·····0·NOTYPE··LOCAL··DEFAULT···12·$a
43 ····39:·00000000·····0·FILE····LOCAL··DEFAULT··ABS·crtstuff.c43 ····39:·00000000·····0·FILE····LOCAL··DEFAULT··ABS·crtstuff.c
44 ····40:·00009085·····0·FUNC····LOCAL··DEFAULT···11·deregister_tm_clones44 ····40:·00009085·····0·FUNC····LOCAL··DEFAULT···11·deregister_tm_clones
45 ····41:·00009084·····0·NOTYPE··LOCAL··DEFAULT···11·$t45 ····41:·00009084·····0·NOTYPE··LOCAL··DEFAULT···11·$t
46 ····42:·000090a0·····0·NOTYPE··LOCAL··DEFAULT···11·$d46 ····42:·000090a0·····0·NOTYPE··LOCAL··DEFAULT···11·$d
47 ····43:·000090b0·····0·NOTYPE··LOCAL··DEFAULT···11·$t47 ····43:·000090b0·····0·NOTYPE··LOCAL··DEFAULT···11·$t
48 ····44:·000090b1·····0·FUNC····LOCAL··DEFAULT···11·register_tm_clones48 ····44:·000090b1·····0·FUNC····LOCAL··DEFAULT···11·register_tm_clones
49 ····45:·000090d4·····0·NOTYPE··LOCAL··DEFAULT···11·$d49 ····45:·000090d4·····0·NOTYPE··LOCAL··DEFAULT···11·$d
Offset 60, 15 lines modifiedOffset 60, 15 lines modified
60 ····56:·000b1ec0·····0·OBJECT··LOCAL··DEFAULT···15·__frame_dummy_init_array_entry60 ····56:·000b1ec0·····0·OBJECT··LOCAL··DEFAULT···15·__frame_dummy_init_array_entry
61 ····57:·000b2864·····0·NOTYPE··LOCAL··DEFAULT···20·$d61 ····57:·000b2864·····0·NOTYPE··LOCAL··DEFAULT···20·$d
62 ····58:·00000000·····0·FILE····LOCAL··DEFAULT··ABS·Lasso.c62 ····58:·00000000·····0·FILE····LOCAL··DEFAULT··ABS·Lasso.c
63 ····59:·00009129····32·FUNC····LOCAL··DEFAULT···11·S_POPMARK63 ····59:·00009129····32·FUNC····LOCAL··DEFAULT···11·S_POPMARK
64 ····60:·00009128·····0·NOTYPE··LOCAL··DEFAULT···11·$t64 ····60:·00009128·····0·NOTYPE··LOCAL··DEFAULT···11·$t
65 ····61:·00009149····48·FUNC····LOCAL··DEFAULT···11·S_SvREFCNT_inc65 ····61:·00009149····48·FUNC····LOCAL··DEFAULT···11·S_SvREFCNT_inc
66 ····62:·00009179····76·FUNC····LOCAL··DEFAULT···11·S_SvREFCNT_dec66 ····62:·00009179····76·FUNC····LOCAL··DEFAULT···11·S_SvREFCNT_dec
67 ····63:·00090890·····0·NOTYPE··LOCAL··DEFAULT···13·$d67 ····63:·000908b0·····0·NOTYPE··LOCAL··DEFAULT···13·$d
68 ····64:·000091c5····36·FUNC····LOCAL··DEFAULT···11·S_croak_memory_wrap68 ····64:·000091c5····36·FUNC····LOCAL··DEFAULT···11·S_croak_memory_wrap
69 ····65:·000091dc·····0·NOTYPE··LOCAL··DEFAULT···11·$d69 ····65:·000091dc·····0·NOTYPE··LOCAL··DEFAULT···11·$d
70 ····66:·000091e8·····0·NOTYPE··LOCAL··DEFAULT···11·$t70 ····66:·000091e8·····0·NOTYPE··LOCAL··DEFAULT···11·$t
71 ····67:·000091e9···128·FUNC····LOCAL··DEFAULT···11·init_perl_lasso71 ····67:·000091e9···128·FUNC····LOCAL··DEFAULT···11·init_perl_lasso
72 ····68:·00009240·····0·NOTYPE··LOCAL··DEFAULT···11·$d72 ····68:·00009240·····0·NOTYPE··LOCAL··DEFAULT···11·$d
73 ····69:·00009268·····0·NOTYPE··LOCAL··DEFAULT···11·$t73 ····69:·00009268·····0·NOTYPE··LOCAL··DEFAULT···11·$t
74 ····70:·00009269···208·FUNC····LOCAL··DEFAULT···11·gperl_object_package_from_type74 ····70:·00009269···208·FUNC····LOCAL··DEFAULT···11·gperl_object_package_from_type
Offset 81, 15 lines modifiedOffset 81, 15 lines modified
81 ····77:·000093d0·····0·NOTYPE··LOCAL··DEFAULT···11·$d81 ····77:·000093d0·····0·NOTYPE··LOCAL··DEFAULT···11·$d
82 ····78:·000093d8·····0·NOTYPE··LOCAL··DEFAULT···11·$t82 ····78:·000093d8·····0·NOTYPE··LOCAL··DEFAULT···11·$t
83 ····79:·000093d9····68·FUNC····LOCAL··DEFAULT···11·update_wrapper83 ····79:·000093d9····68·FUNC····LOCAL··DEFAULT···11·update_wrapper
84 ····80:·00009410·····0·NOTYPE··LOCAL··DEFAULT···11·$d84 ····80:·00009410·····0·NOTYPE··LOCAL··DEFAULT···11·$d
85 ····81:·0000941c·····0·NOTYPE··LOCAL··DEFAULT···11·$t85 ····81:·0000941c·····0·NOTYPE··LOCAL··DEFAULT···11·$t
86 ····82:·0000941d···456·FUNC····LOCAL··DEFAULT···11·gperl_new_object86 ····82:·0000941d···456·FUNC····LOCAL··DEFAULT···11·gperl_new_object
87 ····83:·000095c8·····0·NOTYPE··LOCAL··DEFAULT···11·$d87 ····83:·000095c8·····0·NOTYPE··LOCAL··DEFAULT···11·$d
88 ····84:·000a1228····17·OBJECT··LOCAL··DEFAULT···13·__func__.3661988 ····84:·000a1248····17·OBJECT··LOCAL··DEFAULT···13·__func__.36619
89 ····85:·000095e4·····0·NOTYPE··LOCAL··DEFAULT···11·$t89 ····85:·000095e4·····0·NOTYPE··LOCAL··DEFAULT···11·$t
90 ····86:·000095e5···108·FUNC····LOCAL··DEFAULT···11·gperl_get_object90 ····86:·000095e5···108·FUNC····LOCAL··DEFAULT···11·gperl_get_object
91 ····87:·00009651···448·FUNC····LOCAL··DEFAULT···11·gperl_lasso_error91 ····87:·00009651···448·FUNC····LOCAL··DEFAULT···11·gperl_lasso_error
92 ····88:·000097fc·····0·NOTYPE··LOCAL··DEFAULT···11·$d92 ····88:·000097fc·····0·NOTYPE··LOCAL··DEFAULT···11·$d
93 ····89:·00009810·····0·NOTYPE··LOCAL··DEFAULT···11·$t93 ····89:·00009810·····0·NOTYPE··LOCAL··DEFAULT···11·$t
94 ····90:·00009811····60·FUNC····LOCAL··DEFAULT···11·check_gobject94 ····90:·00009811····60·FUNC····LOCAL··DEFAULT···11·check_gobject
95 ····91:·0000984d····48·FUNC····LOCAL··DEFAULT···11·_lasso_copy_helper_assign_table_of_attributes95 ····91:·0000984d····48·FUNC····LOCAL··DEFAULT···11·_lasso_copy_helper_assign_table_of_attributes
Offset 124, 54 lines modifiedOffset 124, 54 lines modified
124 ···120:·00009fc4·····0·NOTYPE··LOCAL··DEFAULT···11·$d124 ···120:·00009fc4·····0·NOTYPE··LOCAL··DEFAULT···11·$d
125 ···121:·00009fcc·····0·NOTYPE··LOCAL··DEFAULT···11·$t125 ···121:·00009fcc·····0·NOTYPE··LOCAL··DEFAULT···11·$t
126 ···122:·0000a00c·····0·NOTYPE··LOCAL··DEFAULT···11·$d126 ···122:·0000a00c·····0·NOTYPE··LOCAL··DEFAULT···11·$d
127 ···123:·0000a018·····0·NOTYPE··LOCAL··DEFAULT···11·$t127 ···123:·0000a018·····0·NOTYPE··LOCAL··DEFAULT···11·$t
128 ···124:·0000a019···348·FUNC····LOCAL··DEFAULT···11·XS_Lasso__Node_DESTROY128 ···124:·0000a019···348·FUNC····LOCAL··DEFAULT···11·XS_Lasso__Node_DESTROY
129 ···125:·0000a164·····0·NOTYPE··LOCAL··DEFAULT···11·$d129 ···125:·0000a164·····0·NOTYPE··LOCAL··DEFAULT···11·$d
130 ···126:·0000a174·····0·NOTYPE··LOCAL··DEFAULT···11·$t130 ···126:·0000a174·····0·NOTYPE··LOCAL··DEFAULT···11·$t
131 ···127:·0000a175···524·FUNC····LOCAL··DEFAULT···11·XS_Lasso_strerror131 ···127:·0000a175···460·FUNC····LOCAL··DEFAULT···11·XS_Lasso_init
132 ···128:·0000a374·····0·NOTYPE··LOCAL··DEFAULT···11·$d132 ···128:·0000a334·····0·NOTYPE··LOCAL··DEFAULT···11·$d
133 ···129:·0000a380·····0·NOTYPE··LOCAL··DEFAULT···11·$t133 ···129:·0000a340·····0·NOTYPE··LOCAL··DEFAULT···11·$t
134 ···130:·0000a381···460·FUNC····LOCAL··DEFAULT···11·XS_Lasso_init134 ···130:·0000a341···460·FUNC····LOCAL··DEFAULT···11·XS_Lasso_shutdown
135 ···131:·0000a540·····0·NOTYPE··LOCAL··DEFAULT···11·$d135 ···131:·0000a500·····0·NOTYPE··LOCAL··DEFAULT···11·$d
136 ···132:·0000a54c·····0·NOTYPE··LOCAL··DEFAULT···11·$t136 ···132:·0000a50c·····0·NOTYPE··LOCAL··DEFAULT···11·$t
137 ···133:·0000a54d···460·FUNC····LOCAL··DEFAULT···11·XS_Lasso_shutdown137 ···133:·0000a50d··1028·FUNC····LOCAL··DEFAULT···11·XS_Lasso_check_version
138 ···134:·0000a70c·····0·NOTYPE··LOCAL··DEFAULT···11·$d138 ···134:·0000a904·····0·NOTYPE··LOCAL··DEFAULT···11·$d
139 ···135:·0000a718·····0·NOTYPE··LOCAL··DEFAULT···11·$t139 ···135:·0000a910·····0·NOTYPE··LOCAL··DEFAULT···11·$t
140 ···136:·0000a719··1028·FUNC····LOCAL··DEFAULT···11·XS_Lasso_check_version140 ···136:·0000a911···368·FUNC····LOCAL··DEFAULT···11·XS_Lasso_set_flag
141 ···137:·0000ab10·····0·NOTYPE··LOCAL··DEFAULT···11·$d141 ···137:·0000aa70·····0·NOTYPE··LOCAL··DEFAULT···11·$d
142 ···138:·0000ab1c·····0·NOTYPE··LOCAL··DEFAULT···11·$t142 ···138:·0000aa80·····0·NOTYPE··LOCAL··DEFAULT···11·$t
143 ···139:·0000ab1d···368·FUNC····LOCAL··DEFAULT···11·XS_Lasso_set_flag143 ···139:·0000aa81···524·FUNC····LOCAL··DEFAULT···11·XS_Lasso_strerror
144 ···140:·0000ac7c·····0·NOTYPE··LOCAL··DEFAULT···11·$d144 ···140:·0000ac80·····0·NOTYPE··LOCAL··DEFAULT···11·$d
145 ···141:·0000ac8c·····0·NOTYPE··LOCAL··DEFAULT···11·$t145 ···141:·0000ac8c·····0·NOTYPE··LOCAL··DEFAULT···11·$t
146 ···142:·0000ac8d···532·FUNC····LOCAL··DEFAULT···11·XS_Lasso_build_unique_id146 ···142:·0000ac8d···628·FUNC····LOCAL··DEFAULT···11·XS_Lasso_profile_get_request_type_from_soap_msg
147 ···143:·0000ae94·····0·NOTYPE··LOCAL··DEFAULT···11·$d147 ···143:·0000aef0·····0·NOTYPE··LOCAL··DEFAULT···11·$d
148 ···144:·0000aea0·····0·NOTYPE··LOCAL··DEFAULT···11·$t148 ···144:·0000af00·····0·NOTYPE··LOCAL··DEFAULT···11·$t
149 ···145:·0000aea1···552·FUNC····LOCAL··DEFAULT···11·XS_Lasso_register_dst_service149 ···145:·0000af01···628·FUNC····LOCAL··DEFAULT···11·XS_Lasso_profile_is_liberty_query
150 ···146:·0000b0b4·····0·NOTYPE··LOCAL··DEFAULT···11·$d150 ···146:·0000b164·····0·NOTYPE··LOCAL··DEFAULT···11·$d
151 ···147:·0000b0c8·····0·NOTYPE··LOCAL··DEFAULT···11·$t151 ···147:·0000b174·····0·NOTYPE··LOCAL··DEFAULT···11·$t
152 ···148:·0000b0c9···564·FUNC····LOCAL··DEFAULT···11·XS_Lasso_get_prefix_for_dst_service_href152 ···148:·0000b175···564·FUNC····LOCAL··DEFAULT···11·XS_Lasso_profile_get_issuer
153 ···149:·0000b2ec·····0·NOTYPE··LOCAL··DEFAULT···11·$d153 ···149:·0000b398·····0·NOTYPE··LOCAL··DEFAULT···11·$d
154 ···150:·0000b2fc·····0·NOTYPE··LOCAL··DEFAULT···11·$t154 ···150:·0000b3a8·····0·NOTYPE··LOCAL··DEFAULT···11·$t
155 ···151:·0000b2fd···552·FUNC····LOCAL··DEFAULT···11·XS_Lasso_register_idwsf2_dst_service155 ···151:·0000b3a9···564·FUNC····LOCAL··DEFAULT···11·XS_Lasso_profile_get_in_response_to
156 ···152:·0000b510·····0·NOTYPE··LOCAL··DEFAULT···11·$d156 ···152:·0000b5cc·····0·NOTYPE··LOCAL··DEFAULT···11·$d
157 ···153:·0000b524·····0·NOTYPE··LOCAL··DEFAULT···11·$t157 ···153:·0000b5dc·····0·NOTYPE··LOCAL··DEFAULT···11·$t
158 ···154:·0000b525···564·FUNC····LOCAL··DEFAULT···11·XS_Lasso_get_prefix_for_idwsf2_dst_service_href158 ···154:·0000b5dd···532·FUNC····LOCAL··DEFAULT···11·XS_Lasso_build_unique_id
159 ···155:·0000b748·····0·NOTYPE··LOCAL··DEFAULT···11·$d159 ···155:·0000b7e4·····0·NOTYPE··LOCAL··DEFAULT···11·$d
160 ···156:·0000b758·····0·NOTYPE··LOCAL··DEFAULT···11·$t160 ···156:·0000b7f0·····0·NOTYPE··LOCAL··DEFAULT···11·$t
161 ···157:·0000b759···628·FUNC····LOCAL··DEFAULT···11·XS_Lasso_profile_get_request_type_from_soap_msg161 ···157:·0000b7f1···552·FUNC····LOCAL··DEFAULT···11·XS_Lasso_register_dst_service
162 ···158:·0000b9bc·····0·NOTYPE··LOCAL··DEFAULT···11·$d162 ···158:·0000ba04·····0·NOTYPE··LOCAL··DEFAULT···11·$d
163 ···159:·0000b9cc·····0·NOTYPE··LOCAL··DEFAULT···11·$t163 ···159:·0000ba18·····0·NOTYPE··LOCAL··DEFAULT···11·$t
164 ···160:·0000b9cd···628·FUNC····LOCAL··DEFAULT···11·XS_Lasso_profile_is_liberty_query164 ···160:·0000ba19···564·FUNC····LOCAL··DEFAULT···11·XS_Lasso_get_prefix_for_dst_service_href
165 ···161:·0000bc30·····0·NOTYPE··LOCAL··DEFAULT···11·$d165 ···161:·0000bc3c·····0·NOTYPE··LOCAL··DEFAULT···11·$d
166 ···162:·0000bc40·····0·NOTYPE··LOCAL··DEFAULT···11·$t166 ···162:·0000bc4c·····0·NOTYPE··LOCAL··DEFAULT···11·$t
167 ···163:·0000bc41···564·FUNC····LOCAL··DEFAULT···11·XS_Lasso_profile_get_issuer167 ···163:·0000bc4d···552·FUNC····LOCAL··DEFAULT···11·XS_Lasso_register_idwsf2_dst_service
168 ···164:·0000be64·····0·NOTYPE··LOCAL··DEFAULT···11·$d168 ···164:·0000be60·····0·NOTYPE··LOCAL··DEFAULT···11·$d
169 ···165:·0000be74·····0·NOTYPE··LOCAL··DEFAULT···11·$t169 ···165:·0000be74·····0·NOTYPE··LOCAL··DEFAULT···11·$t
170 ···166:·0000be75···564·FUNC····LOCAL··DEFAULT···11·XS_Lasso_profile_get_in_response_to170 ···166:·0000be75···564·FUNC····LOCAL··DEFAULT···11·XS_Lasso_get_prefix_for_idwsf2_dst_service_href
171 ···167:·0000c098·····0·NOTYPE··LOCAL··DEFAULT···11·$d171 ···167:·0000c098·····0·NOTYPE··LOCAL··DEFAULT···11·$d
172 ···168:·0000c0a8·····0·NOTYPE··LOCAL··DEFAULT···11·$t172 ···168:·0000c0a8·····0·NOTYPE··LOCAL··DEFAULT···11·$t
173 ···169:·0000c0a9···808·FUNC····LOCAL··DEFAULT···11·XS_Lasso_saml2_name_id_build_persistent173 ···169:·0000c0a9···808·FUNC····LOCAL··DEFAULT···11·XS_Lasso_saml2_name_id_build_persistent
174 ···170:·0000c3b8·····0·NOTYPE··LOCAL··DEFAULT···11·$d174 ···170:·0000c3b8·····0·NOTYPE··LOCAL··DEFAULT···11·$d
175 ···171:·0000c3d0·····0·NOTYPE··LOCAL··DEFAULT···11·$t175 ···171:·0000c3d0·····0·NOTYPE··LOCAL··DEFAULT···11·$t
176 ···172:·0000c3d1···660·FUNC····LOCAL··DEFAULT···11·XS_Lasso_saml2_encrypted_element_build_encrypted_persistent_name_id176 ···172:·0000c3d1···660·FUNC····LOCAL··DEFAULT···11·XS_Lasso_saml2_encrypted_element_build_encrypted_persistent_name_id
177 ···173:·0000c650·····0·NOTYPE··LOCAL··DEFAULT···11·$d177 ···173:·0000c650·····0·NOTYPE··LOCAL··DEFAULT···11·$d
Offset 271, 2146 lines modifiedOffset 271, 2146 lines modified
271 ···267:·00010e50·····0·NOTYPE··LOCAL··DEFAULT···11·$t271 ···267:·00010e50·····0·NOTYPE··LOCAL··DEFAULT···11·$t
272 ···268:·00010e51···744·FUNC····LOCAL··DEFAULT···11·XS_Lasso__Key_saml2_xml_verify272 ···268:·00010e51···744·FUNC····LOCAL··DEFAULT···11·XS_Lasso__Key_saml2_xml_verify
273 ···269:·00011128·····0·NOTYPE··LOCAL··DEFAULT···11·$d273 ···269:·00011128·····0·NOTYPE··LOCAL··DEFAULT···11·$d
Max diff block lines reached; 290256/300923 bytes (96.46%) 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:·30511f54452c41c2ac6d756e24d7cb6ca138688d3 ··GNU··················0x00000014»  NT_GNU_BUILD_ID·(unique·build·ID·bitstring)»   ····Build·ID:·aa00d2673556de9b6ead55a907bdbd3891a46f65
8.53 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:······················1439883 ··Length:······················143985
4 ··DWARF·Version:···············24 ··DWARF·Version:···············2
5 ··Prologue·Length:·············52585 ··Prologue·Length:·············5279
6 ··Minimum·Instruction·Length:··26 ··Minimum·Instruction·Length:··2
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, 23 lines modifiedOffset 44, 24 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/..
51 ··24»     ../../lasso/id-ff/../xml/dsig52 ··25»     ../../lasso/id-ff/../xml/dsig
52 ··25»     ../../lasso/id-ff/../xml/saml-2.053 ··26»     ../../lasso/id-ff/../xml/saml-2.0
53 ··26»     ../../lasso/saml-2.0/../xml/saml-2.054 ··27»     ../../lasso/saml-2.0/../xml/saml-2.0
54 ··27»     ../../lasso/saml-2.055 ··28»     ../../lasso/saml-2.0
55 ··28»     ../../lasso/xml/saml-2.0 
56 ··29»     ../../lasso/xml/ecp 
57 ··30»     ../../lasso/xml/soap-1.156 ··29»     ../../lasso/xml/soap-1.1
 57 ··30»     ../../lasso/xml/ecp
 58 ··31»     ../../lasso/xml/saml-2.0
  
58 ·The·File·Name·Table·(offset·0x33a):59 ·The·File·Name·Table·(offset·0x34f):
59 ··Entry»  Dir»       Time»   Size»       Name60 ··Entry»  Dir»       Time»   Size»       Name
60 ··1»      1»     0»    0»   inline.h61 ··1»      1»     0»    0»   inline.h
61 ··2»      0»     0»    0»   gobject_handling.c62 ··2»      0»     0»    0»   gobject_handling.c
62 ··3»      2»     0»    0»   utils.h63 ··3»      2»     0»    0»   utils.h
63 ··4»      3»     0»    0»   utils.c64 ··4»      3»     0»    0»   utils.c
64 ··5»      0»     0»    0»   glist_handling.c65 ··5»      0»     0»    0»   glist_handling.c
65 ··6»      0»     0»    0»   ghashtable_handling.c66 ··6»      0»     0»    0»   ghashtable_handling.c
Offset 163, 21 lines modifiedOffset 164, 21 lines modified
163 ··103»    15»  0» 0»globals.h164 ··103»    15»  0» 0»globals.h
164 ··104»    17»  0» 0»ctypes.h165 ··104»    17»  0» 0»ctypes.h
165 ··105»    18»  0» 0»xml.h166 ··105»    18»  0» 0»xml.h
166 ··106»    19»  0» 0»samlp2_idp_entry.h167 ··106»    19»  0» 0»samlp2_idp_entry.h
167 ··107»    19»  0» 0»samlp2_idp_list.h168 ··107»    19»  0» 0»samlp2_idp_list.h
168 ··108»    20»  0» 0»strings.h169 ··108»    20»  0» 0»strings.h
169 ··109»    2»   0»  0» debug.h170 ··109»    2»   0»  0» debug.h
170 ··110»    2»   0»  0» key.h 
171 ··111»    21»  0» 0»saml_name_identifier.h171 ··110»    21»  0» 0»saml_name_identifier.h
172 ··112»    22»  0» 0»federation.h172 ··111»    22»  0» 0»federation.h
173 ··113»    22»  0» 0»identity.h173 ··112»    22»  0» 0»identity.h
174 ··114»    15»  0» 0»xpath.h174 ··113»    15»  0» 0»xpath.h
175 ··115»    23»  0» 0»xslt.h175 ··114»    23»  0» 0»xslt.h
176 ··116»    21»  0» 0»xml_enc.h176 ··115»    21»  0» 0»xml_enc.h
 177 ··116»    24»  0» 0»key.h
177 ··117»    22»  0» 0»provider.h178 ··117»    22»  0» 0»provider.h
178 ··118»    22»  0» 0»server.h179 ··118»    22»  0» 0»server.h
179 ··119»    22»  0» 0»session.h180 ··119»    22»  0» 0»session.h
180 ··120»    21»  0» 0»samlp_request_abstract.h181 ··120»    21»  0» 0»samlp_request_abstract.h
181 ··121»    21»  0» 0»samlp_response_abstract.h182 ··121»    21»  0» 0»samlp_response_abstract.h
182 ··122»    22»  0» 0»profile.h183 ··122»    22»  0» 0»profile.h
183 ··123»    21»  0» 0»lib_federation_termination_notification.h184 ··123»    21»  0» 0»lib_federation_termination_notification.h
Offset 192, 20 lines modifiedOffset 193, 20 lines modified
192 ··132»    21»  0» 0»samlp_status_code.h193 ··132»    21»  0» 0»samlp_status_code.h
193 ··133»    21»  0» 0»samlp_status.h194 ··133»    21»  0» 0»samlp_status.h
194 ··134»    21»  0» 0»saml_advice.h195 ··134»    21»  0» 0»saml_advice.h
195 ··135»    21»  0» 0»saml_assertion.h196 ··135»    21»  0» 0»saml_assertion.h
196 ··136»    21»  0» 0»saml_authority_binding.h197 ··136»    21»  0» 0»saml_authority_binding.h
197 ··137»    21»  0» 0»saml_subject_locality.h198 ··137»    21»  0» 0»saml_subject_locality.h
198 ··138»    21»  0» 0»saml_statement_abstract.h199 ··138»    21»  0» 0»saml_statement_abstract.h
199 ··139»    24»  0» 0»ds_rsa_key_value.h200 ··139»    25»  0» 0»ds_rsa_key_value.h
200 ··140»    24»  0» 0»ds_x509_data.h201 ··140»    25»  0» 0»ds_x509_data.h
201 ··141»    24»  0» 0»ds_key_value.h202 ··141»    25»  0» 0»ds_key_value.h
202 ··142»    24»  0» 0»ds_key_info.h203 ··142»    25»  0» 0»ds_key_info.h
203 ··143»    21»  0» 0»saml_subject_confirmation.h204 ··143»    21»  0» 0»saml_subject_confirmation.h
204 ··144»    25»  0» 0»saml2_encrypted_element.h205 ··144»    26»  0» 0»saml2_encrypted_element.h
205 ··145»    21»  0» 0»saml_subject.h206 ··145»    21»  0» 0»saml_subject.h
206 ··146»    21»  0» 0»saml_subject_statement_abstract.h207 ··146»    21»  0» 0»saml_subject_statement_abstract.h
207 ··147»    21»  0» 0»saml_authentication_statement.h208 ··147»    21»  0» 0»saml_authentication_statement.h
208 ··148»    21»  0» 0»saml_condition_abstract.h209 ··148»    21»  0» 0»saml_condition_abstract.h
209 ··149»    21»  0» 0»saml_audience_restriction_condition.h210 ··149»    21»  0» 0»saml_audience_restriction_condition.h
210 ··150»    21»  0» 0»saml_conditions.h211 ··150»    21»  0» 0»saml_conditions.h
211 ··151»    21»  0» 0»saml_subject_statement.h212 ··151»    21»  0» 0»saml_subject_statement.h
Offset 222, 71841 lines modifiedOffset 223, 71841 lines modified
222 ··162»    21»  0» 0»lib_status_response.h223 ··162»    21»  0» 0»lib_status_response.h
223 ··163»    22»  0» 0»logout.h224 ··163»    22»  0» 0»logout.h
224 ··164»    21»  0» 0»lib_name_identifier_mapping_request.h225 ··164»    21»  0» 0»lib_name_identifier_mapping_request.h
225 ··165»    21»  0» 0»lib_name_identifier_mapping_response.h226 ··165»    21»  0» 0»lib_name_identifier_mapping_response.h
226 ··166»    22»  0» 0»name_identifier_mapping.h227 ··166»    22»  0» 0»name_identifier_mapping.h
227 ··167»    21»  0» 0»lib_register_name_identifier_request.h228 ··167»    21»  0» 0»lib_register_name_identifier_request.h
228 ··168»    22»  0» 0»name_registration.h229 ··168»    22»  0» 0»name_registration.h
229 ··169»    26»  0» 0»saml2_name_id.h230 ··169»    27»  0» 0»saml2_name_id.h
230 ··170»    26»  0» 0»samlp2_extensions.h231 ··170»    27»  0» 0»samlp2_extensions.h
231 ··171»    26»  0» 0»samlp2_request_abstract.h232 ··171»    27»  0» 0»samlp2_request_abstract.h
232 ··172»    26»  0» 0»samlp2_terminate.h233 ··172»    27»  0» 0»samlp2_terminate.h
233 ··173»    26»  0» 0»samlp2_manage_name_id_request.h234 ··173»    27»  0» 0»samlp2_manage_name_id_request.h
234 ··174»    26»  0» 0»samlp2_status_code.h235 ··174»    27»  0» 0»samlp2_status_code.h
235 ··175»    26»  0» 0»samlp2_status_detail.h236 ··175»    27»  0» 0»samlp2_status_detail.h
236 ··176»    26»  0» 0»samlp2_status.h237 ··176»    27»  0» 0»samlp2_status.h
237 ··177»    26»  0» 0»samlp2_status_response.h238 ··177»    27»  0» 0»samlp2_status_response.h
238 ··178»    27»  0» 0»name_id_management.h239 ··178»    28»  0» 0»name_id_management.h
239 ··179»    27»  0» 0»ecp.h240 ··179»    28»  0» 0»ecp.h
240 ··180»    27»  0» 0»assertion_query.h241 ··180»    28»  0» 0»assertion_query.h
241 ··181»    26»  0» 0»saml2_assertion.h242 ··181»    27»  0» 0»saml2_assertion.h
242 ··182»    26»  0» 0»saml2_advice.h243 ··182»    27»  0» 0»saml2_advice.h
243 ··183»    26»  0» 0»saml2_conditions.h244 ··183»    27»  0» 0»saml2_conditions.h
244 ··184»    26»  0» 0»saml2_base_idabstract.h245 ··184»    27»  0» 0»saml2_base_idabstract.h
245 ··185»    26»  0» 0»saml2_subject_confirmation_data.h246 ··185»    27»  0» 0»saml2_subject_confirmation_data.h
246 ··186»    26»  0» 0»saml2_subject_confirmation.h247 ··186»    27»  0» 0»saml2_subject_confirmation.h
247 ··187»    26»  0» 0»saml2_subject.h248 ··187»    27»  0» 0»saml2_subject.h
248 ··188»    27»  0» 0»saml2_helper.h249 ··188»    28»  0» 0»saml2_helper.h
249 ··189»    2»   0»  0» lasso.h250 ··189»    2»   0»  0» lasso.h
250 ··190»    18»  0» 0»lib_assertion.h 
251 ··191»    18»  0» 0»lib_subject.h251 ··190»    18»  0» 0»lib_subject.h
252 ··192»    18»  0» 0»paos_response.h252 ··191»    18»  0» 0»paos_response.h
253 ··193»    18»  0» 0»paos_request.h253 ··192»    18»  0» 0»paos_request.h
 254 ··193»    18»  0» 0»lib_assertion.h
254 ··194»    18»  0» 0»lib_authn_context.h255 ··194»    18»  0» 0»lib_authn_context.h
255 ··195»    18»  0» 0»lib_authentication_statement.h256 ··195»    18»  0» 0»lib_authentication_statement.h
256 ··196»    18»  0» 0»saml_attribute_value.h257 ··196»    18»  0» 0»saml_attribute_value.h
257 ··197»    18»  0» 0»misc_text_node.h258 ··197»    18»  0» 0»misc_text_node.h
258 ··198»    28»  0» 0»saml2_condition_abstract.h 
259 ··199»    28»  0» 0»samlp2_subject_query_abstract.h 
260 ··200»    28»  0» 0»saml2_attribute.h 
261 ··201»    28»  0» 0»samlp2_attribute_query.h 
262 ··202»    28»  0» 0»saml2_key_info_confirmation_data_type.h 
Max diff block lines reached; 8932034/8940122 bytes (99.91%) of diff not shown.
9.88 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:········0x41692·(32-bit)3 ···Length:········0x41692·(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:·0xdb8):·GNU·C17·8.3.0·-mfloat-abi=hard·-mfpu=vfpv3-d16·-mthumb·-mtls-dialect=gnu·-march=armv7-a+fp·-g·-fwrapv·-fno-strict-aliasing·-fPIC8 ····<c>···DW_AT_producer····:·(indirect·string,·offset:·0xdcd):·GNU·C17·8.3.0·-mfloat-abi=hard·-mfpu=vfpv3-d16·-mthumb·-mtls-dialect=gnu·-march=armv7-a+fp·-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:·0x12ab9):·Lasso.c10 ····<11>···DW_AT_name········:·(indirect·string,·offset:·0x12ad4):·Lasso.c
11 ····<15>···DW_AT_comp_dir····:·(indirect·string,·offset:·0xfd84):·/build/lasso-2.6.0/bindings/perl11 ····<15>···DW_AT_comp_dir····:·(indirect·string,·offset:·0xfde0):·/build/lasso-2.6.0/bindings/perl
12 ····<19>···DW_AT_low_pc······:·0x912812 ····<19>···DW_AT_low_pc······:·0x9128
13 ····<1d>···DW_AT_high_pc·····:·0x8776013 ····<1d>···DW_AT_high_pc·····:·0x87780
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:·0x5110):·unsigned·char18 ····<28>···DW_AT_name········:·(indirect·string,·offset:·0x5169):·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:·0xbead):·short·unsigned·int24 ····<34>···DW_AT_name········:·(indirect·string,·offset:·0xbf5e):·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:·0xf880):·unsigned·int30 ····<40>···DW_AT_name········:·(indirect·string,·offset:·0xf90f):·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:·0xf87b):·long·unsigned·int34 ····<47>···DW_AT_name········:·(indirect·string,·offset:·0xf90a):·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:·0x5112):·signed·char38 ····<4e>···DW_AT_name········:·(indirect·string,·offset:·0x516b):·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:·0x13ec):·__uint8_t40 ····<53>···DW_AT_name········:·(indirect·string,·offset:·0x1401):·__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:·0x10137):·short·int48 ····<61>···DW_AT_name········:·(indirect·string,·offset:·0x10193):·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:·0x10689):·__uint16_t50 ····<66>···DW_AT_name········:·(indirect·string,·offset:·0x106e5):·__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:·0x910e):·__uint32_t62 ····<7e>···DW_AT_name········:·(indirect·string,·offset:·0x91f9):·__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:·0x14361):·long·long·int70 ····<8c>···DW_AT_name········:·(indirect·string,·offset:·0x14367):·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:·0xf876):·long·long·unsigned·int74 ····<93>···DW_AT_name········:·(indirect·string,·offset:·0xf905):·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:·0x8944):·__quad_t76 ····<98>···DW_AT_name········:·(indirect·string,·offset:·0x8a26):·__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:·0x926):·__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:·0xe776):·__dev_t88 ····<b0>···DW_AT_name········:·(indirect·string,·offset:·0xe7f0):·__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:·0x10529):·__uid_t94 ····<bc>···DW_AT_name········:·(indirect·string,·offset:·0x10585):·__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:·0xdd1d):·__gid_t100 ····<c8>···DW_AT_name········:·(indirect·string,·offset:·0xdddb):·__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:·0x102c3):·__ino_t106 ····<d4>···DW_AT_name········:·(indirect·string,·offset:·0x1031f):·__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:·0x838a):·__ino64_t112 ····<e0>···DW_AT_name········:·(indirect·string,·offset:·0x8442):·__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:·0x231b):·__mode_t118 ····<ec>···DW_AT_name········:·(indirect·string,·offset:·0x2339):·__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:·0xbbda):·__nlink_t124 ····<f8>···DW_AT_name········:·(indirect·string,·offset:·0xbc77):·__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; 10353093/10361108 bytes (99.92%) of diff not shown.
351 B
readelf --wide --debug-dump=aranges {}
    
Offset 3, 10 lines modifiedOffset 3, 10 lines modified
3 ··Length:···················283 ··Length:···················28
4 ··Version:··················24 ··Version:··················2
5 ··Offset·into·.debug_info:··0x05 ··Offset·into·.debug_info:··0x0
6 ··Pointer·Size:·············46 ··Pointer·Size:·············4
7 ··Segment·Size:·············07 ··Segment·Size:·············0
  
8 ····Address····Length8 ····Address····Length
9 ····00009128·00087760·9 ····00009128·00087780·
10 ····00000000·00000000·10 ····00000000·00000000·
  
349 B
readelf --wide --debug-dump=ranges {}
    
Offset 3, 10 lines modifiedOffset 3, 10 lines modified
3 ··Length:···················283 ··Length:···················28
4 ··Version:··················24 ··Version:··················2
5 ··Offset·into·.debug_info:··0x05 ··Offset·into·.debug_info:··0x0
6 ··Pointer·Size:·············46 ··Pointer·Size:·············4
7 ··Segment·Size:·············07 ··Segment·Size:·············0
  
8 ····Address····Length8 ····Address····Length
9 ····00009128·00087760·9 ····00009128·00087780·
10 ····00000000·00000000·10 ····00000000·00000000·
  
49.2 KB
strings --all --bytes=8 {}
    
Offset 1, 63 lines modifiedOffset 1, 50 lines modified
1 GCC:·(Debian·8.3.0-6)·8.3.01 oeGCC:·(Debian·8.3.0-6)·8.3.0
 2 e`{QH(cr
 3 LM'K[9Hwt
 4 Ho@TT|Zt
 5 f)+#~}9?
 6 b<E>^Cp7
 7 =hY$7-KS#-
 8 8QM%%0Bu
 9 )0!U90kd`
 10 +z?V$?V$?V
 11 -rSlZy» d
 12 clY}\y~2
 13 UW2UW2UWSUW3UW3UW+Ug&
 14 }O·\>\'[
 15 a)j_BG}D
 16 ]p»     [v"»  5
 17 30oP0o00o00o(0
 18 >,8}ERs<V
 19 0.!^sJp#
 20 L;$9lvHr<
 21 wM#0U6c0
 22 2%,·JX@,
 23 !>76HZ3?
 24 &7[7szT<+
 25 ·,m7ly0g
 26 vr2a9LX.
 27 R,$R,$R,4R,
 28 u:Mt:Mt:mt
 29 uZCtZCtZct
 30 _}1:M&:M
 31 F';0:=3}
 32 S=AQ],RMV
 33 8QR!j»  <&»<
 34 gNe"a7·l
 35 }:"[gBd~
 36 [*gWSV8o
 37 S?-C>u$`
 38 QC+8jh%G
 39 mk_kO0|0
 40 P_13,(/|
 41 El}W^5~"
 42 "s,rji[NS
 43 \»      4o7LJ2
2 ycz/8·-=| 
3 ZI·Xk=+I 
4 ]pkp]=pk^$ 
5 m;odp$kd^ 
6 {i,YS&p-v 
7 o+PXGu#XCwz 
8 HW(HW(HW 
9 HW)HW)HW 
10 MA~GA~OF~OA~OA~ 
11 "3G>UA>UA>]F>]A>]A> 
12 D*R$*BBE* 
13 \D^VB>t. 
14 &LpetS/Yu 
15 tT~b]~zA 
16 W2kuS?=W 
17 f0aoSao3ao3aoka[7 
18 f`vk0Gcd 
19 `^c`^c`^ 
20 uo!oK3oK#o/ 
21 #Qg4Oit4 
22 ·W{1W{!W 
23 30/10/k0a 
24 Y0I85I#g^ 
25 lORp>Mo/nmJ1Z 
26 c`:h0%{% 
27 eJ$M.S#Ir 
28 8%kN7jH3 
29 `^c`^c`FP0# 
30 h~`h~`h~ 
31 Ua@fePETD 
32 }.yZB8M8!nyb 
33 Q~v8z4#3 
34 20]m0E-$ 
35 [@%9c\EyX 
36 ,o@JnzZ3 
37 n,(/8>($ 
38 R^OZ^O+J 
39 384#84_1 
40 QmQba/&J 
41 /S'?wRP'AH 
42 79^c;J42)V5 
43 ?H(v\Wt- 
44 <7n4I2P,w 
45 qk2q7Sq[ 
46 |OA<Q"QF 
47 s+.*y^p· 
48 nWS~m:Nn 
49 l~>$JYSP 
50 ^IFQSk0)S 
51 2)pP:nZ#=SHRZj 
52 :&V·RE/B 
53 W4<f:Zr+ 
54 3PJjYz>y 
55 fC<t(ir\ 
56 =ou+{':_O 
57 /usr/lib/gcc/arm-linux-gnueabihf/8/../../../arm-linux-gnueabihf/crti.o44 /usr/lib/gcc/arm-linux-gnueabihf/8/../../../arm-linux-gnueabihf/crti.o
58 call_weak_fn45 call_weak_fn
59 /usr/lib/gcc/arm-linux-gnueabihf/8/../../../arm-linux-gnueabihf/crtn.o46 /usr/lib/gcc/arm-linux-gnueabihf/8/../../../arm-linux-gnueabihf/crtn.o
60 crtstuff.c47 crtstuff.c
61 deregister_tm_clones48 deregister_tm_clones
62 __do_global_dtors_aux49 __do_global_dtors_aux
63 completed.1078350 completed.10783
Offset 84, 28 lines modifiedOffset 71, 28 lines modified
84 xmlnode_to_pv71 xmlnode_to_pv
85 pv_to_xmlnode72 pv_to_xmlnode
86 array_to_glist_string73 array_to_glist_string
87 array_to_glist_gobject74 array_to_glist_gobject
88 __ht_foreach_get_hos75 __ht_foreach_get_hos
89 __ht_foreach_get_hoo76 __ht_foreach_get_hoo
90 XS_Lasso__Node_DESTROY77 XS_Lasso__Node_DESTROY
91 XS_Lasso_strerror 
92 XS_Lasso_init78 XS_Lasso_init
93 XS_Lasso_shutdown79 XS_Lasso_shutdown
94 XS_Lasso_check_version80 XS_Lasso_check_version
95 XS_Lasso_set_flag81 XS_Lasso_set_flag
 82 XS_Lasso_strerror
 83 XS_Lasso_profile_get_request_type_from_soap_msg
 84 XS_Lasso_profile_is_liberty_query
 85 XS_Lasso_profile_get_issuer
 86 XS_Lasso_profile_get_in_response_to
96 XS_Lasso_build_unique_id87 XS_Lasso_build_unique_id
97 XS_Lasso_register_dst_service88 XS_Lasso_register_dst_service
98 XS_Lasso_get_prefix_for_dst_service_href89 XS_Lasso_get_prefix_for_dst_service_href
99 XS_Lasso_register_idwsf2_dst_service90 XS_Lasso_register_idwsf2_dst_service
Max diff block lines reached; 48281/50287 bytes (96.01%) of diff not shown.
79.7 KB
objdump --line-numbers --disassemble --demangle --reloc --no-show-raw-insn --section=.text {}
    
Offset 97, 54 lines modifiedOffset 97, 54 lines modified
  
97 00009fcc·<get_hash_of_objects>:97 00009fcc·<get_hash_of_objects>:
98 »       ...98 »       ...
  
99 0000a018·<XS_Lasso__Node_DESTROY>:99 0000a018·<XS_Lasso__Node_DESTROY>:
100 »       ...100 »       ...
  
101 0000a174·<XS_Lasso_strerror>:101 0000a174·<XS_Lasso_init>:
102 »       ...102 »       ...
  
103 0000a380·<XS_Lasso_init>:103 0000a340·<XS_Lasso_shutdown>:
104 »       ...104 »       ...
  
105 0000a54c·<XS_Lasso_shutdown>:105 0000a50c·<XS_Lasso_check_version>:
106 »       ...106 »       ...
  
107 0000a718·<XS_Lasso_check_version>:107 0000a910·<XS_Lasso_set_flag>:
108 »       ...108 »       ...
  
109 0000ab1c·<XS_Lasso_set_flag>:109 0000aa80·<XS_Lasso_strerror>:
110 »       ...110 »       ...
  
111 0000ac8c·<XS_Lasso_build_unique_id>:111 0000ac8c·<XS_Lasso_profile_get_request_type_from_soap_msg>:
112 »       ...112 »       ...
  
113 0000aea0·<XS_Lasso_register_dst_service>:113 0000af00·<XS_Lasso_profile_is_liberty_query>:
114 »       ...114 »       ...
  
115 0000b0c8·<XS_Lasso_get_prefix_for_dst_service_href>:115 0000b174·<XS_Lasso_profile_get_issuer>:
116 »       ...116 »       ...
  
117 0000b2fc·<XS_Lasso_register_idwsf2_dst_service>:117 0000b3a8·<XS_Lasso_profile_get_in_response_to>:
118 »       ...118 »       ...
  
119 0000b524·<XS_Lasso_get_prefix_for_idwsf2_dst_service_href>:119 0000b5dc·<XS_Lasso_build_unique_id>:
120 »       ...120 »       ...
  
121 0000b758·<XS_Lasso_profile_get_request_type_from_soap_msg>:121 0000b7f0·<XS_Lasso_register_dst_service>:
122 »       ...122 »       ...
  
123 0000b9cc·<XS_Lasso_profile_is_liberty_query>:123 0000ba18·<XS_Lasso_get_prefix_for_dst_service_href>:
124 »       ...124 »       ...
  
125 0000bc40·<XS_Lasso_profile_get_issuer>:125 0000bc4c·<XS_Lasso_register_idwsf2_dst_service>:
126 »       ...126 »       ...
  
127 0000be74·<XS_Lasso_profile_get_in_response_to>:127 0000be74·<XS_Lasso_get_prefix_for_idwsf2_dst_service_href>:
128 »       ...128 »       ...
  
129 0000c0a8·<XS_Lasso_saml2_name_id_build_persistent>:129 0000c0a8·<XS_Lasso_saml2_name_id_build_persistent>:
130 »       ...130 »       ...
  
131 0000c3d0·<XS_Lasso_saml2_encrypted_element_build_encrypted_persistent_name_id>:131 0000c3d0·<XS_Lasso_saml2_encrypted_element_build_encrypted_persistent_name_id>:
132 »       ...132 »       ...
Offset 244, 2145 lines modifiedOffset 244, 2145 lines modified
  
244 00010e50·<XS_Lasso__Key_saml2_xml_verify>:244 00010e50·<XS_Lasso__Key_saml2_xml_verify>:
245 »       ...245 »       ...
  
246 00011138·<XS_Lasso__Key_saml2_xml_sign>:246 00011138·<XS_Lasso__Key_saml2_xml_sign>:
247 »       ...247 »       ...
  
248 00011354·<XS_Lasso__SamlSubjectConfirmation_new>:248 00011354·<XS_Lasso__Provider_new>:
249 »       ...249 »       ...
  
250 000114e0·<XS_Lasso__SamlSubjectConfirmation_ConfirmationMethod>:250 00011798·<XS_Lasso__Provider_new_from_buffer>:
251 »       ...251 »       ...
  
252 000118b0·<XS_Lasso__SamlSubjectConfirmation_SubjectConfirmationData>:252 00011b54·<XS_Lasso__Provider_new_from_dump>:
253 »       ...253 »       ...
  
254 00011b54·<XS_Lasso__SamlSubjectConfirmation_KeyInfo>:254 00011d10·<XS_Lasso__Provider_get_assertion_consumer_service_url>:
255 »       ...255 »       ...
  
256 00011d8c·<XS_Lasso__LibIDPList_new>:256 00011f84·<XS_Lasso__Provider_get_metadata_one>:
257 »       ...257 »       ...
  
258 00011f18·<XS_Lasso__LibIDPList_IDPEntries>:258 000121f0·<XS_Lasso__Provider_get_metadata_list>:
259 »       ...259 »       ...
  
260 00012150·<XS_Lasso__LibIDPList_GetComplete>:260 000124b4·<XS_Lasso__Provider_get_first_http_method>:
261 »       ...261 »       ...
  
262 000123f4·<XS_Lasso__PaosResponse_new>:262 0001275c·<XS_Lasso__Provider_accept_http_method>:
263 »       ...263 »       ...
  
264 0001263c·<XS_Lasso__PaosResponse_validate>:264 00012b1c·<XS_Lasso__Provider_has_protocol_profile>:
265 »       ...265 »       ...
  
266 00012834·<XS_Lasso__PaosResponse_refToMessageID>:266 00012e54·<XS_Lasso__Provider_get_base64_succinct_id>:
267 »       ...267 »       ...
  
268 00012ad8·<XS_Lasso__PaosResponse_mustUnderstand>:268 0001300c·<XS_Lasso__Provider_get_organization>:
269 »       ...269 »       ...
  
270 00012da4·<XS_Lasso__PaosResponse_actor>:270 0001313c·<XS_Lasso__Provider_get_protocol_conformance>:
271 »       ...271 »       ...
  
272 00013048·<XS_Lasso__PaosRequest_new>:272 00013334·<XS_Lasso__Provider_set_protocol_conformance>:
273 »       ...273 »       ...
  
274 00013344·<XS_Lasso__PaosRequest_validate>:274 000134b4·<XS_Lasso__Provider_set_encryption_mode>:
275 »       ...275 »       ...
  
276 0001353c·<XS_Lasso__PaosRequest_responseConsumerURL>:276 00013634·<XS_Lasso__Provider_get_encryption_mode>:
277 »       ...277 »       ...
  
278 000137e0·<XS_Lasso__PaosRequest_messageID>:278 0001382c·<XS_Lasso__Provider_set_encryption_sym_key_type>:
279 »       ...279 »       ...
  
280 00013a84·<XS_Lasso__PaosRequest_service>:280 000139ac·<XS_Lasso__Provider_get_default_name_id_format>:
281 »       ...281 »       ...
  
282 00013d28·<XS_Lasso__PaosRequest_mustUnderstand>:282 00013b64·<XS_Lasso__Provider_get_sp_name_qualifier>:
283 »       ...283 »       ...
  
284 00013ff4·<XS_Lasso__PaosRequest_actor>:284 00013d1c·<XS_Lasso__Provider_verify_single_node_signature>:
285 »       ...285 »       ...
  
286 00014298·<XS_Lasso__SamlAssertion_new>:286 00013ff4·<XS_Lasso__Provider_get_idp_supported_attributes>:
287 »       ...287 »       ...
  
288 00014424·<XS_Lasso__SamlAssertion_Conditions>:288 000141f8·<XS_Lasso__Provider_get_valid_until>:
289 »       ...289 »       ...
  
290 0001465c·<XS_Lasso__SamlAssertion_Advice>:290 000143b0·<XS_Lasso__Provider_get_cache_duration>:
291 »       ...291 »       ...
Max diff block lines reached; 77349/81443 bytes (94.97%) of diff not shown.
285 B
objdump --line-numbers --disassemble --demangle --reloc --no-show-raw-insn --section=.fini {}
    
Offset 1, 7 lines modifiedOffset 1, 7 lines modified
  
  
  
1 Disassembly·of·section·.fini:1 Disassembly·of·section·.fini:
  
2 00090888·<_fini>:2 000908a8·<_fini>:
3 »       ...3 »       ...
256 KB
readelf --wide --decompress --string-dump=.debug_str {}
    
Offset 58, 3733 lines modifiedOffset 58, 3733 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
232 KB
readelf --wide --decompress --hex-dump=.strtab {}
    
Offset 47, 41 lines modifiedOffset 47, 41 lines modified
47 ··0x000002c0·6e6f6465·00617272·61795f74·6f5f676c·node.array_to_gl47 ··0x000002c0·6e6f6465·00617272·61795f74·6f5f676c·node.array_to_gl
48 ··0x000002d0·6973745f·73747269·6e670061·72726179·ist_string.array48 ··0x000002d0·6973745f·73747269·6e670061·72726179·ist_string.array
49 ··0x000002e0·5f746f5f·676c6973·745f676f·626a6563·_to_glist_gobjec49 ··0x000002e0·5f746f5f·676c6973·745f676f·626a6563·_to_glist_gobjec
50 ··0x000002f0·74005f5f·68745f66·6f726561·63685f67·t.__ht_foreach_g50 ··0x000002f0·74005f5f·68745f66·6f726561·63685f67·t.__ht_foreach_g
51 ··0x00000300·65745f68·6f73005f·5f68745f·666f7265·et_hos.__ht_fore51 ··0x00000300·65745f68·6f73005f·5f68745f·666f7265·et_hos.__ht_fore
52 ··0x00000310·6163685f·6765745f·686f6f00·58535f4c·ach_get_hoo.XS_L52 ··0x00000310·6163685f·6765745f·686f6f00·58535f4c·ach_get_hoo.XS_L
53 ··0x00000320·6173736f·5f5f4e6f·64655f44·45535452·asso__Node_DESTR53 ··0x00000320·6173736f·5f5f4e6f·64655f44·45535452·asso__Node_DESTR
54 ··0x00000330·4f590058·535f4c61·73736f5f·73747265·OY.XS_Lasso_stre54 ··0x00000330·4f590058·535f4c61·73736f5f·696e6974·OY.XS_Lasso_init
55 ··0x00000340·72726f72·0058535f·4c617373·6f5f696e·rror.XS_Lasso_in 
56 ··0x00000350·69740058·535f4c61·73736f5f·73687574·it.XS_Lasso_shut55 ··0x00000340·0058535f·4c617373·6f5f7368·7574646f·.XS_Lasso_shutdo
57 ··0x00000360·646f776e·0058535f·4c617373·6f5f6368·down.XS_Lasso_ch56 ··0x00000350·776e0058·535f4c61·73736f5f·63686563·wn.XS_Lasso_chec
58 ··0x00000370·65636b5f·76657273·696f6e00·58535f4c·eck_version.XS_L57 ··0x00000360·6b5f7665·7273696f·6e005853·5f4c6173·k_version.XS_Las
59 ··0x00000380·6173736f·5f736574·5f666c61·67005853·asso_set_flag.XS58 ··0x00000370·736f5f73·65745f66·6c616700·58535f4c·so_set_flag.XS_L
 59 ··0x00000380·6173736f·5f737472·6572726f·72005853·asso_strerror.XS
 60 ··0x00000390·5f4c6173·736f5f70·726f6669·6c655f67·_Lasso_profile_g
 61 ··0x000003a0·65745f72·65717565·73745f74·7970655f·et_request_type_
 62 ··0x000003b0·66726f6d·5f736f61·705f6d73·67005853·from_soap_msg.XS
 63 ··0x000003c0·5f4c6173·736f5f70·726f6669·6c655f69·_Lasso_profile_i
 64 ··0x000003d0·735f6c69·62657274·795f7175·65727900·s_liberty_query.
 65 ··0x000003e0·58535f4c·6173736f·5f70726f·66696c65·XS_Lasso_profile
 66 ··0x000003f0·5f676574·5f697373·75657200·58535f4c·_get_issuer.XS_L
 67 ··0x00000400·6173736f·5f70726f·66696c65·5f676574·asso_profile_get
 68 ··0x00000410·5f696e5f·72657370·6f6e7365·5f746f00·_in_response_to.
60 ··0x00000390·5f4c6173·736f5f62·75696c64·5f756e69·_Lasso_build_uni69 ··0x00000420·58535f4c·6173736f·5f627569·6c645f75·XS_Lasso_build_u
61 ··0x000003a0·7175655f·69640058·535f4c61·73736f5f·que_id.XS_Lasso_70 ··0x00000430·6e697175·655f6964·0058535f·4c617373·nique_id.XS_Lass
 71 ··0x00000440·6f5f7265·67697374·65725f64·73745f73·o_register_dst_s
 72 ··0x00000450·65727669·63650058·535f4c61·73736f5f·ervice.XS_Lasso_
 73 ··0x00000460·6765745f·70726566·69785f66·6f725f64·get_prefix_for_d
 74 ··0x00000470·73745f73·65727669·63655f68·72656600·st_service_href.
 75 ··0x00000480·58535f4c·6173736f·5f726567·69737465·XS_Lasso_registe
62 ··0x000003b0·72656769·73746572·5f647374·5f736572·register_dst_ser76 ··0x00000490·725f6964·77736632·5f647374·5f736572·r_idwsf2_dst_ser
63 ··0x000003c0·76696365·0058535f·4c617373·6f5f6765·vice.XS_Lasso_ge77 ··0x000004a0·76696365·0058535f·4c617373·6f5f6765·vice.XS_Lasso_ge
64 ··0x000003d0·745f7072·65666978·5f666f72·5f647374·t_prefix_for_dst78 ··0x000004b0·745f7072·65666978·5f666f72·5f696477·t_prefix_for_idw
65 ··0x000003e0·5f736572·76696365·5f687265·66005853·_service_href.XS 
66 ··0x000003f0·5f4c6173·736f5f72·65676973·7465725f·_Lasso_register_ 
67 ··0x00000400·69647773·66325f64·73745f73·65727669·idwsf2_dst_servi 
68 ··0x00000410·63650058·535f4c61·73736f5f·6765745f·ce.XS_Lasso_get_ 
69 ··0x00000420·70726566·69785f66·6f725f69·64777366·prefix_for_idwsf 
70 ··0x00000430·325f6473·745f7365·72766963·655f6872·2_dst_service_hr79 ··0x000004c0·7366325f·6473745f·73657276·6963655f·sf2_dst_service_
71 ··0x00000440·65660058·535f4c61·73736f5f·70726f66·ef.XS_Lasso_prof 
72 ··0x00000450·696c655f·6765745f·72657175·6573745f·ile_get_request_ 
73 ··0x00000460·74797065·5f66726f·6d5f736f·61705f6d·type_from_soap_m 
74 ··0x00000470·73670058·535f4c61·73736f5f·70726f66·sg.XS_Lasso_prof 
75 ··0x00000480·696c655f·69735f6c·69626572·74795f71·ile_is_liberty_q 
76 ··0x00000490·75657279·0058535f·4c617373·6f5f7072·uery.XS_Lasso_pr 
77 ··0x000004a0·6f66696c·655f6765·745f6973·73756572·ofile_get_issuer 
78 ··0x000004b0·0058535f·4c617373·6f5f7072·6f66696c·.XS_Lasso_profil 
79 ··0x000004c0·655f6765·745f696e·5f726573·706f6e73·e_get_in_respons 
80 ··0x000004d0·655f746f·0058535f·4c617373·6f5f7361·e_to.XS_Lasso_sa80 ··0x000004d0·68726566·0058535f·4c617373·6f5f7361·href.XS_Lasso_sa
81 ··0x000004e0·6d6c325f·6e616d65·5f69645f·6275696c·ml2_name_id_buil81 ··0x000004e0·6d6c325f·6e616d65·5f69645f·6275696c·ml2_name_id_buil
82 ··0x000004f0·645f7065·72736973·74656e74·0058535f·d_persistent.XS_82 ··0x000004f0·645f7065·72736973·74656e74·0058535f·d_persistent.XS_
83 ··0x00000500·4c617373·6f5f7361·6d6c325f·656e6372·Lasso_saml2_encr83 ··0x00000500·4c617373·6f5f7361·6d6c325f·656e6372·Lasso_saml2_encr
84 ··0x00000510·79707465·645f656c·656d656e·745f6275·ypted_element_bu84 ··0x00000510·79707465·645f656c·656d656e·745f6275·ypted_element_bu
85 ··0x00000520·696c645f·656e6372·79707465·645f7065·ild_encrypted_pe85 ··0x00000520·696c645f·656e6372·79707465·645f7065·ild_encrypted_pe
86 ··0x00000530·72736973·74656e74·5f6e616d·655f6964·rsistent_name_id86 ··0x00000530·72736973·74656e74·5f6e616d·655f6964·rsistent_name_id
87 ··0x00000540·0058535f·4c617373·6f5f7072·6f66696c·.XS_Lasso_profil87 ··0x00000540·0058535f·4c617373·6f5f7072·6f66696c·.XS_Lasso_profil
Offset 148, 1747 lines modifiedOffset 148, 1747 lines modified
148 ··0x00000910·4b65795f·71756572·795f7665·72696679·Key_query_verify148 ··0x00000910·4b65795f·71756572·795f7665·72696679·Key_query_verify
149 ··0x00000920·0058535f·4c617373·6f5f5f4b·65795f71·.XS_Lasso__Key_q149 ··0x00000920·0058535f·4c617373·6f5f5f4b·65795f71·.XS_Lasso__Key_q
150 ··0x00000930·75657279·5f736967·6e005853·5f4c6173·uery_sign.XS_Las150 ··0x00000930·75657279·5f736967·6e005853·5f4c6173·uery_sign.XS_Las
151 ··0x00000940·736f5f5f·4b65795f·73616d6c·325f786d·so__Key_saml2_xm151 ··0x00000940·736f5f5f·4b65795f·73616d6c·325f786d·so__Key_saml2_xm
152 ··0x00000950·6c5f7665·72696679·0058535f·4c617373·l_verify.XS_Lass152 ··0x00000950·6c5f7665·72696679·0058535f·4c617373·l_verify.XS_Lass
153 ··0x00000960·6f5f5f4b·65795f73·616d6c32·5f786d6c·o__Key_saml2_xml153 ··0x00000960·6f5f5f4b·65795f73·616d6c32·5f786d6c·o__Key_saml2_xml
3.36 KB
liblasso3-dbgsym_2.6.0-2+deb10u1_armhf.deb
452 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······528·2021-06-02·18:54:32.000000·control.tar.xz
3 -rw-r--r--···0········0········0···936460·2021-06-02·18:54:32.000000·data.tar.xz3 -rw-r--r--···0········0········0···936484·2021-06-02·18:54:32.000000·data.tar.xz
627 B
control.tar.xz
599 B
control.tar
351 B
./control
    
Offset 5, 8 lines modifiedOffset 5, 8 lines modified
5 Architecture:·armhf5 Architecture:·armhf
6 Maintainer:·Frederic·Peters·<fpeters@debian.org>6 Maintainer:·Frederic·Peters·<fpeters@debian.org>
7 Installed-Size:·10937 Installed-Size:·1093
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:·536f570557febf1620b7b572f833a15b46c14c4512 Build-Ids:·f1c4acc2340ff3cf1867af82e07ce1139b331c4e
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/53/6f570557febf1620b7b572f833a15b46c14c45.debug1 usr/lib/debug/.build-id/f1/c4acc2340ff3cf1867af82e07ce1139b331c4e.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/53/6 drwxr-xr-x···0·root·········(0)·root·········(0)········0·2021-06-02·18:54:32.000000·./usr/lib/debug/.build-id/f1/
7 -rw-r--r--···0·root·········(0)·root·········(0)··1108300·2021-06-02·18:54:32.000000·./usr/lib/debug/.build-id/53/6f570557febf1620b7b572f833a15b46c14c45.debug7 -rw-r--r--···0·root·········(0)·root·········(0)··1108300·2021-06-02·18:54:32.000000·./usr/lib/debug/.build-id/f1/c4acc2340ff3cf1867af82e07ce1139b331c4e.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/53/6f570557febf1620b7b572f833a15b46c14c45.debug vs.
./usr/lib/debug/.build-id/f1/c4acc2340ff3cf1867af82e07ce1139b331c4e.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:·536f570557febf1620b7b572f833a15b46c14c453 ··GNU··················0x00000014»  NT_GNU_BUILD_ID·(unique·build·ID·bitstring)»   ····Build·ID:·f1c4acc2340ff3cf1867af82e07ce1139b331c4e
202 B
strings --all --bytes=8 {}
    
Offset 1, 8 lines modifiedOffset 1, 8 lines modified
1 LEGCC:·(Debian·8.3.0-6)·8.3.01 NGCC:·(Debian·8.3.0-6)·8.3.0
2 EoUB/Ow32 EoUB/Ow3
3 \/[Q4Fsh3 \/[Q4Fsh
4 $+bHb#`u4 $+bHb#`u
5 =83a*jz=5 =83a*jz=
6 [+;X(|ke'6 [+;X(|ke'
7 BS:HGQQ@P7 BS:HGQQ@P
8 7PQl(*XPD8 7PQl(*XPD
27.7 MB
python-lasso-dbgsym_2.6.0-2+deb10u1_armhf.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···291460·2021-06-02·18:54:32.000000·data.tar.xz3 -rw-r--r--···0········0········0···291208·2021-06-02·18:54:32.000000·data.tar.xz
632 B
control.tar.xz
604 B
control.tar
356 B
./control
    
Offset 5, 8 lines modifiedOffset 5, 8 lines modified
5 Architecture:·armhf5 Architecture:·armhf
6 Maintainer:·Frederic·Peters·<fpeters@debian.org>6 Maintainer:·Frederic·Peters·<fpeters@debian.org>
7 Installed-Size:·4217 Installed-Size:·421
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:·3af2532d187352162dcd1dd5d114f905b2735ed012 Build-Ids:·0a7c1a761e6f351af76cc96eb7f8ee730e24860e
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/3a/f2532d187352162dcd1dd5d114f905b2735ed0.debug1 usr/lib/debug/.build-id/0a/7c1a761e6f351af76cc96eb7f8ee730e24860e.debug
27.7 MB
data.tar.xz
27.7 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/3a/6 drwxr-xr-x···0·root·········(0)·root·········(0)········0·2021-06-02·18:54:32.000000·./usr/lib/debug/.build-id/0a/
7 -rw-r--r--···0·root·········(0)·root·········(0)···420680·2021-06-02·18:54:32.000000·./usr/lib/debug/.build-id/3a/f2532d187352162dcd1dd5d114f905b2735ed0.debug7 -rw-r--r--···0·root·········(0)·root·········(0)···420764·2021-06-02·18:54:32.000000·./usr/lib/debug/.build-id/0a/7c1a761e6f351af76cc96eb7f8ee730e24860e.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
27.7 MB
./usr/lib/debug/.build-id/3a/f2532d187352162dcd1dd5d114f905b2735ed0.debug vs.
./usr/lib/debug/.build-id/0a/7c1a761e6f351af76cc96eb7f8ee730e24860e.debug
Files 4% similar despite different names
899 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:···························ARM9 ··Machine:···························ARM
10 ··Version:···························0x110 ··Version:···························0x1
11 ··Entry·point·address:···············0xd00011 ··Entry·point·address:···············0xd000
12 ··Start·of·program·headers:··········52·(bytes·into·file)12 ··Start·of·program·headers:··········52·(bytes·into·file)
13 ··Start·of·section·headers:··········419320·(bytes·into·file)13 ··Start·of·section·headers:··········419404·(bytes·into·file)
14 ··Flags:·····························0x5000400,·Version5·EABI,·hard-float·ABI14 ··Flags:·····························0x5000400,·Version5·EABI,·hard-float·ABI
15 ··Size·of·this·header:···············52·(bytes)15 ··Size·of·this·header:···············52·(bytes)
16 ··Size·of·program·headers:···········32·(bytes)16 ··Size·of·program·headers:···········32·(bytes)
17 ··Number·of·program·headers:·········617 ··Number·of·program·headers:·········6
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
854 B
readelf --wide --program-header {}
    
Offset 1, 15 lines modifiedOffset 1, 15 lines modified
  
1 Elf·file·type·is·DYN·(Shared·object·file)1 Elf·file·type·is·DYN·(Shared·object·file)
2 Entry·point·0xd0002 Entry·point·0xd000
3 There·are·6·program·headers,·starting·at·offset·523 There·are·6·program·headers,·starting·at·offset·52
  
4 Program·Headers:4 Program·Headers:
5 ··Type···········Offset···VirtAddr···PhysAddr···FileSiz·MemSiz··Flg·Align5 ··Type···········Offset···VirtAddr···PhysAddr···FileSiz·MemSiz··Flg·Align
6 ··LOAD···········0x000000·0x00000000·0x00000000·0x00118·0x41734·R·E·0x100006 ··LOAD···········0x000000·0x00000000·0x00000000·0x00118·0x416fc·R·E·0x10000
7 ··LOAD···········0x001eb8·0x00051eb8·0x00051eb8·0x00000·0x05318·RW··0x100007 ··LOAD···········0x001eb8·0x00051eb8·0x00051eb8·0x00000·0x05318·RW··0x10000
8 ··DYNAMIC········0x001eb8·0x00051ec0·0x00051ec0·0x00000·0x00140·RW··0x48 ··DYNAMIC········0x001eb8·0x00051ec0·0x00051ec0·0x00000·0x00140·RW··0x4
9 ··NOTE···········0x0000f4·0x000000f4·0x000000f4·0x00024·0x00024·R···0x49 ··NOTE···········0x0000f4·0x000000f4·0x000000f4·0x00024·0x00024·R···0x4
10 ··GNU_STACK······0x000000·0x00000000·0x00000000·0x00000·0x00000·RW··0x1010 ··GNU_STACK······0x000000·0x00000000·0x00000000·0x00000·0x00000·RW··0x10
11 ··GNU_RELRO······0x001eb8·0x00051eb8·0x00051eb8·0x00000·0x00148·R···0x111 ··GNU_RELRO······0x001eb8·0x00051eb8·0x00051eb8·0x00000·0x00148·R···0x1
  
12 ·Section·to·Segment·mapping:12 ·Section·to·Segment·mapping:
4.39 KB
readelf --wide --sections {}
    
Offset 1, 43 lines modifiedOffset 1, 43 lines modified
1 There·are·34·section·headers,·starting·at·offset·0x665f8:1 There·are·34·section·headers,·starting·at·offset·0x6664c:
  
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············000000f4·0000f4·000024·00···A··0···0··45 ··[·1]·.note.gnu.build-id·NOTE············000000f4·0000f4·000024·00···A··0···0··4
6 ··[·2]·.gnu.hash·········NOBITS··········00000118·000118·000024·04···A··3···0··46 ··[·2]·.gnu.hash·········NOBITS··········00000118·000118·000024·04···A··3···0··4
7 ··[·3]·.dynsym···········NOBITS··········0000013c·000118·001ef0·10···A··4···3··47 ··[·3]·.dynsym···········NOBITS··········0000013c·000118·001ef0·10···A··4···3··4
8 ··[·4]·.dynstr···········NOBITS··········0000202c·000118·003c11·00···A··0···0··18 ··[·4]·.dynstr···········NOBITS··········0000202c·000118·003c11·00···A··0···0··1
9 ··[·5]·.gnu.version······NOBITS··········00005c3e·000118·0003de·02···A··3···0··29 ··[·5]·.gnu.version······NOBITS··········00005c3e·000118·0003de·02···A··3···0··2
10 ··[·6]·.gnu.version_r····NOBITS··········0000601c·000118·000090·00···A··4···3··410 ··[·6]·.gnu.version_r····NOBITS··········0000601c·000118·000090·00···A··4···3··4
11 ··[·7]·.rel.dyn··········NOBITS··········000060ac·000118·0049d8·08···A··3···0··411 ··[·7]·.rel.dyn··········NOBITS··········000060ac·000118·0049d8·08···A··3···0··4
12 ··[·8]·.rel.plt··········NOBITS··········0000aa84·000118·000ee8·08···A··3··18··412 ··[·8]·.rel.plt··········NOBITS··········0000aa84·000118·000ee8·08···A··3··18··4
13 ··[·9]·.init·············NOBITS··········0000b96c·000118·00000c·00··AX··0···0··413 ··[·9]·.init·············NOBITS··········0000b96c·000118·00000c·00··AX··0···0··4
14 ··[10]·.plt··············NOBITS··········0000b978·000118·001688·04··AX··0···0··414 ··[10]·.plt··············NOBITS··········0000b978·000118·001688·04··AX··0···0··4
15 ··[11]·.text·············NOBITS··········0000d000·000118·02418c·00··AX··0···0··415 ··[11]·.text·············NOBITS··········0000d000·000118·024154·00··AX··0···0··4
16 ··[12]·.fini·············NOBITS··········0003118c·000118·000008·00··AX··0···0··416 ··[12]·.fini·············NOBITS··········00031154·000118·000008·00··AX··0···0··4
17 ··[13]·.rodata···········NOBITS··········00031194·000118·01059c·01·AMS··0···0··417 ··[13]·.rodata···········NOBITS··········0003115c·000118·01059c·01·AMS··0···0··4
18 ··[14]·.eh_frame·········NOBITS··········00041730·000118·000004·00···A··0···0··418 ··[14]·.eh_frame·········NOBITS··········000416f8·000118·000004·00···A··0···0··4
19 ··[15]·.init_array·······NOBITS··········00051eb8·001eb8·000004·04··WA··0···0··419 ··[15]·.init_array·······NOBITS··········00051eb8·001eb8·000004·04··WA··0···0··4
20 ··[16]·.fini_array·······NOBITS··········00051ebc·001eb8·000004·04··WA··0···0··420 ··[16]·.fini_array·······NOBITS··········00051ebc·001eb8·000004·04··WA··0···0··4
21 ··[17]·.dynamic··········NOBITS··········00051ec0·001eb8·000140·08··WA··4···0··421 ··[17]·.dynamic··········NOBITS··········00051ec0·001eb8·000140·08··WA··4···0··4
22 ··[18]·.got··············NOBITS··········00052000·001eb8·0007cc·04··WA··0···0··422 ··[18]·.got··············NOBITS··········00052000·001eb8·0007cc·04··WA··0···0··4
23 ··[19]·.data·············NOBITS··········000527cc·001eb8·0049f8·00··WA··0···0··423 ··[19]·.data·············NOBITS··········000527cc·001eb8·0049f8·00··WA··0···0··4
24 ··[20]·.bss··············NOBITS··········000571c4·001eb8·00000c·00··WA··0···0··424 ··[20]·.bss··············NOBITS··········000571c4·001eb8·00000c·00··WA··0···0··4
25 ··[21]·.comment··········PROGBITS········00000000·000118·00001c·01··MS··0···0··125 ··[21]·.comment··········PROGBITS········00000000·000118·00001c·01··MS··0···0··1
26 ··[22]·.ARM.attributes···ARM_ATTRIBUTES··00000000·000134·000031·00······0···0··126 ··[22]·.ARM.attributes···ARM_ATTRIBUTES··00000000·000134·000031·00······0···0··1
27 ··[23]·.debug_aranges····PROGBITS········00000000·000165·000020·00······0···0··127 ··[23]·.debug_aranges····PROGBITS········00000000·000165·000020·00······0···0··1
28 ··[24]·.debug_info·······PROGBITS········00000000·000188·02776e·00···C··0···0··428 ··[24]·.debug_info·······PROGBITS········00000000·000188·02781e·00···C··0···0··4
29 ··[25]·.debug_abbrev·····PROGBITS········00000000·0278f8·0002b2·00···C··0···0··429 ··[25]·.debug_abbrev·····PROGBITS········00000000·0279a8·0002b2·00···C··0···0··4
30 ··[26]·.debug_line·······PROGBITS········00000000·027bac·005c35·00···C··0···0··430 ··[26]·.debug_line·······PROGBITS········00000000·027c5c·005c22·00···C··0···0··4
31 ··[27]·.debug_frame······PROGBITS········00000000·02d7e4·00138f·00···C··0···0··431 ··[27]·.debug_frame······PROGBITS········00000000·02d880·001395·00···C··0···0··4
32 ··[28]·.debug_str········PROGBITS········00000000·02eb74·005fb7·01·MSC··0···0··432 ··[28]·.debug_str········PROGBITS········00000000·02ec18·005fb0·01·MSC··0···0··4
33 ··[29]·.debug_loc········PROGBITS········00000000·034b2c·00ef32·00···C··0···0··433 ··[29]·.debug_loc········PROGBITS········00000000·034bc8·00eeeb·00···C··0···0··4
34 ··[30]·.debug_ranges·····PROGBITS········00000000·043a60·001c33·00···C··0···0··434 ··[30]·.debug_ranges·····PROGBITS········00000000·043ab4·001c34·00···C··0···0··4
35 ··[31]·.symtab···········SYMTAB··········00000000·045694·011fa0·10·····32·4110··435 ··[31]·.symtab···········SYMTAB··········00000000·0456e8·011fa0·10·····32·4110··4
36 ··[32]·.strtab···········STRTAB··········00000000·057634·00ee79·00······0···0··136 ··[32]·.strtab···········STRTAB··········00000000·057688·00ee79·00······0···0··1
37 ··[33]·.shstrtab·········STRTAB··········00000000·0664ad·00014a·00······0···0··137 ··[33]·.shstrtab·········STRTAB··········00000000·066501·00014a·00······0···0··1
38 Key·to·Flags:38 Key·to·Flags:
39 ··W·(write),·A·(alloc),·X·(execute),·M·(merge),·S·(strings),·I·(info),39 ··W·(write),·A·(alloc),·X·(execute),·M·(merge),·S·(strings),·I·(info),
40 ··L·(link·order),·O·(extra·OS·processing·required),·G·(group),·T·(TLS),40 ··L·(link·order),·O·(extra·OS·processing·required),·G·(group),·T·(TLS),
41 ··C·(compressed),·x·(unknown),·o·(OS·specific),·E·(exclude),41 ··C·(compressed),·x·(unknown),·o·(OS·specific),·E·(exclude),
42 ··y·(purecode),·p·(processor·specific)42 ··y·(purecode),·p·(processor·specific)
438 KB
readelf --wide --symbols {}
    
Offset 9, 17 lines modifiedOffset 9, 17 lines modified
9 ·····5:·00005c3e·····0·SECTION·LOCAL··DEFAULT····5·9 ·····5:·00005c3e·····0·SECTION·LOCAL··DEFAULT····5·
10 ·····6:·0000601c·····0·SECTION·LOCAL··DEFAULT····6·10 ·····6:·0000601c·····0·SECTION·LOCAL··DEFAULT····6·
11 ·····7:·000060ac·····0·SECTION·LOCAL··DEFAULT····7·11 ·····7:·000060ac·····0·SECTION·LOCAL··DEFAULT····7·
12 ·····8:·0000aa84·····0·SECTION·LOCAL··DEFAULT····8·12 ·····8:·0000aa84·····0·SECTION·LOCAL··DEFAULT····8·
13 ·····9:·0000b96c·····0·SECTION·LOCAL··DEFAULT····9·13 ·····9:·0000b96c·····0·SECTION·LOCAL··DEFAULT····9·
14 ····10:·0000b978·····0·SECTION·LOCAL··DEFAULT···10·14 ····10:·0000b978·····0·SECTION·LOCAL··DEFAULT···10·
15 ····11:·0000d000·····0·SECTION·LOCAL··DEFAULT···11·15 ····11:·0000d000·····0·SECTION·LOCAL··DEFAULT···11·
16 ····12:·0003118c·····0·SECTION·LOCAL··DEFAULT···12·16 ····12:·00031154·····0·SECTION·LOCAL··DEFAULT···12·
17 ····13:·00031194·····0·SECTION·LOCAL··DEFAULT···13·17 ····13:·0003115c·····0·SECTION·LOCAL··DEFAULT···13·
18 ····14:·00041730·····0·SECTION·LOCAL··DEFAULT···14·18 ····14:·000416f8·····0·SECTION·LOCAL··DEFAULT···14·
19 ····15:·00051eb8·····0·SECTION·LOCAL··DEFAULT···15·19 ····15:·00051eb8·····0·SECTION·LOCAL··DEFAULT···15·
20 ····16:·00051ebc·····0·SECTION·LOCAL··DEFAULT···16·20 ····16:·00051ebc·····0·SECTION·LOCAL··DEFAULT···16·
21 ····17:·00051ec0·····0·SECTION·LOCAL··DEFAULT···17·21 ····17:·00051ec0·····0·SECTION·LOCAL··DEFAULT···17·
22 ····18:·00052000·····0·SECTION·LOCAL··DEFAULT···18·22 ····18:·00052000·····0·SECTION·LOCAL··DEFAULT···18·
23 ····19:·000527cc·····0·SECTION·LOCAL··DEFAULT···19·23 ····19:·000527cc·····0·SECTION·LOCAL··DEFAULT···19·
24 ····20:·000571c4·····0·SECTION·LOCAL··DEFAULT···20·24 ····20:·000571c4·····0·SECTION·LOCAL··DEFAULT···20·
25 ····21:·00000000·····0·SECTION·LOCAL··DEFAULT···21·25 ····21:·00000000·····0·SECTION·LOCAL··DEFAULT···21·
Offset 33, 18 lines modifiedOffset 33, 18 lines modified
33 ····29:·00000000·····0·SECTION·LOCAL··DEFAULT···29·33 ····29:·00000000·····0·SECTION·LOCAL··DEFAULT···29·
34 ····30:·00000000·····0·SECTION·LOCAL··DEFAULT···30·34 ····30:·00000000·····0·SECTION·LOCAL··DEFAULT···30·
35 ····31:·00000000·····0·FILE····LOCAL··DEFAULT··ABS·/usr/lib/gcc/arm-linux-gnueabihf/8/../../../arm-linux-gnueabihf/crti.o35 ····31:·00000000·····0·FILE····LOCAL··DEFAULT··ABS·/usr/lib/gcc/arm-linux-gnueabihf/8/../../../arm-linux-gnueabihf/crti.o
36 ····32:·0000d000·····0·NOTYPE··LOCAL··DEFAULT···11·$a36 ····32:·0000d000·····0·NOTYPE··LOCAL··DEFAULT···11·$a
37 ····33:·0000d000·····0·FUNC····LOCAL··DEFAULT···11·call_weak_fn37 ····33:·0000d000·····0·FUNC····LOCAL··DEFAULT···11·call_weak_fn
38 ····34:·0000d01c·····0·NOTYPE··LOCAL··DEFAULT···11·$d38 ····34:·0000d01c·····0·NOTYPE··LOCAL··DEFAULT···11·$d
39 ····35:·0000b96c·····0·NOTYPE··LOCAL··DEFAULT····9·$a39 ····35:·0000b96c·····0·NOTYPE··LOCAL··DEFAULT····9·$a
40 ····36:·0003118c·····0·NOTYPE··LOCAL··DEFAULT···12·$a40 ····36:·00031154·····0·NOTYPE··LOCAL··DEFAULT···12·$a
41 ····37:·00000000·····0·FILE····LOCAL··DEFAULT··ABS·/usr/lib/gcc/arm-linux-gnueabihf/8/../../../arm-linux-gnueabihf/crtn.o41 ····37:·00000000·····0·FILE····LOCAL··DEFAULT··ABS·/usr/lib/gcc/arm-linux-gnueabihf/8/../../../arm-linux-gnueabihf/crtn.o
42 ····38:·0000b974·····0·NOTYPE··LOCAL··DEFAULT····9·$a42 ····38:·0000b974·····0·NOTYPE··LOCAL··DEFAULT····9·$a
43 ····39:·00031190·····0·NOTYPE··LOCAL··DEFAULT···12·$a43 ····39:·00031158·····0·NOTYPE··LOCAL··DEFAULT···12·$a
44 ····40:·00000000·····0·FILE····LOCAL··DEFAULT··ABS·crtstuff.c44 ····40:·00000000·····0·FILE····LOCAL··DEFAULT··ABS·crtstuff.c
45 ····41:·0000d025·····0·FUNC····LOCAL··DEFAULT···11·deregister_tm_clones45 ····41:·0000d025·····0·FUNC····LOCAL··DEFAULT···11·deregister_tm_clones
46 ····42:·0000d024·····0·NOTYPE··LOCAL··DEFAULT···11·$t46 ····42:·0000d024·····0·NOTYPE··LOCAL··DEFAULT···11·$t
47 ····43:·0000d040·····0·NOTYPE··LOCAL··DEFAULT···11·$d47 ····43:·0000d040·····0·NOTYPE··LOCAL··DEFAULT···11·$d
48 ····44:·0000d050·····0·NOTYPE··LOCAL··DEFAULT···11·$t48 ····44:·0000d050·····0·NOTYPE··LOCAL··DEFAULT···11·$t
49 ····45:·0000d051·····0·FUNC····LOCAL··DEFAULT···11·register_tm_clones49 ····45:·0000d051·····0·FUNC····LOCAL··DEFAULT···11·register_tm_clones
50 ····46:·0000d074·····0·NOTYPE··LOCAL··DEFAULT···11·$d50 ····46:·0000d074·····0·NOTYPE··LOCAL··DEFAULT···11·$d
Offset 64, 168 lines modifiedOffset 64, 168 lines modified
64 ····60:·0000d0c9···524·FUNC····LOCAL··DEFAULT···11·lasso_python_log64 ····60:·0000d0c9···524·FUNC····LOCAL··DEFAULT···11·lasso_python_log
65 ····61:·0000d0c8·····0·NOTYPE··LOCAL··DEFAULT···11·$t65 ····61:·0000d0c8·····0·NOTYPE··LOCAL··DEFAULT···11·$t
66 ····62:·0000d278·····0·NOTYPE··LOCAL··DEFAULT···11·$d66 ····62:·0000d278·····0·NOTYPE··LOCAL··DEFAULT···11·$d
67 ····63:·0000d2d4·····0·NOTYPE··LOCAL··DEFAULT···11·$t67 ····63:·0000d2d4·····0·NOTYPE··LOCAL··DEFAULT···11·$t
68 ····64:·0000d2d5····92·FUNC····LOCAL··DEFAULT···11·Ecp_isPassive_set68 ····64:·0000d2d5····92·FUNC····LOCAL··DEFAULT···11·Ecp_isPassive_set
69 ····65:·0000d320·····0·NOTYPE··LOCAL··DEFAULT···11·$d69 ····65:·0000d320·····0·NOTYPE··LOCAL··DEFAULT···11·$d
70 ····66:·0000d330·····0·NOTYPE··LOCAL··DEFAULT···11·$t70 ····66:·0000d330·····0·NOTYPE··LOCAL··DEFAULT···11·$t
71 ····67:·0000d331····84·FUNC····LOCAL··DEFAULT···11·Login_protocolProfile_set71 ····67:·0000d331····84·FUNC····LOCAL··DEFAULT···11·Samlp2AuthnRequest_attributeConsumingServiceIndex_set
72 ····68:·0000d374·····0·NOTYPE··LOCAL··DEFAULT···11·$d72 ····68:·0000d374·····0·NOTYPE··LOCAL··DEFAULT···11·$d
73 ····69:·0000d384·····0·NOTYPE··LOCAL··DEFAULT···11·$t73 ····69:·0000d384·····0·NOTYPE··LOCAL··DEFAULT···11·$t
74 ····70:·0000d385····92·FUNC····LOCAL··DEFAULT···11·Session_isDirty_set74 ····70:·0000d385····84·FUNC····LOCAL··DEFAULT···11·Samlp2AuthnRequest_assertionConsumerServiceIndex_set
75 ····71:·0000d3d0·····0·NOTYPE··LOCAL··DEFAULT···11·$d75 ····71:·0000d3c8·····0·NOTYPE··LOCAL··DEFAULT···11·$d
76 ····72:·0000d3e0·····0·NOTYPE··LOCAL··DEFAULT···11·$t76 ····72:·0000d3d8·····0·NOTYPE··LOCAL··DEFAULT···11·$t
77 ····73:·0000d3e1····92·FUNC····LOCAL··DEFAULT···11·Identity_isDirty_set77 ····73:·0000d3d9····92·FUNC····LOCAL··DEFAULT···11·Samlp2AuthnRequest_isPassive_set
78 ····74:·0000d42c·····0·NOTYPE··LOCAL··DEFAULT···11·$d78 ····74:·0000d424·····0·NOTYPE··LOCAL··DEFAULT···11·$d
79 ····75:·0000d43c·····0·NOTYPE··LOCAL··DEFAULT···11·$t79 ····75:·0000d434·····0·NOTYPE··LOCAL··DEFAULT···11·$t
80 ····76:·0000d43d····84·FUNC····LOCAL··DEFAULT···11·Server_signatureMethod_set80 ····76:·0000d435····92·FUNC····LOCAL··DEFAULT···11·Samlp2AuthnRequest_forceAuthn_set
81 ····77:·0000d480·····0·NOTYPE··LOCAL··DEFAULT···11·$d81 ····77:·0000d480·····0·NOTYPE··LOCAL··DEFAULT···11·$d
82 ····78:·0000d490·····0·NOTYPE··LOCAL··DEFAULT···11·$t82 ····78:·0000d490·····0·NOTYPE··LOCAL··DEFAULT···11·$t
83 ····79:·0000d491····84·FUNC····LOCAL··DEFAULT···11·Provider_role_set83 ····79:·0000d491····92·FUNC····LOCAL··DEFAULT···11·Samlp2NameIDPolicy_allowCreate_set
84 ····80:·0000d4d4·····0·NOTYPE··LOCAL··DEFAULT···11·$d84 ····80:·0000d4dc·····0·NOTYPE··LOCAL··DEFAULT···11·$d
85 ····81:·0000d4e4·····0·NOTYPE··LOCAL··DEFAULT···11·$t85 ····81:·0000d4ec·····0·NOTYPE··LOCAL··DEFAULT···11·$t
86 ····82:·0000d4e5····92·FUNC····LOCAL··DEFAULT···11·EcpRequest_isPassive_set86 ····82:·0000d4ed····92·FUNC····LOCAL··DEFAULT···11·EcpResponse_mustUnderstand_set
87 ····83:·0000d530·····0·NOTYPE··LOCAL··DEFAULT···11·$d87 ····83:·0000d538·····0·NOTYPE··LOCAL··DEFAULT···11·$d
88 ····84:·0000d540·····0·NOTYPE··LOCAL··DEFAULT···11·$t88 ····84:·0000d548·····0·NOTYPE··LOCAL··DEFAULT···11·$t
 89 ····85:·0000d549····92·FUNC····LOCAL··DEFAULT···11·EcpRequest_isPassive_set
 90 ····86:·0000d594·····0·NOTYPE··LOCAL··DEFAULT···11·$d
 91 ····87:·0000d5a4·····0·NOTYPE··LOCAL··DEFAULT···11·$t
89 ····85:·0000d541····92·FUNC····LOCAL··DEFAULT···11·EcpRequest_mustUnderstand_set92 ····88:·0000d5a5····92·FUNC····LOCAL··DEFAULT···11·EcpRequest_mustUnderstand_set
90 ····86:·0000d58c·····0·NOTYPE··LOCAL··DEFAULT···11·$d 
91 ····87:·0000d59c·····0·NOTYPE··LOCAL··DEFAULT···11·$t 
92 ····88:·0000d59d····92·FUNC····LOCAL··DEFAULT···11·EcpResponse_mustUnderstand_set 
93 ····89:·0000d5e8·····0·NOTYPE··LOCAL··DEFAULT···11·$d93 ····89:·0000d5f0·····0·NOTYPE··LOCAL··DEFAULT···11·$d
94 ····90:·0000d5f8·····0·NOTYPE··LOCAL··DEFAULT···11·$t94 ····90:·0000d600·····0·NOTYPE··LOCAL··DEFAULT···11·$t
95 ····91:·0000d5f9····92·FUNC····LOCAL··DEFAULT···11·EcpRelayState_mustUnderstand_set95 ····91:·0000d601····92·FUNC····LOCAL··DEFAULT···11·EcpRelayState_mustUnderstand_set
96 ····92:·0000d644·····0·NOTYPE··LOCAL··DEFAULT···11·$d96 ····92:·0000d64c·····0·NOTYPE··LOCAL··DEFAULT···11·$d
97 ····93:·0000d654·····0·NOTYPE··LOCAL··DEFAULT···11·$t97 ····93:·0000d65c·····0·NOTYPE··LOCAL··DEFAULT···11·$t
98 ····94:·0000d655····84·FUNC····LOCAL··DEFAULT···11·Samlp2AuthnRequest_attributeConsumingServiceIndex_set98 ····94:·0000d65d····84·FUNC····LOCAL··DEFAULT···11·SamlpResponseAbstract_signMethod_set
99 ····95:·0000d698·····0·NOTYPE··LOCAL··DEFAULT···11·$d99 ····95:·0000d6a0·····0·NOTYPE··LOCAL··DEFAULT···11·$d
100 ····96:·0000d6a8·····0·NOTYPE··LOCAL··DEFAULT···11·$t100 ····96:·0000d6b0·····0·NOTYPE··LOCAL··DEFAULT···11·$t
101 ····97:·0000d6a9····84·FUNC····LOCAL··DEFAULT···11·Samlp2AuthnRequest_assertionConsumerServiceIndex_set101 ····97:·0000d6b1····84·FUNC····LOCAL··DEFAULT···11·SamlpResponseAbstract_signType_set
102 ····98:·0000d6ec·····0·NOTYPE··LOCAL··DEFAULT···11·$d102 ····98:·0000d6f4·····0·NOTYPE··LOCAL··DEFAULT···11·$d
103 ····99:·0000d6fc·····0·NOTYPE··LOCAL··DEFAULT···11·$t103 ····99:·0000d704·····0·NOTYPE··LOCAL··DEFAULT···11·$t
104 ···100:·0000d6fd····92·FUNC····LOCAL··DEFAULT···11·Samlp2AuthnRequest_isPassive_set104 ···100:·0000d705····84·FUNC····LOCAL··DEFAULT···11·SamlpResponseAbstract_minorVersion_set
105 ···101:·0000d748·····0·NOTYPE··LOCAL··DEFAULT···11·$d105 ···101:·0000d748·····0·NOTYPE··LOCAL··DEFAULT···11·$d
106 ···102:·0000d758·····0·NOTYPE··LOCAL··DEFAULT···11·$t106 ···102:·0000d758·····0·NOTYPE··LOCAL··DEFAULT···11·$t
107 ···103:·0000d759····92·FUNC····LOCAL··DEFAULT···11·Samlp2AuthnRequest_forceAuthn_set107 ···103:·0000d759····84·FUNC····LOCAL··DEFAULT···11·SamlpResponseAbstract_majorVersion_set
108 ···104:·0000d7a4·····0·NOTYPE··LOCAL··DEFAULT···11·$d108 ···104:·0000d79c·····0·NOTYPE··LOCAL··DEFAULT···11·$d
109 ···105:·0000d7b4·····0·NOTYPE··LOCAL··DEFAULT···11·$t109 ···105:·0000d7ac·····0·NOTYPE··LOCAL··DEFAULT···11·$t
110 ···106:·0000d7b5····92·FUNC····LOCAL··DEFAULT···11·Samlp2NameIDPolicy_allowCreate_set110 ···106:·0000d7ad····84·FUNC····LOCAL··DEFAULT···11·LibScoping_proxyCount_set
111 ···107:·0000d800·····0·NOTYPE··LOCAL··DEFAULT···11·$d111 ···107:·0000d7f0·····0·NOTYPE··LOCAL··DEFAULT···11·$d
112 ···108:·0000d810·····0·NOTYPE··LOCAL··DEFAULT···11·$t112 ···108:·0000d800·····0·NOTYPE··LOCAL··DEFAULT···11·$t
113 ···109:·0000d811····92·FUNC····LOCAL··DEFAULT···11·MiscTextNode_textChild_set113 ···109:·0000d801····92·FUNC····LOCAL··DEFAULT···11·MiscTextNode_textChild_set
114 ···110:·0000d85c·····0·NOTYPE··LOCAL··DEFAULT···11·$d114 ···110:·0000d84c·····0·NOTYPE··LOCAL··DEFAULT···11·$d
115 ···111:·0000d86c·····0·NOTYPE··LOCAL··DEFAULT···11·$t115 ···111:·0000d85c·····0·NOTYPE··LOCAL··DEFAULT···11·$t
116 ···112:·0000d86d····84·FUNC····LOCAL··DEFAULT···11·SamlpResponseAbstract_signMethod_set116 ···112:·0000d85d····92·FUNC····LOCAL··DEFAULT···11·LibAuthnRequest_isPassive_set
117 ···113:·0000d8b0·····0·NOTYPE··LOCAL··DEFAULT···11·$d117 ···113:·0000d8a8·····0·NOTYPE··LOCAL··DEFAULT···11·$d
118 ···114:·0000d8c0·····0·NOTYPE··LOCAL··DEFAULT···11·$t118 ···114:·0000d8b8·····0·NOTYPE··LOCAL··DEFAULT···11·$t
119 ···115:·0000d8c1····84·FUNC····LOCAL··DEFAULT···11·SamlpResponseAbstract_signType_set119 ···115:·0000d8b9····92·FUNC····LOCAL··DEFAULT···11·LibAuthnRequest_forceAuthn_set
120 ···116:·0000d904·····0·NOTYPE··LOCAL··DEFAULT···11·$d120 ···116:·0000d904·····0·NOTYPE··LOCAL··DEFAULT···11·$d
121 ···117:·0000d914·····0·NOTYPE··LOCAL··DEFAULT···11·$t121 ···117:·0000d914·····0·NOTYPE··LOCAL··DEFAULT···11·$t
122 ···118:·0000d915····84·FUNC····LOCAL··DEFAULT···11·SamlpResponseAbstract_minorVersion_set122 ···118:·0000d915····92·FUNC····LOCAL··DEFAULT···11·LibAuthnRequestEnvelope_isPassive_set
123 ···119:·0000d958·····0·NOTYPE··LOCAL··DEFAULT···11·$d123 ···119:·0000d960·····0·NOTYPE··LOCAL··DEFAULT···11·$d
124 ···120:·0000d968·····0·NOTYPE··LOCAL··DEFAULT···11·$t124 ···120:·0000d970·····0·NOTYPE··LOCAL··DEFAULT···11·$t
125 ···121:·0000d969····84·FUNC····LOCAL··DEFAULT···11·SamlpResponseAbstract_majorVersion_set125 ···121:·0000d971····84·FUNC····LOCAL··DEFAULT···11·SamlpRequestAbstract_signMethod_set
126 ···122:·0000d9ac·····0·NOTYPE··LOCAL··DEFAULT···11·$d126 ···122:·0000d9b4·····0·NOTYPE··LOCAL··DEFAULT···11·$d
127 ···123:·0000d9bc·····0·NOTYPE··LOCAL··DEFAULT···11·$t127 ···123:·0000d9c4·····0·NOTYPE··LOCAL··DEFAULT···11·$t
128 ···124:·0000d9bd····92·FUNC····LOCAL··DEFAULT···11·LibAuthnRequest_isPassive_set128 ···124:·0000d9c5····84·FUNC····LOCAL··DEFAULT···11·SamlpRequestAbstract_signType_set
129 ···125:·0000da08·····0·NOTYPE··LOCAL··DEFAULT···11·$d129 ···125:·0000da08·····0·NOTYPE··LOCAL··DEFAULT···11·$d
130 ···126:·0000da18·····0·NOTYPE··LOCAL··DEFAULT···11·$t130 ···126:·0000da18·····0·NOTYPE··LOCAL··DEFAULT···11·$t
131 ···127:·0000da19····92·FUNC····LOCAL··DEFAULT···11·LibAuthnRequest_forceAuthn_set131 ···127:·0000da19····84·FUNC····LOCAL··DEFAULT···11·SamlpRequestAbstract_minorVersion_set
132 ···128:·0000da64·····0·NOTYPE··LOCAL··DEFAULT···11·$d132 ···128:·0000da5c·····0·NOTYPE··LOCAL··DEFAULT···11·$d
133 ···129:·0000da74·····0·NOTYPE··LOCAL··DEFAULT···11·$t133 ···129:·0000da6c·····0·NOTYPE··LOCAL··DEFAULT···11·$t
134 ···130:·0000da75····84·FUNC····LOCAL··DEFAULT···11·SamlpRequestAbstract_signMethod_set134 ···130:·0000da6d····84·FUNC····LOCAL··DEFAULT···11·SamlpRequestAbstract_majorVersion_set
135 ···131:·0000dab8·····0·NOTYPE··LOCAL··DEFAULT···11·$d135 ···131:·0000dab0·····0·NOTYPE··LOCAL··DEFAULT···11·$d
136 ···132:·0000dac8·····0·NOTYPE··LOCAL··DEFAULT···11·$t136 ···132:·0000dac0·····0·NOTYPE··LOCAL··DEFAULT···11·$t
137 ···133:·0000dac9····84·FUNC····LOCAL··DEFAULT···11·SamlpRequestAbstract_signType_set137 ···133:·0000dac1····92·FUNC····LOCAL··DEFAULT···11·PaosRequest_mustUnderstand_set
138 ···134:·0000db0c·····0·NOTYPE··LOCAL··DEFAULT···11·$d138 ···134:·0000db0c·····0·NOTYPE··LOCAL··DEFAULT···11·$d
139 ···135:·0000db1c·····0·NOTYPE··LOCAL··DEFAULT···11·$t139 ···135:·0000db1c·····0·NOTYPE··LOCAL··DEFAULT···11·$t
140 ···136:·0000db1d····84·FUNC····LOCAL··DEFAULT···11·SamlpRequestAbstract_minorVersion_set140 ···136:·0000db1d····92·FUNC····LOCAL··DEFAULT···11·PaosResponse_mustUnderstand_set
141 ···137:·0000db60·····0·NOTYPE··LOCAL··DEFAULT···11·$d141 ···137:·0000db68·····0·NOTYPE··LOCAL··DEFAULT···11·$d
142 ···138:·0000db70·····0·NOTYPE··LOCAL··DEFAULT···11·$t142 ···138:·0000db78·····0·NOTYPE··LOCAL··DEFAULT···11·$t
143 ···139:·0000db71····84·FUNC····LOCAL··DEFAULT···11·SamlpRequestAbstract_majorVersion_set143 ···139:·0000db79····84·FUNC····LOCAL··DEFAULT···11·SamlAssertion_signMethod_set
144 ···140:·0000dbb4·····0·NOTYPE··LOCAL··DEFAULT···11·$d144 ···140:·0000dbbc·····0·NOTYPE··LOCAL··DEFAULT···11·$d
145 ···141:·0000dbc4·····0·NOTYPE··LOCAL··DEFAULT···11·$t145 ···141:·0000dbcc·····0·NOTYPE··LOCAL··DEFAULT···11·$t
146 ···142:·0000dbc5····84·FUNC····LOCAL··DEFAULT···11·LibScoping_proxyCount_set146 ···142:·0000dbcd····84·FUNC····LOCAL··DEFAULT···11·SamlAssertion_signType_set
147 ···143:·0000dc08·····0·NOTYPE··LOCAL··DEFAULT···11·$d147 ···143:·0000dc10·····0·NOTYPE··LOCAL··DEFAULT···11·$d
148 ···144:·0000dc18·····0·NOTYPE··LOCAL··DEFAULT···11·$t148 ···144:·0000dc20·····0·NOTYPE··LOCAL··DEFAULT···11·$t
149 ···145:·0000dc19····92·FUNC····LOCAL··DEFAULT···11·LibAuthnRequestEnvelope_isPassive_set149 ···145:·0000dc21····84·FUNC····LOCAL··DEFAULT···11·SamlAssertion_minorVersion_set
150 ···146:·0000dc64·····0·NOTYPE··LOCAL··DEFAULT···11·$d150 ···146:·0000dc64·····0·NOTYPE··LOCAL··DEFAULT···11·$d
Max diff block lines reached; 435931/448541 bytes (97.19%) 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:·3af2532d187352162dcd1dd5d114f905b2735ed03 ··GNU··················0x00000014»  NT_GNU_BUILD_ID·(unique·build·ID·bitstring)»   ····Build·ID:·0a7c1a761e6f351af76cc96eb7f8ee730e24860e
10.9 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:······················1636323 ··Length:······················163692
4 ··DWARF·Version:···············24 ··DWARF·Version:···············2
5 ··Prologue·Length:·············55025 ··Prologue·Length:·············5502
6 ··Minimum·Instruction·Length:··26 ··Minimum·Instruction·Length:··2
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 46, 17 lines modifiedOffset 46, 17 lines modified
46 ··19»     /usr/include/libxslt46 ··19»     /usr/include/libxslt
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/saml-2.053 ··26»     ../../lasso/xml/soap-1.1
54 ··27»     ../../lasso/xml/ecp54 ··27»     ../../lasso/xml/ecp
55 ··28»     ../../lasso/xml/soap-1.155 ··28»     ../../lasso/xml/saml-2.0
  
56 ·The·File·Name·Table·(offset·0x319):56 ·The·File·Name·Table·(offset·0x319):
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, 67 lines modifiedOffset 232, 67 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»lib_assertion.h 
240 ··182»    25»  0» 0»lib_subject.h239 ··181»    25»  0» 0»lib_subject.h
241 ··183»    25»  0» 0»paos_response.h240 ··182»    25»  0» 0»paos_response.h
242 ··184»    25»  0» 0»paos_request.h241 ··183»    25»  0» 0»paos_request.h
 242 ··184»    25»  0» 0»lib_assertion.h
243 ··185»    25»  0» 0»lib_authn_context.h243 ··185»    25»  0» 0»lib_authn_context.h
244 ··186»    25»  0» 0»lib_authentication_statement.h244 ··186»    25»  0» 0»lib_authentication_statement.h
245 ··187»    25»  0» 0»saml_attribute_value.h245 ··187»    25»  0» 0»saml_attribute_value.h
246 ··188»    25»  0» 0»misc_text_node.h246 ··188»    25»  0» 0»misc_text_node.h
247 ··189»    26»  0» 0»saml2_condition_abstract.h247 ··189»    26»  0» 0»soap_body.h
 248 ··190»    26»  0» 0»soap_header.h
 249 ··191»    26»  0» 0»soap_envelope.h
 250 ··192»    26»  0» 0»soap_detail.h
 251 ··193»    26»  0» 0»soap_fault.h
 252 ··194»    27»  0» 0»ecp_relaystate.h
 253 ··195»    27»  0» 0»ecp_request.h
 254 ··196»    27»  0» 0»ecp_response.h
 255 ··197»    28»  0» 0»saml2_action.h
 256 ··198»    28»  0» 0»saml2_evidence.h
248 ··190»    26»  0» 0»samlp2_subject_query_abstract.h257 ··199»    28»  0» 0»samlp2_subject_query_abstract.h
249 ··191»    26»  0» 0»saml2_attribute.h 
250 ··192»    26»  0» 0»samlp2_attribute_query.h258 ··200»    28»  0» 0»samlp2_authz_decision_query.h
 259 ··201»    28»  0» 0»saml2_condition_abstract.h
251 ··193»    26»  0» 0»saml2_key_info_confirmation_data_type.h260 ··202»    28»  0» 0»saml2_key_info_confirmation_data_type.h
252 ··194»    26»  0» 0»saml2_authn_context.h261 ··203»    28»  0» 0»saml2_authn_context.h
253 ··195»    26»  0» 0»saml2_statement_abstract.h 
254 ··196»    26»  0» 0»saml2_action.h 
255 ··197»    26»  0» 0»saml2_evidence.h 
256 ··198»    26»  0» 0»samlp2_authz_decision_query.h 
257 ··199»    26»  0» 0»samlp2_name_id_policy.h 
258 ··200»    26»  0» 0»samlp2_requested_authn_context.h 
259 ··201»    26»  0» 0»samlp2_authn_query.h 
260 ··202»    26»  0» 0»samlp2_artifact_response.h262 ··204»    28»  0» 0»samlp2_response.h
261 ··203»    26»  0» 0»saml2_audience_restriction.h 
262 ··204»    26»  0» 0»samlp2_assertion_id_request.h 
263 ··205»    26»  0» 0»samlp2_name_id_mapping_request.h 
264 ··206»    26»  0» 0»saml2_attribute_statement.h 
265 ··207»    26»  0» 0»samlp2_scoping.h263 ··205»    28»  0» 0»samlp2_scoping.h
 264 ··206»    28»  0» 0»samlp2_name_id_policy.h
266 ··208»    26»  0» 0»samlp2_name_id_mapping_response.h265 ··207»    28»  0» 0»samlp2_name_id_mapping_response.h
267 ··209»    26»  0» 0»saml2_subject_locality.h 
268 ··210»    26»  0» 0»samlp2_artifact_resolve.h266 ··208»    28»  0» 0»saml2_statement_abstract.h
 267 ··209»    28»  0» 0»samlp2_requested_authn_context.h
 268 ··210»    28»  0» 0»samlp2_name_id_mapping_request.h
269 ··211»    26»  0» 0»saml2_proxy_restriction.h269 ··211»    28»  0» 0»saml2_proxy_restriction.h
 270 ··212»    28»  0» 0»saml2_subject_locality.h
270 ··212»    26»  0» 0»saml2_attribute_value.h 
271 ··213»    26»  0» 0»saml2_authz_decision_statement.h 
272 ··214»    26»  0» 0»samlp2_authn_request.h 
273 ··215»    26»  0» 0»saml2_authn_statement.h271 ··213»    28»  0» 0»saml2_authn_statement.h
274 ··216»    26»  0» 0»samlp2_logout_request.h272 ··214»    28»  0» 0»samlp2_logout_request.h
 273 ··215»    28»  0» 0»saml2_attribute.h
 274 ··216»    28»  0» 0»samlp2_attribute_query.h
 275 ··217»    28»  0» 0»samlp2_assertion_id_request.h
 276 ··218»    28»  0» 0»saml2_audience_restriction.h
 277 ··219»    28»  0» 0»samlp2_artifact_resolve.h
 278 ··220»    28»  0» 0»samlp2_authn_request.h
 279 ··221»    28»  0» 0»saml2_attribute_value.h
 280 ··222»    28»  0» 0»saml2_attribute_statement.h
 281 ··223»    28»  0» 0»samlp2_authn_query.h
275 ··217»    26»  0» 0»samlp2_response.h282 ··224»    28»  0» 0»samlp2_artifact_response.h
 283 ··225»    28»  0» 0»saml2_authz_decision_statement.h
276 ··218»    27»  0» 0»ecp_relaystate.h 
277 ··219»    27»  0» 0»ecp_response.h 
278 ··220»    27»  0» 0»ecp_request.h 
279 ··221»    28»  0» 0»soap_header.h 
280 ··222»    28»  0» 0»soap_body.h 
281 ··223»    28»  0» 0»soap_envelope.h 
282 ··224»    28»  0» 0»soap_detail.h 
283 ··225»    28»  0» 0»soap_fault.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»    26»  0» 0»saml2_key_info_confirmation_data.h286 ··228»    28»  0» 0»saml2_key_info_confirmation_data.h
287 ··229»    26»  0» 0»samlp2_logout_response.h287 ··229»    28»  0» 0»samlp2_logout_response.h
288 ··230»    23»  0» 0»samlp2_manage_name_id_response.h288 ··230»    23»  0» 0»samlp2_manage_name_id_response.h
289 ··231»    26»  0» 0»saml2_one_time_use.h289 ··231»    28»  0» 0»saml2_one_time_use.h
290 ··232»    15»  0» 0»lib_logout_response.h 
291 ··233»    15»  0» 0»lib_register_name_identifier_response.h290 ··232»    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.h295 ··237»    12»  0» 0»errors.h
296 ··238»    24»  0» 0»profile.h296 ··238»    24»  0» 0»profile.h
  
297 ·Line·Number·Statements:297 ·Line·Number·Statements:
Offset 654, 103426 lines modifiedOffset 654, 103426 lines modified
654 ··[0x0000179c]··Set·is_stmt·to·0654 ··[0x0000179c]··Set·is_stmt·to·0
655 ··[0x0000179d]··Copy·(view·1)655 ··[0x0000179d]··Copy·(view·1)
656 ··[0x0000179e]··Set·column·to·1656 ··[0x0000179e]··Set·column·to·1
Max diff block lines reached; 11440053/11445268 bytes (99.95%) of diff not shown.
12.6 MB
readelf --wide --debug-dump=info {}
    
Offset 2, 63 lines modifiedOffset 2, 63 lines modified
  
2 ··Compilation·Unit·@·offset·0x0:2 ··Compilation·Unit·@·offset·0x0:
3 ···Length:········0x591a0·(32-bit)3 ···Length:········0x591a0·(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:·0x45dd):·GNU·C17·8.3.0·-mfloat-abi=hard·-mfpu=vfpv3-d16·-mthumb·-mtls-dialect=gnu·-march=armv7-a+fp·-g·-O2·-fno-strict-aliasing·-fstack-protector-strong·-fPIC8 ····<c>···DW_AT_producer····:·(indirect·string,·offset:·0x45ae):·GNU·C17·8.3.0·-mfloat-abi=hard·-mfpu=vfpv3-d16·-mthumb·-mtls-dialect=gnu·-march=armv7-a+fp·-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:·0x3ba3):·_lasso.c10 ····<11>···DW_AT_name········:·(indirect·string,·offset:·0x3b9a):·_lasso.c
11 ····<15>···DW_AT_comp_dir····:·(indirect·string,·offset:·0xcfe2):·./bindings/python11 ····<15>···DW_AT_comp_dir····:·(indirect·string,·offset:·0xcfb1):·./bindings/python
12 ····<19>···DW_AT_low_pc······:·0xd0c812 ····<19>···DW_AT_low_pc······:·0xd0c8
13 ····<1d>···DW_AT_high_pc·····:·0x240c413 ····<1d>···DW_AT_high_pc·····:·0x2408c
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:·0x1089b):·size_t16 ····<26>···DW_AT_name········:·(indirect·string,·offset:·0x10849):·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:·0x108ac):·unsigned·int24 ····<34>···DW_AT_name········:·(indirect·string,·offset:·0x1085a):·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:·5·(DW_TAG_pointer_type)27 ·<1><3d>:·Abbrev·Number:·5·(DW_TAG_pointer_type)
28 ····<3e>···DW_AT_byte_size···:·428 ····<3e>···DW_AT_byte_size···:·4
29 ·<1><3f>:·Abbrev·Number:·3·(DW_TAG_base_type)29 ·<1><3f>:·Abbrev·Number:·3·(DW_TAG_base_type)
30 ····<40>···DW_AT_byte_size···:·130 ····<40>···DW_AT_byte_size···:·1
31 ····<41>···DW_AT_encoding····:·8»   (unsigned·char)31 ····<41>···DW_AT_encoding····:·8»   (unsigned·char)
32 ····<42>···DW_AT_name········:·(indirect·string,·offset:·0x54f9):·unsigned·char32 ····<42>···DW_AT_name········:·(indirect·string,·offset:·0x54ca):·unsigned·char
33 ·<1><46>:·Abbrev·Number:·4·(DW_TAG_const_type)33 ·<1><46>:·Abbrev·Number:·4·(DW_TAG_const_type)
34 ····<47>···DW_AT_type········:·<0x3f>34 ····<47>···DW_AT_type········:·<0x3f>
35 ·<1><4b>:·Abbrev·Number:·3·(DW_TAG_base_type)35 ·<1><4b>:·Abbrev·Number:·3·(DW_TAG_base_type)
36 ····<4c>···DW_AT_byte_size···:·236 ····<4c>···DW_AT_byte_size···:·2
37 ····<4d>···DW_AT_encoding····:·7»   (unsigned)37 ····<4d>···DW_AT_encoding····:·7»   (unsigned)
38 ····<4e>···DW_AT_name········:·(indirect·string,·offset:·0xc90d):·short·unsigned·int38 ····<4e>···DW_AT_name········:·(indirect·string,·offset:·0xc8dc):·short·unsigned·int
39 ·<1><52>:·Abbrev·Number:·3·(DW_TAG_base_type)39 ·<1><52>:·Abbrev·Number:·3·(DW_TAG_base_type)
40 ····<53>···DW_AT_byte_size···:·440 ····<53>···DW_AT_byte_size···:·4
41 ····<54>···DW_AT_encoding····:·7»   (unsigned)41 ····<54>···DW_AT_encoding····:·7»   (unsigned)
42 ····<55>···DW_AT_name········:·(indirect·string,·offset:·0x108a7):·long·unsigned·int42 ····<55>···DW_AT_name········:·(indirect·string,·offset:·0x10855):·long·unsigned·int
43 ·<1><59>:·Abbrev·Number:·3·(DW_TAG_base_type)43 ·<1><59>:·Abbrev·Number:·3·(DW_TAG_base_type)
44 ····<5a>···DW_AT_byte_size···:·144 ····<5a>···DW_AT_byte_size···:·1
45 ····<5b>···DW_AT_encoding····:·6»   (signed·char)45 ····<5b>···DW_AT_encoding····:·6»   (signed·char)
46 ····<5c>···DW_AT_name········:·(indirect·string,·offset:·0x54fb):·signed·char46 ····<5c>···DW_AT_name········:·(indirect·string,·offset:·0x54cc):·signed·char
47 ·<1><60>:·Abbrev·Number:·2·(DW_TAG_typedef)47 ·<1><60>:·Abbrev·Number:·2·(DW_TAG_typedef)
48 ····<61>···DW_AT_name········:·(indirect·string,·offset:·0x1505):·__uint8_t48 ····<61>···DW_AT_name········:·(indirect·string,·offset:·0x1505):·__uint8_t
49 ····<65>···DW_AT_decl_file···:·549 ····<65>···DW_AT_decl_file···:·5
50 ····<66>···DW_AT_decl_line···:·3750 ····<66>···DW_AT_decl_line···:·37
51 ····<67>···DW_AT_decl_column·:·2351 ····<67>···DW_AT_decl_column·:·23
52 ····<68>···DW_AT_type········:·<0x3f>52 ····<68>···DW_AT_type········:·<0x3f>
53 ·<1><6c>:·Abbrev·Number:·3·(DW_TAG_base_type)53 ·<1><6c>:·Abbrev·Number:·3·(DW_TAG_base_type)
54 ····<6d>···DW_AT_byte_size···:·254 ····<6d>···DW_AT_byte_size···:·2
55 ····<6e>···DW_AT_encoding····:·5»   (signed)55 ····<6e>···DW_AT_encoding····:·5»   (signed)
56 ····<6f>···DW_AT_name········:·(indirect·string,·offset:·0x111e9):·short·int56 ····<6f>···DW_AT_name········:·(indirect·string,·offset:·0x111ae):·short·int
57 ·<1><73>:·Abbrev·Number:·6·(DW_TAG_base_type)57 ·<1><73>:·Abbrev·Number:·6·(DW_TAG_base_type)
58 ····<74>···DW_AT_byte_size···:·458 ····<74>···DW_AT_byte_size···:·4
59 ····<75>···DW_AT_encoding····:·5»   (signed)59 ····<75>···DW_AT_encoding····:·5»   (signed)
60 ····<76>···DW_AT_name········:·int60 ····<76>···DW_AT_name········:·int
61 ·<1><7a>:·Abbrev·Number:·4·(DW_TAG_const_type)61 ·<1><7a>:·Abbrev·Number:·4·(DW_TAG_const_type)
62 ····<7b>···DW_AT_type········:·<0x73>62 ····<7b>···DW_AT_type········:·<0x73>
63 ·<1><7f>:·Abbrev·Number:·7·(DW_TAG_volatile_type)63 ·<1><7f>:·Abbrev·Number:·7·(DW_TAG_volatile_type)
Offset 66, 282 lines modifiedOffset 66, 282 lines modified
66 ·<1><84>:·Abbrev·Number:·3·(DW_TAG_base_type)66 ·<1><84>:·Abbrev·Number:·3·(DW_TAG_base_type)
67 ····<85>···DW_AT_byte_size···:·867 ····<85>···DW_AT_byte_size···:·8
68 ····<86>···DW_AT_encoding····:·5»   (signed)68 ····<86>···DW_AT_encoding····:·5»   (signed)
69 ····<87>···DW_AT_name········:·(indirect·string,·offset:·0x154d3):·long·long·int69 ····<87>···DW_AT_name········:·(indirect·string,·offset:·0x154d3):·long·long·int
70 ·<1><8b>:·Abbrev·Number:·3·(DW_TAG_base_type)70 ·<1><8b>:·Abbrev·Number:·3·(DW_TAG_base_type)
71 ····<8c>···DW_AT_byte_size···:·871 ····<8c>···DW_AT_byte_size···:·8
72 ····<8d>···DW_AT_encoding····:·7»   (unsigned)72 ····<8d>···DW_AT_encoding····:·7»   (unsigned)
73 ····<8e>···DW_AT_name········:·(indirect·string,·offset:·0x108a2):·long·long·unsigned·int73 ····<8e>···DW_AT_name········:·(indirect·string,·offset:·0x10850):·long·long·unsigned·int
74 ·<1><92>:·Abbrev·Number:·2·(DW_TAG_typedef)74 ·<1><92>:·Abbrev·Number:·2·(DW_TAG_typedef)
75 ····<93>···DW_AT_name········:·(indirect·string,·offset:·0x8fc5):·__quad_t75 ····<93>···DW_AT_name········:·(indirect·string,·offset:·0x8f53):·__quad_t
76 ····<97>···DW_AT_decl_file···:·576 ····<97>···DW_AT_decl_file···:·5
77 ····<98>···DW_AT_decl_line···:·6577 ····<98>···DW_AT_decl_line···:·65
78 ····<99>···DW_AT_decl_column·:·3778 ····<99>···DW_AT_decl_column·:·37
79 ····<9a>···DW_AT_type········:·<0x84>79 ····<9a>···DW_AT_type········:·<0x84>
80 ·<1><9e>:·Abbrev·Number:·2·(DW_TAG_typedef)80 ·<1><9e>:·Abbrev·Number:·2·(DW_TAG_typedef)
81 ····<9f>···DW_AT_name········:·(indirect·string,·offset:·0x7d12):·__off_t81 ····<9f>···DW_AT_name········:·(indirect·string,·offset:·0x7c8f):·__off_t
82 ····<a3>···DW_AT_decl_file···:·582 ····<a3>···DW_AT_decl_file···:·5
83 ····<a4>···DW_AT_decl_line···:·15083 ····<a4>···DW_AT_decl_line···:·150
84 ····<a5>···DW_AT_decl_column·:·2584 ····<a5>···DW_AT_decl_column·:·25
85 ····<a6>···DW_AT_type········:·<0xaa>85 ····<a6>···DW_AT_type········:·<0xaa>
86 ·<1><aa>:·Abbrev·Number:·3·(DW_TAG_base_type)86 ·<1><aa>:·Abbrev·Number:·3·(DW_TAG_base_type)
87 ····<ab>···DW_AT_byte_size···:·487 ····<ab>···DW_AT_byte_size···:·4
88 ····<ac>···DW_AT_encoding····:·5»   (signed)88 ····<ac>···DW_AT_encoding····:·5»   (signed)
89 ····<ad>···DW_AT_name········:·(indirect·string,·offset:·0x154d8):·long·int89 ····<ad>···DW_AT_name········:·(indirect·string,·offset:·0x154d8):·long·int
90 ·<1><b1>:·Abbrev·Number:·2·(DW_TAG_typedef)90 ·<1><b1>:·Abbrev·Number:·2·(DW_TAG_typedef)
91 ····<b2>···DW_AT_name········:·(indirect·string,·offset:·0x40b2):·__off64_t91 ····<b2>···DW_AT_name········:·(indirect·string,·offset:·0x4083):·__off64_t
92 ····<b6>···DW_AT_decl_file···:·592 ····<b6>···DW_AT_decl_file···:·5
93 ····<b7>···DW_AT_decl_line···:·15193 ····<b7>···DW_AT_decl_line···:·151
94 ····<b8>···DW_AT_decl_column·:·2794 ····<b8>···DW_AT_decl_column·:·27
95 ····<b9>···DW_AT_type········:·<0x92>95 ····<b9>···DW_AT_type········:·<0x92>
96 ·<1><bd>:·Abbrev·Number:·2·(DW_TAG_typedef)96 ·<1><bd>:·Abbrev·Number:·2·(DW_TAG_typedef)
97 ····<be>···DW_AT_name········:·(indirect·string,·offset:·0x10181):·__time_t97 ····<be>···DW_AT_name········:·(indirect·string,·offset:·0x10146):·__time_t
98 ····<c2>···DW_AT_decl_file···:·598 ····<c2>···DW_AT_decl_file···:·5
99 ····<c3>···DW_AT_decl_line···:·15899 ····<c3>···DW_AT_decl_line···:·158
100 ····<c4>···DW_AT_decl_column·:·26100 ····<c4>···DW_AT_decl_column·:·26
101 ····<c5>···DW_AT_type········:·<0xaa>101 ····<c5>···DW_AT_type········:·<0xaa>
102 ·<1><c9>:·Abbrev·Number:·2·(DW_TAG_typedef)102 ·<1><c9>:·Abbrev·Number:·2·(DW_TAG_typedef)
103 ····<ca>···DW_AT_name········:·(indirect·string,·offset:·0x10898):·__ssize_t103 ····<ca>···DW_AT_name········:·(indirect·string,·offset:·0x10846):·__ssize_t
104 ····<ce>···DW_AT_decl_file···:·5104 ····<ce>···DW_AT_decl_file···:·5
105 ····<cf>···DW_AT_decl_line···:·191105 ····<cf>···DW_AT_decl_line···:·191
106 ····<d0>···DW_AT_decl_column·:·27106 ····<d0>···DW_AT_decl_column·:·27
107 ····<d1>···DW_AT_type········:·<0x73>107 ····<d1>···DW_AT_type········:·<0x73>
108 ·<1><d5>:·Abbrev·Number:·8·(DW_TAG_pointer_type)108 ·<1><d5>:·Abbrev·Number:·8·(DW_TAG_pointer_type)
109 ····<d6>···DW_AT_byte_size···:·4109 ····<d6>···DW_AT_byte_size···:·4
110 ····<d7>···DW_AT_type········:·<0xdb>110 ····<d7>···DW_AT_type········:·<0xdb>
111 ·<1><db>:·Abbrev·Number:·3·(DW_TAG_base_type)111 ·<1><db>:·Abbrev·Number:·3·(DW_TAG_base_type)
112 ····<dc>···DW_AT_byte_size···:·1112 ····<dc>···DW_AT_byte_size···:·1
113 ····<dd>···DW_AT_encoding····:·8»   (unsigned·char)113 ····<dd>···DW_AT_encoding····:·8»   (unsigned·char)
114 ····<de>···DW_AT_name········:·(indirect·string,·offset:·0x5502):·char114 ····<de>···DW_AT_name········:·(indirect·string,·offset:·0x54d3):·char
115 ·<1><e2>:·Abbrev·Number:·4·(DW_TAG_const_type)115 ·<1><e2>:·Abbrev·Number:·4·(DW_TAG_const_type)
116 ····<e3>···DW_AT_type········:·<0xdb>116 ····<e3>···DW_AT_type········:·<0xdb>
117 ·<1><e7>:·Abbrev·Number:·9·(DW_TAG_structure_type)117 ·<1><e7>:·Abbrev·Number:·9·(DW_TAG_structure_type)
118 ····<e8>···DW_AT_name········:·(indirect·string,·offset:·0x12242):·_IO_FILE118 ····<e8>···DW_AT_name········:·(indirect·string,·offset:·0x1224c):·_IO_FILE
119 ····<ec>···DW_AT_byte_size···:·152119 ····<ec>···DW_AT_byte_size···:·152
120 ····<ed>···DW_AT_decl_file···:·6120 ····<ed>···DW_AT_decl_file···:·6
121 ····<ee>···DW_AT_decl_line···:·49121 ····<ee>···DW_AT_decl_line···:·49
122 ····<ef>···DW_AT_decl_column·:·8122 ····<ef>···DW_AT_decl_column·:·8
123 ····<f0>···DW_AT_sibling·····:·<0x26e>123 ····<f0>···DW_AT_sibling·····:·<0x26e>
124 ·<2><f4>:·Abbrev·Number:·10·(DW_TAG_member)124 ·<2><f4>:·Abbrev·Number:·10·(DW_TAG_member)
125 ····<f5>···DW_AT_name········:·(indirect·string,·offset:·0x7e38):·_flags125 ····<f5>···DW_AT_name········:·(indirect·string,·offset:·0x7db5):·_flags
126 ····<f9>···DW_AT_decl_file···:·6126 ····<f9>···DW_AT_decl_file···:·6
127 ····<fa>···DW_AT_decl_line···:·51127 ····<fa>···DW_AT_decl_line···:·51
128 ····<fb>···DW_AT_decl_column·:·7128 ····<fb>···DW_AT_decl_column·:·7
Max diff block lines reached; 13220733/13228448 bytes (99.94%) of diff not shown.
2.46 KB
readelf --wide --debug-dump=abbrev {}
    
Offset 419, 46 lines modifiedOffset 419, 46 lines modified
419 ····DW_AT_type·········DW_FORM_ref4419 ····DW_AT_type·········DW_FORM_ref4
420 ····DW_AT·value:·0·····DW_FORM·value:·0420 ····DW_AT·value:·0·····DW_FORM·value:·0
421 ···67······DW_TAG_lexical_block····[has·children]421 ···67······DW_TAG_lexical_block····[has·children]
422 ····DW_AT_ranges·······DW_FORM_sec_offset422 ····DW_AT_ranges·······DW_FORM_sec_offset
423 ····DW_AT_sibling······DW_FORM_ref4423 ····DW_AT_sibling······DW_FORM_ref4
424 ····DW_AT·value:·0·····DW_FORM·value:·0424 ····DW_AT·value:·0·····DW_FORM·value:·0
425 ···68······DW_TAG_lexical_block····[has·children]425 ···68······DW_TAG_lexical_block····[has·children]
426 ····DW_AT_low_pc·······DW_FORM_addr 
427 ····DW_AT_high_pc······DW_FORM_data4 
428 ····DW_AT_sibling······DW_FORM_ref4 
429 ····DW_AT·value:·0·····DW_FORM·value:·0 
430 ···69······DW_TAG_GNU_call_site····[has·children] 
431 ····DW_AT_low_pc·······DW_FORM_addr 
432 ····DW_AT_abstract_origin·DW_FORM_ref4 
433 ····DW_AT·value:·0·····DW_FORM·value:·0 
434 ···70······DW_TAG_lexical_block····[has·children] 
435 ····DW_AT·value:·0·····DW_FORM·value:·0426 ····DW_AT·value:·0·····DW_FORM·value:·0
436 ···71······DW_TAG_variable····[no·children]427 ···69······DW_TAG_variable····[no·children]
437 ····DW_AT_abstract_origin·DW_FORM_ref4428 ····DW_AT_abstract_origin·DW_FORM_ref4
438 ····DW_AT_location·····DW_FORM_exprloc429 ····DW_AT_location·····DW_FORM_exprloc
439 ····DW_AT·value:·0·····DW_FORM·value:·0430 ····DW_AT·value:·0·····DW_FORM·value:·0
440 ···72······DW_TAG_label····[no·children]431 ···70······DW_TAG_label····[no·children]
441 ····DW_AT_abstract_origin·DW_FORM_ref4432 ····DW_AT_abstract_origin·DW_FORM_ref4
442 ····DW_AT_low_pc·······DW_FORM_addr433 ····DW_AT_low_pc·······DW_FORM_addr
443 ····DW_AT·value:·0·····DW_FORM·value:·0434 ····DW_AT·value:·0·····DW_FORM·value:·0
444 ···73······DW_TAG_lexical_block····[has·children]435 ···71······DW_TAG_lexical_block····[has·children]
445 ····DW_AT_abstract_origin·DW_FORM_ref4436 ····DW_AT_abstract_origin·DW_FORM_ref4
446 ····DW_AT_low_pc·······DW_FORM_addr437 ····DW_AT_low_pc·······DW_FORM_addr
447 ····DW_AT_high_pc······DW_FORM_data4438 ····DW_AT_high_pc······DW_FORM_data4
448 ····DW_AT_sibling······DW_FORM_ref4439 ····DW_AT_sibling······DW_FORM_ref4
449 ····DW_AT·value:·0·····DW_FORM·value:·0440 ····DW_AT·value:·0·····DW_FORM·value:·0
 441 ···72······DW_TAG_GNU_call_site····[has·children]
 442 ····DW_AT_low_pc·······DW_FORM_addr
 443 ····DW_AT_abstract_origin·DW_FORM_ref4
 444 ····DW_AT·value:·0·····DW_FORM·value:·0
450 ···74······DW_TAG_variable····[no·children]445 ···73······DW_TAG_variable····[no·children]
451 ····DW_AT_name·········DW_FORM_string446 ····DW_AT_name·········DW_FORM_string
452 ····DW_AT_decl_file····DW_FORM_data1447 ····DW_AT_decl_file····DW_FORM_data1
453 ····DW_AT_decl_line····DW_FORM_data2448 ····DW_AT_decl_line····DW_FORM_data2
454 ····DW_AT_decl_column··DW_FORM_data1449 ····DW_AT_decl_column··DW_FORM_data1
455 ····DW_AT_type·········DW_FORM_ref4450 ····DW_AT_type·········DW_FORM_ref4
456 ····DW_AT_location·····DW_FORM_exprloc451 ····DW_AT_location·····DW_FORM_exprloc
457 ····DW_AT·value:·0·····DW_FORM·value:·0452 ····DW_AT·value:·0·····DW_FORM·value:·0
 453 ···74······DW_TAG_lexical_block····[has·children]
 454 ····DW_AT_low_pc·······DW_FORM_addr
 455 ····DW_AT_high_pc······DW_FORM_data4
 456 ····DW_AT_sibling······DW_FORM_ref4
 457 ····DW_AT·value:·0·····DW_FORM·value:·0
458 ···75······DW_TAG_variable····[no·children]458 ···75······DW_TAG_variable····[no·children]
459 ····DW_AT_name·········DW_FORM_strp459 ····DW_AT_name·········DW_FORM_strp
460 ····DW_AT_decl_file····DW_FORM_data1460 ····DW_AT_decl_file····DW_FORM_data1
461 ····DW_AT_decl_line····DW_FORM_data2461 ····DW_AT_decl_line····DW_FORM_data2
462 ····DW_AT_decl_column··DW_FORM_data1462 ····DW_AT_decl_column··DW_FORM_data1
463 ····DW_AT_type·········DW_FORM_ref4463 ····DW_AT_type·········DW_FORM_ref4
464 ····DW_AT_const_value··DW_FORM_data1464 ····DW_AT_const_value··DW_FORM_data1
351 B
readelf --wide --debug-dump=aranges {}
    
Offset 3, 10 lines modifiedOffset 3, 10 lines modified
3 ··Length:···················283 ··Length:···················28
4 ··Version:··················24 ··Version:··················2
5 ··Offset·into·.debug_info:··0x05 ··Offset·into·.debug_info:··0x0
6 ··Pointer·Size:·············46 ··Pointer·Size:·············4
7 ··Segment·Size:·············07 ··Segment·Size:·············0
  
8 ····Address····Length8 ····Address····Length
9 ····0000d0c8·000240c4·9 ····0000d0c8·0002408c·
10 ····00000000·00000000·10 ····00000000·00000000·
  
2.97 MB
readelf --wide --debug-dump=loc {}
    
Offset 5, 47 lines modifiedOffset 5, 47 lines modified
5 ····00000000·v0000000·v0000000·location·view·pair5 ····00000000·v0000000·v0000000·location·view·pair
6 ····00000002·v0000000·v0000000·location·view·pair6 ····00000002·v0000000·v0000000·location·view·pair
7 ····00000004·v0000000·v0000000·location·view·pair7 ····00000004·v0000000·v0000000·location·view·pair
  
8 ····00000006·v0000000·v0000000·views·at·00000000·for:8 ····00000006·v0000000·v0000000·views·at·00000000·for:
9 ·············0002a006·0002a009·(DW_OP_reg0·(r0))9 ·············0002a006·0002a009·(DW_OP_reg0·(r0))
10 ····00000011·v0000000·v0000000·views·at·00000002·for:10 ····00000011·v0000000·v0000000·views·at·00000002·for:
11 ·············0002a009·0002f7ba·(DW_OP_reg6·(r6))11 ·············0002a009·0002f6e4·(DW_OP_reg6·(r6))
12 ····0000001c·v0000000·v0000000·views·at·00000004·for:12 ····0000001c·v0000000·v0000000·views·at·00000004·for:
13 ·············0002f7be·00031188·(DW_OP_reg6·(r6))13 ·············0002f6e8·00031150·(DW_OP_reg6·(r6))
14 ····00000027·<End·of·list>14 ····00000027·<End·of·list>
  
15 ····0000002f·v0000000·v0000000·location·view·pair15 ····0000002f·v0000000·v0000000·location·view·pair
16 ····00000031·v0000000·v0000000·location·view·pair16 ····00000031·v0000000·v0000000·location·view·pair
17 ····00000033·v0000000·v0000000·location·view·pair17 ····00000033·v0000000·v0000000·location·view·pair
18 ····00000035·v0000000·v0000000·location·view·pair18 ····00000035·v0000000·v0000000·location·view·pair
  
19 ····00000037·v0000000·v0000000·views·at·0000002f·for:19 ····00000037·v0000000·v0000000·views·at·0000002f·for:
20 ·············0002a00c·0002a00e·(DW_OP_reg0·(r0))20 ·············0002a00c·0002a00e·(DW_OP_reg0·(r0))
21 ····00000042·v0000000·v0000000·views·at·00000031·for:21 ····00000042·v0000000·v0000000·views·at·00000031·for:
22 ·············0002a00e·0002f768·(DW_OP_reg4·(r4))22 ·············0002a00e·0002f692·(DW_OP_reg4·(r4))
23 ····0000004d·v0000000·v0000000·views·at·00000033·for:23 ····0000004d·v0000000·v0000000·views·at·00000033·for:
24 ·············0002f768·0002f76f·(DW_OP_reg0·(r0))24 ·············0002f692·0002f699·(DW_OP_reg0·(r0))
25 ····00000058·v0000000·v0000000·views·at·00000035·for:25 ····00000058·v0000000·v0000000·views·at·00000035·for:
26 ·············0002f7c8·00031188·(DW_OP_reg4·(r4))26 ·············0002f6f2·00031150·(DW_OP_reg4·(r4))
27 ····00000063·<End·of·list>27 ····00000063·<End·of·list>
  
28 ····0000006b·v0000001·v0000000·location·view·pair28 ····0000006b·v0000001·v0000000·location·view·pair
29 ····0000006d·v0000000·v0000000·location·view·pair29 ····0000006d·v0000000·v0000000·location·view·pair
30 ····0000006f·v0000000·v0000000·location·view·pair30 ····0000006f·v0000000·v0000000·location·view·pair
31 ····00000071·v0000000·v0000000·location·view·pair31 ····00000071·v0000000·v0000000·location·view·pair
  
32 ····00000073·v0000001·v0000000·views·at·0000006b·for:32 ····00000073·v0000001·v0000000·views·at·0000006b·for:
33 ·············0002a00c·0002a00e·(DW_OP_reg0·(r0))33 ·············0002a00c·0002a00e·(DW_OP_reg0·(r0))
34 ····0000007e·v0000000·v0000000·views·at·0000006d·for:34 ····0000007e·v0000000·v0000000·views·at·0000006d·for:
35 ·············0002a00e·0002f768·(DW_OP_reg4·(r4))35 ·············0002a00e·0002f692·(DW_OP_reg4·(r4))
36 ····00000089·v0000000·v0000000·views·at·0000006f·for:36 ····00000089·v0000000·v0000000·views·at·0000006f·for:
37 ·············0002f768·0002f76f·(DW_OP_reg0·(r0))37 ·············0002f692·0002f699·(DW_OP_reg0·(r0))
38 ····00000094·v0000000·v0000000·views·at·00000071·for:38 ····00000094·v0000000·v0000000·views·at·00000071·for:
39 ·············0002f7c8·00031188·(DW_OP_reg4·(r4))39 ·············0002f6f2·00031150·(DW_OP_reg4·(r4))
40 ····0000009f·<End·of·list>40 ····0000009f·<End·of·list>
  
41 ····000000a7·v0000000·v0000000·location·view·pair41 ····000000a7·v0000000·v0000000·location·view·pair
42 ····000000a9·v0000000·v0000000·location·view·pair42 ····000000a9·v0000000·v0000000·location·view·pair
43 ····000000ab·v0000000·v0000000·location·view·pair43 ····000000ab·v0000000·v0000000·location·view·pair
44 ····000000ad·v0000000·v0000000·location·view·pair44 ····000000ad·v0000000·v0000000·location·view·pair
45 ····000000af·v0000000·v0000000·location·view·pair45 ····000000af·v0000000·v0000000·location·view·pair
Offset 1649, 1119 lines modifiedOffset 1649, 1119 lines modified
1649 ····00000d2b·v0000000·v0000000·location·view·pair1649 ····00000d2b·v0000000·v0000000·location·view·pair
  
1650 ····00000d2d·v0000000·v0000000·views·at·000000a7·for:1650 ····00000d2d·v0000000·v0000000·views·at·000000a7·for:
1651 ·············0002a01a·0002a01e·(DW_OP_reg0·(r0))1651 ·············0002a01a·0002a01e·(DW_OP_reg0·(r0))
1652 ····00000d38·v0000000·v0000000·views·at·000000a9·for:1652 ····00000d38·v0000000·v0000000·views·at·000000a9·for:
1653 ·············0002a01e·0002a021·(DW_OP_reg2·(r2))1653 ·············0002a01e·0002a021·(DW_OP_reg2·(r2))
1654 ····00000d43·v0000000·v0000000·views·at·000000ab·for:1654 ····00000d43·v0000000·v0000000·views·at·000000ab·for:
1655 ·············0002a021·0002a03e·(DW_OP_reg7·(r7))1655 ·············0002a021·0002a03c·(DW_OP_reg7·(r7))
1656 ····00000d4e·v0000000·v0000000·views·at·000000ad·for:1656 ····00000d4e·v0000000·v0000000·views·at·000000ad·for:
1657 ·············0002a03e·0002a042·(DW_OP_reg0·(r0))1657 ·············0002a03c·0002a040·(DW_OP_reg0·(r0))
1658 ····00000d59·v0000000·v0000000·views·at·000000af·for:1658 ····00000d59·v0000000·v0000000·views·at·000000af·for:
1659 ·············0002a042·0002a045·(DW_OP_reg2·(r2))1659 ·············0002a040·0002a043·(DW_OP_reg2·(r2))
1660 ····00000d64·v0000000·v0000000·views·at·000000b1·for:1660 ····00000d64·v0000000·v0000000·views·at·000000b1·for:
1661 ·············0002a045·0002a062·(DW_OP_reg7·(r7))1661 ·············0002a043·0002a05e·(DW_OP_reg7·(r7))
1662 ····00000d6f·v0000000·v0000000·views·at·000000b3·for:1662 ····00000d6f·v0000000·v0000000·views·at·000000b3·for:
1663 ·············0002a062·0002a066·(DW_OP_reg0·(r0))1663 ·············0002a05e·0002a062·(DW_OP_reg0·(r0))
1664 ····00000d7a·v0000000·v0000000·views·at·000000b5·for:1664 ····00000d7a·v0000000·v0000000·views·at·000000b5·for:
1665 ·············0002a066·0002a069·(DW_OP_reg2·(r2))1665 ·············0002a062·0002a065·(DW_OP_reg2·(r2))
1666 ····00000d85·v0000000·v0000000·views·at·000000b7·for:1666 ····00000d85·v0000000·v0000000·views·at·000000b7·for:
1667 ·············0002a069·0002a086·(DW_OP_reg7·(r7))1667 ·············0002a065·0002a080·(DW_OP_reg7·(r7))
1668 ····00000d90·v0000000·v0000000·views·at·000000b9·for:1668 ····00000d90·v0000000·v0000000·views·at·000000b9·for:
1669 ·············0002a086·0002a08a·(DW_OP_reg0·(r0))1669 ·············0002a080·0002a084·(DW_OP_reg0·(r0))
1670 ····00000d9b·v0000000·v0000000·views·at·000000bb·for:1670 ····00000d9b·v0000000·v0000000·views·at·000000bb·for:
1671 ·············0002a08a·0002a08d·(DW_OP_reg2·(r2))1671 ·············0002a084·0002a087·(DW_OP_reg2·(r2))
1672 ····00000da6·v0000000·v0000000·views·at·000000bd·for:1672 ····00000da6·v0000000·v0000000·views·at·000000bd·for:
1673 ·············0002a08d·0002a0aa·(DW_OP_reg7·(r7))1673 ·············0002a087·0002a0a4·(DW_OP_reg7·(r7))
1674 ····00000db1·v0000000·v0000000·views·at·000000bf·for:1674 ····00000db1·v0000000·v0000000·views·at·000000bf·for:
1675 ·············0002a0aa·0002a0ae·(DW_OP_reg0·(r0))1675 ·············0002a0a4·0002a0a8·(DW_OP_reg0·(r0))
1676 ····00000dbc·v0000000·v0000000·views·at·000000c1·for:1676 ····00000dbc·v0000000·v0000000·views·at·000000c1·for:
1677 ·············0002a0ae·0002a0b1·(DW_OP_reg2·(r2))1677 ·············0002a0a8·0002a0ab·(DW_OP_reg2·(r2))
1678 ····00000dc7·v0000000·v0000000·views·at·000000c3·for:1678 ····00000dc7·v0000000·v0000000·views·at·000000c3·for:
1679 ·············0002a0b1·0002a0ce·(DW_OP_reg7·(r7))1679 ·············0002a0ab·0002a0c8·(DW_OP_reg7·(r7))
1680 ····00000dd2·v0000000·v0000000·views·at·000000c5·for:1680 ····00000dd2·v0000000·v0000000·views·at·000000c5·for:
1681 ·············0002a0ce·0002a0d2·(DW_OP_reg0·(r0))1681 ·············0002a0c8·0002a0cc·(DW_OP_reg0·(r0))
1682 ····00000ddd·v0000000·v0000000·views·at·000000c7·for:1682 ····00000ddd·v0000000·v0000000·views·at·000000c7·for:
1683 ·············0002a0d2·0002a0d5·(DW_OP_reg2·(r2))1683 ·············0002a0cc·0002a0cf·(DW_OP_reg2·(r2))
1684 ····00000de8·v0000000·v0000000·views·at·000000c9·for:1684 ····00000de8·v0000000·v0000000·views·at·000000c9·for:
1685 ·············0002a0d5·0002a0f2·(DW_OP_reg7·(r7))1685 ·············0002a0cf·0002a0ec·(DW_OP_reg7·(r7))
1686 ····00000df3·v0000000·v0000000·views·at·000000cb·for:1686 ····00000df3·v0000000·v0000000·views·at·000000cb·for:
1687 ·············0002a0f2·0002a0f6·(DW_OP_reg0·(r0))1687 ·············0002a0ec·0002a0f0·(DW_OP_reg0·(r0))
1688 ····00000dfe·v0000000·v0000000·views·at·000000cd·for:1688 ····00000dfe·v0000000·v0000000·views·at·000000cd·for:
1689 ·············0002a0f6·0002a0f9·(DW_OP_reg2·(r2))1689 ·············0002a0f0·0002a0f3·(DW_OP_reg2·(r2))
1690 ····00000e09·v0000000·v0000000·views·at·000000cf·for:1690 ····00000e09·v0000000·v0000000·views·at·000000cf·for:
1691 ·············0002a0f9·0002a116·(DW_OP_reg7·(r7))1691 ·············0002a0f3·0002a110·(DW_OP_reg7·(r7))
1692 ····00000e14·v0000000·v0000000·views·at·000000d1·for:1692 ····00000e14·v0000000·v0000000·views·at·000000d1·for:
1693 ·············0002a116·0002a11a·(DW_OP_reg0·(r0))1693 ·············0002a110·0002a114·(DW_OP_reg0·(r0))
1694 ····00000e1f·v0000000·v0000000·views·at·000000d3·for:1694 ····00000e1f·v0000000·v0000000·views·at·000000d3·for:
1695 ·············0002a11a·0002a11d·(DW_OP_reg2·(r2))1695 ·············0002a114·0002a117·(DW_OP_reg2·(r2))
1696 ····00000e2a·v0000000·v0000000·views·at·000000d5·for:1696 ····00000e2a·v0000000·v0000000·views·at·000000d5·for:
1697 ·············0002a11d·0002a13a·(DW_OP_reg7·(r7))1697 ·············0002a117·0002a134·(DW_OP_reg7·(r7))
1698 ····00000e35·v0000000·v0000000·views·at·000000d7·for:1698 ····00000e35·v0000000·v0000000·views·at·000000d7·for:
1699 ·············0002a13a·0002a13e·(DW_OP_reg0·(r0))1699 ·············0002a134·0002a138·(DW_OP_reg0·(r0))
1700 ····00000e40·v0000000·v0000000·views·at·000000d9·for:1700 ····00000e40·v0000000·v0000000·views·at·000000d9·for:
1701 ·············0002a13e·0002a141·(DW_OP_reg2·(r2))1701 ·············0002a138·0002a13b·(DW_OP_reg2·(r2))
1702 ····00000e4b·v0000000·v0000000·views·at·000000db·for:1702 ····00000e4b·v0000000·v0000000·views·at·000000db·for:
1703 ·············0002a141·0002a15e·(DW_OP_reg7·(r7))1703 ·············0002a13b·0002a158·(DW_OP_reg7·(r7))
1704 ····00000e56·v0000000·v0000000·views·at·000000dd·for:1704 ····00000e56·v0000000·v0000000·views·at·000000dd·for:
1705 ·············0002a15e·0002a162·(DW_OP_reg0·(r0))1705 ·············0002a158·0002a15c·(DW_OP_reg0·(r0))
1706 ····00000e61·v0000000·v0000000·views·at·000000df·for:1706 ····00000e61·v0000000·v0000000·views·at·000000df·for:
1707 ·············0002a162·0002a165·(DW_OP_reg2·(r2))1707 ·············0002a15c·0002a15f·(DW_OP_reg2·(r2))
1708 ····00000e6c·v0000000·v0000000·views·at·000000e1·for:1708 ····00000e6c·v0000000·v0000000·views·at·000000e1·for:
1709 ·············0002a165·0002a182·(DW_OP_reg7·(r7))1709 ·············0002a15f·0002a17c·(DW_OP_reg7·(r7))
1710 ····00000e77·v0000000·v0000000·views·at·000000e3·for:1710 ····00000e77·v0000000·v0000000·views·at·000000e3·for:
1711 ·············0002a182·0002a186·(DW_OP_reg0·(r0))1711 ·············0002a17c·0002a180·(DW_OP_reg0·(r0))
1712 ····00000e82·v0000000·v0000000·views·at·000000e5·for:1712 ····00000e82·v0000000·v0000000·views·at·000000e5·for:
1713 ·············0002a186·0002a189·(DW_OP_reg2·(r2))1713 ·············0002a180·0002a183·(DW_OP_reg2·(r2))
1714 ····00000e8d·v0000000·v0000000·views·at·000000e7·for:1714 ····00000e8d·v0000000·v0000000·views·at·000000e7·for:
1715 ·············0002a189·0002a1a6·(DW_OP_reg7·(r7))1715 ·············0002a183·0002a1a0·(DW_OP_reg7·(r7))
1716 ····00000e98·v0000000·v0000000·views·at·000000e9·for:1716 ····00000e98·v0000000·v0000000·views·at·000000e9·for:
1717 ·············0002a1a6·0002a1aa·(DW_OP_reg0·(r0))1717 ·············0002a1a0·0002a1a4·(DW_OP_reg0·(r0))
1718 ····00000ea3·v0000000·v0000000·views·at·000000eb·for:1718 ····00000ea3·v0000000·v0000000·views·at·000000eb·for:
1719 ·············0002a1aa·0002a1ad·(DW_OP_reg2·(r2))1719 ·············0002a1a4·0002a1a7·(DW_OP_reg2·(r2))
1720 ····00000eae·v0000000·v0000000·views·at·000000ed·for:1720 ····00000eae·v0000000·v0000000·views·at·000000ed·for:
1721 ·············0002a1ad·0002a1c8·(DW_OP_reg7·(r7))1721 ·············0002a1a7·0002a1c4·(DW_OP_reg7·(r7))
1722 ····00000eb9·v0000000·v0000000·views·at·000000ef·for:1722 ····00000eb9·v0000000·v0000000·views·at·000000ef·for:
1723 ·············0002a1c8·0002a1cc·(DW_OP_reg0·(r0))1723 ·············0002a1c4·0002a1c8·(DW_OP_reg0·(r0))
1724 ····00000ec4·v0000000·v0000000·views·at·000000f1·for:1724 ····00000ec4·v0000000·v0000000·views·at·000000f1·for:
1725 ·············0002a1cc·0002a1cf·(DW_OP_reg2·(r2))1725 ·············0002a1c8·0002a1cb·(DW_OP_reg2·(r2))
1726 ····00000ecf·v0000000·v0000000·views·at·000000f3·for:1726 ····00000ecf·v0000000·v0000000·views·at·000000f3·for:
Max diff block lines reached; 3107846/3116412 bytes (99.73%) of diff not shown.
349 B
readelf --wide --debug-dump=ranges {}
    
Offset 3, 10 lines modifiedOffset 3, 10 lines modified
3 ··Length:···················283 ··Length:···················28
4 ··Version:··················24 ··Version:··················2
5 ··Offset·into·.debug_info:··0x05 ··Offset·into·.debug_info:··0x0
6 ··Pointer·Size:·············46 ··Pointer·Size:·············4
7 ··Segment·Size:·············07 ··Segment·Size:·············0
  
8 ····Address····Length8 ····Address····Length
9 ····0000d0c8·000240c4·9 ····0000d0c8·0002408c·
10 ····00000000·00000000·10 ····00000000·00000000·
  
78.7 KB
strings --all --bytes=8 {}
    
Offset 1, 1334 lines modifiedOffset 1, 1325 lines modified
1 GCC:·(Debian·8.3.0-6)·8.3.01 GCC:·(Debian·8.3.0-6)·8.3.0
 2 9xvKz"\^
 3 2}%||~_1
 4 v]3W(jj&·sa
 5 !dR_BC`T
 6 h}[oclM0
 7 h+4&(4fG
 8 j]W=Q`]W
 9 f2Hlg[3Y
 10 ?~pE$335~d
 11 $Bt#^"'=l
 12 N$'?ur27
 13 r'Wq'?"'S
 14 pr5:9lb5N
 15 N2M'yT'y
 16 %0*XB.HG
 17 TF'YV'YN'Y
 18 .$yI'yY'yE'y
 19 qH'yX'yD'
 20 M1ErLC"Y
 21 .$YB'YR'YJ'Y
 22 t%:9sR|E
 23 .H$=Y=» 8
 24 »       Lc1MaR`j
 25 *B%>!B}1
 26 FCHE"drl:
 27 A@L-q0Ym$
 28 q!\+LR91
 29 h@K»    !!r[
 30 3v<DdL_2h
 31 3U'jGRQb
 32 "!WESB.a
 33 ULa·v`LQ
 34 LoAxLLuB
 35 t<zI_YX8^T
 36 »       wnqw.2w
 37 0Se?Vo3bd6
 38 &L*B:$El
 39 b~D|/t?`
 40 Lo»     S>RUr
 41 :W4u;j1W
 42 »       yx#IuDE
 43 H>A|Hx*V0]
 44 !\kH&·FK
 45 ?Q}5G4#R
 46 $o!^'<scM
 47 tEt·\kIf"
 48 |$_#VVPkh^
 49 ^!.Bi&=O'
 50 Auh+yFaC
 51 p^$IEt%\wI
 52 ]ex$IUDy
 53 t_\|d0w5Rz
 54 K8200·W4
 55 =afb;d&Z
 56 ]_SU^&+^
 57 LXv{2]v;
 58 gSm6<;B6<
 59 35}4u}jm
 60 B4s9XR@"
 61 <h:n-{E{9
 62 |e(Yi$=j>
 63 ypD5sB'H
 64 vSAUJP%4]G
 65 &:^m[|dR
 66 J5\9U#kDv?
 67 Uv$M#)56
 68 NI»     =;R9M
 69 T9^H·kfd»
 70 st<g9b.m
 71 7t|c9b.m
 72 ]F~G!P`63
 73 UN<toB309
 74 UN<toH301
 75 !l;V0qf`8
 76 jjffb&b7
2 rxg!:jc$ 
3 5IG#j»  ~, 
4 )fJM1S,1 
5 RSkHQV66 
6 SXRJ?ig\ 
7 tyY3-B:@ 
8 %2RA<»  »  D$CAb»      
9 +H0!fD^U 
10 #Bv#rKAj 
11 -?-Hlz·A 
12 ']@'3.p'3u'+ 
13 ANN$'qqx 
14 !P0b.5t_ 
15 ·"4]%4C%4 
16 _J%YZ%YF%Y 
17 7D<3D.0D 
18 x"4E%4U%4 
19 Sy6Qy6Ee5 
20 .2AW4A6$ 
21 }k=TV3Wg?* 
22 5!3oHp;H 
23 .BjlG5nAAnH5 
24 H^UI^UI^SI^WI 
25 mV»     mV»   mqW. 
26 IH3*#»  7U 
27 J2A%yD%y 
28 9mP9mT9mB# 
29 6H%9W%9O%9 
30 iD2MGr1' 
31 +&[d_i[?k 
32 S9]Q9]E# 
33 eu-'Fpc9u 
34 *8'In;F$ 
35 Y'Hv=.?Y 
36 J2O%yE%y 
37 94yqON^4d 
38 _{bRH>5)$ 
39 J:LLsmx{> 
40 koO[ch?|a 
41 =1M1w=9TQV 
42 :vRO&60- 
43 ULFpN2c2[ 
44 ';"|1"!k 
45 @oL{D["8 
46 URL=D-"( 
47 =%wfO9wfi{ 
48 Ti:Uf|`F# 
49 +wRQTY)te1?#~ 
50 P{{;6ESk 
51 hq@Fc,mn#o 
52 ocJ_`/|A 
Max diff block lines reached; 78682/80523 bytes (97.71%) of diff not shown.
109 KB
objdump --line-numbers --disassemble --demangle --reloc --no-show-raw-insn --section=.text {}
    
Offset 22, 168 lines modifiedOffset 22, 168 lines modified
  
22 0000d0c8·<lasso_python_log>:22 0000d0c8·<lasso_python_log>:
23 »       ...23 »       ...
  
24 0000d2d4·<Ecp_isPassive_set>:24 0000d2d4·<Ecp_isPassive_set>:
25 »       ...25 »       ...
  
26 0000d330·<Login_protocolProfile_set>:26 0000d330·<Samlp2AuthnRequest_attributeConsumingServiceIndex_set>:
27 »       ...27 »       ...
  
28 0000d384·<Session_isDirty_set>:28 0000d384·<Samlp2AuthnRequest_assertionConsumerServiceIndex_set>:
29 »       ...29 »       ...
  
30 0000d3e0·<Identity_isDirty_set>:30 0000d3d8·<Samlp2AuthnRequest_isPassive_set>:
31 »       ...31 »       ...
  
32 0000d43c·<Server_signatureMethod_set>:32 0000d434·<Samlp2AuthnRequest_forceAuthn_set>:
33 »       ...33 »       ...
  
34 0000d490·<Provider_role_set>:34 0000d490·<Samlp2NameIDPolicy_allowCreate_set>:
35 »       ...35 »       ...
  
36 0000d4e4·<EcpRequest_isPassive_set>:36 0000d4ec·<EcpResponse_mustUnderstand_set>:
37 »       ...37 »       ...
  
38 0000d540·<EcpRequest_mustUnderstand_set>:38 0000d548·<EcpRequest_isPassive_set>:
39 »       ...39 »       ...
  
40 0000d59c·<EcpResponse_mustUnderstand_set>:40 0000d5a4·<EcpRequest_mustUnderstand_set>:
41 »       ...41 »       ...
  
42 0000d5f8·<EcpRelayState_mustUnderstand_set>:42 0000d600·<EcpRelayState_mustUnderstand_set>:
43 »       ...43 »       ...
  
44 0000d654·<Samlp2AuthnRequest_attributeConsumingServiceIndex_set>:44 0000d65c·<SamlpResponseAbstract_signMethod_set>:
45 »       ...45 »       ...
  
46 0000d6a8·<Samlp2AuthnRequest_assertionConsumerServiceIndex_set>:46 0000d6b0·<SamlpResponseAbstract_signType_set>:
47 »       ...47 »       ...
  
48 0000d6fc·<Samlp2AuthnRequest_isPassive_set>:48 0000d704·<SamlpResponseAbstract_minorVersion_set>:
49 »       ...49 »       ...
  
50 0000d758·<Samlp2AuthnRequest_forceAuthn_set>:50 0000d758·<SamlpResponseAbstract_majorVersion_set>:
51 »       ...51 »       ...
  
52 0000d7b4·<Samlp2NameIDPolicy_allowCreate_set>:52 0000d7ac·<LibScoping_proxyCount_set>:
53 »       ...53 »       ...
  
54 0000d810·<MiscTextNode_textChild_set>:54 0000d800·<MiscTextNode_textChild_set>:
55 »       ...55 »       ...
  
56 0000d86c·<SamlpResponseAbstract_signMethod_set>:56 0000d85c·<LibAuthnRequest_isPassive_set>:
57 »       ...57 »       ...
  
58 0000d8c0·<SamlpResponseAbstract_signType_set>:58 0000d8b8·<LibAuthnRequest_forceAuthn_set>:
59 »       ...59 »       ...
  
60 0000d914·<SamlpResponseAbstract_minorVersion_set>:60 0000d914·<LibAuthnRequestEnvelope_isPassive_set>:
61 »       ...61 »       ...
  
62 0000d968·<SamlpResponseAbstract_majorVersion_set>:62 0000d970·<SamlpRequestAbstract_signMethod_set>:
63 »       ...63 »       ...
  
64 0000d9bc·<LibAuthnRequest_isPassive_set>:64 0000d9c4·<SamlpRequestAbstract_signType_set>:
65 »       ...65 »       ...
  
66 0000da18·<LibAuthnRequest_forceAuthn_set>:66 0000da18·<SamlpRequestAbstract_minorVersion_set>:
67 »       ...67 »       ...
  
68 0000da74·<SamlpRequestAbstract_signMethod_set>:68 0000da6c·<SamlpRequestAbstract_majorVersion_set>:
69 »       ...69 »       ...
  
70 0000dac8·<SamlpRequestAbstract_signType_set>:70 0000dac0·<PaosRequest_mustUnderstand_set>:
71 »       ...71 »       ...
  
72 0000db1c·<SamlpRequestAbstract_minorVersion_set>:72 0000db1c·<PaosResponse_mustUnderstand_set>:
73 »       ...73 »       ...
  
74 0000db70·<SamlpRequestAbstract_majorVersion_set>:74 0000db78·<SamlAssertion_signMethod_set>:
75 »       ...75 »       ...
  
76 0000dbc4·<LibScoping_proxyCount_set>:76 0000dbcc·<SamlAssertion_signType_set>:
77 »       ...77 »       ...
  
78 0000dc18·<LibAuthnRequestEnvelope_isPassive_set>:78 0000dc20·<SamlAssertion_minorVersion_set>:
79 »       ...79 »       ...
  
80 0000dc74·<SamlAssertion_signMethod_set>:80 0000dc74·<SamlAssertion_majorVersion_set>:
81 »       ...81 »       ...
  
82 0000dcc8·<SamlAssertion_signType_set>:82 0000dcc8·<Server_signatureMethod_set>:
83 »       ...83 »       ...
  
84 0000dd1c·<SamlAssertion_minorVersion_set>:84 0000dd1c·<Session_isDirty_set>:
85 »       ...85 »       ...
  
86 0000dd70·<SamlAssertion_majorVersion_set>:86 0000dd78·<Identity_isDirty_set>:
87 »       ...87 »       ...
  
88 0000ddc4·<PaosRequest_mustUnderstand_set>:88 0000ddd4·<Login_protocolProfile_set>:
89 »       ...89 »       ...
  
90 0000de20·<PaosResponse_mustUnderstand_set>:90 0000de28·<Provider_role_set>:
91 »       ...91 »       ...
  
92 0000de7c·<ecp_process_sp_idp_list>:92 0000de7c·<ecp_process_sp_idp_list>:
93 »       ...93 »       ...
  
94 0000df30·<Login_protocolProfile_get>:94 0000df30·<Samlp2AuthnRequest_attributeConsumingServiceIndex_get>:
95 »       ...95 »       ...
  
96 0000df74·<Server_signatureMethod_get>:96 0000df74·<Samlp2AuthnRequest_assertionConsumerServiceIndex_get>:
97 »       ...97 »       ...
  
98 0000dfb8·<Provider_role_get>:98 0000dfb8·<SamlpResponseAbstract_signMethod_get>:
99 »       ...99 »       ...
  
100 0000dffc·<Samlp2AuthnRequest_attributeConsumingServiceIndex_get>:100 0000dffc·<SamlpResponseAbstract_signType_get>:
101 »       ...101 »       ...
  
102 0000e040·<Samlp2AuthnRequest_assertionConsumerServiceIndex_get>:102 0000e040·<SamlpResponseAbstract_minorVersion_get>:
103 »       ...103 »       ...
  
104 0000e084·<SamlpResponseAbstract_signMethod_get>:104 0000e084·<SamlpResponseAbstract_majorVersion_get>:
105 »       ...105 »       ...
  
Max diff block lines reached; 107390/111565 bytes (96.26%) of diff not shown.
285 B
objdump --line-numbers --disassemble --demangle --reloc --no-show-raw-insn --section=.fini {}
    
Offset 1, 7 lines modifiedOffset 1, 7 lines modified
  
  
  
1 Disassembly·of·section·.fini:1 Disassembly·of·section·.fini:
  
2 0003118c·<_fini>:2 00031154·<_fini>:
3 »       ...3 »       ...
236 KB
readelf --wide --decompress --string-dump=.debug_str {}
    
Offset 249, 3168 lines modifiedOffset 249, 3168 lines modified
249 ··[··17f0]··XML_IO_EDOM249 ··[··17f0]··XML_IO_EDOM
250 ··[··17fc]··trash_delete_later250 ··[··17fc]··trash_delete_later
251 ··[··180f]··xmlSecNodeRSAKeyValue251 ··[··180f]··xmlSecNodeRSAKeyValue
252 ··[··1825]··XML_PARSE_PEDANTIC252 ··[··1825]··XML_PARSE_PEDANTIC
253 ··[··1838]··PyDict_Type253 ··[··1838]··PyDict_Type
254 ··[··1844]··XML_NS_ERR_QNAME254 ··[··1844]··XML_NS_ERR_QNAME
362 KB
readelf --wide --decompress --hex-dump=.strtab {}
    
Offset 18, 1547 lines modifiedOffset 18, 1547 lines modified
18 ··0x000000f0·676c6f62·616c5f64·746f7273·5f617578·global_dtors_aux18 ··0x000000f0·676c6f62·616c5f64·746f7273·5f617578·global_dtors_aux
19 ··0x00000100·5f66696e·695f6172·7261795f·656e7472·_fini_array_entr19 ··0x00000100·5f66696e·695f6172·7261795f·656e7472·_fini_array_entr
20 ··0x00000110·79006672·616d655f·64756d6d·79005f5f·y.frame_dummy.__20 ··0x00000110·79006672·616d655f·64756d6d·79005f5f·y.frame_dummy.__
21 ··0x00000120·6672616d·655f6475·6d6d795f·696e6974·frame_dummy_init21 ··0x00000120·6672616d·655f6475·6d6d795f·696e6974·frame_dummy_init
22 ··0x00000130·5f617272·61795f65·6e747279·005f6c61·_array_entry._la22 ··0x00000130·5f617272·61795f65·6e747279·005f6c61·_array_entry._la
23 ··0x00000140·73736f2e·63006c61·73736f5f·70797468·sso.c.lasso_pyth23 ··0x00000140·73736f2e·63006c61·73736f5f·70797468·sso.c.lasso_pyth
24 ··0x00000150·6f6e5f6c·6f670045·63705f69·73506173·on_log.Ecp_isPas24 ··0x00000150·6f6e5f6c·6f670045·63705f69·73506173·on_log.Ecp_isPas
25 ··0x00000160·73697665·5f736574·004c6f67·696e5f70·sive_set.Login_p25 ··0x00000160·73697665·5f736574·0053616d·6c703241·sive_set.Samlp2A
26 ··0x00000170·726f746f·636f6c50·726f6669·6c655f73·rotocolProfile_s 
27 ··0x00000180·65740053·65737369·6f6e5f69·73446972·et.Session_isDir 
28 ··0x00000190·74795f73·65740049·64656e74·6974795f·ty_set.Identity_ 
29 ··0x000001a0·69734469·7274795f·73657400·53657276·isDirty_set.Serv 
30 ··0x000001b0·65725f73·69676e61·74757265·4d657468·er_signatureMeth 
31 ··0x000001c0·6f645f73·65740050·726f7669·6465725f·od_set.Provider_26 ··0x00000170·7574686e·52657175·6573745f·61747472·uthnRequest_attr
 27 ··0x00000180·69627574·65436f6e·73756d69·6e675365·ibuteConsumingSe
 28 ··0x00000190·72766963·65496e64·65785f73·65740053·rviceIndex_set.S
 29 ··0x000001a0·616d6c70·32417574·686e5265·71756573·amlp2AuthnReques
 30 ··0x000001b0·745f6173·73657274·696f6e43·6f6e7375·t_assertionConsu
 31 ··0x000001c0·6d657253·65727669·6365496e·6465785f·merServiceIndex_
 32 ··0x000001d0·73657400·53616d6c·70324175·74686e52·set.Samlp2AuthnR
 33 ··0x000001e0·65717565·73745f69·73506173·73697665·equest_isPassive
 34 ··0x000001f0·5f736574·0053616d·6c703241·7574686e·_set.Samlp2Authn
 35 ··0x00000200·52657175·6573745f·666f7263·65417574·Request_forceAut
 36 ··0x00000210·686e5f73·65740053·616d6c70·324e616d·hn_set.Samlp2Nam
 37 ··0x00000220·65494450·6f6c6963·795f616c·6c6f7743·eIDPolicy_allowC
 38 ··0x00000230·72656174·655f7365·74004563·70526573·reate_set.EcpRes
 39 ··0x00000240·706f6e73·655f6d75·7374556e·64657273·ponse_mustUnders
32 ··0x000001d0·726f6c65·5f736574·00456370·52657175·role_set.EcpRequ40 ··0x00000250·74616e64·5f736574·00456370·52657175·tand_set.EcpRequ
33 ··0x000001e0·6573745f·69735061·73736976·655f7365·est_isPassive_se41 ··0x00000260·6573745f·69735061·73736976·655f7365·est_isPassive_se
34 ··0x000001f0·74004563·70526571·75657374·5f6d7573·t.EcpRequest_mus42 ··0x00000270·74004563·70526571·75657374·5f6d7573·t.EcpRequest_mus
35 ··0x00000200·74556e64·65727374·616e645f·73657400·tUnderstand_set.43 ··0x00000280·74556e64·65727374·616e645f·73657400·tUnderstand_set.
36 ··0x00000210·45637052·6573706f·6e73655f·6d757374·EcpResponse_must 
37 ··0x00000220·556e6465·72737461·6e645f73·65740045·Understand_set.E 
38 ··0x00000230·63705265·6c617953·74617465·5f6d7573·cpRelayState_mus44 ··0x00000290·45637052·656c6179·53746174·655f6d75·EcpRelayState_mu
39 ··0x00000240·74556e64·65727374·616e645f·73657400·tUnderstand_set.45 ··0x000002a0·7374556e·64657273·74616e64·5f736574·stUnderstand_set
 46 ··0x000002b0·0053616d·6c705265·73706f6e·73654162·.SamlpResponseAb
 47 ··0x000002c0·73747261·63745f73·69676e4d·6574686f·stract_signMetho
40 ··0x00000250·53616d6c·70324175·74686e52·65717565·Samlp2AuthnReque 
41 ··0x00000260·73745f61·74747269·62757465·436f6e73·st_attributeCons 
42 ··0x00000270·756d696e·67536572·76696365·496e6465·umingServiceInde 
43 ··0x00000280·785f7365·74005361·6d6c7032·41757468·x_set.Samlp2Auth48 ··0x000002d0·645f7365·74005361·6d6c7052·6573706f·d_set.SamlpRespo
 49 ··0x000002e0·6e736541·62737472·6163745f·7369676e·nseAbstract_sign
 50 ··0x000002f0·54797065·5f736574·0053616d·6c705265·Type_set.SamlpRe
 51 ··0x00000300·73706f6e·73654162·73747261·63745f6d·sponseAbstract_m
 52 ··0x00000310·696e6f72·56657273·696f6e5f·73657400·inorVersion_set.
 53 ··0x00000320·53616d6c·70526573·706f6e73·65416273·SamlpResponseAbs
 54 ··0x00000330·74726163·745f6d61·6a6f7256·65727369·tract_majorVersi
 55 ··0x00000340·6f6e5f73·6574004c·69625363·6f70696e·on_set.LibScopin
 56 ··0x00000350·675f7072·6f787943·6f756e74·5f736574·g_proxyCount_set
44 ··0x00000290·6e526571·75657374·5f617373·65727469·nRequest_asserti 
45 ··0x000002a0·6f6e436f·6e73756d·65725365·72766963·onConsumerServic 
46 ··0x000002b0·65496e64·65785f73·65740053·616d6c70·eIndex_set.Samlp 
47 ··0x000002c0·32417574·686e5265·71756573·745f6973·2AuthnRequest_is 
48 ··0x000002d0·50617373·6976655f·73657400·53616d6c·Passive_set.Saml 
49 ··0x000002e0·70324175·74686e52·65717565·73745f66·p2AuthnRequest_f 
50 ··0x000002f0·6f726365·41757468·6e5f7365·74005361·orceAuthn_set.Sa 
51 ··0x00000300·6d6c7032·4e616d65·4944506f·6c696379·mlp2NameIDPolicy 
52 ··0x00000310·5f616c6c·6f774372·65617465·5f736574·_allowCreate_set 
53 ··0x00000320·004d6973·63546578·744e6f64·655f7465·.MiscTextNode_te57 ··0x00000360·004d6973·63546578·744e6f64·655f7465·.MiscTextNode_te
54 ··0x00000330·78744368·696c645f·73657400·53616d6c·xtChild_set.Saml58 ··0x00000370·78744368·696c645f·73657400·4c696241·xtChild_set.LibA
 59 ··0x00000380·7574686e·52657175·6573745f·69735061·uthnRequest_isPa
 60 ··0x00000390·73736976·655f7365·74004c69·62417574·ssive_set.LibAut
 61 ··0x000003a0·686e5265·71756573·745f666f·72636541·hnRequest_forceA
 62 ··0x000003b0·7574686e·5f736574·004c6962·41757468·uthn_set.LibAuth
 63 ··0x000003c0·6e526571·75657374·456e7665·6c6f7065·nRequestEnvelope
55 ··0x00000340·70526573·706f6e73·65416273·74726163·pResponseAbstrac 
56 ··0x00000350·745f7369·676e4d65·74686f64·5f736574·t_signMethod_set 
57 ··0x00000360·0053616d·6c705265·73706f6e·73654162·.SamlpResponseAb 
58 ··0x00000370·73747261·63745f73·69676e54·7970655f·stract_signType_ 
59 ··0x00000380·73657400·53616d6c·70526573·706f6e73·set.SamlpRespons 
60 ··0x00000390·65416273·74726163·745f6d69·6e6f7256·eAbstract_minorV 
61 ··0x000003a0·65727369·6f6e5f73·65740053·616d6c70·ersion_set.Samlp 
62 ··0x000003b0·52657370·6f6e7365·41627374·72616374·ResponseAbstract 
63 ··0x000003c0·5f6d616a·6f725665·7273696f·6e5f7365·_majorVersion_se 
64 ··0x000003d0·74004c69·62417574·686e5265·71756573·t.LibAuthnReques 
65 ··0x000003e0·745f6973·50617373·6976655f·73657400·t_isPassive_set.64 ··0x000003d0·5f697350·61737369·76655f73·65740053·_isPassive_set.S
66 ··0x000003f0·4c696241·7574686e·52657175·6573745f·LibAuthnRequest_ 
67 ··0x00000400·666f7263·65417574·686e5f73·65740053·forceAuthn_set.S 
68 ··0x00000410·616d6c70·52657175·65737441·62737472·amlpRequestAbstr65 ··0x000003e0·616d6c70·52657175·65737441·62737472·amlpRequestAbstr
69 ··0x00000420·6163745f·7369676e·4d657468·6f645f73·act_signMethod_s66 ··0x000003f0·6163745f·7369676e·4d657468·6f645f73·act_signMethod_s
70 ··0x00000430·65740053·616d6c70·52657175·65737441·et.SamlpRequestA67 ··0x00000400·65740053·616d6c70·52657175·65737441·et.SamlpRequestA
71 ··0x00000440·62737472·6163745f·7369676e·54797065·bstract_signType68 ··0x00000410·62737472·6163745f·7369676e·54797065·bstract_signType
72 ··0x00000450·5f736574·0053616d·6c705265·71756573·_set.SamlpReques69 ··0x00000420·5f736574·0053616d·6c705265·71756573·_set.SamlpReques
73 ··0x00000460·74416273·74726163·745f6d69·6e6f7256·tAbstract_minorV70 ··0x00000430·74416273·74726163·745f6d69·6e6f7256·tAbstract_minorV
74 ··0x00000470·65727369·6f6e5f73·65740053·616d6c70·ersion_set.Samlp71 ··0x00000440·65727369·6f6e5f73·65740053·616d6c70·ersion_set.Samlp
75 ··0x00000480·52657175·65737441·62737472·6163745f·RequestAbstract_72 ··0x00000450·52657175·65737441·62737472·6163745f·RequestAbstract_
76 ··0x00000490·6d616a6f·72566572·73696f6e·5f736574·majorVersion_set73 ··0x00000460·6d616a6f·72566572·73696f6e·5f736574·majorVersion_set
77 ··0x000004a0·004c6962·53636f70·696e675f·70726f78·.LibScoping_prox 
78 ··0x000004b0·79436f75·6e745f73·6574004c·69624175·yCount_set.LibAu 
79 ··0x000004c0·74686e52·65717565·7374456e·76656c6f·thnRequestEnvelo 
80 ··0x000004d0·70655f69·73506173·73697665·5f736574·pe_isPassive_set74 ··0x00000470·0050616f·73526571·75657374·5f6d7573·.PaosRequest_mus
 75 ··0x00000480·74556e64·65727374·616e645f·73657400·tUnderstand_set.
 76 ··0x00000490·50616f73·52657370·6f6e7365·5f6d7573·PaosResponse_mus
 77 ··0x000004a0·74556e64·65727374·616e645f·73657400·tUnderstand_set.
81 ··0x000004e0·0053616d·6c417373·65727469·6f6e5f73·.SamlAssertion_s78 ··0x000004b0·53616d6c·41737365·7274696f·6e5f7369·SamlAssertion_si
82 ··0x000004f0·69676e4d·6574686f·645f7365·74005361·ignMethod_set.Sa 
83 ··0x00000500·6d6c4173·73657274·696f6e5f·7369676e·mlAssertion_sign 
84 ··0x00000510·54797065·5f736574·0053616d·6c417373·Type_set.SamlAss 
85 ··0x00000520·65727469·6f6e5f6d·696e6f72·56657273·ertion_minorVers 
86 ··0x00000530·696f6e5f·73657400·53616d6c·41737365·ion_set.SamlAsse 
87 ··0x00000540·7274696f·6e5f6d61·6a6f7256·65727369·rtion_majorVersi 
88 ··0x00000550·6f6e5f73·65740050·616f7352·65717565·on_set.PaosReque 
89 ··0x00000560·73745f6d·75737455·6e646572·7374616e·st_mustUnderstan 
90 ··0x00000570·645f7365·74005061·6f735265·73706f6e·d_set.PaosRespon 
91 ··0x00000580·73655f6d·75737455·6e646572·7374616e·se_mustUnderstan 
92 ··0x00000590·645f7365·74004c6f·67696e5f·70726f74·d_set.Login_prot 
93 ··0x000005a0·6f636f6c·50726f66·696c655f·67657400·ocolProfile_get. 
94 ··0x000005b0·53657276·65725f73·69676e61·74757265·Server_signature 
95 ··0x000005c0·4d657468·6f645f67·65740050·726f7669·Method_get.Provi 
96 ··0x000005d0·6465725f·726f6c65·5f676574·0053616d·der_role_get.Sam 
97 ··0x000005e0·6c703241·7574686e·52657175·6573745f·lp2AuthnRequest_ 
98 ··0x000005f0·61747472·69627574·65436f6e·73756d69·attributeConsumi 
99 ··0x00000600·6e675365·72766963·65496e64·65785f67·ngServiceIndex_g 
100 ··0x00000610·65740053·616d6c70·32417574·686e5265·et.Samlp2AuthnRe 
101 ··0x00000620·71756573·745f6173·73657274·696f6e43·quest_assertionC 
102 ··0x00000630·6f6e7375·6d657253·65727669·6365496e·onsumerServiceIn 
103 ··0x00000640·6465785f·67657400·53616d6c·70526573·dex_get.SamlpRes 
104 ··0x00000650·706f6e73·65416273·74726163·745f7369·ponseAbstract_si 
105 ··0x00000660·676e4d65·74686f64·5f676574·0053616d·gnMethod_get.Sam79 ··0x000004c0·676e4d65·74686f64·5f736574·0053616d·gnMethod_set.Sam
 80 ··0x000004d0·6c417373·65727469·6f6e5f73·69676e54·lAssertion_signT
 81 ··0x000004e0·7970655f·73657400·53616d6c·41737365·ype_set.SamlAsse
 82 ··0x000004f0·7274696f·6e5f6d69·6e6f7256·65727369·rtion_minorVersi
 83 ··0x00000500·6f6e5f73·65740053·616d6c41·73736572·on_set.SamlAsser
 84 ··0x00000510·74696f6e·5f6d616a·6f725665·7273696f·tion_majorVersio
 85 ··0x00000520·6e5f7365·74005365·72766572·5f736967·n_set.Server_sig
 86 ··0x00000530·6e617475·72654d65·74686f64·5f736574·natureMethod_set
 87 ··0x00000540·00536573·73696f6e·5f697344·69727479·.Session_isDirty
Max diff block lines reached; 356090/370854 bytes (96.02%) of diff not shown.
29.8 MB
python3-lasso-dbgsym_2.6.0-2+deb10u1_armhf.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···312312·2021-06-02·18:54:32.000000·data.tar.xz3 -rw-r--r--···0········0········0···312456·2021-06-02·18:54:32.000000·data.tar.xz
634 B
control.tar.xz
606 B
control.tar
358 B
./control
    
Offset 5, 8 lines modifiedOffset 5, 8 lines modified
5 Architecture:·armhf5 Architecture:·armhf
6 Maintainer:·Frederic·Peters·<fpeters@debian.org>6 Maintainer:·Frederic·Peters·<fpeters@debian.org>
7 Installed-Size:·4437 Installed-Size:·443
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:·d787effead20a8c6fc2ea6f688b0720ecc831b5c12 Build-Ids:·ce569c456faaa40bf0cbffd4309b24381dead694
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/d7/87effead20a8c6fc2ea6f688b0720ecc831b5c.debug1 usr/lib/debug/.build-id/ce/569c456faaa40bf0cbffd4309b24381dead694.debug
29.8 MB
data.tar.xz
29.8 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/d7/6 drwxr-xr-x···0·root·········(0)·root·········(0)········0·2021-06-02·18:54:32.000000·./usr/lib/debug/.build-id/ce/
7 -rw-r--r--···0·root·········(0)·root·········(0)···442812·2021-06-02·18:54:32.000000·./usr/lib/debug/.build-id/d7/87effead20a8c6fc2ea6f688b0720ecc831b5c.debug7 -rw-r--r--···0·root·········(0)·root·········(0)···442776·2021-06-02·18:54:32.000000·./usr/lib/debug/.build-id/ce/569c456faaa40bf0cbffd4309b24381dead694.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
29.8 MB
./usr/lib/debug/.build-id/d7/87effead20a8c6fc2ea6f688b0720ecc831b5c.debug vs.
./usr/lib/debug/.build-id/ce/569c456faaa40bf0cbffd4309b24381dead694.debug
Files 5% similar despite different names
899 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:···························ARM9 ··Machine:···························ARM
10 ··Version:···························0x110 ··Version:···························0x1
11 ··Entry·point·address:···············0xd05011 ··Entry·point·address:···············0xd050
12 ··Start·of·program·headers:··········52·(bytes·into·file)12 ··Start·of·program·headers:··········52·(bytes·into·file)
13 ··Start·of·section·headers:··········441452·(bytes·into·file)13 ··Start·of·section·headers:··········441416·(bytes·into·file)
14 ··Flags:·····························0x5000400,·Version5·EABI,·hard-float·ABI14 ··Flags:·····························0x5000400,·Version5·EABI,·hard-float·ABI
15 ··Size·of·this·header:···············52·(bytes)15 ··Size·of·this·header:···············52·(bytes)
16 ··Size·of·program·headers:···········32·(bytes)16 ··Size·of·program·headers:···········32·(bytes)
17 ··Number·of·program·headers:·········617 ··Number·of·program·headers:·········6
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
854 B
readelf --wide --program-header {}
    
Offset 1, 15 lines modifiedOffset 1, 15 lines modified
  
1 Elf·file·type·is·DYN·(Shared·object·file)1 Elf·file·type·is·DYN·(Shared·object·file)
2 Entry·point·0xd0502 Entry·point·0xd050
3 There·are·6·program·headers,·starting·at·offset·523 There·are·6·program·headers,·starting·at·offset·52
  
4 Program·Headers:4 Program·Headers:
5 ··Type···········Offset···VirtAddr···PhysAddr···FileSiz·MemSiz··Flg·Align5 ··Type···········Offset···VirtAddr···PhysAddr···FileSiz·MemSiz··Flg·Align
6 ··LOAD···········0x000000·0x00000000·0x00000000·0x00118·0x4178c·R·E·0x100006 ··LOAD···········0x000000·0x00000000·0x00000000·0x00118·0x41758·R·E·0x10000
7 ··LOAD···········0x001eb8·0x00051eb8·0x00051eb8·0x00000·0x05354·RW··0x100007 ··LOAD···········0x001eb8·0x00051eb8·0x00051eb8·0x00000·0x05354·RW··0x10000
8 ··DYNAMIC········0x001eb8·0x00051ec0·0x00051ec0·0x00000·0x00140·RW··0x48 ··DYNAMIC········0x001eb8·0x00051ec0·0x00051ec0·0x00000·0x00140·RW··0x4
9 ··NOTE···········0x0000f4·0x000000f4·0x000000f4·0x00024·0x00024·R···0x49 ··NOTE···········0x0000f4·0x000000f4·0x000000f4·0x00024·0x00024·R···0x4
10 ··GNU_STACK······0x000000·0x00000000·0x00000000·0x00000·0x00000·RW··0x1010 ··GNU_STACK······0x000000·0x00000000·0x00000000·0x00000·0x00000·RW··0x10
11 ··GNU_RELRO······0x001eb8·0x00051eb8·0x00051eb8·0x00000·0x00148·R···0x111 ··GNU_RELRO······0x001eb8·0x00051eb8·0x00051eb8·0x00000·0x00148·R···0x1
  
12 ·Section·to·Segment·mapping:12 ·Section·to·Segment·mapping:
4.39 KB
readelf --wide --sections {}
    
Offset 1, 43 lines modifiedOffset 1, 43 lines modified
1 There·are·34·section·headers,·starting·at·offset·0x6bc6c:1 There·are·34·section·headers,·starting·at·offset·0x6bc48:
  
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············000000f4·0000f4·000024·00···A··0···0··45 ··[·1]·.note.gnu.build-id·NOTE············000000f4·0000f4·000024·00···A··0···0··4
6 ··[·2]·.gnu.hash·········NOBITS··········00000118·000118·000024·04···A··3···0··46 ··[·2]·.gnu.hash·········NOBITS··········00000118·000118·000024·04···A··3···0··4
7 ··[·3]·.dynsym···········NOBITS··········0000013c·000118·001f00·10···A··4···3··47 ··[·3]·.dynsym···········NOBITS··········0000013c·000118·001f00·10···A··4···3··4
8 ··[·4]·.dynstr···········NOBITS··········0000203c·000118·003c26·00···A··0···0··18 ··[·4]·.dynstr···········NOBITS··········0000203c·000118·003c26·00···A··0···0··1
9 ··[·5]·.gnu.version······NOBITS··········00005c62·000118·0003e0·02···A··3···0··29 ··[·5]·.gnu.version······NOBITS··········00005c62·000118·0003e0·02···A··3···0··2
10 ··[·6]·.gnu.version_r····NOBITS··········00006044·000118·000090·00···A··4···3··410 ··[·6]·.gnu.version_r····NOBITS··········00006044·000118·000090·00···A··4···3··4
11 ··[·7]·.rel.dyn··········NOBITS··········000060d4·000118·0049f0·08···A··3···0··411 ··[·7]·.rel.dyn··········NOBITS··········000060d4·000118·0049f0·08···A··3···0··4
12 ··[·8]·.rel.plt··········NOBITS··········0000aac4·000118·000ef0·08···A··3··18··412 ··[·8]·.rel.plt··········NOBITS··········0000aac4·000118·000ef0·08···A··3··18··4
13 ··[·9]·.init·············NOBITS··········0000b9b4·000118·00000c·00··AX··0···0··413 ··[·9]·.init·············NOBITS··········0000b9b4·000118·00000c·00··AX··0···0··4
14 ··[10]·.plt··············NOBITS··········0000b9c0·000118·001690·04··AX··0···0··414 ··[10]·.plt··············NOBITS··········0000b9c0·000118·001690·04··AX··0···0··4
15 ··[11]·.text·············NOBITS··········0000d050·000118·024194·00··AX··0···0··415 ··[11]·.text·············NOBITS··········0000d050·000118·024160·00··AX··0···0··4
16 ··[12]·.fini·············NOBITS··········000311e4·000118·000008·00··AX··0···0··416 ··[12]·.fini·············NOBITS··········000311b0·000118·000008·00··AX··0···0··4
17 ··[13]·.rodata···········NOBITS··········000311ec·000118·01059c·01·AMS··0···0··417 ··[13]·.rodata···········NOBITS··········000311b8·000118·01059c·01·AMS··0···0··4
18 ··[14]·.eh_frame·········NOBITS··········00041788·000118·000004·00···A··0···0··418 ··[14]·.eh_frame·········NOBITS··········00041754·000118·000004·00···A··0···0··4
19 ··[15]·.init_array·······NOBITS··········00051eb8·001eb8·000004·04··WA··0···0··419 ··[15]·.init_array·······NOBITS··········00051eb8·001eb8·000004·04··WA··0···0··4
20 ··[16]·.fini_array·······NOBITS··········00051ebc·001eb8·000004·04··WA··0···0··420 ··[16]·.fini_array·······NOBITS··········00051ebc·001eb8·000004·04··WA··0···0··4
21 ··[17]·.dynamic··········NOBITS··········00051ec0·001eb8·000140·08··WA··4···0··421 ··[17]·.dynamic··········NOBITS··········00051ec0·001eb8·000140·08··WA··4···0··4
22 ··[18]·.got··············NOBITS··········00052000·001eb8·0007d0·04··WA··0···0··422 ··[18]·.got··············NOBITS··········00052000·001eb8·0007d0·04··WA··0···0··4
23 ··[19]·.data·············NOBITS··········000527d0·001eb8·004a30·00··WA··0···0··423 ··[19]·.data·············NOBITS··········000527d0·001eb8·004a30·00··WA··0···0··4
24 ··[20]·.bss··············NOBITS··········00057200·001eb8·00000c·00··WA··0···0··424 ··[20]·.bss··············NOBITS··········00057200·001eb8·00000c·00··WA··0···0··4
25 ··[21]·.comment··········PROGBITS········00000000·000118·00001c·01··MS··0···0··125 ··[21]·.comment··········PROGBITS········00000000·000118·00001c·01··MS··0···0··1
26 ··[22]·.ARM.attributes···ARM_ATTRIBUTES··00000000·000134·000031·00······0···0··126 ··[22]·.ARM.attributes···ARM_ATTRIBUTES··00000000·000134·000031·00······0···0··1
27 ··[23]·.debug_aranges····PROGBITS········00000000·000165·000020·00······0···0··127 ··[23]·.debug_aranges····PROGBITS········00000000·000165·000020·00······0···0··1
28 ··[24]·.debug_info·······PROGBITS········00000000·000188·02a381·00···C··0···0··428 ··[24]·.debug_info·······PROGBITS········00000000·000188·02a3e0·00···C··0···0··4
29 ··[25]·.debug_abbrev·····PROGBITS········00000000·02a50c·0002c7·00···C··0···0··429 ··[25]·.debug_abbrev·····PROGBITS········00000000·02a568·0002c7·00···C··0···0··4
30 ··[26]·.debug_line·······PROGBITS········00000000·02a7d4·005c70·00···C··0···0··430 ··[26]·.debug_line·······PROGBITS········00000000·02a830·005c63·00···C··0···0··4
31 ··[27]·.debug_frame······PROGBITS········00000000·030444·0013b5·00···C··0···0··431 ··[27]·.debug_frame······PROGBITS········00000000·030494·0013cd·00···C··0···0··4
32 ··[28]·.debug_str········PROGBITS········00000000·0317fc·00636b·01·MSC··0···0··432 ··[28]·.debug_str········PROGBITS········00000000·031864·00636b·01·MSC··0···0··4
33 ··[29]·.debug_loc········PROGBITS········00000000·037b68·01034f·00···C··0···0··433 ··[29]·.debug_loc········PROGBITS········00000000·037bd0·0102f4·00···C··0···0··4
34 ··[30]·.debug_ranges·····PROGBITS········00000000·047eb8·002e2c·00···C··0···0··434 ··[30]·.debug_ranges·····PROGBITS········00000000·047ec4·002df9·00···C··0···0··4
35 ··[31]·.symtab···········SYMTAB··········00000000·04ace4·011fa0·10·····32·4109··435 ··[31]·.symtab···········SYMTAB··········00000000·04acc0·011fa0·10·····32·4109··4
36 ··[32]·.strtab···········STRTAB··········00000000·05cc84·00ee9e·00······0···0··136 ··[32]·.strtab···········STRTAB··········00000000·05cc60·00ee9e·00······0···0··1
37 ··[33]·.shstrtab·········STRTAB··········00000000·06bb22·00014a·00······0···0··137 ··[33]·.shstrtab·········STRTAB··········00000000·06bafe·00014a·00······0···0··1
38 Key·to·Flags:38 Key·to·Flags:
39 ··W·(write),·A·(alloc),·X·(execute),·M·(merge),·S·(strings),·I·(info),39 ··W·(write),·A·(alloc),·X·(execute),·M·(merge),·S·(strings),·I·(info),
40 ··L·(link·order),·O·(extra·OS·processing·required),·G·(group),·T·(TLS),40 ··L·(link·order),·O·(extra·OS·processing·required),·G·(group),·T·(TLS),
41 ··C·(compressed),·x·(unknown),·o·(OS·specific),·E·(exclude),41 ··C·(compressed),·x·(unknown),·o·(OS·specific),·E·(exclude),
42 ··y·(purecode),·p·(processor·specific)42 ··y·(purecode),·p·(processor·specific)
453 KB
readelf --wide --symbols {}
    
Offset 9, 17 lines modifiedOffset 9, 17 lines modified
9 ·····5:·00005c62·····0·SECTION·LOCAL··DEFAULT····5·9 ·····5:·00005c62·····0·SECTION·LOCAL··DEFAULT····5·
10 ·····6:·00006044·····0·SECTION·LOCAL··DEFAULT····6·10 ·····6:·00006044·····0·SECTION·LOCAL··DEFAULT····6·
11 ·····7:·000060d4·····0·SECTION·LOCAL··DEFAULT····7·11 ·····7:·000060d4·····0·SECTION·LOCAL··DEFAULT····7·
12 ·····8:·0000aac4·····0·SECTION·LOCAL··DEFAULT····8·12 ·····8:·0000aac4·····0·SECTION·LOCAL··DEFAULT····8·
13 ·····9:·0000b9b4·····0·SECTION·LOCAL··DEFAULT····9·13 ·····9:·0000b9b4·····0·SECTION·LOCAL··DEFAULT····9·
14 ····10:·0000b9c0·····0·SECTION·LOCAL··DEFAULT···10·14 ····10:·0000b9c0·····0·SECTION·LOCAL··DEFAULT···10·
15 ····11:·0000d050·····0·SECTION·LOCAL··DEFAULT···11·15 ····11:·0000d050·····0·SECTION·LOCAL··DEFAULT···11·
16 ····12:·000311e4·····0·SECTION·LOCAL··DEFAULT···12·16 ····12:·000311b0·····0·SECTION·LOCAL··DEFAULT···12·
17 ····13:·000311ec·····0·SECTION·LOCAL··DEFAULT···13·17 ····13:·000311b8·····0·SECTION·LOCAL··DEFAULT···13·
18 ····14:·00041788·····0·SECTION·LOCAL··DEFAULT···14·18 ····14:·00041754·····0·SECTION·LOCAL··DEFAULT···14·
19 ····15:·00051eb8·····0·SECTION·LOCAL··DEFAULT···15·19 ····15:·00051eb8·····0·SECTION·LOCAL··DEFAULT···15·
20 ····16:·00051ebc·····0·SECTION·LOCAL··DEFAULT···16·20 ····16:·00051ebc·····0·SECTION·LOCAL··DEFAULT···16·
21 ····17:·00051ec0·····0·SECTION·LOCAL··DEFAULT···17·21 ····17:·00051ec0·····0·SECTION·LOCAL··DEFAULT···17·
22 ····18:·00052000·····0·SECTION·LOCAL··DEFAULT···18·22 ····18:·00052000·····0·SECTION·LOCAL··DEFAULT···18·
23 ····19:·000527d0·····0·SECTION·LOCAL··DEFAULT···19·23 ····19:·000527d0·····0·SECTION·LOCAL··DEFAULT···19·
24 ····20:·00057200·····0·SECTION·LOCAL··DEFAULT···20·24 ····20:·00057200·····0·SECTION·LOCAL··DEFAULT···20·
25 ····21:·00000000·····0·SECTION·LOCAL··DEFAULT···21·25 ····21:·00000000·····0·SECTION·LOCAL··DEFAULT···21·
Offset 33, 18 lines modifiedOffset 33, 18 lines modified
33 ····29:·00000000·····0·SECTION·LOCAL··DEFAULT···29·33 ····29:·00000000·····0·SECTION·LOCAL··DEFAULT···29·
34 ····30:·00000000·····0·SECTION·LOCAL··DEFAULT···30·34 ····30:·00000000·····0·SECTION·LOCAL··DEFAULT···30·
35 ····31:·00000000·····0·FILE····LOCAL··DEFAULT··ABS·/usr/lib/gcc/arm-linux-gnueabihf/8/../../../arm-linux-gnueabihf/crti.o35 ····31:·00000000·····0·FILE····LOCAL··DEFAULT··ABS·/usr/lib/gcc/arm-linux-gnueabihf/8/../../../arm-linux-gnueabihf/crti.o
36 ····32:·0000d050·····0·NOTYPE··LOCAL··DEFAULT···11·$a36 ····32:·0000d050·····0·NOTYPE··LOCAL··DEFAULT···11·$a
37 ····33:·0000d050·····0·FUNC····LOCAL··DEFAULT···11·call_weak_fn37 ····33:·0000d050·····0·FUNC····LOCAL··DEFAULT···11·call_weak_fn
38 ····34:·0000d06c·····0·NOTYPE··LOCAL··DEFAULT···11·$d38 ····34:·0000d06c·····0·NOTYPE··LOCAL··DEFAULT···11·$d
39 ····35:·0000b9b4·····0·NOTYPE··LOCAL··DEFAULT····9·$a39 ····35:·0000b9b4·····0·NOTYPE··LOCAL··DEFAULT····9·$a
40 ····36:·000311e4·····0·NOTYPE··LOCAL··DEFAULT···12·$a40 ····36:·000311b0·····0·NOTYPE··LOCAL··DEFAULT···12·$a
41 ····37:·00000000·····0·FILE····LOCAL··DEFAULT··ABS·/usr/lib/gcc/arm-linux-gnueabihf/8/../../../arm-linux-gnueabihf/crtn.o41 ····37:·00000000·····0·FILE····LOCAL··DEFAULT··ABS·/usr/lib/gcc/arm-linux-gnueabihf/8/../../../arm-linux-gnueabihf/crtn.o
42 ····38:·0000b9bc·····0·NOTYPE··LOCAL··DEFAULT····9·$a42 ····38:·0000b9bc·····0·NOTYPE··LOCAL··DEFAULT····9·$a
43 ····39:·000311e8·····0·NOTYPE··LOCAL··DEFAULT···12·$a43 ····39:·000311b4·····0·NOTYPE··LOCAL··DEFAULT···12·$a
44 ····40:·00000000·····0·FILE····LOCAL··DEFAULT··ABS·crtstuff.c44 ····40:·00000000·····0·FILE····LOCAL··DEFAULT··ABS·crtstuff.c
45 ····41:·0000d075·····0·FUNC····LOCAL··DEFAULT···11·deregister_tm_clones45 ····41:·0000d075·····0·FUNC····LOCAL··DEFAULT···11·deregister_tm_clones
46 ····42:·0000d074·····0·NOTYPE··LOCAL··DEFAULT···11·$t46 ····42:·0000d074·····0·NOTYPE··LOCAL··DEFAULT···11·$t
47 ····43:·0000d090·····0·NOTYPE··LOCAL··DEFAULT···11·$d47 ····43:·0000d090·····0·NOTYPE··LOCAL··DEFAULT···11·$d
48 ····44:·0000d0a0·····0·NOTYPE··LOCAL··DEFAULT···11·$t48 ····44:·0000d0a0·····0·NOTYPE··LOCAL··DEFAULT···11·$t
49 ····45:·0000d0a1·····0·FUNC····LOCAL··DEFAULT···11·register_tm_clones49 ····45:·0000d0a1·····0·FUNC····LOCAL··DEFAULT···11·register_tm_clones
50 ····46:·0000d0c4·····0·NOTYPE··LOCAL··DEFAULT···11·$d50 ····46:·0000d0c4·····0·NOTYPE··LOCAL··DEFAULT···11·$d
Offset 68, 120 lines modifiedOffset 68, 120 lines modified
68 ····64:·0000d325····18·FUNC····LOCAL··DEFAULT···11·PyGObjectPtr_get_refcount68 ····64:·0000d325····18·FUNC····LOCAL··DEFAULT···11·PyGObjectPtr_get_refcount
69 ····65:·0000d339····40·FUNC····LOCAL··DEFAULT···11·PyGObjectPtr_repr69 ····65:·0000d339····40·FUNC····LOCAL··DEFAULT···11·PyGObjectPtr_repr
70 ····66:·0000d35c·····0·NOTYPE··LOCAL··DEFAULT···11·$d70 ····66:·0000d35c·····0·NOTYPE··LOCAL··DEFAULT···11·$d
71 ····67:·0000d360·····0·NOTYPE··LOCAL··DEFAULT···11·$t71 ····67:·0000d360·····0·NOTYPE··LOCAL··DEFAULT···11·$t
72 ····68:·0000d361···144·FUNC····LOCAL··DEFAULT···11·PyGObjectPtr_dealloc72 ····68:·0000d361···144·FUNC····LOCAL··DEFAULT···11·PyGObjectPtr_dealloc
73 ····69:·0000d3dc·····0·NOTYPE··LOCAL··DEFAULT···11·$d73 ····69:·0000d3dc·····0·NOTYPE··LOCAL··DEFAULT···11·$d
74 ····70:·0000d3f0·····0·NOTYPE··LOCAL··DEFAULT···11·$t74 ····70:·0000d3f0·····0·NOTYPE··LOCAL··DEFAULT···11·$t
75 ····71:·0000d3f1····84·FUNC····LOCAL··DEFAULT···11·Login_protocolProfile_set75 ····71:·0000d3f1····84·FUNC····LOCAL··DEFAULT···11·Samlp2AuthnRequest_attributeConsumingServiceIndex_set
76 ····72:·0000d434·····0·NOTYPE··LOCAL··DEFAULT···11·$d76 ····72:·0000d434·····0·NOTYPE··LOCAL··DEFAULT···11·$d
77 ····73:·0000d444·····0·NOTYPE··LOCAL··DEFAULT···11·$t77 ····73:·0000d444·····0·NOTYPE··LOCAL··DEFAULT···11·$t
78 ····74:·0000d445····68·FUNC····LOCAL··DEFAULT···11·Login_protocolProfile_get78 ····74:·0000d445····68·FUNC····LOCAL··DEFAULT···11·Samlp2AuthnRequest_attributeConsumingServiceIndex_get
79 ····75:·0000d47c·····0·NOTYPE··LOCAL··DEFAULT···11·$d79 ····75:·0000d47c·····0·NOTYPE··LOCAL··DEFAULT···11·$d
80 ····76:·0000d488·····0·NOTYPE··LOCAL··DEFAULT···11·$t80 ····76:·0000d488·····0·NOTYPE··LOCAL··DEFAULT···11·$t
81 ····77:·0000d489····84·FUNC····LOCAL··DEFAULT···11·Server_signatureMethod_set81 ····77:·0000d489····84·FUNC····LOCAL··DEFAULT···11·Samlp2AuthnRequest_assertionConsumerServiceIndex_set
82 ····78:·0000d4cc·····0·NOTYPE··LOCAL··DEFAULT···11·$d82 ····78:·0000d4cc·····0·NOTYPE··LOCAL··DEFAULT···11·$d
83 ····79:·0000d4dc·····0·NOTYPE··LOCAL··DEFAULT···11·$t83 ····79:·0000d4dc·····0·NOTYPE··LOCAL··DEFAULT···11·$t
84 ····80:·0000d4dd····68·FUNC····LOCAL··DEFAULT···11·Server_signatureMethod_get84 ····80:·0000d4dd····68·FUNC····LOCAL··DEFAULT···11·Samlp2AuthnRequest_assertionConsumerServiceIndex_get
85 ····81:·0000d514·····0·NOTYPE··LOCAL··DEFAULT···11·$d85 ····81:·0000d514·····0·NOTYPE··LOCAL··DEFAULT···11·$d
86 ····82:·0000d520·····0·NOTYPE··LOCAL··DEFAULT···11·$t86 ····82:·0000d520·····0·NOTYPE··LOCAL··DEFAULT···11·$t
87 ····83:·0000d521····84·FUNC····LOCAL··DEFAULT···11·Provider_role_set87 ····83:·0000d521····84·FUNC····LOCAL··DEFAULT···11·SamlpResponseAbstract_signMethod_set
88 ····84:·0000d564·····0·NOTYPE··LOCAL··DEFAULT···11·$d88 ····84:·0000d564·····0·NOTYPE··LOCAL··DEFAULT···11·$d
89 ····85:·0000d574·····0·NOTYPE··LOCAL··DEFAULT···11·$t89 ····85:·0000d574·····0·NOTYPE··LOCAL··DEFAULT···11·$t
90 ····86:·0000d575····68·FUNC····LOCAL··DEFAULT···11·Provider_role_get90 ····86:·0000d575····68·FUNC····LOCAL··DEFAULT···11·SamlpResponseAbstract_signMethod_get
91 ····87:·0000d5ac·····0·NOTYPE··LOCAL··DEFAULT···11·$d91 ····87:·0000d5ac·····0·NOTYPE··LOCAL··DEFAULT···11·$d
92 ····88:·0000d5b8·····0·NOTYPE··LOCAL··DEFAULT···11·$t92 ····88:·0000d5b8·····0·NOTYPE··LOCAL··DEFAULT···11·$t
93 ····89:·0000d5b9····84·FUNC····LOCAL··DEFAULT···11·Samlp2AuthnRequest_attributeConsumingServiceIndex_set93 ····89:·0000d5b9····84·FUNC····LOCAL··DEFAULT···11·SamlpResponseAbstract_signType_set
94 ····90:·0000d5fc·····0·NOTYPE··LOCAL··DEFAULT···11·$d94 ····90:·0000d5fc·····0·NOTYPE··LOCAL··DEFAULT···11·$d
95 ····91:·0000d60c·····0·NOTYPE··LOCAL··DEFAULT···11·$t95 ····91:·0000d60c·····0·NOTYPE··LOCAL··DEFAULT···11·$t
96 ····92:·0000d60d····68·FUNC····LOCAL··DEFAULT···11·Samlp2AuthnRequest_attributeConsumingServiceIndex_get96 ····92:·0000d60d····68·FUNC····LOCAL··DEFAULT···11·SamlpResponseAbstract_signType_get
97 ····93:·0000d644·····0·NOTYPE··LOCAL··DEFAULT···11·$d97 ····93:·0000d644·····0·NOTYPE··LOCAL··DEFAULT···11·$d
98 ····94:·0000d650·····0·NOTYPE··LOCAL··DEFAULT···11·$t98 ····94:·0000d650·····0·NOTYPE··LOCAL··DEFAULT···11·$t
99 ····95:·0000d651····84·FUNC····LOCAL··DEFAULT···11·Samlp2AuthnRequest_assertionConsumerServiceIndex_set99 ····95:·0000d651····84·FUNC····LOCAL··DEFAULT···11·SamlpResponseAbstract_minorVersion_set
100 ····96:·0000d694·····0·NOTYPE··LOCAL··DEFAULT···11·$d100 ····96:·0000d694·····0·NOTYPE··LOCAL··DEFAULT···11·$d
101 ····97:·0000d6a4·····0·NOTYPE··LOCAL··DEFAULT···11·$t101 ····97:·0000d6a4·····0·NOTYPE··LOCAL··DEFAULT···11·$t
102 ····98:·0000d6a5····68·FUNC····LOCAL··DEFAULT···11·Samlp2AuthnRequest_assertionConsumerServiceIndex_get102 ····98:·0000d6a5····68·FUNC····LOCAL··DEFAULT···11·SamlpResponseAbstract_minorVersion_get
103 ····99:·0000d6dc·····0·NOTYPE··LOCAL··DEFAULT···11·$d103 ····99:·0000d6dc·····0·NOTYPE··LOCAL··DEFAULT···11·$d
104 ···100:·0000d6e8·····0·NOTYPE··LOCAL··DEFAULT···11·$t104 ···100:·0000d6e8·····0·NOTYPE··LOCAL··DEFAULT···11·$t
105 ···101:·0000d6e9····84·FUNC····LOCAL··DEFAULT···11·SamlpResponseAbstract_signMethod_set105 ···101:·0000d6e9····84·FUNC····LOCAL··DEFAULT···11·SamlpResponseAbstract_majorVersion_set
106 ···102:·0000d72c·····0·NOTYPE··LOCAL··DEFAULT···11·$d106 ···102:·0000d72c·····0·NOTYPE··LOCAL··DEFAULT···11·$d
107 ···103:·0000d73c·····0·NOTYPE··LOCAL··DEFAULT···11·$t107 ···103:·0000d73c·····0·NOTYPE··LOCAL··DEFAULT···11·$t
108 ···104:·0000d73d····68·FUNC····LOCAL··DEFAULT···11·SamlpResponseAbstract_signMethod_get108 ···104:·0000d73d····68·FUNC····LOCAL··DEFAULT···11·SamlpResponseAbstract_majorVersion_get
109 ···105:·0000d774·····0·NOTYPE··LOCAL··DEFAULT···11·$d109 ···105:·0000d774·····0·NOTYPE··LOCAL··DEFAULT···11·$d
110 ···106:·0000d780·····0·NOTYPE··LOCAL··DEFAULT···11·$t110 ···106:·0000d780·····0·NOTYPE··LOCAL··DEFAULT···11·$t
111 ···107:·0000d781····84·FUNC····LOCAL··DEFAULT···11·SamlpResponseAbstract_signType_set111 ···107:·0000d781····84·FUNC····LOCAL··DEFAULT···11·LibScoping_proxyCount_set
112 ···108:·0000d7c4·····0·NOTYPE··LOCAL··DEFAULT···11·$d112 ···108:·0000d7c4·····0·NOTYPE··LOCAL··DEFAULT···11·$d
113 ···109:·0000d7d4·····0·NOTYPE··LOCAL··DEFAULT···11·$t113 ···109:·0000d7d4·····0·NOTYPE··LOCAL··DEFAULT···11·$t
114 ···110:·0000d7d5····68·FUNC····LOCAL··DEFAULT···11·SamlpResponseAbstract_signType_get114 ···110:·0000d7d5····68·FUNC····LOCAL··DEFAULT···11·LibScoping_proxyCount_get
115 ···111:·0000d80c·····0·NOTYPE··LOCAL··DEFAULT···11·$d115 ···111:·0000d80c·····0·NOTYPE··LOCAL··DEFAULT···11·$d
116 ···112:·0000d818·····0·NOTYPE··LOCAL··DEFAULT···11·$t116 ···112:·0000d818·····0·NOTYPE··LOCAL··DEFAULT···11·$t
117 ···113:·0000d819····84·FUNC····LOCAL··DEFAULT···11·SamlpResponseAbstract_minorVersion_set117 ···113:·0000d819····84·FUNC····LOCAL··DEFAULT···11·SamlpRequestAbstract_signMethod_set
118 ···114:·0000d85c·····0·NOTYPE··LOCAL··DEFAULT···11·$d118 ···114:·0000d85c·····0·NOTYPE··LOCAL··DEFAULT···11·$d
119 ···115:·0000d86c·····0·NOTYPE··LOCAL··DEFAULT···11·$t119 ···115:·0000d86c·····0·NOTYPE··LOCAL··DEFAULT···11·$t
120 ···116:·0000d86d····68·FUNC····LOCAL··DEFAULT···11·SamlpResponseAbstract_minorVersion_get120 ···116:·0000d86d····68·FUNC····LOCAL··DEFAULT···11·SamlpRequestAbstract_signMethod_get
121 ···117:·0000d8a4·····0·NOTYPE··LOCAL··DEFAULT···11·$d121 ···117:·0000d8a4·····0·NOTYPE··LOCAL··DEFAULT···11·$d
122 ···118:·0000d8b0·····0·NOTYPE··LOCAL··DEFAULT···11·$t122 ···118:·0000d8b0·····0·NOTYPE··LOCAL··DEFAULT···11·$t
123 ···119:·0000d8b1····84·FUNC····LOCAL··DEFAULT···11·SamlpResponseAbstract_majorVersion_set123 ···119:·0000d8b1····84·FUNC····LOCAL··DEFAULT···11·SamlpRequestAbstract_signType_set
124 ···120:·0000d8f4·····0·NOTYPE··LOCAL··DEFAULT···11·$d124 ···120:·0000d8f4·····0·NOTYPE··LOCAL··DEFAULT···11·$d
125 ···121:·0000d904·····0·NOTYPE··LOCAL··DEFAULT···11·$t125 ···121:·0000d904·····0·NOTYPE··LOCAL··DEFAULT···11·$t
126 ···122:·0000d905····68·FUNC····LOCAL··DEFAULT···11·SamlpResponseAbstract_majorVersion_get126 ···122:·0000d905····68·FUNC····LOCAL··DEFAULT···11·SamlpRequestAbstract_signType_get
127 ···123:·0000d93c·····0·NOTYPE··LOCAL··DEFAULT···11·$d127 ···123:·0000d93c·····0·NOTYPE··LOCAL··DEFAULT···11·$d
128 ···124:·0000d948·····0·NOTYPE··LOCAL··DEFAULT···11·$t128 ···124:·0000d948·····0·NOTYPE··LOCAL··DEFAULT···11·$t
129 ···125:·0000d949····84·FUNC····LOCAL··DEFAULT···11·SamlpRequestAbstract_signMethod_set129 ···125:·0000d949····84·FUNC····LOCAL··DEFAULT···11·SamlpRequestAbstract_minorVersion_set
130 ···126:·0000d98c·····0·NOTYPE··LOCAL··DEFAULT···11·$d130 ···126:·0000d98c·····0·NOTYPE··LOCAL··DEFAULT···11·$d
131 ···127:·0000d99c·····0·NOTYPE··LOCAL··DEFAULT···11·$t131 ···127:·0000d99c·····0·NOTYPE··LOCAL··DEFAULT···11·$t
132 ···128:·0000d99d····68·FUNC····LOCAL··DEFAULT···11·SamlpRequestAbstract_signMethod_get132 ···128:·0000d99d····68·FUNC····LOCAL··DEFAULT···11·SamlpRequestAbstract_minorVersion_get
133 ···129:·0000d9d4·····0·NOTYPE··LOCAL··DEFAULT···11·$d133 ···129:·0000d9d4·····0·NOTYPE··LOCAL··DEFAULT···11·$d
134 ···130:·0000d9e0·····0·NOTYPE··LOCAL··DEFAULT···11·$t134 ···130:·0000d9e0·····0·NOTYPE··LOCAL··DEFAULT···11·$t
135 ···131:·0000d9e1····84·FUNC····LOCAL··DEFAULT···11·SamlpRequestAbstract_signType_set135 ···131:·0000d9e1····84·FUNC····LOCAL··DEFAULT···11·SamlpRequestAbstract_majorVersion_set
136 ···132:·0000da24·····0·NOTYPE··LOCAL··DEFAULT···11·$d136 ···132:·0000da24·····0·NOTYPE··LOCAL··DEFAULT···11·$d
137 ···133:·0000da34·····0·NOTYPE··LOCAL··DEFAULT···11·$t137 ···133:·0000da34·····0·NOTYPE··LOCAL··DEFAULT···11·$t
138 ···134:·0000da35····68·FUNC····LOCAL··DEFAULT···11·SamlpRequestAbstract_signType_get138 ···134:·0000da35····68·FUNC····LOCAL··DEFAULT···11·SamlpRequestAbstract_majorVersion_get
139 ···135:·0000da6c·····0·NOTYPE··LOCAL··DEFAULT···11·$d139 ···135:·0000da6c·····0·NOTYPE··LOCAL··DEFAULT···11·$d
140 ···136:·0000da78·····0·NOTYPE··LOCAL··DEFAULT···11·$t140 ···136:·0000da78·····0·NOTYPE··LOCAL··DEFAULT···11·$t
141 ···137:·0000da79····84·FUNC····LOCAL··DEFAULT···11·SamlpRequestAbstract_minorVersion_set141 ···137:·0000da79····84·FUNC····LOCAL··DEFAULT···11·SamlAssertion_signMethod_set
142 ···138:·0000dabc·····0·NOTYPE··LOCAL··DEFAULT···11·$d142 ···138:·0000dabc·····0·NOTYPE··LOCAL··DEFAULT···11·$d
143 ···139:·0000dacc·····0·NOTYPE··LOCAL··DEFAULT···11·$t143 ···139:·0000dacc·····0·NOTYPE··LOCAL··DEFAULT···11·$t
144 ···140:·0000dacd····68·FUNC····LOCAL··DEFAULT···11·SamlpRequestAbstract_minorVersion_get144 ···140:·0000dacd····68·FUNC····LOCAL··DEFAULT···11·SamlAssertion_signMethod_get
145 ···141:·0000db04·····0·NOTYPE··LOCAL··DEFAULT···11·$d145 ···141:·0000db04·····0·NOTYPE··LOCAL··DEFAULT···11·$d
146 ···142:·0000db10·····0·NOTYPE··LOCAL··DEFAULT···11·$t146 ···142:·0000db10·····0·NOTYPE··LOCAL··DEFAULT···11·$t
147 ···143:·0000db11····84·FUNC····LOCAL··DEFAULT···11·SamlpRequestAbstract_majorVersion_set147 ···143:·0000db11····84·FUNC····LOCAL··DEFAULT···11·SamlAssertion_signType_set
148 ···144:·0000db54·····0·NOTYPE··LOCAL··DEFAULT···11·$d148 ···144:·0000db54·····0·NOTYPE··LOCAL··DEFAULT···11·$d
149 ···145:·0000db64·····0·NOTYPE··LOCAL··DEFAULT···11·$t149 ···145:·0000db64·····0·NOTYPE··LOCAL··DEFAULT···11·$t
150 ···146:·0000db65····68·FUNC····LOCAL··DEFAULT···11·SamlpRequestAbstract_majorVersion_get150 ···146:·0000db65····68·FUNC····LOCAL··DEFAULT···11·SamlAssertion_signType_get
151 ···147:·0000db9c·····0·NOTYPE··LOCAL··DEFAULT···11·$d151 ···147:·0000db9c·····0·NOTYPE··LOCAL··DEFAULT···11·$d
152 ···148:·0000dba8·····0·NOTYPE··LOCAL··DEFAULT···11·$t152 ···148:·0000dba8·····0·NOTYPE··LOCAL··DEFAULT···11·$t
153 ···149:·0000dba9····84·FUNC····LOCAL··DEFAULT···11·LibScoping_proxyCount_set153 ···149:·0000dba9····84·FUNC····LOCAL··DEFAULT···11·SamlAssertion_minorVersion_set
154 ···150:·0000dbec·····0·NOTYPE··LOCAL··DEFAULT···11·$d154 ···150:·0000dbec·····0·NOTYPE··LOCAL··DEFAULT···11·$d
155 ···151:·0000dbfc·····0·NOTYPE··LOCAL··DEFAULT···11·$t155 ···151:·0000dbfc·····0·NOTYPE··LOCAL··DEFAULT···11·$t
156 ···152:·0000dbfd····68·FUNC····LOCAL··DEFAULT···11·LibScoping_proxyCount_get156 ···152:·0000dbfd····68·FUNC····LOCAL··DEFAULT···11·SamlAssertion_minorVersion_get
157 ···153:·0000dc34·····0·NOTYPE··LOCAL··DEFAULT···11·$d157 ···153:·0000dc34·····0·NOTYPE··LOCAL··DEFAULT···11·$d
Max diff block lines reached; 452799/463668 bytes (97.66%) 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:·d787effead20a8c6fc2ea6f688b0720ecc831b5c3 ··GNU··················0x00000014»  NT_GNU_BUILD_ID·(unique·build·ID·bitstring)»   ····Build·ID:·ce569c456faaa40bf0cbffd4309b24381dead694
11.3 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:······················1659353 ··Length:······················166001
4 ··DWARF·Version:···············24 ··DWARF·Version:···············2
5 ··Prologue·Length:·············56105 ··Prologue·Length:·············5610
6 ··Minimum·Instruction·Length:··26 ··Minimum·Instruction·Length:··2
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 46, 17 lines modifiedOffset 46, 17 lines modified
46 ··19»     /usr/include/libxslt46 ··19»     /usr/include/libxslt
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/saml-2.053 ··26»     ../../lasso/xml/soap-1.1
54 ··27»     ../../lasso/xml/ecp54 ··27»     ../../lasso/xml/ecp
55 ··28»     ../../lasso/xml/soap-1.155 ··28»     ../../lasso/xml/saml-2.0
  
56 ·The·File·Name·Table·(offset·0x319):56 ·The·File·Name·Table·(offset·0x319):
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, 67 lines modifiedOffset 239, 67 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»lib_assertion.h 
247 ··189»    25»  0» 0»lib_subject.h246 ··188»    25»  0» 0»lib_subject.h
248 ··190»    25»  0» 0»paos_response.h247 ··189»    25»  0» 0»paos_response.h
249 ··191»    25»  0» 0»paos_request.h248 ··190»    25»  0» 0»paos_request.h
 249 ··191»    25»  0» 0»lib_assertion.h
250 ··192»    25»  0» 0»lib_authn_context.h250 ··192»    25»  0» 0»lib_authn_context.h
251 ··193»    25»  0» 0»lib_authentication_statement.h251 ··193»    25»  0» 0»lib_authentication_statement.h
252 ··194»    25»  0» 0»saml_attribute_value.h252 ··194»    25»  0» 0»saml_attribute_value.h
253 ··195»    25»  0» 0»misc_text_node.h253 ··195»    25»  0» 0»misc_text_node.h
254 ··196»    26»  0» 0»saml2_condition_abstract.h254 ··196»    26»  0» 0»soap_body.h
 255 ··197»    26»  0» 0»soap_header.h
 256 ··198»    26»  0» 0»soap_envelope.h
 257 ··199»    26»  0» 0»soap_detail.h
 258 ··200»    26»  0» 0»soap_fault.h
 259 ··201»    27»  0» 0»ecp_relaystate.h
 260 ··202»    27»  0» 0»ecp_request.h
 261 ··203»    27»  0» 0»ecp_response.h
 262 ··204»    28»  0» 0»saml2_action.h
 263 ··205»    28»  0» 0»saml2_evidence.h
255 ··197»    26»  0» 0»samlp2_subject_query_abstract.h264 ··206»    28»  0» 0»samlp2_subject_query_abstract.h
256 ··198»    26»  0» 0»saml2_attribute.h 
257 ··199»    26»  0» 0»samlp2_attribute_query.h265 ··207»    28»  0» 0»samlp2_authz_decision_query.h
 266 ··208»    28»  0» 0»saml2_condition_abstract.h
258 ··200»    26»  0» 0»saml2_key_info_confirmation_data_type.h267 ··209»    28»  0» 0»saml2_key_info_confirmation_data_type.h
259 ··201»    26»  0» 0»saml2_authn_context.h268 ··210»    28»  0» 0»saml2_authn_context.h
260 ··202»    26»  0» 0»saml2_statement_abstract.h 
261 ··203»    26»  0» 0»saml2_action.h 
262 ··204»    26»  0» 0»saml2_evidence.h 
263 ··205»    26»  0» 0»samlp2_authz_decision_query.h 
264 ··206»    26»  0» 0»samlp2_name_id_policy.h 
265 ··207»    26»  0» 0»samlp2_requested_authn_context.h 
266 ··208»    26»  0» 0»samlp2_authn_query.h 
267 ··209»    26»  0» 0»samlp2_artifact_response.h269 ··211»    28»  0» 0»samlp2_response.h
268 ··210»    26»  0» 0»saml2_audience_restriction.h 
269 ··211»    26»  0» 0»samlp2_assertion_id_request.h 
270 ··212»    26»  0» 0»samlp2_name_id_mapping_request.h 
271 ··213»    26»  0» 0»saml2_attribute_statement.h 
272 ··214»    26»  0» 0»samlp2_scoping.h270 ··212»    28»  0» 0»samlp2_scoping.h
 271 ··213»    28»  0» 0»samlp2_name_id_policy.h
273 ··215»    26»  0» 0»samlp2_name_id_mapping_response.h272 ··214»    28»  0» 0»samlp2_name_id_mapping_response.h
274 ··216»    26»  0» 0»saml2_subject_locality.h 
275 ··217»    26»  0» 0»samlp2_artifact_resolve.h273 ··215»    28»  0» 0»saml2_statement_abstract.h
 274 ··216»    28»  0» 0»samlp2_requested_authn_context.h
 275 ··217»    28»  0» 0»samlp2_name_id_mapping_request.h
276 ··218»    26»  0» 0»saml2_proxy_restriction.h276 ··218»    28»  0» 0»saml2_proxy_restriction.h
 277 ··219»    28»  0» 0»saml2_subject_locality.h
 278 ··220»    28»  0» 0»saml2_authn_statement.h
 279 ··221»    28»  0» 0»samlp2_logout_request.h
 280 ··222»    28»  0» 0»saml2_attribute.h
 281 ··223»    28»  0» 0»samlp2_attribute_query.h
 282 ··224»    28»  0» 0»samlp2_assertion_id_request.h
 283 ··225»    28»  0» 0»saml2_audience_restriction.h
 284 ··226»    28»  0» 0»samlp2_artifact_resolve.h
 285 ··227»    28»  0» 0»samlp2_authn_request.h
277 ··219»    26»  0» 0»saml2_attribute_value.h286 ··228»    28»  0» 0»saml2_attribute_value.h
 287 ··229»    28»  0» 0»saml2_attribute_statement.h
 288 ··230»    28»  0» 0»samlp2_authn_query.h
 289 ··231»    28»  0» 0»samlp2_artifact_response.h
278 ··220»    26»  0» 0»saml2_authz_decision_statement.h290 ··232»    28»  0» 0»saml2_authz_decision_statement.h
279 ··221»    26»  0» 0»samlp2_authn_request.h 
280 ··222»    26»  0» 0»saml2_authn_statement.h 
281 ··223»    26»  0» 0»samlp2_logout_request.h 
282 ··224»    26»  0» 0»samlp2_response.h 
283 ··225»    27»  0» 0»ecp_relaystate.h 
284 ··226»    27»  0» 0»ecp_response.h 
285 ··227»    27»  0» 0»ecp_request.h 
286 ··228»    28»  0» 0»soap_header.h 
287 ··229»    28»  0» 0»soap_body.h 
288 ··230»    28»  0» 0»soap_envelope.h 
289 ··231»    28»  0» 0»soap_detail.h 
290 ··232»    28»  0» 0»soap_fault.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»    26»  0» 0»saml2_key_info_confirmation_data.h293 ··235»    28»  0» 0»saml2_key_info_confirmation_data.h
294 ··236»    26»  0» 0»samlp2_logout_response.h294 ··236»    28»  0» 0»samlp2_logout_response.h
295 ··237»    23»  0» 0»samlp2_manage_name_id_response.h295 ··237»    23»  0» 0»samlp2_manage_name_id_response.h
296 ··238»    26»  0» 0»saml2_one_time_use.h296 ··238»    28»  0» 0»saml2_one_time_use.h
297 ··239»    15»  0» 0»lib_logout_response.h 
298 ··240»    15»  0» 0»lib_register_name_identifier_response.h297 ··239»    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.h302 ··244»    12»  0» 0»errors.h
303 ··245»    24»  0» 0»profile.h303 ··245»    24»  0» 0»profile.h
  
304 ·Line·Number·Statements:304 ·Line·Number·Statements:
Offset 718, 105556 lines modifiedOffset 718, 105556 lines modified
718 ··[0x00001866]··Special·opcode·7:·advance·Address·by·0·to·0xd3c6·and·Line·by·2·to·100·(view·1)718 ··[0x00001866]··Special·opcode·7:·advance·Address·by·0·to·0xd3c6·and·Line·by·2·to·100·(view·1)
719 ··[0x00001867]··Set·column·to·10719 ··[0x00001867]··Set·column·to·10
Max diff block lines reached; 11799560/11804793 bytes (99.96%) of diff not shown.
13.6 MB
readelf --wide --debug-dump=info {}
    
Offset 2, 356 lines modifiedOffset 2, 356 lines modified
  
2 ··Compilation·Unit·@·offset·0x0:2 ··Compilation·Unit·@·offset·0x0:
3 ···Length:········0x5f38d·(32-bit)3 ···Length:········0x5f38d·(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:·0x4805):·GNU·C17·8.3.0·-mfloat-abi=hard·-mfpu=vfpv3-d16·-mthumb·-mtls-dialect=gnu·-march=armv7-a+fp·-g·-O2·-fno-strict-aliasing·-fstack-protector-strong·-fPIC8 ····<c>···DW_AT_producer····:·(indirect·string,·offset:·0x47d6):·GNU·C17·8.3.0·-mfloat-abi=hard·-mfpu=vfpv3-d16·-mthumb·-mtls-dialect=gnu·-march=armv7-a+fp·-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:·0x3d89):·_lasso.c10 ····<11>···DW_AT_name········:·(indirect·string,·offset:·0x3d80):·_lasso.c
11 ····<15>···DW_AT_comp_dir····:·(indirect·string,·offset:·0xae44):·./bindings/python3.711 ····<15>···DW_AT_comp_dir····:·(indirect·string,·offset:·0xae25):·./bindings/python3.7
12 ····<19>···DW_AT_low_pc······:·0xd11812 ····<19>···DW_AT_low_pc······:·0xd118
13 ····<1d>···DW_AT_high_pc·····:·0x240cc13 ····<1d>···DW_AT_high_pc·····:·0x24098
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:·0x10fa5):·size_t16 ····<26>···DW_AT_name········:·(indirect·string,·offset:·0x10f53):·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:·0x10fb6):·unsigned·int24 ····<34>···DW_AT_name········:·(indirect·string,·offset:·0x10f64):·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:·5·(DW_TAG_pointer_type)27 ·<1><3d>:·Abbrev·Number:·5·(DW_TAG_pointer_type)
28 ····<3e>···DW_AT_byte_size···:·428 ····<3e>···DW_AT_byte_size···:·4
29 ·<1><3f>:·Abbrev·Number:·3·(DW_TAG_base_type)29 ·<1><3f>:·Abbrev·Number:·3·(DW_TAG_base_type)
30 ····<40>···DW_AT_byte_size···:·130 ····<40>···DW_AT_byte_size···:·1
31 ····<41>···DW_AT_encoding····:·8»   (unsigned·char)31 ····<41>···DW_AT_encoding····:·8»   (unsigned·char)
32 ····<42>···DW_AT_name········:·(indirect·string,·offset:·0x5710):·unsigned·char32 ····<42>···DW_AT_name········:·(indirect·string,·offset:·0x56e1):·unsigned·char
33 ·<1><46>:·Abbrev·Number:·4·(DW_TAG_const_type)33 ·<1><46>:·Abbrev·Number:·4·(DW_TAG_const_type)
34 ····<47>···DW_AT_type········:·<0x3f>34 ····<47>···DW_AT_type········:·<0x3f>
35 ·<1><4b>:·Abbrev·Number:·3·(DW_TAG_base_type)35 ·<1><4b>:·Abbrev·Number:·3·(DW_TAG_base_type)
36 ····<4c>···DW_AT_byte_size···:·236 ····<4c>···DW_AT_byte_size···:·2
37 ····<4d>···DW_AT_encoding····:·7»   (unsigned)37 ····<4d>···DW_AT_encoding····:·7»   (unsigned)
38 ····<4e>···DW_AT_name········:·(indirect·string,·offset:·0xce7a):·short·unsigned·int38 ····<4e>···DW_AT_name········:·(indirect·string,·offset:·0xce49):·short·unsigned·int
39 ·<1><52>:·Abbrev·Number:·3·(DW_TAG_base_type)39 ·<1><52>:·Abbrev·Number:·3·(DW_TAG_base_type)
40 ····<53>···DW_AT_byte_size···:·440 ····<53>···DW_AT_byte_size···:·4
41 ····<54>···DW_AT_encoding····:·7»   (unsigned)41 ····<54>···DW_AT_encoding····:·7»   (unsigned)
42 ····<55>···DW_AT_name········:·(indirect·string,·offset:·0x10fb1):·long·unsigned·int42 ····<55>···DW_AT_name········:·(indirect·string,·offset:·0x10f5f):·long·unsigned·int
43 ·<1><59>:·Abbrev·Number:·3·(DW_TAG_base_type)43 ·<1><59>:·Abbrev·Number:·3·(DW_TAG_base_type)
44 ····<5a>···DW_AT_byte_size···:·144 ····<5a>···DW_AT_byte_size···:·1
45 ····<5b>···DW_AT_encoding····:·6»   (signed·char)45 ····<5b>···DW_AT_encoding····:·6»   (signed·char)
46 ····<5c>···DW_AT_name········:·(indirect·string,·offset:·0x5712):·signed·char46 ····<5c>···DW_AT_name········:·(indirect·string,·offset:·0x56e3):·signed·char
47 ·<1><60>:·Abbrev·Number:·2·(DW_TAG_typedef)47 ·<1><60>:·Abbrev·Number:·2·(DW_TAG_typedef)
48 ····<61>···DW_AT_name········:·(indirect·string,·offset:·0x15de):·__uint8_t48 ····<61>···DW_AT_name········:·(indirect·string,·offset:·0x15de):·__uint8_t
49 ····<65>···DW_AT_decl_file···:·549 ····<65>···DW_AT_decl_file···:·5
50 ····<66>···DW_AT_decl_line···:·3750 ····<66>···DW_AT_decl_line···:·37
51 ····<67>···DW_AT_decl_column·:·2351 ····<67>···DW_AT_decl_column·:·23
52 ····<68>···DW_AT_type········:·<0x3f>52 ····<68>···DW_AT_type········:·<0x3f>
53 ·<1><6c>:·Abbrev·Number:·3·(DW_TAG_base_type)53 ·<1><6c>:·Abbrev·Number:·3·(DW_TAG_base_type)
54 ····<6d>···DW_AT_byte_size···:·254 ····<6d>···DW_AT_byte_size···:·2
55 ····<6e>···DW_AT_encoding····:·5»   (signed)55 ····<6e>···DW_AT_encoding····:·5»   (signed)
56 ····<6f>···DW_AT_name········:·(indirect·string,·offset:·0x118cd):·short·int56 ····<6f>···DW_AT_name········:·(indirect·string,·offset:·0x11892):·short·int
57 ·<1><73>:·Abbrev·Number:·6·(DW_TAG_base_type)57 ·<1><73>:·Abbrev·Number:·6·(DW_TAG_base_type)
58 ····<74>···DW_AT_byte_size···:·458 ····<74>···DW_AT_byte_size···:·4
59 ····<75>···DW_AT_encoding····:·5»   (signed)59 ····<75>···DW_AT_encoding····:·5»   (signed)
60 ····<76>···DW_AT_name········:·int60 ····<76>···DW_AT_name········:·int
61 ·<1><7a>:·Abbrev·Number:·4·(DW_TAG_const_type)61 ·<1><7a>:·Abbrev·Number:·4·(DW_TAG_const_type)
62 ····<7b>···DW_AT_type········:·<0x73>62 ····<7b>···DW_AT_type········:·<0x73>
63 ·<1><7f>:·Abbrev·Number:·2·(DW_TAG_typedef)63 ·<1><7f>:·Abbrev·Number:·2·(DW_TAG_typedef)
64 ····<80>···DW_AT_name········:·(indirect·string,·offset:·0x381b):·__int64_t64 ····<80>···DW_AT_name········:·(indirect·string,·offset:·0x3812):·__int64_t
65 ····<84>···DW_AT_decl_file···:·565 ····<84>···DW_AT_decl_file···:·5
66 ····<85>···DW_AT_decl_line···:·4666 ····<85>···DW_AT_decl_line···:·46
67 ····<86>···DW_AT_decl_column·:·4467 ····<86>···DW_AT_decl_column·:·44
68 ····<87>···DW_AT_type········:·<0x8b>68 ····<87>···DW_AT_type········:·<0x8b>
69 ·<1><8b>:·Abbrev·Number:·3·(DW_TAG_base_type)69 ·<1><8b>:·Abbrev·Number:·3·(DW_TAG_base_type)
70 ····<8c>···DW_AT_byte_size···:·870 ····<8c>···DW_AT_byte_size···:·8
71 ····<8d>···DW_AT_encoding····:·5»   (signed)71 ····<8d>···DW_AT_encoding····:·5»   (signed)
72 ····<8e>···DW_AT_name········:·(indirect·string,·offset:·0x15cda):·long·long·int72 ····<8e>···DW_AT_name········:·(indirect·string,·offset:·0x15cda):·long·long·int
73 ·<1><92>:·Abbrev·Number:·2·(DW_TAG_typedef)73 ·<1><92>:·Abbrev·Number:·2·(DW_TAG_typedef)
74 ····<93>···DW_AT_name········:·(indirect·string,·offset:·0x198b):·__uint64_t74 ····<93>···DW_AT_name········:·(indirect·string,·offset:·0x1984):·__uint64_t
75 ····<97>···DW_AT_decl_file···:·575 ····<97>···DW_AT_decl_file···:·5
76 ····<98>···DW_AT_decl_line···:·4776 ····<98>···DW_AT_decl_line···:·47
77 ····<99>···DW_AT_decl_column·:·4677 ····<99>···DW_AT_decl_column·:·46
78 ····<9a>···DW_AT_type········:·<0x9e>78 ····<9a>···DW_AT_type········:·<0x9e>
79 ·<1><9e>:·Abbrev·Number:·3·(DW_TAG_base_type)79 ·<1><9e>:·Abbrev·Number:·3·(DW_TAG_base_type)
80 ····<9f>···DW_AT_byte_size···:·880 ····<9f>···DW_AT_byte_size···:·8
81 ····<a0>···DW_AT_encoding····:·7»   (unsigned)81 ····<a0>···DW_AT_encoding····:·7»   (unsigned)
82 ····<a1>···DW_AT_name········:·(indirect·string,·offset:·0x10fac):·long·long·unsigned·int82 ····<a1>···DW_AT_name········:·(indirect·string,·offset:·0x10f5a):·long·long·unsigned·int
83 ·<1><a5>:·Abbrev·Number:·2·(DW_TAG_typedef)83 ·<1><a5>:·Abbrev·Number:·2·(DW_TAG_typedef)
84 ····<a6>···DW_AT_name········:·(indirect·string,·offset:·0x9356):·__quad_t84 ····<a6>···DW_AT_name········:·(indirect·string,·offset:·0x92e4):·__quad_t
85 ····<aa>···DW_AT_decl_file···:·585 ····<aa>···DW_AT_decl_file···:·5
86 ····<ab>···DW_AT_decl_line···:·6586 ····<ab>···DW_AT_decl_line···:·65
87 ····<ac>···DW_AT_decl_column·:·3787 ····<ac>···DW_AT_decl_column·:·37
88 ····<ad>···DW_AT_type········:·<0x8b>88 ····<ad>···DW_AT_type········:·<0x8b>
89 ·<1><b1>:·Abbrev·Number:·2·(DW_TAG_typedef)89 ·<1><b1>:·Abbrev·Number:·2·(DW_TAG_typedef)
90 ····<b2>···DW_AT_name········:·(indirect·string,·offset:·0x8018):·__off_t90 ····<b2>···DW_AT_name········:·(indirect·string,·offset:·0x7f95):·__off_t
91 ····<b6>···DW_AT_decl_file···:·591 ····<b6>···DW_AT_decl_file···:·5
92 ····<b7>···DW_AT_decl_line···:·15092 ····<b7>···DW_AT_decl_line···:·150
93 ····<b8>···DW_AT_decl_column·:·2593 ····<b8>···DW_AT_decl_column·:·25
94 ····<b9>···DW_AT_type········:·<0xbd>94 ····<b9>···DW_AT_type········:·<0xbd>
95 ·<1><bd>:·Abbrev·Number:·3·(DW_TAG_base_type)95 ·<1><bd>:·Abbrev·Number:·3·(DW_TAG_base_type)
96 ····<be>···DW_AT_byte_size···:·496 ····<be>···DW_AT_byte_size···:·4
97 ····<bf>···DW_AT_encoding····:·5»   (signed)97 ····<bf>···DW_AT_encoding····:·5»   (signed)
98 ····<c0>···DW_AT_name········:·(indirect·string,·offset:·0x15cdf):·long·int98 ····<c0>···DW_AT_name········:·(indirect·string,·offset:·0x15cdf):·long·int
99 ·<1><c4>:·Abbrev·Number:·2·(DW_TAG_typedef)99 ·<1><c4>:·Abbrev·Number:·2·(DW_TAG_typedef)
100 ····<c5>···DW_AT_name········:·(indirect·string,·offset:·0x42a4):·__off64_t100 ····<c5>···DW_AT_name········:·(indirect·string,·offset:·0x4275):·__off64_t
101 ····<c9>···DW_AT_decl_file···:·5101 ····<c9>···DW_AT_decl_file···:·5
102 ····<ca>···DW_AT_decl_line···:·151102 ····<ca>···DW_AT_decl_line···:·151
103 ····<cb>···DW_AT_decl_column·:·27103 ····<cb>···DW_AT_decl_column·:·27
104 ····<cc>···DW_AT_type········:·<0xa5>104 ····<cc>···DW_AT_type········:·<0xa5>
105 ·<1><d0>:·Abbrev·Number:·2·(DW_TAG_typedef)105 ·<1><d0>:·Abbrev·Number:·2·(DW_TAG_typedef)
106 ····<d1>···DW_AT_name········:·(indirect·string,·offset:·0x10838):·__time_t106 ····<d1>···DW_AT_name········:·(indirect·string,·offset:·0x107fd):·__time_t
107 ····<d5>···DW_AT_decl_file···:·5107 ····<d5>···DW_AT_decl_file···:·5
108 ····<d6>···DW_AT_decl_line···:·158108 ····<d6>···DW_AT_decl_line···:·158
109 ····<d7>···DW_AT_decl_column·:·26109 ····<d7>···DW_AT_decl_column·:·26
110 ····<d8>···DW_AT_type········:·<0xbd>110 ····<d8>···DW_AT_type········:·<0xbd>
111 ·<1><dc>:·Abbrev·Number:·2·(DW_TAG_typedef)111 ·<1><dc>:·Abbrev·Number:·2·(DW_TAG_typedef)
112 ····<dd>···DW_AT_name········:·(indirect·string,·offset:·0x10fa2):·__ssize_t112 ····<dd>···DW_AT_name········:·(indirect·string,·offset:·0x10f50):·__ssize_t
113 ····<e1>···DW_AT_decl_file···:·5113 ····<e1>···DW_AT_decl_file···:·5
114 ····<e2>···DW_AT_decl_line···:·191114 ····<e2>···DW_AT_decl_line···:·191
115 ····<e3>···DW_AT_decl_column·:·27115 ····<e3>···DW_AT_decl_column·:·27
116 ····<e4>···DW_AT_type········:·<0x73>116 ····<e4>···DW_AT_type········:·<0x73>
117 ·<1><e8>:·Abbrev·Number:·7·(DW_TAG_pointer_type)117 ·<1><e8>:·Abbrev·Number:·7·(DW_TAG_pointer_type)
118 ····<e9>···DW_AT_byte_size···:·4118 ····<e9>···DW_AT_byte_size···:·4
119 ····<ea>···DW_AT_type········:·<0xee>119 ····<ea>···DW_AT_type········:·<0xee>
120 ·<1><ee>:·Abbrev·Number:·3·(DW_TAG_base_type)120 ·<1><ee>:·Abbrev·Number:·3·(DW_TAG_base_type)
121 ····<ef>···DW_AT_byte_size···:·1121 ····<ef>···DW_AT_byte_size···:·1
122 ····<f0>···DW_AT_encoding····:·8»   (unsigned·char)122 ····<f0>···DW_AT_encoding····:·8»   (unsigned·char)
123 ····<f1>···DW_AT_name········:·(indirect·string,·offset:·0x5719):·char123 ····<f1>···DW_AT_name········:·(indirect·string,·offset:·0x56ea):·char
124 ·<1><f5>:·Abbrev·Number:·4·(DW_TAG_const_type)124 ·<1><f5>:·Abbrev·Number:·4·(DW_TAG_const_type)
125 ····<f6>···DW_AT_type········:·<0xee>125 ····<f6>···DW_AT_type········:·<0xee>
126 ·<1><fa>:·Abbrev·Number:·8·(DW_TAG_structure_type)126 ·<1><fa>:·Abbrev·Number:·8·(DW_TAG_structure_type)
127 ····<fb>···DW_AT_name········:·(indirect·string,·offset:·0x12974):·_IO_FILE127 ····<fb>···DW_AT_name········:·(indirect·string,·offset:·0x1297e):·_IO_FILE
Max diff block lines reached; 14259032/14266890 bytes (99.94%) of diff not shown.
2.13 KB
readelf --wide --debug-dump=abbrev {}
    
Offset 445, 42 lines modifiedOffset 445, 42 lines modified
445 ····DW_AT_type·········DW_FORM_ref4445 ····DW_AT_type·········DW_FORM_ref4
446 ····DW_AT·value:·0·····DW_FORM·value:·0446 ····DW_AT·value:·0·····DW_FORM·value:·0
447 ···71······DW_TAG_lexical_block····[has·children]447 ···71······DW_TAG_lexical_block····[has·children]
448 ····DW_AT_ranges·······DW_FORM_sec_offset448 ····DW_AT_ranges·······DW_FORM_sec_offset
449 ····DW_AT_sibling······DW_FORM_ref4449 ····DW_AT_sibling······DW_FORM_ref4
450 ····DW_AT·value:·0·····DW_FORM·value:·0450 ····DW_AT·value:·0·····DW_FORM·value:·0
451 ···72······DW_TAG_lexical_block····[has·children]451 ···72······DW_TAG_lexical_block····[has·children]
452 ····DW_AT_low_pc·······DW_FORM_addr 
453 ····DW_AT_high_pc······DW_FORM_data4 
454 ····DW_AT_sibling······DW_FORM_ref4 
455 ····DW_AT·value:·0·····DW_FORM·value:·0 
456 ···73······DW_TAG_lexical_block····[has·children] 
457 ····DW_AT·value:·0·····DW_FORM·value:·0452 ····DW_AT·value:·0·····DW_FORM·value:·0
458 ···74······DW_TAG_variable····[no·children]453 ···73······DW_TAG_variable····[no·children]
459 ····DW_AT_abstract_origin·DW_FORM_ref4454 ····DW_AT_abstract_origin·DW_FORM_ref4
460 ····DW_AT_location·····DW_FORM_exprloc455 ····DW_AT_location·····DW_FORM_exprloc
461 ····DW_AT·value:·0·····DW_FORM·value:·0456 ····DW_AT·value:·0·····DW_FORM·value:·0
462 ···75······DW_TAG_label····[no·children]457 ···74······DW_TAG_label····[no·children]
463 ····DW_AT_abstract_origin·DW_FORM_ref4458 ····DW_AT_abstract_origin·DW_FORM_ref4
464 ····DW_AT_low_pc·······DW_FORM_addr459 ····DW_AT_low_pc·······DW_FORM_addr
465 ····DW_AT·value:·0·····DW_FORM·value:·0460 ····DW_AT·value:·0·····DW_FORM·value:·0
466 ···76······DW_TAG_lexical_block····[has·children]461 ···75······DW_TAG_lexical_block····[has·children]
467 ····DW_AT_abstract_origin·DW_FORM_ref4462 ····DW_AT_abstract_origin·DW_FORM_ref4
468 ····DW_AT_low_pc·······DW_FORM_addr463 ····DW_AT_low_pc·······DW_FORM_addr
469 ····DW_AT_high_pc······DW_FORM_data4464 ····DW_AT_high_pc······DW_FORM_data4
470 ····DW_AT_sibling······DW_FORM_ref4465 ····DW_AT_sibling······DW_FORM_ref4
471 ····DW_AT·value:·0·····DW_FORM·value:·0466 ····DW_AT·value:·0·····DW_FORM·value:·0
472 ···77······DW_TAG_variable····[no·children]467 ···76······DW_TAG_variable····[no·children]
473 ····DW_AT_name·········DW_FORM_string468 ····DW_AT_name·········DW_FORM_string
474 ····DW_AT_decl_file····DW_FORM_data1469 ····DW_AT_decl_file····DW_FORM_data1
475 ····DW_AT_decl_line····DW_FORM_data2470 ····DW_AT_decl_line····DW_FORM_data2
476 ····DW_AT_decl_column··DW_FORM_data1471 ····DW_AT_decl_column··DW_FORM_data1
477 ····DW_AT_type·········DW_FORM_ref4472 ····DW_AT_type·········DW_FORM_ref4
478 ····DW_AT_location·····DW_FORM_exprloc473 ····DW_AT_location·····DW_FORM_exprloc
479 ····DW_AT·value:·0·····DW_FORM·value:·0474 ····DW_AT·value:·0·····DW_FORM·value:·0
 475 ···77······DW_TAG_lexical_block····[has·children]
 476 ····DW_AT_low_pc·······DW_FORM_addr
 477 ····DW_AT_high_pc······DW_FORM_data4
 478 ····DW_AT_sibling······DW_FORM_ref4
 479 ····DW_AT·value:·0·····DW_FORM·value:·0
480 ···78······DW_TAG_variable····[no·children]480 ···78······DW_TAG_variable····[no·children]
481 ····DW_AT_name·········DW_FORM_strp481 ····DW_AT_name·········DW_FORM_strp
482 ····DW_AT_decl_file····DW_FORM_data1482 ····DW_AT_decl_file····DW_FORM_data1
483 ····DW_AT_decl_line····DW_FORM_data2483 ····DW_AT_decl_line····DW_FORM_data2
484 ····DW_AT_decl_column··DW_FORM_data1484 ····DW_AT_decl_column··DW_FORM_data1
485 ····DW_AT_type·········DW_FORM_ref4485 ····DW_AT_type·········DW_FORM_ref4
486 ····DW_AT_const_value··DW_FORM_data1486 ····DW_AT_const_value··DW_FORM_data1
351 B
readelf --wide --debug-dump=aranges {}
    
Offset 3, 10 lines modifiedOffset 3, 10 lines modified
3 ··Length:···················283 ··Length:···················28
4 ··Version:··················24 ··Version:··················2
5 ··Offset·into·.debug_info:··0x05 ··Offset·into·.debug_info:··0x0
6 ··Pointer·Size:·············46 ··Pointer·Size:·············4
7 ··Segment·Size:·············07 ··Segment·Size:·············0
  
8 ····Address····Length8 ····Address····Length
9 ····0000d118·000240cc·9 ····0000d118·00024098·
10 ····00000000·00000000·10 ····00000000·00000000·
  
3.7 MB
readelf --wide --debug-dump=loc {}
    
Offset 5, 47 lines modifiedOffset 5, 47 lines modified
5 ····00000000·v0000000·v0000000·location·view·pair5 ····00000000·v0000000·v0000000·location·view·pair
6 ····00000002·v0000000·v0000001·location·view·pair6 ····00000002·v0000000·v0000001·location·view·pair
7 ····00000004·v0000000·v0000000·location·view·pair7 ····00000004·v0000000·v0000000·location·view·pair
  
8 ····00000006·v0000000·v0000000·views·at·00000000·for:8 ····00000006·v0000000·v0000000·views·at·00000000·for:
9 ·············0002a074·0002a077·(DW_OP_reg0·(r0))9 ·············0002a074·0002a077·(DW_OP_reg0·(r0))
10 ····00000011·v0000000·v0000001·views·at·00000002·for:10 ····00000011·v0000000·v0000001·views·at·00000002·for:
11 ·············0002a077·0002f816·(DW_OP_reg6·(r6))11 ·············0002a077·0002f744·(DW_OP_reg6·(r6))
12 ····0000001c·v0000000·v0000000·views·at·00000004·for:12 ····0000001c·v0000000·v0000000·views·at·00000004·for:
13 ·············0002f81a·000311e4·(DW_OP_reg6·(r6))13 ·············0002f748·000311b0·(DW_OP_reg6·(r6))
14 ····00000027·<End·of·list>14 ····00000027·<End·of·list>
  
15 ····0000002f·v0000000·v0000000·location·view·pair15 ····0000002f·v0000000·v0000000·location·view·pair
16 ····00000031·v0000000·v0000000·location·view·pair16 ····00000031·v0000000·v0000000·location·view·pair
17 ····00000033·v0000000·v0000000·location·view·pair17 ····00000033·v0000000·v0000000·location·view·pair
18 ····00000035·v0000000·v0000000·location·view·pair18 ····00000035·v0000000·v0000000·location·view·pair
  
19 ····00000037·v0000000·v0000000·views·at·0000002f·for:19 ····00000037·v0000000·v0000000·views·at·0000002f·for:
20 ·············0002a07a·0002a07c·(DW_OP_reg0·(r0))20 ·············0002a07a·0002a07c·(DW_OP_reg0·(r0))
21 ····00000042·v0000000·v0000000·views·at·00000031·for:21 ····00000042·v0000000·v0000000·views·at·00000031·for:
22 ·············0002a07c·0002f7c6·(DW_OP_reg4·(r4))22 ·············0002a07c·0002f6f4·(DW_OP_reg4·(r4))
23 ····0000004d·v0000000·v0000000·views·at·00000033·for:23 ····0000004d·v0000000·v0000000·views·at·00000033·for:
24 ·············0002f7c6·0002f7cd·(DW_OP_reg0·(r0))24 ·············0002f6f4·0002f6fb·(DW_OP_reg0·(r0))
25 ····00000058·v0000000·v0000000·views·at·00000035·for:25 ····00000058·v0000000·v0000000·views·at·00000035·for:
26 ·············0002f824·000311e4·(DW_OP_reg4·(r4))26 ·············0002f752·000311b0·(DW_OP_reg4·(r4))
27 ····00000063·<End·of·list>27 ····00000063·<End·of·list>
  
28 ····0000006b·v0000001·v0000000·location·view·pair28 ····0000006b·v0000001·v0000000·location·view·pair
29 ····0000006d·v0000000·v0000000·location·view·pair29 ····0000006d·v0000000·v0000000·location·view·pair
30 ····0000006f·v0000000·v0000000·location·view·pair30 ····0000006f·v0000000·v0000000·location·view·pair
31 ····00000071·v0000000·v0000000·location·view·pair31 ····00000071·v0000000·v0000000·location·view·pair
  
32 ····00000073·v0000001·v0000000·views·at·0000006b·for:32 ····00000073·v0000001·v0000000·views·at·0000006b·for:
33 ·············0002a07a·0002a07c·(DW_OP_reg0·(r0))33 ·············0002a07a·0002a07c·(DW_OP_reg0·(r0))
34 ····0000007e·v0000000·v0000000·views·at·0000006d·for:34 ····0000007e·v0000000·v0000000·views·at·0000006d·for:
35 ·············0002a07c·0002f7c6·(DW_OP_reg4·(r4))35 ·············0002a07c·0002f6f4·(DW_OP_reg4·(r4))
36 ····00000089·v0000000·v0000000·views·at·0000006f·for:36 ····00000089·v0000000·v0000000·views·at·0000006f·for:
37 ·············0002f7c6·0002f7cd·(DW_OP_reg0·(r0))37 ·············0002f6f4·0002f6fb·(DW_OP_reg0·(r0))
38 ····00000094·v0000000·v0000000·views·at·00000071·for:38 ····00000094·v0000000·v0000000·views·at·00000071·for:
39 ·············0002f824·000311e4·(DW_OP_reg4·(r4))39 ·············0002f752·000311b0·(DW_OP_reg4·(r4))
40 ····0000009f·<End·of·list>40 ····0000009f·<End·of·list>
  
41 ····000000a7·v0000000·v0000000·location·view·pair41 ····000000a7·v0000000·v0000000·location·view·pair
42 ····000000a9·v0000000·v0000000·location·view·pair42 ····000000a9·v0000000·v0000000·location·view·pair
43 ····000000ab·v0000000·v0000000·location·view·pair43 ····000000ab·v0000000·v0000000·location·view·pair
44 ····000000ad·v0000000·v0000000·location·view·pair44 ····000000ad·v0000000·v0000000·location·view·pair
45 ····000000af·v0000000·v0000000·location·view·pair45 ····000000af·v0000000·v0000000·location·view·pair
Offset 1649, 8021 lines modifiedOffset 1649, 8021 lines modified
1649 ····00000d2b·v0000000·v0000000·location·view·pair1649 ····00000d2b·v0000000·v0000000·location·view·pair
  
1650 ····00000d2d·v0000000·v0000000·views·at·000000a7·for:1650 ····00000d2d·v0000000·v0000000·views·at·000000a7·for:
1651 ·············0002a088·0002a08c·(DW_OP_reg0·(r0))1651 ·············0002a088·0002a08c·(DW_OP_reg0·(r0))
1652 ····00000d38·v0000000·v0000000·views·at·000000a9·for:1652 ····00000d38·v0000000·v0000000·views·at·000000a9·for:
1653 ·············0002a08c·0002a08f·(DW_OP_reg2·(r2))1653 ·············0002a08c·0002a08f·(DW_OP_reg2·(r2))
1654 ····00000d43·v0000000·v0000000·views·at·000000ab·for:1654 ····00000d43·v0000000·v0000000·views·at·000000ab·for:
1655 ·············0002a08f·0002a0ac·(DW_OP_reg7·(r7))1655 ·············0002a08f·0002a0aa·(DW_OP_reg7·(r7))
1656 ····00000d4e·v0000000·v0000000·views·at·000000ad·for:1656 ····00000d4e·v0000000·v0000000·views·at·000000ad·for:
1657 ·············0002a0ac·0002a0b0·(DW_OP_reg0·(r0))1657 ·············0002a0aa·0002a0ae·(DW_OP_reg0·(r0))
1658 ····00000d59·v0000000·v0000000·views·at·000000af·for:1658 ····00000d59·v0000000·v0000000·views·at·000000af·for:
1659 ·············0002a0b0·0002a0b3·(DW_OP_reg2·(r2))1659 ·············0002a0ae·0002a0b1·(DW_OP_reg2·(r2))
1660 ····00000d64·v0000000·v0000000·views·at·000000b1·for:1660 ····00000d64·v0000000·v0000000·views·at·000000b1·for:
1661 ·············0002a0b3·0002a0d0·(DW_OP_reg7·(r7))1661 ·············0002a0b1·0002a0cc·(DW_OP_reg7·(r7))
1662 ····00000d6f·v0000000·v0000000·views·at·000000b3·for:1662 ····00000d6f·v0000000·v0000000·views·at·000000b3·for:
1663 ·············0002a0d0·0002a0d4·(DW_OP_reg0·(r0))1663 ·············0002a0cc·0002a0d0·(DW_OP_reg0·(r0))
1664 ····00000d7a·v0000000·v0000000·views·at·000000b5·for:1664 ····00000d7a·v0000000·v0000000·views·at·000000b5·for:
1665 ·············0002a0d4·0002a0d7·(DW_OP_reg2·(r2))1665 ·············0002a0d0·0002a0d3·(DW_OP_reg2·(r2))
1666 ····00000d85·v0000000·v0000000·views·at·000000b7·for:1666 ····00000d85·v0000000·v0000000·views·at·000000b7·for:
1667 ·············0002a0d7·0002a0f4·(DW_OP_reg7·(r7))1667 ·············0002a0d3·0002a0ee·(DW_OP_reg7·(r7))
1668 ····00000d90·v0000000·v0000000·views·at·000000b9·for:1668 ····00000d90·v0000000·v0000000·views·at·000000b9·for:
1669 ·············0002a0f4·0002a0f8·(DW_OP_reg0·(r0))1669 ·············0002a0ee·0002a0f2·(DW_OP_reg0·(r0))
1670 ····00000d9b·v0000000·v0000000·views·at·000000bb·for:1670 ····00000d9b·v0000000·v0000000·views·at·000000bb·for:
1671 ·············0002a0f8·0002a0fb·(DW_OP_reg2·(r2))1671 ·············0002a0f2·0002a0f5·(DW_OP_reg2·(r2))
1672 ····00000da6·v0000000·v0000000·views·at·000000bd·for:1672 ····00000da6·v0000000·v0000000·views·at·000000bd·for:
1673 ·············0002a0fb·0002a118·(DW_OP_reg7·(r7))1673 ·············0002a0f5·0002a112·(DW_OP_reg7·(r7))
1674 ····00000db1·v0000000·v0000000·views·at·000000bf·for:1674 ····00000db1·v0000000·v0000000·views·at·000000bf·for:
1675 ·············0002a118·0002a11c·(DW_OP_reg0·(r0))1675 ·············0002a112·0002a116·(DW_OP_reg0·(r0))
1676 ····00000dbc·v0000000·v0000000·views·at·000000c1·for:1676 ····00000dbc·v0000000·v0000000·views·at·000000c1·for:
1677 ·············0002a11c·0002a11f·(DW_OP_reg2·(r2))1677 ·············0002a116·0002a119·(DW_OP_reg2·(r2))
1678 ····00000dc7·v0000000·v0000000·views·at·000000c3·for:1678 ····00000dc7·v0000000·v0000000·views·at·000000c3·for:
1679 ·············0002a11f·0002a13c·(DW_OP_reg7·(r7))1679 ·············0002a119·0002a136·(DW_OP_reg7·(r7))
1680 ····00000dd2·v0000000·v0000000·views·at·000000c5·for:1680 ····00000dd2·v0000000·v0000000·views·at·000000c5·for:
1681 ·············0002a13c·0002a140·(DW_OP_reg0·(r0))1681 ·············0002a136·0002a13a·(DW_OP_reg0·(r0))
1682 ····00000ddd·v0000000·v0000000·views·at·000000c7·for:1682 ····00000ddd·v0000000·v0000000·views·at·000000c7·for:
1683 ·············0002a140·0002a143·(DW_OP_reg2·(r2))1683 ·············0002a13a·0002a13d·(DW_OP_reg2·(r2))
1684 ····00000de8·v0000000·v0000000·views·at·000000c9·for:1684 ····00000de8·v0000000·v0000000·views·at·000000c9·for:
1685 ·············0002a143·0002a160·(DW_OP_reg7·(r7))1685 ·············0002a13d·0002a15a·(DW_OP_reg7·(r7))
1686 ····00000df3·v0000000·v0000000·views·at·000000cb·for:1686 ····00000df3·v0000000·v0000000·views·at·000000cb·for:
1687 ·············0002a160·0002a164·(DW_OP_reg0·(r0))1687 ·············0002a15a·0002a15e·(DW_OP_reg0·(r0))
1688 ····00000dfe·v0000000·v0000000·views·at·000000cd·for:1688 ····00000dfe·v0000000·v0000000·views·at·000000cd·for:
1689 ·············0002a164·0002a167·(DW_OP_reg2·(r2))1689 ·············0002a15e·0002a161·(DW_OP_reg2·(r2))
1690 ····00000e09·v0000000·v0000000·views·at·000000cf·for:1690 ····00000e09·v0000000·v0000000·views·at·000000cf·for:
1691 ·············0002a167·0002a184·(DW_OP_reg7·(r7))1691 ·············0002a161·0002a17e·(DW_OP_reg7·(r7))
1692 ····00000e14·v0000000·v0000000·views·at·000000d1·for:1692 ····00000e14·v0000000·v0000000·views·at·000000d1·for:
1693 ·············0002a184·0002a188·(DW_OP_reg0·(r0))1693 ·············0002a17e·0002a182·(DW_OP_reg0·(r0))
1694 ····00000e1f·v0000000·v0000000·views·at·000000d3·for:1694 ····00000e1f·v0000000·v0000000·views·at·000000d3·for:
1695 ·············0002a188·0002a18b·(DW_OP_reg2·(r2))1695 ·············0002a182·0002a185·(DW_OP_reg2·(r2))
1696 ····00000e2a·v0000000·v0000000·views·at·000000d5·for:1696 ····00000e2a·v0000000·v0000000·views·at·000000d5·for:
1697 ·············0002a18b·0002a1a8·(DW_OP_reg7·(r7))1697 ·············0002a185·0002a1a2·(DW_OP_reg7·(r7))
1698 ····00000e35·v0000000·v0000000·views·at·000000d7·for:1698 ····00000e35·v0000000·v0000000·views·at·000000d7·for:
1699 ·············0002a1a8·0002a1ac·(DW_OP_reg0·(r0))1699 ·············0002a1a2·0002a1a6·(DW_OP_reg0·(r0))
1700 ····00000e40·v0000000·v0000000·views·at·000000d9·for:1700 ····00000e40·v0000000·v0000000·views·at·000000d9·for:
1701 ·············0002a1ac·0002a1af·(DW_OP_reg2·(r2))1701 ·············0002a1a6·0002a1a9·(DW_OP_reg2·(r2))
1702 ····00000e4b·v0000000·v0000000·views·at·000000db·for:1702 ····00000e4b·v0000000·v0000000·views·at·000000db·for:
1703 ·············0002a1af·0002a1cc·(DW_OP_reg7·(r7))1703 ·············0002a1a9·0002a1c6·(DW_OP_reg7·(r7))
1704 ····00000e56·v0000000·v0000000·views·at·000000dd·for:1704 ····00000e56·v0000000·v0000000·views·at·000000dd·for:
1705 ·············0002a1cc·0002a1d0·(DW_OP_reg0·(r0))1705 ·············0002a1c6·0002a1ca·(DW_OP_reg0·(r0))
1706 ····00000e61·v0000000·v0000000·views·at·000000df·for:1706 ····00000e61·v0000000·v0000000·views·at·000000df·for:
1707 ·············0002a1d0·0002a1d3·(DW_OP_reg2·(r2))1707 ·············0002a1ca·0002a1cd·(DW_OP_reg2·(r2))
1708 ····00000e6c·v0000000·v0000000·views·at·000000e1·for:1708 ····00000e6c·v0000000·v0000000·views·at·000000e1·for:
1709 ·············0002a1d3·0002a1f0·(DW_OP_reg7·(r7))1709 ·············0002a1cd·0002a1ea·(DW_OP_reg7·(r7))
1710 ····00000e77·v0000000·v0000000·views·at·000000e3·for:1710 ····00000e77·v0000000·v0000000·views·at·000000e3·for:
1711 ·············0002a1f0·0002a1f4·(DW_OP_reg0·(r0))1711 ·············0002a1ea·0002a1ee·(DW_OP_reg0·(r0))
1712 ····00000e82·v0000000·v0000000·views·at·000000e5·for:1712 ····00000e82·v0000000·v0000000·views·at·000000e5·for:
1713 ·············0002a1f4·0002a1f7·(DW_OP_reg2·(r2))1713 ·············0002a1ee·0002a1f1·(DW_OP_reg2·(r2))
1714 ····00000e8d·v0000000·v0000000·views·at·000000e7·for:1714 ····00000e8d·v0000000·v0000000·views·at·000000e7·for:
1715 ·············0002a1f7·0002a214·(DW_OP_reg7·(r7))1715 ·············0002a1f1·0002a20e·(DW_OP_reg7·(r7))
1716 ····00000e98·v0000000·v0000000·views·at·000000e9·for:1716 ····00000e98·v0000000·v0000000·views·at·000000e9·for:
1717 ·············0002a214·0002a218·(DW_OP_reg0·(r0))1717 ·············0002a20e·0002a212·(DW_OP_reg0·(r0))
1718 ····00000ea3·v0000000·v0000000·views·at·000000eb·for:1718 ····00000ea3·v0000000·v0000000·views·at·000000eb·for:
1719 ·············0002a218·0002a21b·(DW_OP_reg2·(r2))1719 ·············0002a212·0002a215·(DW_OP_reg2·(r2))
1720 ····00000eae·v0000000·v0000000·views·at·000000ed·for:1720 ····00000eae·v0000000·v0000000·views·at·000000ed·for:
1721 ·············0002a21b·0002a236·(DW_OP_reg7·(r7))1721 ·············0002a215·0002a232·(DW_OP_reg7·(r7))
1722 ····00000eb9·v0000000·v0000000·views·at·000000ef·for:1722 ····00000eb9·v0000000·v0000000·views·at·000000ef·for:
1723 ·············0002a236·0002a23a·(DW_OP_reg0·(r0))1723 ·············0002a232·0002a236·(DW_OP_reg0·(r0))
1724 ····00000ec4·v0000000·v0000000·views·at·000000f1·for:1724 ····00000ec4·v0000000·v0000000·views·at·000000f1·for:
1725 ·············0002a23a·0002a23d·(DW_OP_reg2·(r2))1725 ·············0002a236·0002a239·(DW_OP_reg2·(r2))
1726 ····00000ecf·v0000000·v0000000·views·at·000000f3·for:1726 ····00000ecf·v0000000·v0000000·views·at·000000f3·for:
Max diff block lines reached; 3874876/3883442 bytes (99.78%) of diff not shown.
349 B
readelf --wide --debug-dump=ranges {}
    
Offset 3, 10 lines modifiedOffset 3, 10 lines modified
3 ··Length:···················283 ··Length:···················28
4 ··Version:··················24 ··Version:··················2
5 ··Offset·into·.debug_info:··0x05 ··Offset·into·.debug_info:··0x0
6 ··Pointer·Size:·············46 ··Pointer·Size:·············4
7 ··Segment·Size:·············07 ··Segment·Size:·············0
  
8 ····Address····Length8 ····Address····Length
9 ····0000d118·000240cc·9 ····0000d118·00024098·
10 ····00000000·00000000·10 ····00000000·00000000·
  
78.6 KB
strings --all --bytes=8 {}
    
Offset 1, 78 lines modifiedOffset 1, 84 lines modified
1 \GCC:·(Debian·8.3.0-6)·8.3.01 GCC:·(Debian·8.3.0-6)·8.3.0
2 P&f]h27& 
3 fI2Z1mv0HV»     {> 
4 (1344[*@ 
5 }»      +wkI?"\ 
6 /86I!yuG 
7 FvnCac;?K 
8 'c_8xCSc_: 
9 Q2I-bSVM 
10 ·ElLb42F 
11 Z+{TC5OY 
12 MHb~>1» }!G 
13 {!\0G\t_L 
14 >Q9So8Y- 
15 »       cvR=Zos 
16 {<RNdX!!4[/ 
17 <HF7&Hht 
18 `zaR`0*0 
19 ORVHqW_Tk 
20 j4`;$l-FE 
21 `MV;'8!?N 
22 @B}O=>hGh= 
23 Hf<@3:CB 
24 H45/d*7\ 
25 pO9ErxI"Y 
26 J2@%YN%Y 
27 mE"4W%4W%4 
28 d%_eGo%_eGo 
29 6TI6RI6VI 
30 '·E%yI%yY%y 
31 ]b»     iH/3]x 
32 |>2j5bQ+ 
33 &»      5P»    5T»  5 
34 I^qQ|-U%yU%y 
35 Hi"B»   XWs 
36 G;PSx4Ue 
37 :jZ'5y|%M 
38 UEKUUUKQsQT[ 
39 \=mgO{\=5 
40 Si/ue+w; 
41 ~1H}_n{Y 
42 iF]Qd<P[" 
43 sd>%Q/Qx 
44 HAa(,Bf>R 
45 L=Cq>FDb 
46 "$jxCsW, 
47 ,VF.4p:" 
48 3W=s3W=sC{ 
49 sgxez]ez 
50 u;Z<eqEF 
51 Hy77\%Dt 
52 '7F3OjqO 
53 wC`GG»  {"f 
54 #yFB)BFJ 
55 ;2\a;2$b 
56 uXNj(]N* 
57 ZL{`·<iUK 
58 0HyiiN8b2 p(lLWIOF.
 3 D~EoJ:@{
 4 V"XN,NfW
 5 "&/(-V0Y·Z
 6 w_k5z1~F
 7 ^E[*4&PThjD/Ju
 8 @",S.\VG
 9 f(L-?.^8
 10 A"4TOh6'
 11 x"TK%T[%dO
 12 b*I;4Ss*[
 13 ^%YG%YW%Y
 14 CpN~A27An
 15 LUI^PI^$
 16 LR5P»   5T» 5"B
 17 vIpN~A2;G
 18 tPIvTIvRIv&
 19 VTIVRIVVIV!
 20 Sc{~4SslfO
 21 4Q[,'jeY
 22 /*8%y>Y!
 23 QU%YM%Y]%
 24 +(X-»   uu#
 25 AzBM/1BO
 26 IVPIVTIVRI
 27 @<ME6XTaj
 28 $TE%TU%T
 29 K%9A%9Q%9
 30 )J&2aR1J
 31 3Zs]Du]T
 32 .0lYKZoq
 33 J,J,!JJ5
 34 |='VaM!@
 35 v_gMcq|g
 36 [e"9&=uL
 37 XEdc1}t\
 38 O?Ff/R(-
 39 X·T5p.·N» w
 40 KRJ3BM@i
 41 g?bw>9uPe
 42 7/N=DM,P
 43 /q~D|'03qv"
 44 ?*}B,So9
 45 OJ9E)]3:
 46 x{dVg`'b
 47 q6N8{al'
 48 mjK[tpg»Am
 49 lcl!$|n@
 50 xaN!tmx`
 51 ;t.<4$8<0
 52 .")4"K!"),"
 53 yL2W@L&m$19
 54 :j.kFoS-
 55 #oS·rtAK
 56 n-xa}-Ge
 57 BP=GK3|P2
 58 L3u]1q&^+
59 a?·(Ilsk59 a?·(Ilsk
60 I`50G~h=$K 
61 r)QJWE57# 
62 Kjc1\N\· 
63 $·\HbBi&_ 
64 ,EG3tGNHm 
65 #######CcF 
66 4/p)+.5* 
67 JQ]3y/'(u 
68 »       dU9>3-mGX 
69 SN<t_F3$ 
70 ,mF8E'dP 
71 Hg?^C%4^60 O8+Mh6z3
Max diff block lines reached; 78678/80402 bytes (97.86%) of diff not shown.
109 KB
objdump --line-numbers --disassemble --demangle --reloc --no-show-raw-insn --section=.text {}
    
Offset 28, 120 lines modifiedOffset 28, 120 lines modified
  
28 0000d338·<PyGObjectPtr_repr>:28 0000d338·<PyGObjectPtr_repr>:
29 »       ...29 »       ...
  
30 0000d360·<PyGObjectPtr_dealloc>:30 0000d360·<PyGObjectPtr_dealloc>:
31 »       ...31 »       ...
  
32 0000d3f0·<Login_protocolProfile_set>:32 0000d3f0·<Samlp2AuthnRequest_attributeConsumingServiceIndex_set>:
33 »       ...33 »       ...
  
34 0000d444·<Login_protocolProfile_get>:34 0000d444·<Samlp2AuthnRequest_attributeConsumingServiceIndex_get>:
35 »       ...35 »       ...
  
36 0000d488·<Server_signatureMethod_set>:36 0000d488·<Samlp2AuthnRequest_assertionConsumerServiceIndex_set>:
37 »       ...37 »       ...
  
38 0000d4dc·<Server_signatureMethod_get>:38 0000d4dc·<Samlp2AuthnRequest_assertionConsumerServiceIndex_get>:
39 »       ...39 »       ...
  
40 0000d520·<Provider_role_set>:40 0000d520·<SamlpResponseAbstract_signMethod_set>:
41 »       ...41 »       ...
  
42 0000d574·<Provider_role_get>:42 0000d574·<SamlpResponseAbstract_signMethod_get>:
43 »       ...43 »       ...
  
44 0000d5b8·<Samlp2AuthnRequest_attributeConsumingServiceIndex_set>:44 0000d5b8·<SamlpResponseAbstract_signType_set>:
45 »       ...45 »       ...
  
46 0000d60c·<Samlp2AuthnRequest_attributeConsumingServiceIndex_get>:46 0000d60c·<SamlpResponseAbstract_signType_get>:
47 »       ...47 »       ...
  
48 0000d650·<Samlp2AuthnRequest_assertionConsumerServiceIndex_set>:48 0000d650·<SamlpResponseAbstract_minorVersion_set>:
49 »       ...49 »       ...
  
50 0000d6a4·<Samlp2AuthnRequest_assertionConsumerServiceIndex_get>:50 0000d6a4·<SamlpResponseAbstract_minorVersion_get>:
51 »       ...51 »       ...
  
52 0000d6e8·<SamlpResponseAbstract_signMethod_set>:52 0000d6e8·<SamlpResponseAbstract_majorVersion_set>:
53 »       ...53 »       ...
  
54 0000d73c·<SamlpResponseAbstract_signMethod_get>:54 0000d73c·<SamlpResponseAbstract_majorVersion_get>:
55 »       ...55 »       ...
  
56 0000d780·<SamlpResponseAbstract_signType_set>:56 0000d780·<LibScoping_proxyCount_set>:
57 »       ...57 »       ...
  
58 0000d7d4·<SamlpResponseAbstract_signType_get>:58 0000d7d4·<LibScoping_proxyCount_get>:
59 »       ...59 »       ...
  
60 0000d818·<SamlpResponseAbstract_minorVersion_set>:60 0000d818·<SamlpRequestAbstract_signMethod_set>:
61 »       ...61 »       ...
  
62 0000d86c·<SamlpResponseAbstract_minorVersion_get>:62 0000d86c·<SamlpRequestAbstract_signMethod_get>:
63 »       ...63 »       ...
  
64 0000d8b0·<SamlpResponseAbstract_majorVersion_set>:64 0000d8b0·<SamlpRequestAbstract_signType_set>:
65 »       ...65 »       ...
  
66 0000d904·<SamlpResponseAbstract_majorVersion_get>:66 0000d904·<SamlpRequestAbstract_signType_get>:
67 »       ...67 »       ...
  
68 0000d948·<SamlpRequestAbstract_signMethod_set>:68 0000d948·<SamlpRequestAbstract_minorVersion_set>:
69 »       ...69 »       ...
  
70 0000d99c·<SamlpRequestAbstract_signMethod_get>:70 0000d99c·<SamlpRequestAbstract_minorVersion_get>:
71 »       ...71 »       ...
  
72 0000d9e0·<SamlpRequestAbstract_signType_set>:72 0000d9e0·<SamlpRequestAbstract_majorVersion_set>:
73 »       ...73 »       ...
  
74 0000da34·<SamlpRequestAbstract_signType_get>:74 0000da34·<SamlpRequestAbstract_majorVersion_get>:
75 »       ...75 »       ...
  
76 0000da78·<SamlpRequestAbstract_minorVersion_set>:76 0000da78·<SamlAssertion_signMethod_set>:
77 »       ...77 »       ...
  
78 0000dacc·<SamlpRequestAbstract_minorVersion_get>:78 0000dacc·<SamlAssertion_signMethod_get>:
79 »       ...79 »       ...
  
80 0000db10·<SamlpRequestAbstract_majorVersion_set>:80 0000db10·<SamlAssertion_signType_set>:
81 »       ...81 »       ...
  
82 0000db64·<SamlpRequestAbstract_majorVersion_get>:82 0000db64·<SamlAssertion_signType_get>:
83 »       ...83 »       ...
  
84 0000dba8·<LibScoping_proxyCount_set>:84 0000dba8·<SamlAssertion_minorVersion_set>:
85 »       ...85 »       ...
  
86 0000dbfc·<LibScoping_proxyCount_get>:86 0000dbfc·<SamlAssertion_minorVersion_get>:
87 »       ...87 »       ...
  
88 0000dc40·<SamlAssertion_signMethod_set>:88 0000dc40·<SamlAssertion_majorVersion_set>:
89 »       ...89 »       ...
  
90 0000dc94·<SamlAssertion_signMethod_get>:90 0000dc94·<SamlAssertion_majorVersion_get>:
91 »       ...91 »       ...
  
92 0000dcd8·<SamlAssertion_signType_set>:92 0000dcd8·<Server_signatureMethod_set>:
93 »       ...93 »       ...
  
94 0000dd2c·<SamlAssertion_signType_get>:94 0000dd2c·<Server_signatureMethod_get>:
95 »       ...95 »       ...
  
96 0000dd70·<SamlAssertion_minorVersion_set>:96 0000dd70·<Login_protocolProfile_set>:
97 »       ...97 »       ...
  
98 0000ddc4·<SamlAssertion_minorVersion_get>:98 0000ddc4·<Login_protocolProfile_get>:
99 »       ...99 »       ...
  
100 0000de08·<SamlAssertion_majorVersion_set>:100 0000de08·<Provider_role_set>:
101 »       ...101 »       ...
  
102 0000de5c·<SamlAssertion_majorVersion_get>:102 0000de5c·<Provider_role_get>:
103 »       ...103 »       ...
  
104 0000dea0·<init>:104 0000dea0·<init>:
105 »       ...105 »       ...
  
106 0000dec0·<ecp_process_sp_idp_list>:106 0000dec0·<ecp_process_sp_idp_list>:
107 »       ...107 »       ...
Offset 163, 801 lines modifiedOffset 163, 801 lines modified
  
163 0000e210·<Ecp_messageId_set>:163 0000e210·<Ecp_messageId_set>:
164 »       ...164 »       ...
  
165 0000e274·<Ecp_assertionConsumerUrl_set>:165 0000e274·<Ecp_assertionConsumerUrl_set>:
166 »       ...166 »       ...
Max diff block lines reached; 107578/111563 bytes (96.43%) of diff not shown.
285 B
objdump --line-numbers --disassemble --demangle --reloc --no-show-raw-insn --section=.fini {}
    
Offset 1, 7 lines modifiedOffset 1, 7 lines modified
  
  
  
1 Disassembly·of·section·.fini:1 Disassembly·of·section·.fini:
  
2 000311e4·<_fini>:2 000311b0·<_fini>:
3 »       ...3 »       ...
242 KB
readelf --wide --decompress --string-dump=.debug_str {}
    
Offset 259, 3279 lines modifiedOffset 259, 3279 lines modified
259 ··[··18d6]··XML_IO_EDOM259 ··[··18d6]··XML_IO_EDOM
260 ··[··18e2]··trash_delete_later260 ··[··18e2]··trash_delete_later
261 ··[··18f5]··xmlSecNodeRSAKeyValue261 ··[··18f5]··xmlSecNodeRSAKeyValue
262 ··[··190b]··XML_PARSE_PEDANTIC262 ··[··190b]··XML_PARSE_PEDANTIC
263 ··[··191e]··PyDict_Type263 ··[··191e]··PyDict_Type
264 ··[··192a]··XML_NS_ERR_QNAME264 ··[··192a]··XML_NS_ERR_QNAME
363 KB
readelf --wide --decompress --hex-dump=.strtab {}
    
Offset 21, 1516 lines modifiedOffset 21, 1516 lines modified
21 ··0x00000120·6672616d·655f6475·6d6d795f·696e6974·frame_dummy_init21 ··0x00000120·6672616d·655f6475·6d6d795f·696e6974·frame_dummy_init
22 ··0x00000130·5f617272·61795f65·6e747279·005f6c61·_array_entry._la22 ··0x00000130·5f617272·61795f65·6e747279·005f6c61·_array_entry._la
23 ··0x00000140·73736f2e·63006c61·73736f5f·70797468·sso.c.lasso_pyth23 ··0x00000140·73736f2e·63006c61·73736f5f·70797468·sso.c.lasso_pyth
24 ··0x00000150·6f6e5f6c·6f670050·79474f62·6a656374·on_log.PyGObject24 ··0x00000150·6f6e5f6c·6f670050·79474f62·6a656374·on_log.PyGObject
25 ··0x00000160·5074725f·6765745f·72656663·6f756e74·Ptr_get_refcount25 ··0x00000160·5074725f·6765745f·72656663·6f756e74·Ptr_get_refcount
26 ··0x00000170·00507947·4f626a65·63745074·725f7265·.PyGObjectPtr_re26 ··0x00000170·00507947·4f626a65·63745074·725f7265·.PyGObjectPtr_re
27 ··0x00000180·70720050·79474f62·6a656374·5074725f·pr.PyGObjectPtr_27 ··0x00000180·70720050·79474f62·6a656374·5074725f·pr.PyGObjectPtr_
 28 ··0x00000190·6465616c·6c6f6300·53616d6c·70324175·dealloc.Samlp2Au
 29 ··0x000001a0·74686e52·65717565·73745f61·74747269·thnRequest_attri
 30 ··0x000001b0·62757465·436f6e73·756d696e·67536572·buteConsumingSer
 31 ··0x000001c0·76696365·496e6465·785f7365·74005361·viceIndex_set.Sa
 32 ··0x000001d0·6d6c7032·41757468·6e526571·75657374·mlp2AuthnRequest
 33 ··0x000001e0·5f617474·72696275·7465436f·6e73756d·_attributeConsum
 34 ··0x000001f0·696e6753·65727669·6365496e·6465785f·ingServiceIndex_
28 ··0x00000190·6465616c·6c6f6300·4c6f6769·6e5f7072·dealloc.Login_pr 
29 ··0x000001a0·6f746f63·6f6c5072·6f66696c·655f7365·otocolProfile_se 
30 ··0x000001b0·74004c6f·67696e5f·70726f74·6f636f6c·t.Login_protocol 
31 ··0x000001c0·50726f66·696c655f·67657400·53657276·Profile_get.Serv 
32 ··0x000001d0·65725f73·69676e61·74757265·4d657468·er_signatureMeth 
33 ··0x000001e0·6f645f73·65740053·65727665·725f7369·od_set.Server_si 
34 ··0x000001f0·676e6174·7572654d·6574686f·645f6765·gnatureMethod_ge 
35 ··0x00000200·74005072·6f766964·65725f72·6f6c655f·t.Provider_role_ 
36 ··0x00000210·73657400·50726f76·69646572·5f726f6c·set.Provider_rol 
37 ··0x00000220·655f6765·74005361·6d6c7032·41757468·e_get.Samlp2Auth35 ··0x00000200·67657400·53616d6c·70324175·74686e52·get.Samlp2AuthnR
38 ··0x00000230·6e526571·75657374·5f617474·72696275·nRequest_attribu 
39 ··0x00000240·7465436f·6e73756d·696e6753·65727669·teConsumingServi 
40 ··0x00000250·6365496e·6465785f·73657400·53616d6c·ceIndex_set.Saml 
41 ··0x00000260·70324175·74686e52·65717565·73745f61·p2AuthnRequest_a 
42 ··0x00000270·74747269·62757465·436f6e73·756d696e·ttributeConsumin 
43 ··0x00000280·67536572·76696365·496e6465·785f6765·gServiceIndex_ge 
44 ··0x00000290·74005361·6d6c7032·41757468·6e526571·t.Samlp2AuthnReq 
45 ··0x000002a0·75657374·5f617373·65727469·6f6e436f·uest_assertionCo36 ··0x00000210·65717565·73745f61·73736572·74696f6e·equest_assertion
46 ··0x000002b0·6e73756d·65725365·72766963·65496e64·nsumerServiceInd37 ··0x00000220·436f6e73·756d6572·53657276·69636549·ConsumerServiceI
47 ··0x000002c0·65785f73·65740053·616d6c70·32417574·ex_set.Samlp2Aut38 ··0x00000230·6e646578·5f736574·0053616d·6c703241·ndex_set.Samlp2A
48 ··0x000002d0·686e5265·71756573·745f6173·73657274·hnRequest_assert39 ··0x00000240·7574686e·52657175·6573745f·61737365·uthnRequest_asse
49 ··0x000002e0·696f6e43·6f6e7375·6d657253·65727669·ionConsumerServi40 ··0x00000250·7274696f·6e436f6e·73756d65·72536572·rtionConsumerSer
50 ··0x000002f0·6365496e·6465785f·67657400·53616d6c·ceIndex_get.Saml41 ··0x00000260·76696365·496e6465·785f6765·74005361·viceIndex_get.Sa
 42 ··0x00000270·6d6c7052·6573706f·6e736541·62737472·mlpResponseAbstr
 43 ··0x00000280·6163745f·7369676e·4d657468·6f645f73·act_signMethod_s
 44 ··0x00000290·65740053·616d6c70·52657370·6f6e7365·et.SamlpResponse
 45 ··0x000002a0·41627374·72616374·5f736967·6e4d6574·Abstract_signMet
 46 ··0x000002b0·686f645f·67657400·53616d6c·70526573·hod_get.SamlpRes
 47 ··0x000002c0·706f6e73·65416273·74726163·745f7369·ponseAbstract_si
 48 ··0x000002d0·676e5479·70655f73·65740053·616d6c70·gnType_set.Samlp
 49 ··0x000002e0·52657370·6f6e7365·41627374·72616374·ResponseAbstract
 50 ··0x000002f0·5f736967·6e547970·655f6765·74005361·_signType_get.Sa
 51 ··0x00000300·6d6c7052·6573706f·6e736541·62737472·mlpResponseAbstr
 52 ··0x00000310·6163745f·6d696e6f·72566572·73696f6e·act_minorVersion
 53 ··0x00000320·5f736574·0053616d·6c705265·73706f6e·_set.SamlpRespon
 54 ··0x00000330·73654162·73747261·63745f6d·696e6f72·seAbstract_minor
 55 ··0x00000340·56657273·696f6e5f·67657400·53616d6c·Version_get.Saml
51 ··0x00000300·70526573·706f6e73·65416273·74726163·pResponseAbstrac56 ··0x00000350·70526573·706f6e73·65416273·74726163·pResponseAbstrac
52 ··0x00000310·745f7369·676e4d65·74686f64·5f736574·t_signMethod_set 
53 ··0x00000320·0053616d·6c705265·73706f6e·73654162·.SamlpResponseAb 
54 ··0x00000330·73747261·63745f73·69676e4d·6574686f·stract_signMetho 
55 ··0x00000340·645f6765·74005361·6d6c7052·6573706f·d_get.SamlpRespo 
56 ··0x00000350·6e736541·62737472·6163745f·7369676e·nseAbstract_sign 
57 ··0x00000360·54797065·5f736574·0053616d·6c705265·Type_set.SamlpRe 
58 ··0x00000370·73706f6e·73654162·73747261·63745f73·sponseAbstract_s 
59 ··0x00000380·69676e54·7970655f·67657400·53616d6c·ignType_get.Saml 
60 ··0x00000390·70526573·706f6e73·65416273·74726163·pResponseAbstrac 
61 ··0x000003a0·745f6d69·6e6f7256·65727369·6f6e5f73·t_minorVersion_s57 ··0x00000360·745f6d61·6a6f7256·65727369·6f6e5f73·t_majorVersion_s
62 ··0x000003b0·65740053·616d6c70·52657370·6f6e7365·et.SamlpResponse58 ··0x00000370·65740053·616d6c70·52657370·6f6e7365·et.SamlpResponse
63 ··0x000003c0·41627374·72616374·5f6d696e·6f725665·Abstract_minorVe59 ··0x00000380·41627374·72616374·5f6d616a·6f725665·Abstract_majorVe
64 ··0x000003d0·7273696f·6e5f6765·74005361·6d6c7052·rsion_get.SamlpR60 ··0x00000390·7273696f·6e5f6765·74004c69·6253636f·rsion_get.LibSco
65 ··0x000003e0·6573706f·6e736541·62737472·6163745f·esponseAbstract_ 
66 ··0x000003f0·6d616a6f·72566572·73696f6e·5f736574·majorVersion_set 
67 ··0x00000400·0053616d·6c705265·73706f6e·73654162·.SamlpResponseAb 
68 ··0x00000410·73747261·63745f6d·616a6f72·56657273·stract_majorVers61 ··0x000003a0·70696e67·5f70726f·7879436f·756e745f·ping_proxyCount_
 62 ··0x000003b0·73657400·4c696253·636f7069·6e675f70·set.LibScoping_p
 63 ··0x000003c0·726f7879·436f756e·745f6765·74005361·roxyCount_get.Sa
 64 ··0x000003d0·6d6c7052·65717565·73744162·73747261·mlpRequestAbstra
 65 ··0x000003e0·63745f73·69676e4d·6574686f·645f7365·ct_signMethod_se
 66 ··0x000003f0·74005361·6d6c7052·65717565·73744162·t.SamlpRequestAb
 67 ··0x00000400·73747261·63745f73·69676e4d·6574686f·stract_signMetho
 68 ··0x00000410·645f6765·74005361·6d6c7052·65717565·d_get.SamlpReque
 69 ··0x00000420·73744162·73747261·63745f73·69676e54·stAbstract_signT
69 ··0x00000420·696f6e5f·67657400·53616d6c·70526571·ion_get.SamlpReq70 ··0x00000430·7970655f·73657400·53616d6c·70526571·ype_set.SamlpReq
70 ··0x00000430·75657374·41627374·72616374·5f736967·uestAbstract_sig71 ··0x00000440·75657374·41627374·72616374·5f736967·uestAbstract_sig
71 ··0x00000440·6e4d6574·686f645f·73657400·53616d6c·nMethod_set.Saml 
72 ··0x00000450·70526571·75657374·41627374·72616374·pRequestAbstract 
73 ··0x00000460·5f736967·6e4d6574·686f645f·67657400·_signMethod_get. 
74 ··0x00000470·53616d6c·70526571·75657374·41627374·SamlpRequestAbst 
75 ··0x00000480·72616374·5f736967·6e547970·655f7365·ract_signType_se 
76 ··0x00000490·74005361·6d6c7052·65717565·73744162·t.SamlpRequestAb 
77 ··0x000004a0·73747261·63745f73·69676e54·7970655f·stract_signType_ 
78 ··0x000004b0·67657400·53616d6c·70526571·75657374·get.SamlpRequest 
79 ··0x000004c0·41627374·72616374·5f6d696e·6f725665·Abstract_minorVe 
80 ··0x000004d0·7273696f·6e5f7365·74005361·6d6c7052·rsion_set.SamlpR72 ··0x00000450·6e547970·655f6765·74005361·6d6c7052·nType_get.SamlpR
81 ··0x000004e0·65717565·73744162·73747261·63745f6d·equestAbstract_m73 ··0x00000460·65717565·73744162·73747261·63745f6d·equestAbstract_m
82 ··0x000004f0·696e6f72·56657273·696f6e5f·67657400·inorVersion_get.74 ··0x00000470·696e6f72·56657273·696f6e5f·73657400·inorVersion_set.
83 ··0x00000500·53616d6c·70526571·75657374·41627374·SamlpRequestAbst75 ··0x00000480·53616d6c·70526571·75657374·41627374·SamlpRequestAbst
84 ··0x00000510·72616374·5f6d616a·6f725665·7273696f·ract_majorVersio76 ··0x00000490·72616374·5f6d696e·6f725665·7273696f·ract_minorVersio
85 ··0x00000520·6e5f7365·74005361·6d6c7052·65717565·n_set.SamlpReque77 ··0x000004a0·6e5f6765·74005361·6d6c7052·65717565·n_get.SamlpReque
86 ··0x00000530·73744162·73747261·63745f6d·616a6f72·stAbstract_major78 ··0x000004b0·73744162·73747261·63745f6d·616a6f72·stAbstract_major
87 ··0x00000540·56657273·696f6e5f·67657400·4c696253·Version_get.LibS79 ··0x000004c0·56657273·696f6e5f·73657400·53616d6c·Version_set.Saml
88 ··0x00000550·636f7069·6e675f70·726f7879·436f756e·coping_proxyCoun 
89 ··0x00000560·745f7365·74004c69·6253636f·70696e67·t_set.LibScoping 
90 ··0x00000570·5f70726f·7879436f·756e745f·67657400·_proxyCount_get.80 ··0x000004d0·70526571·75657374·41627374·72616374·pRequestAbstract
 81 ··0x000004e0·5f6d616a·6f725665·7273696f·6e5f6765·_majorVersion_ge
 82 ··0x000004f0·74005361·6d6c4173·73657274·696f6e5f·t.SamlAssertion_
 83 ··0x00000500·7369676e·4d657468·6f645f73·65740053·signMethod_set.S
91 ··0x00000580·53616d6c·41737365·7274696f·6e5f7369·SamlAssertion_si84 ··0x00000510·616d6c41·73736572·74696f6e·5f736967·amlAssertion_sig
92 ··0x00000590·676e4d65·74686f64·5f736574·0053616d·gnMethod_set.Sam85 ··0x00000520·6e4d6574·686f645f·67657400·53616d6c·nMethod_get.Saml
93 ··0x000005a0·6c417373·65727469·6f6e5f73·69676e4d·lAssertion_signM86 ··0x00000530·41737365·7274696f·6e5f7369·676e5479·Assertion_signTy
 87 ··0x00000540·70655f73·65740053·616d6c41·73736572·pe_set.SamlAsser
94 ··0x000005b0·6574686f·645f6765·74005361·6d6c4173·ethod_get.SamlAs 
95 ··0x000005c0·73657274·696f6e5f·7369676e·54797065·sertion_signType 
96 ··0x000005d0·5f736574·0053616d·6c417373·65727469·_set.SamlAsserti 
97 ··0x000005e0·6f6e5f73·69676e54·7970655f·67657400·on_signType_get.88 ··0x00000550·74696f6e·5f736967·6e547970·655f6765·tion_signType_ge
 89 ··0x00000560·74005361·6d6c4173·73657274·696f6e5f·t.SamlAssertion_
 90 ··0x00000570·6d696e6f·72566572·73696f6e·5f736574·minorVersion_set
 91 ··0x00000580·0053616d·6c417373·65727469·6f6e5f6d·.SamlAssertion_m
 92 ··0x00000590·696e6f72·56657273·696f6e5f·67657400·inorVersion_get.
98 ··0x000005f0·53616d6c·41737365·7274696f·6e5f6d69·SamlAssertion_mi93 ··0x000005a0·53616d6c·41737365·7274696f·6e5f6d61·SamlAssertion_ma
99 ··0x00000600·6e6f7256·65727369·6f6e5f73·65740053·norVersion_set.S94 ··0x000005b0·6a6f7256·65727369·6f6e5f73·65740053·jorVersion_set.S
100 ··0x00000610·616d6c41·73736572·74696f6e·5f6d696e·amlAssertion_min95 ··0x000005c0·616d6c41·73736572·74696f6e·5f6d616a·amlAssertion_maj
101 ··0x00000620·6f725665·7273696f·6e5f6765·74005361·orVersion_get.Sa96 ··0x000005d0·6f725665·7273696f·6e5f6765·74005365·orVersion_get.Se
102 ··0x00000630·6d6c4173·73657274·696f6e5f·6d616a6f·mlAssertion_majo 
103 ··0x00000640·72566572·73696f6e·5f736574·0053616d·rVersion_set.Sam 
104 ··0x00000650·6c417373·65727469·6f6e5f6d·616a6f72·lAssertion_major97 ··0x000005e0·72766572·5f736967·6e617475·72654d65·rver_signatureMe
 98 ··0x000005f0·74686f64·5f736574·00536572·7665725f·thod_set.Server_
 99 ··0x00000600·7369676e·61747572·654d6574·686f645f·signatureMethod_
 100 ··0x00000610·67657400·4c6f6769·6e5f7072·6f746f63·get.Login_protoc
 101 ··0x00000620·6f6c5072·6f66696c·655f7365·74004c6f·olProfile_set.Lo
 102 ··0x00000630·67696e5f·70726f74·6f636f6c·50726f66·gin_protocolProf
 103 ··0x00000640·696c655f·67657400·50726f76·69646572·ile_get.Provider
Max diff block lines reached; 360177/371189 bytes (97.03%) of diff not shown.