mirror of
https://github.com/horsicq/Detect-It-Easy.git
synced 2026-06-24 01:54:08 +00:00
Fix: 2021-08-22
This commit is contained in:
parent
77abe55b3a
commit
e85bd2edba
1 changed files with 6 additions and 0 deletions
|
|
@ -444,6 +444,12 @@ PE.isRichSignaturePresent=function(){}
|
|||
* }
|
||||
*/
|
||||
PE.isResourceNamePresent=function(sName){}
|
||||
/**
|
||||
* Check if there is a resource group with a specific name in the file.
|
||||
* @param {String} sName - The name of the resource group.
|
||||
* @returns {Bool}
|
||||
*/
|
||||
PE.isResourceGroupNamePresent=function(sName){}
|
||||
/**
|
||||
* Check if there is a specific .NET string.
|
||||
* @param {String} sString
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue