Zelyson / InfoStealer

This project is to determine if I can write malware without being detected by Windows Defender or in the best case Virustotal.
GNU General Public License v3.0
2 stars 0 forks source link

Tutorial #1

Open AryynRaiyn opened 10 months ago

AryynRaiyn commented 10 months ago

Hi I'm a beginner in this field, are you willing to give me a tutorial to be able to run the programme, just calm down I'm learning to be a bug hunter.

Zelyson commented 9 months ago

Sure thing!

  1. Download the code (easiest to download the zip which you have to extract)
  2. Install the community edition of Visual Studio (not VS Code) 2.1 When selecting Components (they are called Workloads in VS) make sure to select "Desktop development with C++" 2.2 If you need a tutorial here's one :)
  3. Open the InfoStealer.sln file from the extracted zip and install additional dependencys (if prompted)
  4. Start the program with the green arrow at the top of the VS window

If you have any questions feel free to ask :upside_down_face: If you are getting started with C++ I highly recommend this series by The Cherno :)