Artic Posted August 12, 2014 Posted August 12, 2014 is it possible to make hints and the autocompletion in the command line for API's, like you did it for commands? goo idea when its possible, i would like to see it.
ToMKoL Posted August 31, 2014 Posted August 31, 2014 Possibillity to write/edit script in script tab would be great. 2
ToMKoL Posted September 2, 2014 Posted September 2, 2014 Could you add to right click menu on register set breakpoint. either normal/mem or hardware? It's a lot faster than manually typing command.
mrexodia Posted September 2, 2014 Author Posted September 2, 2014 @ToMKoL: You can double click the register to follow it in disassembler. For breaking on the RSP/ESP register there is an option for this, but I think it was broken. Greetings, Mr. eXoDia
GIV Posted September 18, 2014 Posted September 18, 2014 Hi eXoDia.I recently try to use your debugger in X64 environment.First thing i noticed.You can search for strings in the virtual space and get a list of them.But i did not find a search feature in the string references window.There is one?
Artic Posted September 18, 2014 Posted September 18, 2014 (edited) @GiV you mean this? EDIT: resized the screenshot. Edited September 18, 2014 by Artic
GIV Posted September 18, 2014 Posted September 18, 2014 Ah yes.I thougth that it was someting like CTRL+F or something.Thank you!
Artic Posted September 18, 2014 Posted September 18, 2014 GIV you are not the only guy searching for the search fature in the string references, as i started with x64dbg, i searched it too! 1
mrexodia Posted September 19, 2014 Author Posted September 19, 2014 Sad... I wanted it to be intuitive
NeWOT Posted September 19, 2014 Posted September 19, 2014 Looks nice software but I would like to give a suggestion:some add on or something that you can change theme or the icons, this will be in options.( For example, in notepad++ there is in options to change the theme, but I would like to know if you can do that and change buttons...)
Artic Posted September 19, 2014 Posted September 19, 2014 Sad... I wanted it to be intuitive it was to easy @NeWOT there is a plugin for that, on the page x64dbg.com
Artic Posted December 11, 2014 Posted December 11, 2014 long time no new feature request so let me drop one: sometimes you have a lnk (shortcut) on your desktop and you want to send it to x64dbg. at the moment you get a error windows, that its not a valid PE-file. i guess its trying to load to lnk file instad of the run it and follow the shortcut to the PE-file.
mrexodia Posted December 12, 2014 Author Posted December 12, 2014 @Artic: feature is implemented. Soon it will be available on http://snapshots.x64dbg.com 1
sstrato Posted December 12, 2014 Posted December 12, 2014 (edited) The last two versions X32 ( snapshots ) do not work on xp sp3, stay loading debug the program indefinitely Edited December 12, 2014 by sstrato
mrexodia Posted December 13, 2014 Author Posted December 13, 2014 @sstrato: sounds like a deadlock somewhere... Could you tell me which programs you tried to debug? Greetings
sstrato Posted December 13, 2014 Posted December 13, 2014 It is not a given program with any program. not end up never loaded into the debugger
sstrato Posted December 14, 2014 Posted December 14, 2014 The last snapshot still not working in xp sp3 32bit. This occurs from the (snapshot_2014-12-08_19-32-20.7z 09/12/2014) this included.
mrexodia Posted December 14, 2014 Author Posted December 14, 2014 The last snapshot still not working in xp sp3 32bit. This occurs from the (snapshot_2014-12-08_19-32-20.7z 09/12/2014) this included. Indeed, I confirmed the issue on my VM. Will have to check it out later. In the meantime: get off that outdated OS Greetings
Blue Posted December 17, 2014 Posted December 17, 2014 Hey eXodia,What about writing a wrapper for Olly plugins?
futureproof Posted December 18, 2014 Posted December 18, 2014 Any idea if there will exist support for all the ollyscript commands? Titanscript does that, i think
mrexodia Posted December 19, 2014 Author Posted December 19, 2014 Hey eXodia, What about writing a wrapper for Olly plugins? I don't think it's possible. These plugins require all kinds of exports, which would require faking and I just don't support olly plugins (mainly because a lot of them are hooking random memory). Any idea if there will exist support for all the ollyscript commands? Titanscript does that, i think If you have some urgent commands, please feel free to report them on http://issues.x64dbg.comWe have a general issue: https://bitbucket.org/mrexodia/x64_dbg/issue/70/copy-script-commands-from-titanscript which is just about every command. But implementing all sorts of useless commands is not something I wanna do right now. There will never be full support for ODBGScript/TitanHide (due to technical reasons, for example all variables being global and also the fact that you can access exports like "GetProcAddress" directly making a lot of scripts incompatible). Such a conversion program should simply prefix all variables with "var_" or something and that pretty much solves a lot of things. Greetings 1
DMichael Posted December 20, 2014 Posted December 20, 2014 any chance that you could add setting for mouse scroll speed?and adding some smoothing would make it even bettersince default one is really slow
mrexodia Posted December 20, 2014 Author Posted December 20, 2014 (edited) any chance that you could add setting for mouse scroll speed?and adding some smoothing would make it even better since default one is really slow I can set it without problems. Default is 2 lines per scroll tick (same as Olly). What is a better amount of lines for you? Greetings Edited December 20, 2014 by Mr. eXoDia 1
DMichael Posted December 20, 2014 Posted December 20, 2014 I can set it without problems. Default is 2 lines per scroll tick (same as Olly). What is a better amount of lines for you?Greetingsim dont sure but some setting for it would be nice so i could check what suites me more
mrexodia Posted December 20, 2014 Author Posted December 20, 2014 im dont sure but some setting for it would be nice so i could check what suites me more There was a bug with scrolling that made it lag very badly. Try the latest snapshots from here: http://jenkins.x64dbg.com/job/development/ws/release/snapshot_2014-12-20_19-42-23.7z 1
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