Skip to content
This repository was archived by the owner on Feb 28, 2022. It is now read-only.

Tags: Ahmadmansoor/AdvancedScript

Tags

ver4.3

Toggle ver4.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update README.md

ver4.0

Toggle ver4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update README.md

add regex command to readme

ver3.1

Toggle ver3.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update README.md

ver3.0

Toggle ver3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add tut's

ver2.8

Toggle ver2.8's commit message
- replace Script::Debug::Wait(); with waitPauseProcess();	because it …

…not compiled under x32 platform

- at ret command it back to row index=0
-

1

Toggle 1's commit message
- add replaceValueBetweenBrackets used in cases $x[$z[3]] nasted vari…

…ables (array)

-add replaceValueBetweenBrackets  to StrAnalyze.
-add ResizeArray, GetArraySize, Write2File ,InputBox
-StrAnalyze check in cases the input is null.
- put return before DbgCmdExecDirect.
- add Function returnSpaces to return n spaces as string .
- add feature to str2Hex ( if the input is int it will converted to hex)
- fix ForWard for missing spaces .
- remove 0x from return str type GetArgValueByType .

ver2.5Beta

Toggle ver2.5Beta's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update README.md

ver2.0

Toggle ver2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update Version2.0

 1-all numbers are hex numbers.
      2-more nested in arguments.
      3-Build bridge to make plugin system Compatible with x64dbg script system.
      4-create parallel Functions to x64dbg Functions, like ( cmp >> cmpx ).
      5-rename new name (Varx Getx Setx) and fix array index entry.
      6-add VarxClear ( clear all variable to help user in test's ) , memdump with print style.

ver1.4

Toggle ver1.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update README.md

ver1.2

Toggle ver1.2's commit message
Add version >> 1.2 ,fix LogxTrace argument and some other thing