A
A
Anthony2283572020-09-28 19:17:01
Operating Systems
Anthony228357, 2020-09-28 19:17:01

How to access PC components directly, bypassing OS and other layers of abstraction?

How to communicate with cpu, gpu and other bypassing the OS, directly? Preferably in c, c++ or assembly. Or can't you bypass OS?

Answer the question

In order to leave comments, you need to log in

4 answer(s)
S
Sergey Gornostaev, 2020-09-28
@sergey-gornostaev

No way. One of the functions of the OS is not to allow this.

C
CityCat4, 2020-09-28
@CityCat4

No way. This was possible only in DOS. Virusers loved it very much :) But you can write a driver and work in ring0. True, there is one awkward movement in it - and you are a father and you have a BSOD

V
Vladimir Korotenko, 2020-09-28
@firedragon

write your Ring0 driver everything is allowed there.
However, you can look for known overflow holes in existing

D
Dmitry Pavlov, 2020-09-28
@Stalker31

Perhaps Vulkan, DirectX, OpenGL / CL, but it depends on the task, and then you won’t bypass the operating system, but you can more clearly distribute some tasks

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question