| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
| |
This subdomain is defunct with an expired certificate:
https://github.com/chromium/badssl.com/pull/445
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
Copyrights in my contributions to this package were transferred to
Libiquity LLC by a contract executed 2019-09-04. And as of this
writing, this package has not yet been published.
|
| |
|
|
|
|
| |
No change to binary, just bumming one line of source code.
|
| |
|
| |
|
|
|
|
| |
They're apparently already enabled.
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
And drop --enable-opensslextra option recommendation in README.
Also, check SNI name, not host name.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
Fixes the following error with Bash:
[...]/tests/aux/json.sh: line 144: continue: only meaningful in a `for', `while', or `until' loop
json.sh: syntax: /given_cipher_suites/1
json.sh: syntax: /
json.sh: syntax: /
Oddly, Dash treats continue outside a loop as return, which is undefined
behavior.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
This reverts commit 0c9789c85ca4542697fbfae82f1ed412ab2b2dbe.
|
| |
|
|
|
|
|
| |
Use of installed CA root certificates can also be disabled entirely, but
that just breaks everything.
|
|
|
|
| |
I think this was a copy/paste accident.
|
| |
|
| |
|
|
|
|
| |
And not enabled at all by wolfssl-util.
|
| |
|
| |
|
|
|
|
|
|
|
| |
This reverts commit 6cd7b5568ce306de755bc8fff3488feedf161901.
It seems a call to either wolfSSL_Rehandshake() or
wolfSSL_SecureResume() is necessary, as in wolfSSL's example client.
|
|
|
|
|
|
|
|
| |
Although this causes a SIGSEGV in wolfSSL_X509_check_host():
#0 0x00007ffff7babca2 in wolfSSL_X509_check_host () from /usr/local/lib/libwolfssl.so.19
#1 0x0000555555555d3f in s_client (argc=0, argv=0x7fffffffe3b8) at src/s_client.c:382
#2 0x000055555555545a in main (argc=6, argv=0x7fffffffe388) at src/main.c:42
|
| |
|
|
|
|
|
|
|
|
| |
This reverts commit 990942046a013e4eab23499cd32218bf046791aa.
Apparently, even with OCSP stapling, wolfSSL still performs CRL and OCSP
lookups. Is there a way to disable CRL and OCSP when a stapled OCSP
response is found in the handshake?
|
| |
|
|
|
|
|
| |
Revocation methods are apparently used in the order in which they're
enabled.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
For some reason this causes the expiry test to fail:
FAIL: tests/badssl.sh 1 - not expired
PASS: tests/badssl.sh 2 - not wrong.host
PASS: tests/badssl.sh 3 - not self-signed
PASS: tests/badssl.sh 4 - not untrusted-root
PASS: tests/badssl.sh 5 - not revoked
PASS: tests/badssl.sh 6 - no-common-name
FAIL: tests/badssl.sh 7 - no-subject
PASS: tests/badssl.sh 8 - not incomplete-chain
XFAIL: tests/badssl.sh 9 - not sha1-intermediate # TODO
PASS: tests/badssl.sh 10 - sha256
PASS: tests/badssl.sh 11 - sha384
PASS: tests/badssl.sh 12 - sha512
PASS: tests/badssl.sh 13 - not 1000-sans
PASS: tests/badssl.sh 14 - not 10000-sans
PASS: tests/badssl.sh 15 - ecc256
PASS: tests/badssl.sh 16 - ecc384
PASS: tests/badssl.sh 17 - rsa2048
PASS: tests/badssl.sh 18 - rsa4096
PASS: tests/badssl.sh 19 - not rsa8192
PASS: tests/badssl.sh 20 - extended-validation
PASS: tests/badssl.sh 21 - not http
PASS: tests/badssl.sh 22 - not cbc
PASS: tests/badssl.sh 23 - not rc4-md5
PASS: tests/badssl.sh 24 - not rc4
PASS: tests/badssl.sh 25 - not 3des
PASS: tests/badssl.sh 26 - not null
XFAIL: tests/badssl.sh 27 - not mozilla-old # TODO
PASS: tests/badssl.sh 28 - mozilla-intermediate
PASS: tests/badssl.sh 29 - mozilla-modern
PASS: tests/badssl.sh 30 - not dh480
PASS: tests/badssl.sh 31 - not dh512
PASS: tests/badssl.sh 32 - not dh1024
PASS: tests/badssl.sh 33 - dh2048
XFAIL: tests/badssl.sh 34 - not dh-small-subgroup # TODO
PASS: tests/badssl.sh 35 - not dh-compsite
PASS: tests/badssl.sh 36 - not static-rsa
PASS: tests/badssl.sh 37 - not tls-v1-0
PASS: tests/badssl.sh 38 - not tls-v1-1
PASS: tests/badssl.sh 39 - tls-v1-2
============================================================================
Testsuite summary for Unofficial wolfSSL Utility 0.1.0
(33-gb52e29a-dirty)
============================================================================
# TOTAL: 39
# PASS: 34
# SKIP: 0
# XFAIL: 3
# FAIL: 2
# XPASS: 0
# ERROR: 0
============================================================================
See ./test-suite.log
Please report to mailto:patrick.mcdermott@libiquity.com
============================================================================
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Size difference:
wolfssl-util: file format elf64-x86-64
Sections:
Idx Name Size VMA LMA File off Algn
0 .interp 0000001c 0000000000000238 0000000000000238 00000238 2**0
CONTENTS, ALLOC, LOAD, READONLY, DATA
1 .note.ABI-tag 00000020 0000000000000254 0000000000000254 00000254 2**2
CONTENTS, ALLOC, LOAD, READONLY, DATA
2 .hash 00000158 0000000000000278 0000000000000278 00000278 2**3
CONTENTS, ALLOC, LOAD, READONLY, DATA
3 .dynsym 00000468 00000000000003d0 00000000000003d0 000003d0 2**3
CONTENTS, ALLOC, LOAD, READONLY, DATA
4 .dynstr 000002c6 0000000000000838 0000000000000838 00000838 2**0
CONTENTS, ALLOC, LOAD, READONLY, DATA
5 .gnu.version 0000005e 0000000000000afe 0000000000000afe 00000afe 2**1
CONTENTS, ALLOC, LOAD, READONLY, DATA
6 .gnu.version_r 00000030 0000000000000b60 0000000000000b60 00000b60 2**3
CONTENTS, ALLOC, LOAD, READONLY, DATA
7 .rela.dyn 00000420 0000000000000b90 0000000000000b90 00000b90 2**3
CONTENTS, ALLOC, LOAD, READONLY, DATA
8 .init 00000017 0000000000000fb0 0000000000000fb0 00000fb0 2**2
CONTENTS, ALLOC, LOAD, READONLY, CODE
9 .plt 00000010 0000000000000fd0 0000000000000fd0 00000fd0 2**4
CONTENTS, ALLOC, LOAD, READONLY, CODE
10 .plt.got 00000118 0000000000000fe0 0000000000000fe0 00000fe0 2**3
CONTENTS, ALLOC, LOAD, READONLY, CODE
- 11 .text 000007a2 0000000000001100 0000000000001100 00001100 2**4
+ 11 .text 00000792 0000000000001100 0000000000001100 00001100 2**4
CONTENTS, ALLOC, LOAD, READONLY, CODE
- 12 .fini 00000009 00000000000018a4 00000000000018a4 000018a4 2**2
+ 12 .fini 00000009 0000000000001894 0000000000001894 00001894 2**2
CONTENTS, ALLOC, LOAD, READONLY, CODE
- 13 .rodata 0000017e 00000000000018b0 00000000000018b0 000018b0 2**3
+ 13 .rodata 0000017e 00000000000018a0 00000000000018a0 000018a0 2**3
CONTENTS, ALLOC, LOAD, READONLY, DATA
- 14 .eh_frame_hdr 00000034 0000000000001a30 0000000000001a30 00001a30 2**2
+ 14 .eh_frame_hdr 00000034 0000000000001a20 0000000000001a20 00001a20 2**2
CONTENTS, ALLOC, LOAD, READONLY, DATA
- 15 .eh_frame 000000ec 0000000000001a68 0000000000001a68 00001a68 2**3
+ 15 .eh_frame 000000ec 0000000000001a58 0000000000001a58 00001a58 2**3
CONTENTS, ALLOC, LOAD, READONLY, DATA
16 .init_array 00000008 0000000000201cc0 0000000000201cc0 00001cc0 2**3
CONTENTS, ALLOC, LOAD, DATA
17 .fini_array 00000008 0000000000201cc8 0000000000201cc8 00001cc8 2**3
CONTENTS, ALLOC, LOAD, DATA
18 .jcr 00000008 0000000000201cd0 0000000000201cd0 00001cd0 2**3
CONTENTS, ALLOC, LOAD, DATA
19 .dynamic 000001d0 0000000000201cd8 0000000000201cd8 00001cd8 2**3
CONTENTS, ALLOC, LOAD, DATA
20 .got 00000158 0000000000201ea8 0000000000201ea8 00001ea8 2**3
CONTENTS, ALLOC, LOAD, DATA
21 .data 00000008 0000000000202000 0000000000202000 00002000 2**3
CONTENTS, ALLOC, LOAD, DATA
22 .bss 00000010 0000000000202020 0000000000202020 00002008 2**5
ALLOC
23 .comment 00000026 0000000000000000 0000000000000000 00002008 2**0
CONTENTS, READONLY
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Size difference:
wolfssl-util: file format elf64-x86-64
Sections:
Idx Name Size VMA LMA File off Algn
0 .interp 0000001c 0000000000000238 0000000000000238 00000238 2**0
CONTENTS, ALLOC, LOAD, READONLY, DATA
1 .note.ABI-tag 00000020 0000000000000254 0000000000000254 00000254 2**2
CONTENTS, ALLOC, LOAD, READONLY, DATA
- 2 .hash 00000154 0000000000000278 0000000000000278 00000278 2**3
+ 2 .hash 00000158 0000000000000278 0000000000000278 00000278 2**3
CONTENTS, ALLOC, LOAD, READONLY, DATA
- 3 .dynsym 00000450 00000000000003d0 00000000000003d0 000003d0 2**3
+ 3 .dynsym 00000468 00000000000003d0 00000000000003d0 000003d0 2**3
CONTENTS, ALLOC, LOAD, READONLY, DATA
- 4 .dynstr 000002ab 0000000000000820 0000000000000820 00000820 2**0
+ 4 .dynstr 000002c6 0000000000000838 0000000000000838 00000838 2**0
CONTENTS, ALLOC, LOAD, READONLY, DATA
- 5 .gnu.version 0000005c 0000000000000acc 0000000000000acc 00000acc 2**1
+ 5 .gnu.version 0000005e 0000000000000afe 0000000000000afe 00000afe 2**1
CONTENTS, ALLOC, LOAD, READONLY, DATA
- 6 .gnu.version_r 00000020 0000000000000b28 0000000000000b28 00000b28 2**3
+ 6 .gnu.version_r 00000030 0000000000000b60 0000000000000b60 00000b60 2**3
CONTENTS, ALLOC, LOAD, READONLY, DATA
- 7 .rela.dyn 00000408 0000000000000b48 0000000000000b48 00000b48 2**3
+ 7 .rela.dyn 00000420 0000000000000b90 0000000000000b90 00000b90 2**3
CONTENTS, ALLOC, LOAD, READONLY, DATA
- 8 .init 00000017 0000000000000f50 0000000000000f50 00000f50 2**2
+ 8 .init 00000017 0000000000000fb0 0000000000000fb0 00000fb0 2**2
CONTENTS, ALLOC, LOAD, READONLY, CODE
- 9 .plt 00000010 0000000000000f70 0000000000000f70 00000f70 2**4
+ 9 .plt 00000010 0000000000000fd0 0000000000000fd0 00000fd0 2**4
CONTENTS, ALLOC, LOAD, READONLY, CODE
- 10 .plt.got 00000110 0000000000000f80 0000000000000f80 00000f80 2**3
+ 10 .plt.got 00000118 0000000000000fe0 0000000000000fe0 00000fe0 2**3
CONTENTS, ALLOC, LOAD, READONLY, CODE
- 11 .text 00000742 0000000000001090 0000000000001090 00001090 2**4
+ 11 .text 000007a2 0000000000001100 0000000000001100 00001100 2**4
CONTENTS, ALLOC, LOAD, READONLY, CODE
- 12 .fini 00000009 00000000000017d4 00000000000017d4 000017d4 2**2
+ 12 .fini 00000009 00000000000018a4 00000000000018a4 000018a4 2**2
CONTENTS, ALLOC, LOAD, READONLY, CODE
- 13 .rodata 0000017e 00000000000017e0 00000000000017e0 000017e0 2**3
+ 13 .rodata 0000017e 00000000000018b0 00000000000018b0 000018b0 2**3
CONTENTS, ALLOC, LOAD, READONLY, DATA
- 14 .eh_frame_hdr 00000034 0000000000001960 0000000000001960 00001960 2**2
+ 14 .eh_frame_hdr 00000034 0000000000001a30 0000000000001a30 00001a30 2**2
CONTENTS, ALLOC, LOAD, READONLY, DATA
- 15 .eh_frame 000000ec 0000000000001998 0000000000001998 00001998 2**3
+ 15 .eh_frame 000000ec 0000000000001a68 0000000000001a68 00001a68 2**3
CONTENTS, ALLOC, LOAD, READONLY, DATA
- 16 .init_array 00000008 0000000000201cc8 0000000000201cc8 00001cc8 2**3
+ 16 .init_array 00000008 0000000000201cc0 0000000000201cc0 00001cc0 2**3
CONTENTS, ALLOC, LOAD, DATA
- 17 .fini_array 00000008 0000000000201cd0 0000000000201cd0 00001cd0 2**3
+ 17 .fini_array 00000008 0000000000201cc8 0000000000201cc8 00001cc8 2**3
CONTENTS, ALLOC, LOAD, DATA
- 18 .jcr 00000008 0000000000201cd8 0000000000201cd8 00001cd8 2**3
+ 18 .jcr 00000008 0000000000201cd0 0000000000201cd0 00001cd0 2**3
CONTENTS, ALLOC, LOAD, DATA
- 19 .dynamic 000001d0 0000000000201ce0 0000000000201ce0 00001ce0 2**3
+ 19 .dynamic 000001d0 0000000000201cd8 0000000000201cd8 00001cd8 2**3
CONTENTS, ALLOC, LOAD, DATA
- 20 .got 00000150 0000000000201eb0 0000000000201eb0 00001eb0 2**3
+ 20 .got 00000158 0000000000201ea8 0000000000201ea8 00001ea8 2**3
CONTENTS, ALLOC, LOAD, DATA
21 .data 00000008 0000000000202000 0000000000202000 00002000 2**3
CONTENTS, ALLOC, LOAD, DATA
22 .bss 00000010 0000000000202020 0000000000202020 00002008 2**5
ALLOC
23 .comment 00000026 0000000000000000 0000000000000000 00002008 2**0
CONTENTS, READONLY
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Before:
$ wc -c wolfssl-util
14680 wolfssl-util
After:
$ wc -c wolfssl-util
10120 wolfssl-util
And a hard-to-read diff of sections:
wolfssl-util: file format elf64-x86-64
Sections:
Idx Name Size VMA LMA File off Algn
0 .interp 0000001c 0000000000000238 0000000000000238 00000238 2**0
CONTENTS, ALLOC, LOAD, READONLY, DATA
1 .note.ABI-tag 00000020 0000000000000254 0000000000000254 00000254 2**2
CONTENTS, ALLOC, LOAD, READONLY, DATA
- 2 .note.gnu.build-id 00000024 0000000000000274 0000000000000274 00000274 2**2
+ 2 .hash 00000154 0000000000000278 0000000000000278 00000278 2**3
CONTENTS, ALLOC, LOAD, READONLY, DATA
- 3 .gnu.hash 0000003c 0000000000000298 0000000000000298 00000298 2**3
+ 3 .dynsym 00000450 00000000000003d0 00000000000003d0 000003d0 2**3
CONTENTS, ALLOC, LOAD, READONLY, DATA
- 4 .dynsym 00000450 00000000000002d8 00000000000002d8 000002d8 2**3
+ 4 .dynstr 000002ab 0000000000000820 0000000000000820 00000820 2**0
CONTENTS, ALLOC, LOAD, READONLY, DATA
- 5 .dynstr 000002ab 0000000000000728 0000000000000728 00000728 2**0
+ 5 .gnu.version 0000005c 0000000000000acc 0000000000000acc 00000acc 2**1
CONTENTS, ALLOC, LOAD, READONLY, DATA
- 6 .gnu.version 0000005c 00000000000009d4 00000000000009d4 000009d4 2**1
+ 6 .gnu.version_r 00000020 0000000000000b28 0000000000000b28 00000b28 2**3
CONTENTS, ALLOC, LOAD, READONLY, DATA
- 7 .gnu.version_r 00000020 0000000000000a30 0000000000000a30 00000a30 2**3
+ 7 .rela.dyn 00000408 0000000000000b48 0000000000000b48 00000b48 2**3
CONTENTS, ALLOC, LOAD, READONLY, DATA
- 8 .rela.dyn 00000108 0000000000000a50 0000000000000a50 00000a50 2**3
- CONTENTS, ALLOC, LOAD, READONLY, DATA
- 9 .rela.plt 00000318 0000000000000b58 0000000000000b58 00000b58 2**3
- CONTENTS, ALLOC, LOAD, READONLY, DATA
- 10 .init 00000017 0000000000000e70 0000000000000e70 00000e70 2**2
+ 8 .init 00000017 0000000000000f50 0000000000000f50 00000f50 2**2
CONTENTS, ALLOC, LOAD, READONLY, CODE
- 11 .plt 00000220 0000000000000e90 0000000000000e90 00000e90 2**4
+ 9 .plt 00000010 0000000000000f70 0000000000000f70 00000f70 2**4
CONTENTS, ALLOC, LOAD, READONLY, CODE
- 12 .plt.got 00000008 00000000000010b0 00000000000010b0 000010b0 2**3
+ 10 .plt.got 00000110 0000000000000f80 0000000000000f80 00000f80 2**3
CONTENTS, ALLOC, LOAD, READONLY, CODE
- 13 .text 00000742 00000000000010c0 00000000000010c0 000010c0 2**4
+ 11 .text 00000742 0000000000001090 0000000000001090 00001090 2**4
CONTENTS, ALLOC, LOAD, READONLY, CODE
- 14 .fini 00000009 0000000000001804 0000000000001804 00001804 2**2
+ 12 .fini 00000009 00000000000017d4 00000000000017d4 000017d4 2**2
CONTENTS, ALLOC, LOAD, READONLY, CODE
- 15 .rodata 0000018e 0000000000001810 0000000000001810 00001810 2**3
+ 13 .rodata 0000017e 00000000000017e0 00000000000017e0 000017e0 2**3
CONTENTS, ALLOC, LOAD, READONLY, DATA
- 16 .eh_frame_hdr 00000044 00000000000019a0 00000000000019a0 000019a0 2**2
+ 14 .eh_frame_hdr 00000034 0000000000001960 0000000000001960 00001960 2**2
CONTENTS, ALLOC, LOAD, READONLY, DATA
- 17 .eh_frame 00000184 00000000000019e8 00000000000019e8 000019e8 2**3
+ 15 .eh_frame 000000ec 0000000000001998 0000000000001998 00001998 2**3
CONTENTS, ALLOC, LOAD, READONLY, DATA
- 18 .init_array 00000008 0000000000201dc8 0000000000201dc8 00001dc8 2**3
- CONTENTS, ALLOC, LOAD, DATA
- 19 .fini_array 00000008 0000000000201dd0 0000000000201dd0 00001dd0 2**3
+ 16 .init_array 00000008 0000000000201cc8 0000000000201cc8 00001cc8 2**3
CONTENTS, ALLOC, LOAD, DATA
- 20 .jcr 00000008 0000000000201dd8 0000000000201dd8 00001dd8 2**3
+ 17 .fini_array 00000008 0000000000201cd0 0000000000201cd0 00001cd0 2**3
CONTENTS, ALLOC, LOAD, DATA
- 21 .dynamic 000001f0 0000000000201de0 0000000000201de0 00001de0 2**3
+ 18 .jcr 00000008 0000000000201cd8 0000000000201cd8 00001cd8 2**3
CONTENTS, ALLOC, LOAD, DATA
- 22 .got 00000030 0000000000201fd0 0000000000201fd0 00001fd0 2**3
+ 19 .dynamic 000001d0 0000000000201ce0 0000000000201ce0 00001ce0 2**3
CONTENTS, ALLOC, LOAD, DATA
- 23 .got.plt 00000120 0000000000202000 0000000000202000 00002000 2**3
+ 20 .got 00000150 0000000000201eb0 0000000000201eb0 00001eb0 2**3
CONTENTS, ALLOC, LOAD, DATA
- 24 .data 00000018 0000000000202120 0000000000202120 00002120 2**3
+ 21 .data 00000008 0000000000202000 0000000000202000 00002000 2**3
CONTENTS, ALLOC, LOAD, DATA
- 25 .bss 00000010 0000000000202140 0000000000202140 00002138 2**5
+ 22 .bss 00000010 0000000000202020 0000000000202020 00002008 2**5
ALLOC
- 26 .comment 00000026 0000000000000000 0000000000000000 00002138 2**0
+ 23 .comment 00000026 0000000000000000 0000000000000000 00002008 2**0
CONTENTS, READONLY
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This saves 80 bytes in .text and 24 bytes in .rodata:
wolfssl-util: file format elf64-x86-64
Sections:
Idx Name Size VMA LMA File off Algn
0 .interp 0000001c 0000000000000238 0000000000000238 00000238 2**0
CONTENTS, ALLOC, LOAD, READONLY, DATA
1 .note.ABI-tag 00000020 0000000000000254 0000000000000254 00000254 2**2
CONTENTS, ALLOC, LOAD, READONLY, DATA
2 .note.gnu.build-id 00000024 0000000000000274 0000000000000274 00000274 2**2
CONTENTS, ALLOC, LOAD, READONLY, DATA
3 .gnu.hash 0000003c 0000000000000298 0000000000000298 00000298 2**3
CONTENTS, ALLOC, LOAD, READONLY, DATA
4 .dynsym 00000450 00000000000002d8 00000000000002d8 000002d8 2**3
CONTENTS, ALLOC, LOAD, READONLY, DATA
5 .dynstr 000002ab 0000000000000728 0000000000000728 00000728 2**0
CONTENTS, ALLOC, LOAD, READONLY, DATA
6 .gnu.version 0000005c 00000000000009d4 00000000000009d4 000009d4 2**1
CONTENTS, ALLOC, LOAD, READONLY, DATA
7 .gnu.version_r 00000020 0000000000000a30 0000000000000a30 00000a30 2**3
CONTENTS, ALLOC, LOAD, READONLY, DATA
8 .rela.dyn 00000108 0000000000000a50 0000000000000a50 00000a50 2**3
CONTENTS, ALLOC, LOAD, READONLY, DATA
9 .rela.plt 00000318 0000000000000b58 0000000000000b58 00000b58 2**3
CONTENTS, ALLOC, LOAD, READONLY, DATA
10 .init 00000017 0000000000000e70 0000000000000e70 00000e70 2**2
CONTENTS, ALLOC, LOAD, READONLY, CODE
11 .plt 00000220 0000000000000e90 0000000000000e90 00000e90 2**4
CONTENTS, ALLOC, LOAD, READONLY, CODE
12 .plt.got 00000008 00000000000010b0 00000000000010b0 000010b0 2**3
CONTENTS, ALLOC, LOAD, READONLY, CODE
- 13 .text 00000792 00000000000010c0 00000000000010c0 000010c0 2**4
+ 13 .text 00000742 00000000000010c0 00000000000010c0 000010c0 2**4
CONTENTS, ALLOC, LOAD, READONLY, CODE
- 14 .fini 00000009 0000000000001854 0000000000001854 00001854 2**2
+ 14 .fini 00000009 0000000000001804 0000000000001804 00001804 2**2
CONTENTS, ALLOC, LOAD, READONLY, CODE
- 15 .rodata 000001a6 0000000000001860 0000000000001860 00001860 2**3
+ 15 .rodata 0000018e 0000000000001810 0000000000001810 00001810 2**3
CONTENTS, ALLOC, LOAD, READONLY, DATA
- 16 .eh_frame_hdr 00000044 0000000000001a08 0000000000001a08 00001a08 2**2
+ 16 .eh_frame_hdr 00000044 00000000000019a0 00000000000019a0 000019a0 2**2
CONTENTS, ALLOC, LOAD, READONLY, DATA
- 17 .eh_frame 00000184 0000000000001a50 0000000000001a50 00001a50 2**3
+ 17 .eh_frame 00000184 00000000000019e8 00000000000019e8 000019e8 2**3
CONTENTS, ALLOC, LOAD, READONLY, DATA
18 .init_array 00000008 0000000000201dc8 0000000000201dc8 00001dc8 2**3
CONTENTS, ALLOC, LOAD, DATA
19 .fini_array 00000008 0000000000201dd0 0000000000201dd0 00001dd0 2**3
CONTENTS, ALLOC, LOAD, DATA
20 .jcr 00000008 0000000000201dd8 0000000000201dd8 00001dd8 2**3
CONTENTS, ALLOC, LOAD, DATA
21 .dynamic 000001f0 0000000000201de0 0000000000201de0 00001de0 2**3
CONTENTS, ALLOC, LOAD, DATA
22 .got 00000030 0000000000201fd0 0000000000201fd0 00001fd0 2**3
CONTENTS, ALLOC, LOAD, DATA
23 .got.plt 00000120 0000000000202000 0000000000202000 00002000 2**3
CONTENTS, ALLOC, LOAD, DATA
24 .data 00000018 0000000000202120 0000000000202120 00002120 2**3
CONTENTS, ALLOC, LOAD, DATA
25 .bss 00000010 0000000000202140 0000000000202140 00002138 2**5
ALLOC
26 .comment 00000026 0000000000000000 0000000000000000 00002138 2**0
CONTENTS, READONLY
|