pedump 0.6.9 → 0.6.10
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/VERSION +1 -1
- data/lib/pedump/cli.rb +1 -1
- data/pedump.gemspec +3 -3
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: bbdacadb999ae6537ebc35b07737c05c3b90b8505001d661a6b67dfafa1529bb
|
|
4
|
+
data.tar.gz: 333026f323191ea26df0209d8ad6096eaf7f62b73993fd91e3c9abbf672561af
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 57eeb82766539cdd806ca52d45924d0d41ce241ede175668837980a621916264049410db5afc93176421731ee93e2e94b3b65be7b839131fdb04c4b127957fa2
|
|
7
|
+
data.tar.gz: 50a3ac21fc83bcb01600bd41064e35e597ccd4e2e3b5aaa7f29c97b44d4a493506c65ab5755ce74d3b699527b947333cf5803eef05e7efe55f2d31a22b22533c
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.6.
|
|
1
|
+
0.6.10
|
data/lib/pedump/cli.rb
CHANGED
|
@@ -364,7 +364,7 @@ class PEdump::CLI
|
|
|
364
364
|
|
|
365
365
|
puts action_title(action) unless @options[:format] == :binary || @actions == [:imphash]
|
|
366
366
|
|
|
367
|
-
return dump(data, action:) if [:inspect, :table, :json, :yaml].include?(@options[:format])
|
|
367
|
+
return dump(data, action: action) if [:inspect, :table, :json, :yaml].include?(@options[:format])
|
|
368
368
|
|
|
369
369
|
dump_opts = {:name => action}
|
|
370
370
|
case action
|
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.10 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.10".freeze
|
|
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 = "2024-
|
|
14
|
+
s.date = "2024-05-10"
|
|
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]
|
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.10
|
|
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: 2024-
|
|
11
|
+
date: 2024-05-10 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rainbow
|