Fix: 2021-08-22

This commit is contained in:
horsicq 2021-08-22 20:45:42 +02:00
commit e85bd2edba

View file

@ -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