1Patching
2==============================
3
4Edit Instruction
5----------------------------------------
6**Description:** Edit the current instruction by typing a sequence of one or more instructions. Cutter will automatically fetch a preview of the bytes that are constructing the instruction.
7
8**Steps:** Right-click on an instruction and choose ``Edit -> Instruction``
9
10Edit Bytes
11----------------------------------------
12**Description:** Edit the bytes of the current instruction by typing a sequence of bytes. Cutter will automatically disassemble a preview of the instructions that are create by the typed bytes.
13
14**Steps:** Right-click on an instruction and choose ``Edit -> Bytes``
15
16NOP Instruction
17----------------------------------------
18**Description:** Fill the content of the instruction with NOP instructions. Cutter will fill the instructions with NOP as the length of the bytes constructing the instruction.
19
20**Steps:** Right-click on an instruction and choose ``Edit -> Nop Instruction``
21
22Reverse Jump
23----------------------------------------
24**Description:** On conditional jumps, Cutter will detect the inverted conditional instruction and will replace it. For example, from ``je`` to ``jne``.
25
26**Steps:** Right-click on an instruction and choose ``Edit -> Reverse Jump``