User contributions for CCRDude
Jump to navigation
Jump to search
18 February 2008
- 18:3718:37, 18 February 2008 diff hist +514 N Md5(verpart1) New page: {{AdvFileParam|md5[verpart1]}} A checksum over the ''FileDescription'', ''LegalCopyright'' and ''CompanyName'' fields. ==Usage== md5[verpart1]=<hash(string[32])> ===Examples=== ===Desc...
- 18:3618:36, 18 February 2008 diff hist +422 N Md5(version) New page: {{AdvFileParam|md5[version]}} A checksum of all version resource fields. ==Usage== md5[version]=<hash(string[32])> ===Examples=== ===Description=== A checksum of all version resource f...
- 18:3018:30, 18 February 2008 diff hist +1 AlgoPrefix No edit summary
- 18:3018:30, 18 February 2008 diff hist 0 AlgoPrefix →Algorithms
- 18:3018:30, 18 February 2008 diff hist +3 m AlgoPrefix →Algorithms: fixed typo "power" => "powerful"
- 18:2718:27, 18 February 2008 diff hist −53 Md5(icon) →Similar parameters
- 18:2718:27, 18 February 2008 diff hist +652 N Md5(icon) New page: {{AdvFileParam|md5[icon]}} A MD5 check of a an icon of the file (no specified icon means default icon) ==Usage== md5[icon]=<iconid(int/string)>-<hash(string[32])> ===Examples=== ===Des...
- 18:2618:26, 18 February 2008 diff hist +568 N Md5(bitmap) New page: {{AdvFileParam|md5[bitmap]}} A MD5 check of a bitmap resource of the file. ==Usage== md5[bitmap]=<resname(string)>-<hash(string[32])> ===Examples=== ===Description=== While at first lo...
- 18:2418:24, 18 February 2008 diff hist +21 Md5(res) →See also
- 18:2418:24, 18 February 2008 diff hist +21 Exists(restype) →See also
- 18:2418:24, 18 February 2008 diff hist +459 N Exists(restype) New page: {{AdvFileParam|exists[restype]}} Checks if a given resource type, identified by number, exists. ==Usage== exists[restype]=<typeid(int)> ===Examples=== ===Description=== Checks if a giv...
- 18:2218:22, 18 February 2008 diff hist +414 N Count(restypes) New page: {{AdvFileParam|count[restypes]}} Checks how many resource types do exist. ==Usage== count[restypes]=<count(int)> ===Examples=== ===Description=== Tests how many resource ''types'' do e...
- 18:2118:21, 18 February 2008 diff hist −53 Size(res) →Similar parameters
- 18:2018:20, 18 February 2008 diff hist +738 N Size(res) New page: {{AdvFileParam|size[res]}} The size of a specific resource of the file. ==Usage== size[res]=<resource type(string)>|<resource name(string)>|<size(int)> size[res]>=<resource type(string)...
- 18:1818:18, 18 February 2008 diff hist −13 Md5(res) →Similar parameters
- 18:1818:18, 18 February 2008 diff hist +552 N Exists(res) New page: {{AdvFileParam|exists[res]}} Checks if a resource with that name and of that type exists. ==Usage== exists[res]=<type(string)>|<name(string)> exists[res]!=<type(string)>|<name(string)> ...
- 18:1618:16, 18 February 2008 diff hist +555 N Md5(res) New page: {{AdvFileParam|md5[res]}} A MD5 check of a specific resource of the file. ==Usage== md5[res]=<resource type(string)>|<resource name(string)|<hash(text[32])> ===Examples=== ===Descripti...
- 18:1518:15, 18 February 2008 diff hist +542 N Count(sections) New page: {{AdvFileParam|count[sections]}} A check about the number of sections. ==Usage== count[sections]=<count(int)> count[sections]>=<count(int)> count[sections]<=<count(int)> ===Examples==...
- 18:1418:14, 18 February 2008 diff hist +2 Md5(section) →Usage
- 18:1418:14, 18 February 2008 diff hist +2 Size(section) →Usage
- 18:1418:14, 18 February 2008 diff hist +424 N 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...
- 18:1318:13, 18 February 2008 diff hist +390 N Size(sections) New page: {{AdvFileParam|size[sections]}} A check of the valid section part size of the file ==Usage== size[sections]=<size(int)> ===Examples=== ===Description=== Checks the size of all Portable...
- 18:1318:13, 18 February 2008 diff hist +477 N Exists(section) New page: {{AdvFileParam|exists[section]}} Checks if section with given name exists. ==Usage== exists[section]=<sectionname(string)> ===Examples=== exists[section]=.text exists[section]=CODE =...
- 18:1218:12, 18 February 2008 diff hist +543 N Md5(section) New page: {{AdvFileParam|md5[section]}} A MD5 check of the one section of the file ==Usage== md5[section]=<sectionname(string)>-<hash(text32)> ===Examples=== md5[section]=.text-1234567890ABCDEFA...
- 17:0217:02, 18 February 2008 diff hist +705 N Md5(sections) New page: {{AdvFileParam|md5[sections]}} A MD5 check of the valid section part of the file. ==Usage== md5[sections]=<hash(text[32])> ===Examples=== ===Description=== Calculates the MD5 hash of t...
- 16:5916:59, 18 February 2008 diff hist +551 N Count(exports) New page: {{AdvFileParam|count[exports]}} The number of exported functions. ==Usage== count[exports]=<size(int)> count[exports]>=<size(int)> count[exports]<=<size(int)> ===Examples=== count[ex...
- 16:5816:58, 18 February 2008 diff hist +479 N Exists(export) New page: {{AdvFileParam|exists[export]}} The name of an exported function. ==Usage== exists[export]=<functionname(string)> ===Examples=== exists[export]=DoSomethingBad This would test whether ...
- 16:5516:55, 18 February 2008 diff hist +4 Md5(exports) →See also
- 16:5316:53, 18 February 2008 diff hist +529 N Md5(exports) New page: {{AdvFileParam|md5[exports]}} A simple MD5 check of the alpha-sorted uppercase export list ==Usage== md5[exports]=<hash(text[32])> ===Examples=== md5[exports]=1234567890ABCDEFABCDEF123...
- 16:5116:51, 18 February 2008 diff hist +589 N Crc32 New page: {{AdvFileParam|crc32}} A simple CRC check of the whole file ==Usage== crc32=<hash(text[8])> ===Examples=== crc32=1234ABCD ===Description=== Compares the CRC32 hash of the file content...
- 16:4816:48, 18 February 2008 diff hist +591 N Sizemd5 New page: {{AdvFileParam|sizemd5}} A MD5 check of a specific part of the file ==Usage== sizemd5=<startoffset(int)>|<endoffset(int)>|<hash(text[32])> ===Examples=== sizemd=10|20|12345678901234567...
- 16:4716:47, 18 February 2008 diff hist 0 Endmd5 →Usage
- 16:4716:47, 18 February 2008 diff hist +631 N Endmd5 New page: {{AdvFileParam|endmd5}} A MD5 check of the last bytes, optionally with an offset ==Usage== endmd5=<sizefromend(int)><|deltatoend(int)>|<hash(text[32])> ===Examples=== endmd5=2000|100|1...
- 16:4416:44, 18 February 2008 diff hist +499 N Md5 New page: {{AdvFileParam|md5}} A simple MD5 check of the whole file. ==Usage== md5=<hash(text[32])> ===Examples=== md5=123456789012345678901234567890AB ===Description=== This parameter compares...
- 16:4116:41, 18 February 2008 diff hist +510 N Delenv New page: {{AdvFileParam|delenv}} Deletes the environment variable with the given name. ==Usage== delenv=<name(string)> ===Examples=== delenv=greeting chkenv=greeting:Hello,delenv=greeting ===...
- 16:4016:40, 18 February 2008 diff hist +446 N Clearenv New page: {{AdvFileParam|clearenv}} Clears the environment completely. ==Usage== clearenv=<flag(boolean)> ===Examples=== clearenv=1 ===Description=== This ''flag'' has to be set to ''1'' to act...
- 16:3916:39, 18 February 2008 diff hist +439 N Isenv New page: {{AdvFileParam|isenv}} Checks if an environment variable is set. ==Usage== isenv=<name(string)> ===Examples=== isenv=greeting ===Description=== Checks if the environment variable name...
- 16:3816:38, 18 February 2008 diff hist +498 N Chkenv New page: {{AdvFileParam|chkenv}} Checks if the environment variable has the given value. ==Usage== chkenv=<name(string):value(string)> ===Examples=== chkenv=greeting:Hello chkenv=greeting:Hall...
- 16:3616:36, 18 February 2008 diff hist +411 N Setenv New page: {{AdvFileParam|setenv}} Sets a global environment variable. ==Usage== setenv=<name(string)>:<value(string)> ===Examples=== setenv=greeting:Hello ===Description=== This parameter can b...
- 16:3216:32, 18 February 2008 diff hist +467 N Skipcount New page: {{AdvFileParam|skipcount}} Skips the next X lines if reached. ==Usage== skipcount=<linecount(int)> ===Examples=== skipcount=5 To skip the next 5 lines. ===Description=== Often used i...
- 16:1916:19, 18 February 2008 diff hist +778 N Modunload New page: {{AdvFileParam|modunload}} Tries to unload DLL through API from specified process. ==Usage== modunload=<filename(string)> ===Examples=== modunload=<$WINDIR>\notepad.exe Tries to unloa...
- 16:1516:15, 18 February 2008 diff hist +620 N Ignore New page: {{AdvFileParam|ignore}} Tells the scanner to break if it is of a given type. ==Usage== ignore=<scanner-id(byte)>[+scanner-id(byte)[+scanner-id(byte)]] ===Examples=== ignore=0+2 ===Des...
- 16:1216:12, 18 February 2008 diff hist +564 N Silentregreboot New page: {{AdvFileParam|silentregreboot}} If set (as last parameter), it will write the registry setting to scan on reboot. ==Usage== silentregreboot=<flag(boolean)> ===Examples=== silentregreb...
- 16:1116:11, 18 February 2008 diff hist −3 Flagifnofile →Description
- 16:1016:10, 18 February 2008 diff hist +608 N Askregreboot New page: {{AdvFileParam|askregreboot}} ==Usage== askregreboot=<flag(boolean)> ===Examples=== askregreboot=something ===Description=== If set (as last parameter), it will ask if it should write...
- 16:0616:06, 18 February 2008 diff hist +1,094 N Build New page: {{AdvFileParam|build}} Checks the build number ==Usage== build=<build number> build!=<build number> build>=<build number> build<=<build number> ===Examples=== build>=20070830 This ...
- 16:0016:00, 18 February 2008 diff hist +621 N Flagifnofile New page: {{AdvFileParam|flagifnofile}} Determines if entry should be flagged if no file present. ==Usage== flagifnofile=<flag(boolean)> ===Examples=== flagifnofile=0 flagifnofile=1 ===Descrip...
- 15:5715:57, 18 February 2008 diff hist +606 N Attribs New page: {{AdvFileParam|attribs}} Checks if file attributes are set or not set. ==Usage== attribs=<attrib(char)>modifier(char)[attrib(char)modifier(char)[...]] ===Examples=== attribs=H+R+S+ ==...
- 15:5315:53, 18 February 2008 diff hist +595 N Size(file) New page: {{AdvFileParam|filesize}} Defines which size the scanned file must have ==Usage== filesize=<size(int)> filesize>=<size(int)> filesize<=<size(int)> ===Examples=== filesize=18373 file...
- 15:5015:50, 18 February 2008 diff hist +145 N Category:Advanced file parameters New page: This category lists all advanced file parameters provided by file ''AdvCheck.dll'' and used to verify file contents.