x64dbg/x64dbg

character value auto comments on ASCII for PUSH and copy mnemonic from comments

Open

#1,167 opened on 2016年10月18日

GitHub で見る
 (0 comments) (0 reactions) (0 assignees)C++ (48,381 stars) (2,734 forks)batch import
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. 226611359_78645_15528557412368967432

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:

コントリビューターガイド

character value auto comments on ASCII for PUSH and copy mnemonic from comments · x64dbg/x64dbg#1167 | Good First Issue