Using memcpy to read two integers from a memory block, The first one is read just fine using: memcpy (&test, block + sizeof (int), sizeof (int)); I try to read the second using: memcpy (&test, block + sizeof …
Ok I have nearly created my program everything seems to be working ok (except one other thing but that will be a different post) I want my program to copy itself into the "C:\\Windows\\system32" directory but I cant find a way of making a program copy itself without having to input...