NCPrePatcher 0.2.0 → 0.3.2

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.
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: NCPrePatcher
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.3.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Will Smith
@@ -55,6 +55,10 @@ files:
55
55
  - example/README.md
56
56
  - example/disasm.rb
57
57
  - exe/ncpp
58
+ - lib/keystone/arm_const.rb
59
+ - lib/keystone/keystone.rb
60
+ - lib/keystone/keystone_const.rb
61
+ - lib/keystone/version.rb
58
62
  - lib/ncpp.rb
59
63
  - lib/ncpp/commands.rb
60
64
  - lib/ncpp/interpreter.rb
@@ -62,10 +66,12 @@ files:
62
66
  - lib/ncpp/types.rb
63
67
  - lib/ncpp/utils.rb
64
68
  - lib/ncpp/version.rb
65
- - lib/nitro/nitro.dll
66
69
  - lib/nitro/nitro.rb
67
- - lib/unarm/unarm.dll
68
70
  - lib/unarm/unarm.rb
71
+ - lib/unicorn/arm_const.rb
72
+ - lib/unicorn/unicorn.rb
73
+ - lib/unicorn/unicorn_const.rb
74
+ - lib/unicorn/version.rb
69
75
  homepage: https://github.com/pete420griff/NCPrePatcher
70
76
  licenses:
71
77
  - GPL-3.0-only
@@ -78,14 +84,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
78
84
  requirements:
79
85
  - - ">="
80
86
  - !ruby/object:Gem::Version
81
- version: '3.1'
87
+ version: '3.4'
82
88
  required_rubygems_version: !ruby/object:Gem::Requirement
83
89
  requirements:
84
90
  - - ">="
85
91
  - !ruby/object:Gem::Version
86
92
  version: '0'
87
93
  requirements: []
88
- rubygems_version: 3.6.9
94
+ rubygems_version: 4.0.1
89
95
  specification_version: 4
90
96
  summary: A preprocessor for NCPatcher
91
97
  test_files: []
data/lib/nitro/nitro.dll DELETED
Binary file
data/lib/unarm/unarm.dll DELETED
Binary file