Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not an issue #37

Open
CookieTriste opened this issue Jan 10, 2024 · 0 comments
Open

Not an issue #37

CookieTriste opened this issue Jan 10, 2024 · 0 comments

Comments

@CookieTriste
Copy link

CookieTriste commented Jan 10, 2024

I wanted to thank you for all your hard work. I thought this was just a normal hacking project. But after fixing the deliberate errors and improving the program a bit, I stopped modifying it and forgot about the project. But 4 weeks later, when I plugged a usb key into my computer, it got infected :). This proves to be a really stealthy trojan (I have avast).
However, I have a small question. Why does the program contain random generation things that seem useless?
Example:

srand(time(0));
int random = rand();

if(random%2==0 || random%3==0 || random%7==0){
	return ;
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant