View previous topic :: View next topic |
Author |
Message |
Csimbi I post too much
Reputation: 97
Joined: 14 Jul 2007 Posts: 3325
|
Posted: Thu Nov 22, 2007 12:52 pm Post subject: Improvement suggestion |
|
|
DarkByte,
I have a suggestion for the right-click menu in the disassembler window.
I would like to have new items there:
- "copy address"
- "copy ASM code"
- "copy HEX code"
While I am creating a trainer, I am also documenting it in a text file - to make sure that if the process crashes, then I know what I've done and why. Currently, I have to do a lot of clicking around to get something copied to the clipboard:
- the address of an instruction ( like 0065B58E)
- the instruction in ASM (like mov ecx,[eax+000002a4])
- the instruction in HEX (like 8B 88 A4 02 00 00)
So, it would be nice if there was a way to copy these things to the clipboard easily and quickly.
Mostly I use these two formats in my documentation:
0065B577 mov ecx,[eax+000002a4]
0065B577 8B 88 A4 02 00 00
Therefore I could live with only two new items on the right-click menu of the disassembler window:
- "copy as ASM code (with address)"
- "copy as HEX code (with address)"
It does not have to be like this necessarily - even a keyboard shortcut will do - however such feature would greatly help.
Please consider adding it.
Thank you.
|
|
Back to top |
|
 |
Dark Byte Site Admin
Reputation: 470
Joined: 09 May 2003 Posts: 25806 Location: The netherlands
|
Posted: Thu Nov 22, 2007 4:31 pm Post subject: |
|
|
this isn't a problem, but I do have a few questions on what you exactly want.
do you mean 6 menu options?
copy address
copy asm code
copy hex code
copy address+asm code
copy address+hex code
copy address+hex code+asm code
_________________
Do not ask me about online cheats. I don't know any and wont help finding them.
Like my help? Join me on Patreon so i can keep helping |
|
Back to top |
|
 |
Csimbi I post too much
Reputation: 97
Joined: 14 Jul 2007 Posts: 3325
|
Posted: Fri Nov 23, 2007 2:41 am Post subject: |
|
|
This is something you decide - either one is a great help to me, but I did not think of six definitely. Only two or three.
Two: Since I rarely use the byte code or assembly code without an address, my personal preference would be these two only:
copy address+asm code
copy address+hex code
Three: Not all of us uses the byte code or assembly code with an address, so it might please a larger crowd (than just myself) if you could copy only what you want, which means these three:
copy address
copy asm code
copy hex code
Thank You.
|
|
Back to top |
|
 |
|