Skip to content

Commit

Permalink
fixed vm instruction typo
Browse files Browse the repository at this point in the history
  • Loading branch information
herrcore committed Feb 1, 2024
1 parent c5faeb8 commit cd47f75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _notebooks/2024-01-21-vmzeus-disassembler.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -5454,7 +5454,7 @@
" def __init__(self, code):\n",
" super().__init__(code)\n",
" self.size = 1\n",
" self.text = \"nop\"\n",
" self.text = \"xor\"\n",
" self.key = 0x7C\n",
" self.operands = [OperandData(DataSize.DWORD()), OperandImmediate(DataSize.DWORD())]\n",
"\n",
Expand Down

0 comments on commit cd47f75

Please sign in to comment.