Opcodes 1.3.0

Sign up to get free protection for your applications and to get access to all the features.
metadata ADDED
@@ -0,0 +1,74 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: Opcodes
3
+ version: !ruby/object:Gem::Version
4
+ version: 1.3.0
5
+ platform: ruby
6
+ authors:
7
+ - TG Community
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+
12
+ date: 2010-10-07 00:00:00 -04:00
13
+ default_executable:
14
+ dependencies: []
15
+
16
+ description: |-
17
+ Libopcodes is the disassembler library used by
18
+ GNU binutils. This extension provides access to libopcodes for Ruby
19
+ IO and BFD objects.
20
+ email: community@thoughtgang.org
21
+ executables: []
22
+
23
+ extensions:
24
+ - module/extconf.rb
25
+ extra_rdoc_files:
26
+ - module/rdoc_input/Opcodes.rb
27
+ files:
28
+ - module/Arch.c
29
+ - module/Opcodes.c
30
+ - module/ruby_compat.c
31
+ - module/ruby_compat.h
32
+ - module/Arch.h
33
+ - module/Opcodes.h
34
+ - lib/Opcodes.rb
35
+ - examples/bfd_symbol.rb
36
+ - examples/x86_bytestring.rb
37
+ - examples/bfd_section.rb
38
+ - examples/list_architectures.rb
39
+ - README
40
+ - ChangeLog
41
+ - LICENSE
42
+ - LICENSE.README
43
+ - module/rdoc_input/Opcodes.rb
44
+ has_rdoc: true
45
+ homepage: http://rubyforge.org/projects/opdis/
46
+ licenses:
47
+ - GPLv3
48
+ post_install_message:
49
+ rdoc_options: []
50
+
51
+ require_paths:
52
+ - lib
53
+ required_ruby_version: !ruby/object:Gem::Requirement
54
+ requirements:
55
+ - - ">="
56
+ - !ruby/object:Gem::Version
57
+ version: 1.8.7
58
+ version:
59
+ required_rubygems_version: !ruby/object:Gem::Requirement
60
+ requirements:
61
+ - - ">="
62
+ - !ruby/object:Gem::Version
63
+ version: "0"
64
+ version:
65
+ requirements:
66
+ - GNU binutils library and headers
67
+ rubyforge_project: opdis
68
+ rubygems_version: 1.3.5
69
+ signing_key:
70
+ specification_version: 3
71
+ summary: Ruby extension library providing an API to GNU libopcodes
72
+ test_files:
73
+ - tests/ut_opcodes_bfd.rb
74
+ - tests/ut_opcodes.rb