Neo23x0 / Raccine

A Simple Ransomware Vaccine
The Unlicense
944 stars 122 forks source link

Convert code to modern C++ #28

Closed Eran-YT closed 3 years ago

Eran-YT commented 3 years ago

The code is currently C with some C++ parts, would you want to convert it to modern C++ code?

Omodaka9375 commented 3 years ago

You mean implement some classes? :)

Eran-YT commented 3 years ago

Mostly a handle wrapper, and some other c++ cleanups (removing redundant copying, using c++ style casts, ...)

Neo23x0 commented 3 years ago

Hi @Eran-YT, the newest development happens on the gui branch, on which we even change the type of the application from Console to Windows application. Help is always welcome.