Question: solve the following cyber security written response problem Anti-virus software has determined the following sequence of code is the signature for a type of malware
Anti-virus software has determined the following sequence of code is the signature for a type of malware and the anti-virus software scans all programs looking for the code: move eax, 5 add eax, ebx call [eax To avoid detection by anti-virus software, the malware designer decides to use the idea of metamorphic code. Produce a valid way to mutate the code by adding 5 or more additional lines to the code. You may use the following instructions and registers: possible instructions: move, push, pop, swap, call, add, not possible registers: eax, ebx, ecx However you may not use the exact same line of code twice. HTML Editor Paragraph
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
