1
Hacking and Security / Re: Buffer Overflow: Redirecting Program Flow
« on: September 30, 2015, 07:04:06 PM »
Thanks a lot guys. I understand what you're saying about the memory address and I think I was dolng it wrong before by overwriting EIP with the address of the call instruction not the address of the function.
Now, what is really racking my brain is how to make a program that will run the vulnerable program and find the correct memory address of the win() function.
Now, what is really racking my brain is how to make a program that will run the vulnerable program and find the correct memory address of the win() function.