Research Article
An Android Malware Detection Model Based on DT-SVM
| Opcode (hex) | Opcode name | Length |
| 00 | nop | 2 | 01 | move vx, vy | 2 | 02 | move/from16 vx, vy | 4 | 03 | move/16 | 6 | 04 | move-wide | 2 | 05 | move-wide/from16 vx, vy | 4 | 06 | move-wide/16 | 6 | 07 | move-object vx, vy | 2 | 08 | move-object/from16 vx, vy | 4 | 09 | move-object/16 | 6 | 0A | move-result vx | 2 | 0B | move-result-wide vx | 2 | 0C | move-result-object vx | 2 | 0E | return-void | 2 | 0F | return vx | 2 | 10 | return-wide vx | 2 | … | … | … |
|
|