Size(section): Difference between revisions

From SpybotWiki
Jump to navigation Jump to search
(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:
{{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==
  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.

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