This is pretty similiar to A08, the only difference being that the push before calling printf is with eax.
eax in this program has stored the results of sub_401000, and we immediately push it onto the stack. By pushing before a function call, we're essentially passing it to the function.
eax in this program has stored the results of sub_401000, and we immediately push it onto the stack. By pushing before a function call, we're essentially passing it to the function.
Comments
Post a Comment