x64dbg/x64dbg
GitHub で見るcharacter value auto comments on ASCII for PUSH and copy mnemonic from comments
Open
#1,167 opened on 2016年10月18日
enhancementgood first issue
説明
Good morning,
I recently asked for get in the comment the printable chars of the cmp instructions.
This feature it's implemented and it's very nice.
https://github.com/x64dbg/x64dbg/issues/1132
Actually I am debugging a shellcode and I think could be useful having also the push instruction commented.
Like in the image you can see the string kernel32.dll is pushed.

Finally, I found a bug "bug" that you cannot copy the comments from mnemonic. So if you have it enable and you copy the selection, the comment of mnemonic it's not copied.
Have a nice day :+1: