ahmadmansoor Posted March 1, 2022 Share 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 Link to comment
Sean Park Posted March 1, 2022 Share Posted March 1, 2022 good work for us. thanks. 1 Link to comment
demon_da Posted March 1, 2022 Share Posted March 1, 2022 Does it support old Ollydbg scripts? If the answer is yes how much of the commands are supported? Thanks Link to comment
ahmadmansoor Posted March 2, 2022 Author Share 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. Link to comment
ahmadmansoor Posted March 17, 2022 Author Share 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 1 3 Link to comment
Priboi Posted March 18, 2022 Share Posted March 18, 2022 Great tool that solve some my problems. I guess it will be successor of OllyScript. Keep going your work. 1 Link to comment
ahmadmansoor Posted July 11, 2022 Author Share 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 Link to comment
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