Dear Friends, I would like to write a walkthrough of challege so that we can practice the reverse engineering more detail. I have downloaded an
Author: rioasmara
x86 Assembly : Reference Variable
I would like to continue on how to get return result from a function call by using reference variable pass. We can pass variable to
x86 Assembly function return variable
Dear Friends, Today I am going to continue writing about assembly related to function return. So basically whenever you call a function and you can
x86 Assembly, Passing variable
Hi Engineers, Another important things to understand related to function call is how the variable is passed to the function. Lets see the code below
x86 Assembly, Function local variable
Hi Dear, Hahah .. I am now posting the basic for the function local variable in assembly. Local varible is a variable where only be
RE : x86 Function Call
Hi Everyone, Today I am going to explain about function call in assembly. We should understand it because function call is part of the essential