AvivShabtay / Stresser

Anti-Malware security solution for Windows environment.
MIT License
16 stars 15 forks source link

Call class function without class specifier #30

Open AvivShabtay opened 3 years ago

AvivShabtay commented 3 years ago

If the function isn't static, the class specifier is redundant and can be removed. Fix in this functions: https://github.com/AvivShabtay/Stresser/blob/2c9366c8eb7fdcf176accad09c84b971a52cdd1a/Stresser/FileArtifact.cpp#L5 https://github.com/AvivShabtay/Stresser/blob/2c9366c8eb7fdcf176accad09c84b971a52cdd1a/Stresser/FileArtifact.cpp#L10