Skip to content

Commit

Permalink
Update capstone instruction ids
Browse files Browse the repository at this point in the history
  • Loading branch information
yossizap authored and XVilka committed Jan 19, 2023
1 parent d003ed4 commit 6740e51
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion test/db/analysis/arm
Original file line number Diff line number Diff line change
Expand Up @@ -912,7 +912,7 @@ pseudo: push (r3, lr)
mnemonic: push
mask: ffffffff
prefix: 0
id: 424
id: 128
bytes: 08402de9
refptr: 0
size: 4
Expand Down
2 changes: 1 addition & 1 deletion test/db/analysis/ppc
Original file line number Diff line number Diff line change
Expand Up @@ -681,7 +681,7 @@ EXPECT=<<EOF
},
"sign": false,
"prefix": 0,
"id": 594,
"id": 1072,
"opex": {
"operands": [
{
Expand Down
2 changes: 1 addition & 1 deletion test/db/analysis/x86_16
Original file line number Diff line number Diff line change
Expand Up @@ -512,7 +512,7 @@ EXPECT=<<EOF
},
"sign": false,
"prefix": 0,
"id": 591,
"id": 612,
"opex": {
"operands": [
{
Expand Down
6 changes: 3 additions & 3 deletions test/db/analysis/x86_32
Original file line number Diff line number Diff line change
Expand Up @@ -3274,7 +3274,7 @@ EXPECT=<<EOF
},
"sign": false,
"prefix": 0,
"id": 334,
"id": 1503,
"opex": {
"operands": [
{
Expand Down Expand Up @@ -3784,7 +3784,7 @@ EXPECT=<<EOF
},
"sign": false,
"prefix": 0,
"id": 591,
"id": 612,
"opex": {
"operands": [
{
Expand Down Expand Up @@ -4033,7 +4033,7 @@ mnemonic: nop
description: no operation
mask: ff
prefix: 0
id: 494
id: 510
bytes: 90
refptr: 0
size: 1
Expand Down
4 changes: 2 additions & 2 deletions test/db/analysis/x86_64
Original file line number Diff line number Diff line change
Expand Up @@ -2574,7 +2574,7 @@ EXPECT=<<EOF
},
"sign": false,
"prefix": 0,
"id": 591,
"id": 612,
"opex": {
"operands": [
{
Expand Down Expand Up @@ -3493,7 +3493,7 @@ mnemonic: push
description: push word, doubleword or quadword onto the stack
mask: ff
prefix: 0
id: 588
id: 609
bytes: 55
refptr: 0
size: 1
Expand Down
4 changes: 2 additions & 2 deletions test/db/cmd/cmd_ao
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ mnemonic: mov
description: moves data from src to dst
mask: ffffffffffffff
prefix: 0
id: 449
id: 460
bytes: c745f400000000
val: 0x00000000
disp: 0xfffffffffffffff4
Expand Down Expand Up @@ -64,7 +64,7 @@ stackptr: 8
},
"sign": false,
"prefix": 0,
"id": 449,
"id": 460,
"opex": {
"operands": [
{
Expand Down

0 comments on commit 6740e51

Please sign in to comment.