pedump 0.6.5 → 0.6.6
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 +22 -21
- data/VERSION +1 -1
- data/lib/pedump/cli.rb +1 -1
- data/pedump.gemspec +4 -4
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: a29cf374abd4b35bce80ba41d7e9be527931e3605217a3b1896005092c9c638d
|
|
4
|
+
data.tar.gz: 323f9367be9ebcda64f92ad60816909636b9e78f7afbbba3f4285ea144b088c7
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 3ca387ff060430589432109b1555c8ce4f8249a2964369c18191381a7efa51638d93af5685a38ba1f00224bd44da013e3fd2f6a255b40d9745ea654b5d11c782
|
|
7
|
+
data.tar.gz: cae940b00dd6d77e896d9593296b3ab3b16d4cdc88ba1bd8e0eded2ee40f7a8427a6513d6ae817bb234752fc909a72827d8b7afd8d0eb5d3a829b239fc9ed47a
|
data/Gemfile.lock
CHANGED
|
@@ -31,7 +31,8 @@ GEM
|
|
|
31
31
|
faraday-patron (1.0.0)
|
|
32
32
|
faraday-rack (1.0.0)
|
|
33
33
|
faraday-retry (1.0.3)
|
|
34
|
-
git (1.
|
|
34
|
+
git (1.13.1)
|
|
35
|
+
addressable (~> 2.8)
|
|
35
36
|
rchardet (~> 1.8)
|
|
36
37
|
github_api (0.19.0)
|
|
37
38
|
addressable (~> 2.4)
|
|
@@ -41,7 +42,7 @@ GEM
|
|
|
41
42
|
oauth2 (~> 1.0)
|
|
42
43
|
hashie (3.6.0)
|
|
43
44
|
highline (2.0.3)
|
|
44
|
-
iostruct (0.0.
|
|
45
|
+
iostruct (0.0.5)
|
|
45
46
|
juwelier (2.4.9)
|
|
46
47
|
builder
|
|
47
48
|
bundler
|
|
@@ -57,45 +58,45 @@ GEM
|
|
|
57
58
|
jwt (2.3.0)
|
|
58
59
|
kamelcase (0.0.2)
|
|
59
60
|
semver2 (~> 3)
|
|
60
|
-
mini_portile2 (2.8.
|
|
61
|
+
mini_portile2 (2.8.1)
|
|
61
62
|
multi_json (1.15.0)
|
|
62
63
|
multi_xml (0.6.0)
|
|
63
|
-
multipart-post (2.
|
|
64
|
-
nokogiri (1.
|
|
64
|
+
multipart-post (2.3.0)
|
|
65
|
+
nokogiri (1.14.3)
|
|
65
66
|
mini_portile2 (~> 2.8.0)
|
|
66
67
|
racc (~> 1.4)
|
|
67
|
-
oauth2 (1.4.
|
|
68
|
-
faraday (>= 0.
|
|
68
|
+
oauth2 (1.4.11)
|
|
69
|
+
faraday (>= 0.17.3, < 3.0)
|
|
69
70
|
jwt (>= 1.0, < 3.0)
|
|
70
71
|
multi_json (~> 1.3)
|
|
71
72
|
multi_xml (~> 0.5)
|
|
72
|
-
rack (>= 1.2, <
|
|
73
|
+
rack (>= 1.2, < 4)
|
|
73
74
|
psych (4.0.3)
|
|
74
75
|
stringio
|
|
75
76
|
public_suffix (4.0.6)
|
|
76
|
-
racc (1.6.
|
|
77
|
-
rack (
|
|
77
|
+
racc (1.6.2)
|
|
78
|
+
rack (3.0.6.1)
|
|
78
79
|
rainbow (3.1.1)
|
|
79
80
|
rake (13.0.6)
|
|
80
81
|
rchardet (1.8.0)
|
|
81
82
|
rdoc (6.4.0)
|
|
82
83
|
psych (>= 4.0.0)
|
|
83
|
-
rspec (3.
|
|
84
|
-
rspec-core (~> 3.
|
|
85
|
-
rspec-expectations (~> 3.
|
|
86
|
-
rspec-mocks (~> 3.
|
|
87
|
-
rspec-core (3.
|
|
88
|
-
rspec-support (~> 3.
|
|
89
|
-
rspec-expectations (3.
|
|
84
|
+
rspec (3.12.0)
|
|
85
|
+
rspec-core (~> 3.12.0)
|
|
86
|
+
rspec-expectations (~> 3.12.0)
|
|
87
|
+
rspec-mocks (~> 3.12.0)
|
|
88
|
+
rspec-core (3.12.0)
|
|
89
|
+
rspec-support (~> 3.12.0)
|
|
90
|
+
rspec-expectations (3.12.0)
|
|
90
91
|
diff-lcs (>= 1.2.0, < 2.0)
|
|
91
|
-
rspec-support (~> 3.
|
|
92
|
+
rspec-support (~> 3.12.0)
|
|
92
93
|
rspec-its (1.3.0)
|
|
93
94
|
rspec-core (>= 3.0.0)
|
|
94
95
|
rspec-expectations (>= 3.0.0)
|
|
95
|
-
rspec-mocks (3.
|
|
96
|
+
rspec-mocks (3.12.0)
|
|
96
97
|
diff-lcs (>= 1.2.0, < 2.0)
|
|
97
|
-
rspec-support (~> 3.
|
|
98
|
-
rspec-support (3.
|
|
98
|
+
rspec-support (~> 3.12.0)
|
|
99
|
+
rspec-support (3.12.0)
|
|
99
100
|
ruby2_keywords (0.0.5)
|
|
100
101
|
semver2 (3.4.2)
|
|
101
102
|
stringio (3.0.1)
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.6.
|
|
1
|
+
0.6.6
|
data/lib/pedump/cli.rb
CHANGED
|
@@ -271,7 +271,7 @@ class PEdump::CLI
|
|
|
271
271
|
f.rewind
|
|
272
272
|
|
|
273
273
|
# upload with progress
|
|
274
|
-
post_url = URI.parse(URL_BASE+'/')
|
|
274
|
+
post_url = URI.parse(URL_BASE+'/upload')
|
|
275
275
|
# UploadIO is from multipart-post
|
|
276
276
|
uio = UploadIO.new(f, "application/octet-stream", File.basename(f.path))
|
|
277
277
|
ppx = ProgressProxy.new(uio)
|
data/pedump.gemspec
CHANGED
|
@@ -2,16 +2,16 @@
|
|
|
2
2
|
# DO NOT EDIT THIS FILE DIRECTLY
|
|
3
3
|
# Instead, edit Juwelier::Tasks in Rakefile, and run 'rake gemspec'
|
|
4
4
|
# -*- encoding: utf-8 -*-
|
|
5
|
-
# stub: pedump 0.6.
|
|
5
|
+
# stub: pedump 0.6.6 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.6"
|
|
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 = "
|
|
14
|
+
s.date = "2023-04-16"
|
|
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]
|
|
@@ -68,7 +68,7 @@ Gem::Specification.new do |s|
|
|
|
68
68
|
]
|
|
69
69
|
s.homepage = "http://github.com/zed-0xff/pedump".freeze
|
|
70
70
|
s.licenses = ["MIT".freeze]
|
|
71
|
-
s.rubygems_version = "3.
|
|
71
|
+
s.rubygems_version = "3.3.7".freeze
|
|
72
72
|
s.summary = "dump win32 PE executable files with a pure ruby".freeze
|
|
73
73
|
|
|
74
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.6
|
|
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:
|
|
11
|
+
date: 2023-04-16 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rainbow
|
|
@@ -209,7 +209,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
209
209
|
- !ruby/object:Gem::Version
|
|
210
210
|
version: '0'
|
|
211
211
|
requirements: []
|
|
212
|
-
rubygems_version: 3.
|
|
212
|
+
rubygems_version: 3.3.7
|
|
213
213
|
signing_key:
|
|
214
214
|
specification_version: 4
|
|
215
215
|
summary: dump win32 PE executable files with a pure ruby
|