mirror of https://github.com/x64dbg/zydis
Fixed second operand missing for IVLPGA
This commit is contained in:
parent
03751240c2
commit
659ead2280
|
@ -23677,6 +23677,9 @@
|
|||
"operands": {
|
||||
"operand1": {
|
||||
"type": "rax"
|
||||
},
|
||||
"operand2": {
|
||||
"type": "ecx"
|
||||
}
|
||||
},
|
||||
"flags": [
|
||||
|
@ -23698,6 +23701,9 @@
|
|||
"operands": {
|
||||
"operand1": {
|
||||
"type": "eax"
|
||||
},
|
||||
"operand2": {
|
||||
"type": "ecx"
|
||||
}
|
||||
},
|
||||
"flags": [
|
||||
|
|
Loading…
Reference in New Issue