eXeL@B —› Софт, инструменты —› AdvancedScript 4.0 |
Посл.ответ | Сообщение |
|
Создано: 16 июня 2019 15:17 · Поправил: Ahmadmansoor · Личное сообщение · #1 - version 4.0: 1- add RegexSearch form. 2- New GUI after replace DataGridView with RichTextBox to easy deal and fast coding. 3- edit CustomBuildStep to Auto copy files (AdvSconfig.txt , HelpAdvancedScript.txt). 4- add AutocompleteMenu.dll . 5- add copy AutocompleteMenu.dll to x64dbg root . 6- add AdvSconfig.txt for AutoComplete list for define Commands and variables. 7- update AutocompleteMenu.dll. 8- add comments_ to Variables class to add it next to the description of the variables when call them by Ctrl+j 9- call list var's by Ctrl+j 10- add ReFill_FunctionsAutoComplete_AtLoad. 11- highlight_system done for good look and analyze. 12- add autoCompleteFlexibleList to handle commands defined in AdvSconfig.txt. 13- add open Script from out side. 14- refresh by menu and F5 to refresh highlight_system. 15- add var of x64dbg system. note: by AdvSconfig.txt u can define the commands in AdvancedSecript. [url=--> https://github.com/Ahmadmansoor/AdvancedScript<--]--> https://github.com/Ahmadmansoor/AdvancedScript<--[/url] How: https://www.youtube.com/watch?v=pEMKHpYjqxs Download: https://mega.nz/#!WA4gkapb!GfZ8AfdLF-7XTTbWKXpCuWWatL9plZsT03SAWCP2VhM | Сообщение посчитали полезным: hors, Gideon Vi, stas_02, PEvgen, -=AkaBOSS=-, mak |
|
Создано: 26 июня 2019 22:34 · Поправил: Ahmadmansoor · Личное сообщение · #2 Hi New Update with more features : https://github.com/Ahmadmansoor/AdvancedScript AdvancedScript version 4.3 https://github.com/Ahmadmansoor/AdvancedScript/releases * Add new commands and fix some bugs * fix error load of the Auto Commands when there is no ; * Fix AutoRun and stepson ( wait command to finish). * Fix color variable name. * Add ReadFile , Write2Mem , ReadMem * Add GoToByBase Form * Assigned variable directly no need to Setx Command. Sample : Varx str,memory // var will hold the hex value Varx int,rax_,0 // read rax value +1 Varx str,ourStr // read test string ReadMem $memory,{rax},5 $rax_={rax} +1 $rax_=ads.exebase ReadStr $ourStr,{rdx} | Сообщение посчитали полезным: v00doo, darkBLACK, CyberGod, hors, mak |
|
Создано: 27 июня 2019 08:43 · Личное сообщение · #3 |
|
Создано: 27 июня 2019 17:15 · Поправил: Ahmadmansoor · Личное сообщение · #4 |
|
Создано: 01 июля 2019 09:01 · Поправил: Ahmadmansoor · Личное сообщение · #5 |
|
Создано: 02 июля 2019 00:14 · Личное сообщение · #6 d745150 пишет: Чувствую себя дебилом Как правильно по папкам файлы рассовать? Не видит плагин. Пробовал и всё в plugins, потом msvcp140.dll и vcruntime140.dll кинул с exe, пробовал докинуть туда AutocompleteMenu.dll. Не видит ни в какую. Ткните носом как правильно установить плагин. Попробовать хочется. ----- http://ntinfo.biz | Сообщение посчитали полезным: d745150, Ahmadmansoor |
|
Создано: 02 июля 2019 00:32 · Личное сообщение · #7 |
|
Создано: 02 июля 2019 09:18 · Поправил: Ahmadmansoor · Личное сообщение · #8 Good Feature if anybody interested : let suppose we have got some address from other PC's for the same target and we need to find this address on this PC what we will do, it 's easy just use this tools | Сообщение посчитали полезным: mak |
eXeL@B —› Софт, инструменты —› AdvancedScript 4.0 |