Jump to content

Recommended Posts

Posted

hey guys

I am trying to make a GUI with AutoIt that is a little program with a button and some text.

The button would "Activate" and load a code of C++

I have existing code in C++ that Patches some files. For example.

PATCH(0x3A04AB,"\x90\x90",2); //Patch 6F3A04AB to nop nop :-)

if(dSize == 0)

{

cout << "Failed to patch..." << endl;

}

How would I do that so when I press activate it runs my pure C++ code?

Thanks!

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...