Im trying to read a instruction from another processes memory and get the operands dynamically. For example if the instruction is MOV how can i know that it has 2 operands?
The process is x64
I tried getting the bytes using ReadProcessMemory but i dont know how many bytes to read for.