Hellsp@wn Posted July 27, 2014 Posted July 27, 2014 (edited) 1. if I click cancel in patches windows then see error "failed to save ..." 2. if I want select lines in stack windows it possible only in the second column 3. u can add option to disable register comment anywere? like olldbg - only current EIP 4. can add option to save colums size on main window? Edited July 27, 2014 by Hellsp@wn
mrexodia Posted July 29, 2014 Posted July 29, 2014 The first option has been implemented in the current dev version. About the second option: it's like that by design, but I don't like it either... I will look into this. 3. Yep, that's on the todo list. 4. It should be possible, but I actually have no clue how. Greetings
mARROm Posted August 1, 2014 Posted August 1, 2014 To save columns size you would want to create a registry key imo.
mrexodia Posted August 1, 2014 Posted August 1, 2014 @mARROm: Personally I don't really like writing to the registry... All the settings are currently stored in the INI file, but maybe I should separate the stuff like window and column sizes from the actual settings, so you can easily share it with your friends and keep your own sizes. A small update: I just started working on this setting to only display comments on the CIP line, it will be finished soon. Greetings 1
mrexodia Posted August 5, 2014 Posted August 5, 2014 (edited) @Hellsp@wn: All your suggestions/bugs have been implemented/fixed. The only thing that I did not yet implement is the column size setting... Greetings Edited August 5, 2014 by Mr. eXoDia 2
mrexodia Posted August 5, 2014 Posted August 5, 2014 oh, and the InfoBox is ready, as soon as the basics of tracing work there will be a new release!
Dragon Palace Posted August 5, 2014 Posted August 5, 2014 (edited) 1. how about add horzontal and vertical scroll bar in each windows, ie: assembler window, register window 2. how about add CTRL + F to find special string in searched list strings? 3. How about infobox? implement it yet? If I want to serial fishing when use it to show serial numbers when I infinity F7, F8, Edited August 5, 2014 by DragonLoft
mrexodia Posted August 6, 2014 Posted August 6, 2014 1. Working on that. I still don't understand Qt good enough for this.2. How about the search bar?3. Currently there is a basic infobox implemented. String recognition is easy to do, since I have an API for that, just a few lines of code.Greetings
Dragon Palace Posted August 6, 2014 Posted August 6, 2014 (edited) search bar is good, but just like exported strings into a list. if I want to search particular string, I can't find it by "ctrl + F" if can find it by "Ctrl + F", but I can't find next string in the search bar by F3. Edited August 6, 2014 by DragonLoft
mrexodia Posted August 7, 2014 Posted August 7, 2014 @DragonLoft: You can copy the complete string table and paste that in a .txt if you need. Searching will automatically hide other matches, so the next hit is just the next entry in the table Ctrl+F is old, this allows for more dynamic searching... Just like pattern finding using ctr+e lists all results (up to 5000 because of wildcards), in this way you dont have to navigate through the code with f3 and similar buttons. Greetings
Dragon Palace Posted August 7, 2014 Posted August 7, 2014 did you ever use OllyDBG string search plugin? if you did, you will know what do I want, when I search string resultted, then I can press Ctrl + F to navigate when is found string that is I want string? ie: unsuccess regisration, then press Ctrl + N to next string or Ctrl + L last string, then can double click on string to follow it in disasemble window. get it???
mrexodia Posted August 7, 2014 Posted August 7, 2014 @DragonLoft: Obviously I used OllyDbg before, but I personally hate to search string like that. When you type in "Unsuccessful registration" in the search bar in x64_dbg it will show all the strings that contain this phrase (I can also add support for regular expressions in 2 seconds if you really want). Screenshot 1 (searching for "_gui_"): Screenshot 2 (searching for "Heap" in Symbol View): In short: what you want is not gonna happen. I will certainly introduce highlighting of your search term in the table, this allows you to more quickly see what's going on and eventually it will also remember your selection when you remove the search string so you can see the context, but for now it stays like it is now. Oh, and it's a free world. x64_dbg provides all the means to create your own string searcher and (in my opinion) an outdated ctrl+f dialog. Soon it will even provide a full API to add your own context menu everywhere + register hotkeys + create generic table dialogs. Greetings, Mr. eXoDia
Hellsp@wn Posted August 9, 2014 Author Posted August 9, 2014 Please add horiz. scrollbar - optionaly:
Mr.ROSE Posted August 16, 2014 Posted August 16, 2014 @Mr. eXoDiai am also hate Ctrl F . . .current search option is looks good . . . 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