-
Notifications
You must be signed in to change notification settings - Fork 275
Open
Description
- DecodeMessage.cpp: The initial declaration of
char* ch;is unnecessary. - DecodeMessage.cpp: The
return ch;statement inside theelseblock is misleading and doesn't make sense. - Infect.cpp: There is an intentional
return;statement after the linechar driveLetter = getRemovableDisk();, which would prevent the execution of the following code. - Same error in TrojanCockroach.cpp:
return 0;statement after the linechar driveLetter = getRemovableDisk(); - There are intentional comments like
return; // :)andreturn; // :)in several places in the code that don't serve any practical purpose - In the Infect.cpp file, several parts of the code related to file copying and hiding seem to be intentionally disabled, making the logic incomplete.
Metadata
Metadata
Assignees
Labels
No labels