Skip to content

Commit

Permalink
Merge pull request #208 from avast/is_dotnet
Browse files Browse the repository at this point in the history
Add is_dotnet to dotnet module
  • Loading branch information
metthal committed Mar 16, 2022
2 parents 6a566cd + a0da63f commit 8025730
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 8025730

Please sign in to comment.