Skip to content

Commit

Permalink
Add is_dotnet to dotnet module
Browse files Browse the repository at this point in the history
  • Loading branch information
HoundThe committed Mar 16, 2022
1 parent 6a566cd commit a0da63f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions modules/module_dotnet.json
Original file line number Diff line number Diff line change
Expand Up @@ -265,6 +265,12 @@
"name": "number_of_field_offsets",
"documentation": "The number of fields in the field_offsets array.",
"type": "i"
},
{
"kind": "value",
"name": "is_dotnet",
"documentation": " Boolean, true if the PE is indeed .NET.",
"type": "i"
}
]
}

0 comments on commit a0da63f

Please sign in to comment.