ahmadmansoor Posted March 1, 2022 Posted March 1, 2022 This is just a x64dbg script system support. old AdvancedScript was bugsy and its idea was very bad. so I recode the system again in a new way, I hope all will like it. x64dbgScript 6 2
demon_da Posted March 1, 2022 Posted March 1, 2022 Does it support old Ollydbg scripts? If the answer is yes how much of the commands are supported? Thanks
ahmadmansoor Posted March 2, 2022 Author Posted March 2, 2022 Does it support old Ollydbg scripts? No it doesn't . put try to code with it and u will find how much it's easy to code complex script.
ahmadmansoor Posted March 17, 2022 Author Posted March 17, 2022 version 2.0 is released: - add commentlist,labellist,bookmarklist,functionlist,argumentlist - ReadFile Function - add ref.addr() - add Shell command https://github.com/Ahmadmansoor/x64dbgScript 2 3
Priboi Posted March 18, 2022 Posted March 18, 2022 Great tool that solve some my problems. I guess it will be successor of OllyScript. Keep going your work. 1
ahmadmansoor Posted July 11, 2022 Author Posted July 11, 2022 (edited) What’s new in version 2.5: - Fix bug update array length from search functions. - Add new Functions : $exepath() , $exename() ,$exebase() , $Sectionbase(addr) , $ModuleBase(ModName) , $SectionSize(adrr) , $DisAt(addr) . - Support sign values. https://github.com/Ahmadmansoor/x64dbgScript ADD search for Sequence of commands script sample in the sample folder https://github.com/Ahmadmansoor/x64dbgScript/tree/main/Sample Edited July 11, 2022 by ahmadmansoor 3 1
Priboi Posted January 16 Posted January 16 You can check how to use this plugin in practice in my video I used it many times.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now