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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 36f49cbee203b1c0d9b4c0d3bc94a1c25c2fb709ef8a542486391607784b578c
4
- data.tar.gz: dd06eb800e062eb7165da6d9e548959f24f055482fe5a3fdee8e36726b4c5cd4
3
+ metadata.gz: 655c19a274b8c1250c4f9edaabaf88349bb24542c5dc99928d52cada66da1431
4
+ data.tar.gz: 4e157fade2661cc88c3775486c54f1434edbf3130a3076d01f3efc2c81e34ce8
5
5
  SHA512:
6
- metadata.gz: 68258b64360223c3860f4ce25be8852fa5e76f0ba205d0fca34c70d6bf92b7e23ceae5a322bf2d74e69485435c35aaed4bc51012569ab7000f020d23b3f3b539
7
- data.tar.gz: 4398b9c1f3d8950d1026346971661cff0bffe0bec1ed83f74243898065cff910f40242029b37ace02da22c45d6ab1e924a4beeb17796da37e07312fb7c10ef10
6
+ metadata.gz: 816a9a1cbcc262dc07c88d49a63610feb4557ac66aae9fd3076a69bd64f25ad7ef22fe69c3ab217a17521139b4a9c98c056ddeaf823f8dc3d95be73b85a08395
7
+ data.tar.gz: e2d60478515e33b58199aa01c4b237737175e37b2d285e1fcb83b2f5d4894f0117934f0fc4ce86cd5d68cc3439ff69abfb883019af7e99d2845a2b3e4b819079
@@ -1,5 +1,5 @@
1
1
  module Rex
2
2
  module BinTools
3
- VERSION = "0.1.15"
3
+ VERSION = "0.1.16"
4
4
  end
5
5
  end
@@ -492,8 +492,8 @@ class PeBase
492
492
  [ 'uint64v', 'ImageBase', 0 ],
493
493
  [ 'uint32v', 'SectionAlignment', 0 ],
494
494
  [ 'uint32v', 'FileAlignment', 0 ],
495
- [ 'uint16v', 'MajorOperatingsystemVersion', 0 ],
496
- [ 'uint16v', 'MinorOperatingsystemVersion', 0 ],
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.15
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-03-27 00:00:00.000000000 Z
11
+ date: 2026-04-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rake