3gstudent / Eventlogedit-evtx--Evolution

Remove individual lines from Windows XML Event Log (EVTX) files
256 stars 62 forks source link

I need tutorial on how to make this work. #5

Closed ghost closed 4 years ago

ghost commented 4 years ago

Can you tell me step by step what should I do?

3gstudent commented 4 years ago

Every .cpp file can be compiled into an independent program.

First you need to know how to use Visual Studio to compile the .cpp files.

All you need to do is use Visual Studio to compile the .cpp files and generate the .exe files.

Then you can use the .exe files to test.