Click to See Complete Forum and Search --> : Weird Line in Coding?


shadowx360
October 24th, 2008, 05:37 PM
Some guy who hates me tried to put malware on my computer, and it was a c++ malware. I manage to get the source of it and it contained this line:

system("g=ffff:0 | debug");

The rest doesn't have anything to do with it, just basic c++ with that one weird line. I accidentally ran the malware before I got the source, and I would like to know that this did to my computer.

TheCPUWizard
October 24th, 2008, 05:44 PM
It (attempted) to Invoke the debugger and pass "g=ffff:0" to it. This would tansfer control to the specified location.