Jump to content
Tuts 4 You

C++ code editing


schoolboy

Recommended Posts

Hi guys, can you edit that code for me? I don't know C ++, unfortunately.
I tried to do it myself but I guess my codes are wrong.

#include <stdio.h>
int main()
{
	FILE* fp;
	fp = fopen("test.exe", "r");
	if (v0 && (fseek(fp, v0 + 16, 0), fread( & v2, 8u, 1u, fp), !strncmp(&v3, "EA06", 4u)))
		fclose(fp);
}

 

Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...