August 12, 201411 yr 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.
September 2, 201410 yr 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.
September 2, 201410 yr Author @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
September 18, 201410 yr 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?
September 18, 201410 yr @GiV you mean this? EDIT: resized the screenshot. Edited September 18, 201410 yr by Artic
September 18, 201410 yr 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!
September 19, 201410 yr 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...)
September 19, 201410 yr Sad... I wanted it to be intuitive it was to easy @NeWOT there is a plugin for that, on the page x64dbg.com
December 11, 201410 yr 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.
December 12, 201410 yr Author @Artic: feature is implemented. Soon it will be available on http://snapshots.x64dbg.com
December 12, 201410 yr The last two versions X32 ( snapshots ) do not work on xp sp3, stay loading debug the program indefinitely Edited December 12, 201410 yr by sstrato
December 13, 201410 yr Author @sstrato: sounds like a deadlock somewhere... Could you tell me which programs you tried to debug? Greetings
December 13, 201410 yr It is not a given program with any program. not end up never loaded into the debugger
December 14, 201410 yr 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.
December 14, 201410 yr Author 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
December 18, 201410 yr Any idea if there will exist support for all the ollyscript commands? Titanscript does that, i think
December 19, 201410 yr Author 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
December 20, 201410 yr 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
December 20, 201410 yr Author 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, 201410 yr by Mr. eXoDia
December 20, 201410 yr 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
December 20, 201410 yr Author 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
Create an account or sign in to comment