rex-nop 0.1.2 → 0.1.3

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: c46c59438aa7c32a0777d378aa20ca6c4c8ec55bbaf844303699fea542131b66
4
- data.tar.gz: 4db0fd3e359dc90c2b2dca7696364b39189b3dda7af312ff42d3063af81ce68e
3
+ metadata.gz: 41ed85cdc77561f0df124b2260e866456d744d4b087c40242dff6053aea9c4e3
4
+ data.tar.gz: 7e8612d71ea8ddec1c953f3a76c4ab20925d0d7b8f905f711dcdfb3dac6024e0
5
5
  SHA512:
6
- metadata.gz: 99ddcc9e705fb81a8b3a2172e8dd3bd112d75877c497761bb929bcfd32388e1939dd35b96a2b9e3b00527bf196f0749823e6fa26dd1a53167cfc945fd38e9bfc
7
- data.tar.gz: 44f2485159ad357b9da93ed3bb4249182ffcd818b7cbf83745b559a674de3d7a29048b034fe987a8a89f8685912b71863c252d722fa156d8d47760647a476c05
6
+ metadata.gz: 3c415a87cb1182b71dabfee7a4a691dfb3f6aa2e022d151549b845856a4382d564f84631cafce0b37456fc36317a4fa90af266c4d7cdc847912b2f14a397358f
7
+ data.tar.gz: fc86a53346928eb13367a9636ee1b4f41f0c1092080bfb5669c084964b4a820a30b66519b5dbf0928d8abadedb9400afabb95a81d496a1e18401c9c1294e5ec5
checksums.yaml.gz.sig CHANGED
Binary file
data/cortex.yaml ADDED
@@ -0,0 +1,15 @@
1
+ ---
2
+ info:
3
+ title: Rex Nop
4
+ description: Rex library for dynamic generation of x86 multi-byte NOPs
5
+ x-cortex-git:
6
+ github:
7
+ alias: r7org
8
+ repository: rapid7/rex-nop
9
+ x-cortex-tag: rex-nop
10
+ x-cortex-type: service
11
+ x-cortex-domain-parents:
12
+ - tag: metasploit
13
+ openapi: 3.0.1
14
+ servers:
15
+ - url: "/"
@@ -1,5 +1,5 @@
1
1
  module Rex
2
2
  module Nop
3
- VERSION = "0.1.2"
3
+ VERSION = "0.1.3"
4
4
  end
5
5
  end
data.tar.gz.sig CHANGED
Binary file
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rex-nop
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Metasploit Hackers
@@ -93,7 +93,7 @@ cert_chain:
93
93
  EknWpNgVhohbot1lfVAMmIhdtOVaRVcQQixWPwprDj/ydB8ryDMDosIMcw+fkoXU
94
94
  9GJsSaSRRYQ9UUkVL27b64okU8D48m8=
95
95
  -----END CERTIFICATE-----
96
- date: 2020-11-30 00:00:00.000000000 Z
96
+ date: 2023-10-04 00:00:00.000000000 Z
97
97
  dependencies:
98
98
  - !ruby/object:Gem::Dependency
99
99
  name: rake
@@ -158,6 +158,7 @@ files:
158
158
  - Rakefile
159
159
  - bin/console
160
160
  - bin/setup
161
+ - cortex.yaml
161
162
  - lib/rex/nop.rb
162
163
  - lib/rex/nop/opty2.rb
163
164
  - lib/rex/nop/opty2_tables.rb
@@ -181,8 +182,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
181
182
  - !ruby/object:Gem::Version
182
183
  version: '0'
183
184
  requirements: []
184
- rubyforge_project:
185
- rubygems_version: 2.7.10
185
+ rubygems_version: 3.1.4
186
186
  signing_key:
187
187
  specification_version: 4
188
188
  summary: Ruby Exploitation(REX) library for NOP generation.
metadata.gz.sig CHANGED
Binary file