compulsive coder
compulsive coder

Reputation: 164

Can't modify assembly in x64dbg

When i double click on a line in x64dbg to open 'assemble at' window and change "jne" to "jmp", it takes me to next step and not opening assemble dialog box. what am i doing wrong?

Upvotes: 2

Views: 13586

Answers (3)

Mudassir Ali
Mudassir Ali

Reputation: 21

Just right click on go to "Assemble" if not editable while double click.

context menu

Upvotes: 2

Brian Jensen
Brian Jensen

Reputation: 11

You have to use latest version of x64Dbg and your problem will be solved to assebly.. Click Help on x64Dbg and click check for updates and you'll be redirected to the right place (latest releae).

Upvotes: 1

The behavior has been changed to allow a more intuitive navigation for most people. You can still achieve the same by first selecting the instruction and then pressing space (you can customize this hotkey). I hope that I could help!

Upvotes: 4

Related Questions