Skip to content

Commit

Permalink
fix(modules): Improved formatting for pe & dotnet modules (#226)
Browse files Browse the repository at this point in the history
There were several fields which I think should be printed in hex by
default (offsets, addresses, sizes). Also PE section characteristics
were not properly marked as flags.
  • Loading branch information
metthal authored and plusvic committed Oct 18, 2024
1 parent e9328b0 commit 13081a9
Show file tree
Hide file tree
Showing 64 changed files with 23,656 additions and 23,654 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,20 +13,20 @@ number_of_field_offsets: 0
typelib: "286e82a5-8e28-4288-b175-0099b68f4880"
streams:
- name: "#-"
offset: 2840
size: 1917
offset: 0xb18
size: 0x77d
- name: "#Strings"
offset: 4757
size: 2012
offset: 0x1295
size: 0x7dc
- name: "#US"
offset: 6769
size: 669
offset: 0x1a71
size: 0x29d
- name: "#GUID"
offset: 7438
size: 21
offset: 0x1d0e
size: 0x15
- name: "#Blob"
offset: 7459
size: 984
offset: 0x1d23
size: 0x3d8
guids:
- "d56eef0e-b964-4c2b-8e58-30441730866d"
constants:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,20 +12,20 @@ number_of_constants: 1
number_of_field_offsets: 0
streams:
- name: "#~"
offset: 38924
size: 23096
offset: 0x980c
size: 0x5a38
- name: "#Strings"
offset: 62020
size: 57788
offset: 0xf244
size: 0xe1bc
- name: "#US"
offset: 119808
size: 8300
offset: 0x1d400
size: 0x206c
- name: "#GUID"
offset: 128108
size: 16
offset: 0x1f46c
size: 0x10
- name: "#Blob"
offset: 128124
size: 7552
offset: 0x1f47c
size: 0x1d80
guids:
- "62c64791-ab4b-42b5-9dd0-8811aa8e6454"
constants:
Expand Down Expand Up @@ -151,11 +151,11 @@ assembly_refs:
build_number: 0
revision_number: 0
resources:
- offset: 135680
length: 267652
- offset: 0x21200
length: 0x41584
name: "TurboPing.g.resources"
- offset: 403336
length: 180
- offset: 0x62788
length: 0xb4
name: "AppGame.Properties.Resources.resources"
classes:
- fullname: "Register Plugin MethodInvokableCallback.GetGroup"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,20 +12,20 @@ number_of_constants: 0
number_of_field_offsets: 0
streams:
- name: "#~"
offset: 1592
size: 1856
offset: 0x638
size: 0x740
- name: "#Strings"
offset: 3448
size: 1768
offset: 0xd78
size: 0x6e8
- name: "#US"
offset: 5216
size: 184
offset: 0x1460
size: 0xb8
- name: "#GUID"
offset: 5400
size: 16
offset: 0x1518
size: 0x10
- name: "#Blob"
offset: 5416
size: 884
offset: 0x1528
size: 0x374
guids:
- "4699c8b3-49a5-4441-8da7-5f947f0d3891"
assembly:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,20 +13,20 @@ number_of_field_offsets: 0
typelib: "63ca6b3c-208c-47ef-9294-fbc91c947d15"
streams:
- name: "#~"
offset: 3736
size: 19848
offset: 0xe98
size: 0x4d88
- name: "#Strings"
offset: 23584
size: 10520
offset: 0x5c20
size: 0x2918
- name: "#US"
offset: 34104
size: 8
offset: 0x8538
size: 0x8
- name: "#GUID"
offset: 34112
size: 16
offset: 0x8540
size: 0x10
- name: "#Blob"
offset: 34128
size: 2804
offset: 0x8550
size: 0xaf4
guids:
- "5bd514fb-7c75-4e0c-b827-7d125a564ae9"
assembly:
Expand Down
Loading

0 comments on commit 13081a9

Please sign in to comment.