I am doing work on the feature extraction of malware .I want to translate the assembly instructions, by discarding the operands and encoding each operator with a unique number (say instruction ID).
I want output like this: Instruction sequence: MOV→CALL→ SUB→MOV IDS of Instruction: 240→33→386→240