Skip to content

Commit

Permalink
[BUGFIX] Removed invalid debug string
Browse files Browse the repository at this point in the history
  • Loading branch information
hasherezade committed Jul 26, 2017
1 parent 29f639a commit 7a27331
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/petya.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ bool check_onion_sector(FILE *fp, size_t onion_sector_num)
if (has_http) {
printf("[+] Petya http address detected!\n");
}
printf("[-] Petya http address not found: %#x\n", http_offset);
return has_http;
}

Expand Down

0 comments on commit 7a27331

Please sign in to comment.