pedump 0.6.2 → 0.6.3
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.
- checksums.yaml +4 -4
- data/Gemfile.lock +5 -5
- data/Rakefile +1 -1
- data/VERSION +1 -1
- data/pedump.gemspec +4 -5
- metadata +3 -4
- data/.github/workflows/rubocop-analysis.yml +0 -39
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: fec0ab884ccfca5ee83392a6a50f4d50ecfb0e81251ecbd687f2fc1d52217630
|
|
4
|
+
data.tar.gz: f2c76574347491eb4c96498fa566b3a8fc7e9bfad7691f14f28b1d4966c457bc
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 81b7b2fd8a6a33f17703db959fd6abe6fc5b229959432e841cba6b7fd9e44208b0ebf40d36e06668f6884447e38eb360b1a6dcf94cbb84a8be77d89db06e4b0f
|
|
7
|
+
data.tar.gz: b128b6f7e7d05806bf9e350a701d7ed14d1bf363938b4fccf89c36c43e761e78b7dc6a8b017c129d7c7981c86bebbfcad344ae11765e2ad588a22c7dfd14cae3
|
data/Gemfile.lock
CHANGED
|
@@ -2,7 +2,7 @@ GEM
|
|
|
2
2
|
remote: https://rubygems.org/
|
|
3
3
|
specs:
|
|
4
4
|
addressable (2.4.0)
|
|
5
|
-
awesome_print (1.
|
|
5
|
+
awesome_print (1.9.2)
|
|
6
6
|
builder (3.2.4)
|
|
7
7
|
descendants_tracker (0.0.4)
|
|
8
8
|
thread_safe (~> 0.3, >= 0.3.1)
|
|
@@ -34,12 +34,12 @@ GEM
|
|
|
34
34
|
semver2
|
|
35
35
|
jwt (2.2.2)
|
|
36
36
|
mime-types (2.99.3)
|
|
37
|
-
mini_portile2 (2.
|
|
37
|
+
mini_portile2 (2.6.1)
|
|
38
38
|
multi_json (1.15.0)
|
|
39
39
|
multi_xml (0.6.0)
|
|
40
40
|
multipart-post (2.1.1)
|
|
41
|
-
nokogiri (1.
|
|
42
|
-
mini_portile2 (~> 2.
|
|
41
|
+
nokogiri (1.12.5)
|
|
42
|
+
mini_portile2 (~> 2.6.1)
|
|
43
43
|
racc (~> 1.4)
|
|
44
44
|
oauth2 (1.4.4)
|
|
45
45
|
faraday (>= 0.8, < 2.0)
|
|
@@ -53,7 +53,7 @@ GEM
|
|
|
53
53
|
rainbow (3.0.0)
|
|
54
54
|
rake (13.0.3)
|
|
55
55
|
rchardet (1.8.0)
|
|
56
|
-
rdoc (6.3.
|
|
56
|
+
rdoc (6.3.2)
|
|
57
57
|
rspec (3.9.0)
|
|
58
58
|
rspec-core (~> 3.9.0)
|
|
59
59
|
rspec-expectations (~> 3.9.0)
|
data/Rakefile
CHANGED
|
@@ -23,7 +23,7 @@ Jeweler::Tasks.new do |gem|
|
|
|
23
23
|
gem.authors = ["Andrey \"Zed\" Zaikin"]
|
|
24
24
|
gem.executables = %w'pedump'
|
|
25
25
|
gem.files.include "lib/**/*.rb"
|
|
26
|
-
gem.files.exclude %w'samples/**/* spec/**/* tmp/**/* tmp/.keep .* README.md.tpl .github
|
|
26
|
+
gem.files.exclude %w'samples/**/* spec/**/* tmp/**/* tmp/.keep .* README.md.tpl .github/**/*'
|
|
27
27
|
gem.extra_rdoc_files.exclude 'README.md.tpl'
|
|
28
28
|
# dependencies defined in Gemfile
|
|
29
29
|
end
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.6.
|
|
1
|
+
0.6.3
|
data/pedump.gemspec
CHANGED
|
@@ -2,16 +2,16 @@
|
|
|
2
2
|
# DO NOT EDIT THIS FILE DIRECTLY
|
|
3
3
|
# Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
|
|
4
4
|
# -*- encoding: utf-8 -*-
|
|
5
|
-
# stub: pedump 0.6.
|
|
5
|
+
# stub: pedump 0.6.3 ruby lib
|
|
6
6
|
|
|
7
7
|
Gem::Specification.new do |s|
|
|
8
8
|
s.name = "pedump".freeze
|
|
9
|
-
s.version = "0.6.
|
|
9
|
+
s.version = "0.6.3"
|
|
10
10
|
|
|
11
11
|
s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version=
|
|
12
12
|
s.require_paths = ["lib".freeze]
|
|
13
13
|
s.authors = ["Andrey \"Zed\" Zaikin".freeze]
|
|
14
|
-
s.date = "2021-
|
|
14
|
+
s.date = "2021-12-07"
|
|
15
15
|
s.description = "dump headers, sections, extract resources of win32 PE exe,dll,etc".freeze
|
|
16
16
|
s.email = "zed.0xff@gmail.com".freeze
|
|
17
17
|
s.executables = ["pedump".freeze]
|
|
@@ -20,7 +20,6 @@ Gem::Specification.new do |s|
|
|
|
20
20
|
"README.md"
|
|
21
21
|
]
|
|
22
22
|
s.files = [
|
|
23
|
-
".github/workflows/rubocop-analysis.yml",
|
|
24
23
|
"CODE_OF_CONDUCT.md",
|
|
25
24
|
"Gemfile",
|
|
26
25
|
"Gemfile.lock",
|
|
@@ -69,7 +68,7 @@ Gem::Specification.new do |s|
|
|
|
69
68
|
]
|
|
70
69
|
s.homepage = "http://github.com/zed-0xff/pedump".freeze
|
|
71
70
|
s.licenses = ["MIT".freeze]
|
|
72
|
-
s.rubygems_version = "3.2.
|
|
71
|
+
s.rubygems_version = "3.2.22".freeze
|
|
73
72
|
s.summary = "dump win32 PE executable files with a pure ruby".freeze
|
|
74
73
|
|
|
75
74
|
if s.respond_to? :specification_version then
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: pedump
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.6.
|
|
4
|
+
version: 0.6.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Andrey "Zed" Zaikin
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2021-
|
|
11
|
+
date: 2021-12-07 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rainbow
|
|
@@ -145,7 +145,6 @@ extra_rdoc_files:
|
|
|
145
145
|
- LICENSE.txt
|
|
146
146
|
- README.md
|
|
147
147
|
files:
|
|
148
|
-
- ".github/workflows/rubocop-analysis.yml"
|
|
149
148
|
- CODE_OF_CONDUCT.md
|
|
150
149
|
- Gemfile
|
|
151
150
|
- Gemfile.lock
|
|
@@ -210,7 +209,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
210
209
|
- !ruby/object:Gem::Version
|
|
211
210
|
version: '0'
|
|
212
211
|
requirements: []
|
|
213
|
-
rubygems_version: 3.2.
|
|
212
|
+
rubygems_version: 3.2.22
|
|
214
213
|
signing_key:
|
|
215
214
|
specification_version: 4
|
|
216
215
|
summary: dump win32 PE executable files with a pure ruby
|
|
@@ -1,39 +0,0 @@
|
|
|
1
|
-
name: "Rubocop"
|
|
2
|
-
|
|
3
|
-
on: push
|
|
4
|
-
|
|
5
|
-
jobs:
|
|
6
|
-
rubocop:
|
|
7
|
-
runs-on: ubuntu-latest
|
|
8
|
-
strategy:
|
|
9
|
-
fail-fast: false
|
|
10
|
-
|
|
11
|
-
steps:
|
|
12
|
-
- name: Checkout repository
|
|
13
|
-
uses: actions/checkout@v2
|
|
14
|
-
|
|
15
|
-
# If running on a self-hosted runner, check it meets the requirements
|
|
16
|
-
# listed at https://github.com/ruby/setup-ruby#using-self-hosted-runners
|
|
17
|
-
- name: Set up Ruby
|
|
18
|
-
uses: ruby/setup-ruby@v1
|
|
19
|
-
with:
|
|
20
|
-
ruby-version: 2.6
|
|
21
|
-
|
|
22
|
-
# This step is not necessary if you add the gem to your Gemfile
|
|
23
|
-
- name: Install Code Scanning integration
|
|
24
|
-
run: bundle add code-scanning-rubocop --version 0.3.0 --skip-install
|
|
25
|
-
|
|
26
|
-
- name: Install dependencies
|
|
27
|
-
run: bundle install
|
|
28
|
-
|
|
29
|
-
- name: Rubocop run
|
|
30
|
-
run: |
|
|
31
|
-
bash -c "
|
|
32
|
-
bundle exec rubocop --require code_scanning --format CodeScanning::SarifFormatter -o rubocop.sarif
|
|
33
|
-
[[ $? -ne 2 ]]
|
|
34
|
-
"
|
|
35
|
-
|
|
36
|
-
- name: Upload Sarif output
|
|
37
|
-
uses: github/codeql-action/upload-sarif@v1
|
|
38
|
-
with:
|
|
39
|
-
sarif_file: rubocop.sarif
|