Author Topic: [QUESTION] IRQ Exploit  (Read 609 times)

0 Members and 1 Guest are viewing this topic.

Offline manulaiko

  • /dev/null
  • *
  • Posts: 7
  • Cookies: 1
  • If you need help, ask me
    • View Profile
    • Manulaiko's Kingdom
[QUESTION] IRQ Exploit
« on: December 09, 2014, 07:50:17 pm »
Hi!!

I've been thinking, and I'm sure it's impossible, in a way to literally stop a pc's processor.
The IRQ, I've bassically thought in make a program to execute an IRQ that tell the processor to execute a line of memory, in that line of memory it will be another line of memory that will contain the first line of memory.

The same as an infinite loop.

It would be fucking awesome if it's possible :D
New in this community, hope I can help and learn :)

Offline Excellis1

  • NULL
  • Posts: 3
  • Cookies: -1
    • View Profile
Re: [QUESTION] IRQ Exploit
« Reply #1 on: December 26, 2014, 08:25:44 am »
It is possible to blow a PC's processor. You activate an over clocker, like the ones Intel have for example, and you then thrash the computer by activating several processes or opening a single process multiple times. As in millions, the best way to do this is through a loop, but it works off pages not IRQs. Because over clocking will take away the factory recommended maximums on most processors, eventually the processor will bomb out.
« Last Edit: December 26, 2014, 08:26:30 am by Excellis1 »

Offline manulaiko

  • /dev/null
  • *
  • Posts: 7
  • Cookies: 1
  • If you need help, ask me
    • View Profile
    • Manulaiko's Kingdom
Re: [QUESTION] IRQ Exploit
« Reply #2 on: December 26, 2014, 04:31:17 pm »
It is possible to blow a PC's processor. You activate an over clocker, like the ones Intel have for example, and you then thrash the computer by activating several processes or opening a single process multiple times. As in millions, the best way to do this is through a loop, but it works off pages not IRQs. Because over clocking will take away the factory recommended maximums on most processors, eventually the processor will bomb out.

But for overclocking you need to changes things in the BIOS and (afaik) a virus can't do that, also it wouldn't work for all computers u.u
New in this community, hope I can help and learn :)