rex-bin_tools 0.1.15 → 0.1.16
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/lib/rex/bin_tools/version.rb +1 -1
- data/lib/rex/peparsey/pebase.rb +2 -2
- 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: 655c19a274b8c1250c4f9edaabaf88349bb24542c5dc99928d52cada66da1431
|
|
4
|
+
data.tar.gz: 4e157fade2661cc88c3775486c54f1434edbf3130a3076d01f3efc2c81e34ce8
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 816a9a1cbcc262dc07c88d49a63610feb4557ac66aae9fd3076a69bd64f25ad7ef22fe69c3ab217a17521139b4a9c98c056ddeaf823f8dc3d95be73b85a08395
|
|
7
|
+
data.tar.gz: e2d60478515e33b58199aa01c4b237737175e37b2d285e1fcb83b2f5d4894f0117934f0fc4ce86cd5d68cc3439ff69abfb883019af7e99d2845a2b3e4b819079
|
data/lib/rex/peparsey/pebase.rb
CHANGED
|
@@ -492,8 +492,8 @@ class PeBase
|
|
|
492
492
|
[ 'uint64v', 'ImageBase', 0 ],
|
|
493
493
|
[ 'uint32v', 'SectionAlignment', 0 ],
|
|
494
494
|
[ 'uint32v', 'FileAlignment', 0 ],
|
|
495
|
-
[ 'uint16v', '
|
|
496
|
-
[ 'uint16v', '
|
|
495
|
+
[ 'uint16v', 'MajorOperatingSystemVersion', 0 ],
|
|
496
|
+
[ 'uint16v', 'MinorOperatingSystemVersion', 0 ],
|
|
497
497
|
[ 'uint16v', 'MajorImageVersion', 0 ],
|
|
498
498
|
[ 'uint16v', 'MinorImageVersion', 0 ],
|
|
499
499
|
[ 'uint16v', 'MajorSubsystemVersion', 0 ],
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: rex-bin_tools
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.16
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Metasploit Hackers
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2026-
|
|
11
|
+
date: 2026-04-14 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rake
|