Difference between revisions of "Size(res)"
(added info box) |
m (→Usage: fixed var names) |
||
Line 9: | Line 9: | ||
==Usage== | ==Usage== | ||
− | size[res]=< | + | size[res]=<type(string)>|<name(string)>|<size(int)> |
− | size[res]>=< | + | size[res]>=<type(string)>|<name(string)>|<size(int)> |
− | size[res]<=< | + | size[res]<=<type(string)>|<name(string)>|<size(int)> |
===Examples=== | ===Examples=== |
Latest revision as of 19:15, 22 February 2008
size[res] | |
Variants | size[res] size[res]> size[res]< |
Previously | ressize |
Group | Data Resources (PE) |
Version | advcheck.dll ??? < 1.5.4.5 |
The size of a specific resource of the file.
Contents
Usage
size[res]=<type(string)>|<name(string)>|<size(int)> size[res]>=<type(string)>|<name(string)>|<size(int)> size[res]<=<type(string)>|<name(string)>|<size(int)>
Examples
Description
Tests whether a resource of the specified type and name exists with the specified size. Available in the lesser than or equal and greater than or equal flavours as well.