Difference between revisions of "Size(section)"

From SpybotWiki
Jump to: navigation, search
(added info box)
 
Line 1: Line 1:
{{DISPLAYTITLE:size(section)}}{{AdvFileParam|size[section]}}
+
{{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==

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.

Usage

size[section]=<sectionname(string)>|<size(int)>

Examples

size[section]=.text|37947

Description

Checks the size of a single Portable Executable file section.

See also

Similar parameters

Similar commands