Jump to content
Tuts 4 You

Feature suggestions


mrexodia

Recommended Posts

Posted

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.

  • 3 weeks later...
Posted

Possibillity to write/edit script in script tab would be great.


  • Like 2
Posted

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.


Posted

@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

  • 3 weeks later...
Posted

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?


Posted (edited)

@GiV you mean this?


 


p5aZ1L5.png?1


EDIT: resized the screenshot.


Edited by Artic
Posted

Ah yes.


I thougth that it was someting like CTRL+F or something.


Thank you!


Posted

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! :D


  • Like 1
Posted

Sad... I wanted it to be intuitive :D

Posted

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...)


Posted

Sad... I wanted it to be intuitive :D

it was to easy :D 

@NeWOT there is a plugin for that, on the page x64dbg.com

  • 2 months later...
Posted

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.


post-77534-0-11687700-1418325812.png


i guess its trying to load to lnk file instad of the run it and follow the shortcut to the PE-file.


 


 


 


 


Posted (edited)

The last two versions X32 ( snapshots ) do not work on xp sp3, stay loading debug the program indefinitely


Edited by sstrato
Posted

@sstrato: sounds like a deadlock somewhere... Could you tell me which programs you tried to debug?

Greetings

Posted

It is not a given program with any program. not end up never loaded into the debugger


Posted

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.


Posted

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

Posted

Hey eXodia,


What about writing a wrapper for Olly plugins?


Posted

Any idea if there will exist support for all the ollyscript commands? Titanscript does that, i think


Posted

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

  • Like 1
Posted

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


Posted (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 by Mr. eXoDia
  • Like 1
Posted

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

im dont sure but some setting for it would be nice so i could check what suites me more

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...