ruby-elf 1.0.0 → 1.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
data/tools/readelf-d.rb CHANGED
@@ -36,8 +36,11 @@ files.each do |file|
36
36
 
37
37
  addrsize = (elf.elf_class == Elf::Class::Elf32 ? 8 : 16)
38
38
 
39
- puts "Dynamic section at offset 0x#{dynsection.offset.hex} contains #{dynsection.size} entries"
40
- puts " Tag Type Name/Value"
39
+ printf("Dynamic section at offset 0x%x contains %d entries\n",
40
+ dynsection.offset,
41
+ dynsection.size)
42
+
43
+ puts " Tag Type Name/Value\n"
41
44
 
42
45
  dynsection.each_entry do |entry|
43
46
 
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ruby-elf
3
3
  version: !ruby/object:Gem::Version
4
- hash: 23
4
+ hash: 21
5
5
  prerelease: false
6
6
  segments:
7
7
  - 1
8
8
  - 0
9
- - 0
10
- version: 1.0.0
9
+ - 1
10
+ version: 1.0.1
11
11
  platform: ruby
12
12
  authors:
13
13
  - "Diego Elio Petten\xC3\xB2"
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2011-01-26 00:00:00 +01:00
18
+ date: 2011-02-04 00:00:00 +01:00
19
19
  default_executable:
20
20
  dependencies: []
21
21
 
@@ -60,6 +60,11 @@ files:
60
60
  - lib/elf/utils/loader.rb
61
61
  - lib/elf/utils/pool.rb
62
62
  - lib/elf/value.rb
63
+ - manpages/cowstats.1.xml
64
+ - manpages/elfgrep.1.xml
65
+ - manpages/missingstatic.1.xml
66
+ - manpages/rbelf-size.1.xml
67
+ - manpages/verify-lfs.1.xml
63
68
  - tools/assess_duplicate_save.rb
64
69
  - tools/link-collisions/analyse.rb
65
70
  - tools/link-collisions/harvest.rb