Siarogak Posted June 25, 2014 Posted June 25, 2014 (edited) Mr. eXoDia is it possible to make some additions in CPU tab? I think It will be very usefull to add option to make view like this Edited June 25, 2014 by Siarogak
mrexodia Posted June 25, 2014 Posted June 25, 2014 (edited) @Siarogak: I don't play copying IDA, since I do not really like the IDA view for debugging. What is the reason you want a view like this? The only reason I would want to use this type of view is the hightlighting of registers etc when you click on them. This feature has been added. Press ctrl+h when inside the disassembly view to use this feature.Tell me if you have any more features of thid view you want to see implemented.GreetingsEDIT: or do you mean displaying the section in front of the address? Edited June 25, 2014 by Mr. eXoDia
Siarogak Posted June 25, 2014 Author Posted June 25, 2014 (edited) EDIT: or do you mean displaying the section in front of the address? yes Edited June 25, 2014 by Siarogak
Artic Posted June 25, 2014 Posted June 25, 2014 EDIT: or do you mean displaying the section in front of the address? thats a really good idea.
mrexodia Posted June 25, 2014 Posted June 25, 2014 (edited) Currently I implemented this inside the InfoBox, I don't see any point in prefixing every single address with the section, so if you wanna know the section you can click on an address: Greetings Edited June 25, 2014 by Mr. eXoDia 1
Siarogak Posted June 26, 2014 Author Posted June 26, 2014 I understand, you don't want to copy IDA, but some features is very usefull. I think it is a good idea to take all the best from olly, ida and etc. For example, subview Segments from IDA, where every segment has a name, and this name displaying in front of address. It is very handy when debugging. So, if it is hard to implement, I can understand you don't want to implement it.
mrexodia Posted June 27, 2014 Posted June 27, 2014 If you read my previous post you would have seen that I already implemented it, not in front of the address in the disassembly, but in an info pane below the disasaembly. The reason for this is that the disassembly will get far too wide if another 8 characters are prepended to the address Could you show me the segments view and other options of IDA you like, I dont use IDA that much. Greetings 1
mrexodia Posted June 28, 2014 Posted June 28, 2014 @Siarogak: Whats the difference with the memory dump, except for the slightly different information columns?Greetings
Siarogak Posted June 29, 2014 Author Posted June 29, 2014 (edited) where every segment has a name, and this name displaying in front of address. look at debug023 and so on. Edited June 29, 2014 by Siarogak
mrexodia Posted June 29, 2014 Posted June 29, 2014 Thats just a name for something that has no name at all. Whats the actual feature you would like to have implemented? This is far too vague for me.
Siarogak Posted June 29, 2014 Author Posted June 29, 2014 (edited) so if you wanna know the section you can click on an address: yes, it is, but it works when you click on function start. so i made few screenshots to show you difference. 1) 2) 3) IDA 4) Edited June 29, 2014 by Siarogak 1
Artic Posted June 30, 2014 Posted June 30, 2014 Currently I implemented this inside the InfoBox, I don't see any point in prefixing every single address with the section, so if you wanna know the section you can click on an address: Greetings thats enough for me, from where do you know suckmypic? thats only used for one german page. 1
mrexodia Posted July 1, 2014 Posted July 1, 2014 @Artic: I talk a lot with german people it seems. I know it from a german guy and the host seems solid, so I use it a lot.@Everyone:I plan on implementing something like:notepad.exe|.text:00401000 <label>You can see the module you're currently disassembling in the window title though, just like the pid and thread id.Hopefully I'll have time to work on x64dbg more soon, I feel like it's getting better and better everytime. Thanks to you guys for the suggestions and support.Greetings 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