Difference between revisions of "Size(section)"
(New page: {{AdvFileParam|size[section]}} A check of the size of one specific section ==Usage== size[section]=<sectionname(string)|size(int)> ===Examples=== size[section]=.text|37947 ===Descript...) |
(added info box) |
||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | {{ | + | {{AdvParamInfo |
− | A check of the size of one specific section | + | |SYNTAX = size[section] |
+ | |TITLESYNTAX = size(section) | ||
+ | |PREVIOUS = ssecsize | ||
+ | |VARIANTS = | ||
+ | |PEVERSION = ??? < 1.5.4.5 | ||
+ | |GROUP = Sections (PE) | ||
+ | }}A check of the size of one specific section. | ||
==Usage== | ==Usage== | ||
− | size[section]=<sectionname(string)|size(int)> | + | size[section]=<sectionname(string)>|<size(int)> |
===Examples=== | ===Examples=== |
Latest revision as of 09:28, 22 February 2008
size[section] | |
Variants | size[section] |
Previously | ssecsize |
Group | Sections (PE) |
Version | advcheck.dll ??? < 1.5.4.5 |
A check of the size of one specific section.
Contents
Usage
size[section]=<sectionname(string)>|<size(int)>
Examples
size[section]=.text|37947
Description
Checks the size of a single Portable Executable file section.