Home » U++ Library support » U++ Widgets - General questions or Mixed problems » Creating a disasm control
|
Re: Creating a disasm control [message #41286 is a reply to message #41283] |
Mon, 25 November 2013 07:53   |
|
Hi crydev,
Have you looked at the assembly view in TheIDE? I believe it does pretty much the thing you need. Class DbgDisas in ide/Debuggers/Debuggers.h might be good place to start. You just can try to get it out of TheIDE, or get some inspiration from it...
Best regards,
Honza
|
|
|
Re: Creating a disasm control [message #41394 is a reply to message #41286] |
Wed, 11 December 2013 08:29  |
crydev
Messages: 151 Registered: October 2012 Location: Netherlands
|
Experienced Member |
|
|
dolik.rce wrote on Mon, 25 November 2013 07:53 | Hi crydev,
Have you looked at the assembly view in TheIDE? I believe it does pretty much the thing you need. Class DbgDisas in ide/Debuggers/Debuggers.h might be good place to start. You just can try to get it out of TheIDE, or get some inspiration from it...
Best regards,
Honza
|
Thanks Honza for your reply,
I checked this control, but it does not contain what I was actually looking for. I now use a ColumnList, which looks pretty good with disassembly in it.
However, what my actual problem is, is the fact that I don't know whether it is possible to fake scrolling of the control in a way that you would be able to dynamically scroll through the memory. I don't want to save entire executables in my memory.
|
|
|
Goto Forum:
Current Time: Sun Apr 27 15:17:17 CEST 2025
Total time taken to generate the page: 0.03375 seconds
|