Skip to content

Commit

Permalink
Added more safe garbase instruction patterns
Browse files Browse the repository at this point in the history
  • Loading branch information
EgeBalci committed Mar 1, 2021
1 parent 686e60d commit 94a63c5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkg/instructions.go
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@ var SafeGarbageInstructions = []string{
"FTST",
"JMP 2",
"XOR {R},0",
"SUB {R},0",
"ADD {R},0",
"BT {R},{R}",
"CMP {R},{R}",
"MOV {R},{R}",
Expand Down

0 comments on commit 94a63c5

Please sign in to comment.