What is the difference between these two functions in x64 assembly?
I’m playing around with lower level stuff in C on Windows (x64) to try and learn low level concepts. I ran across something I don’t understand and just wonder if someone could explain something to me. I admit I’m a novice here.
How to dynamically get operands from a instruction in memory in c++
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?
How to call a ASM function from c++
Im trying to call a ASM function from c++ but I get the error unresolved external symbol referenced