❌

Normal view

There are new articles available, click to refresh the page.
Before yesterdayVerSprite

Part 5: Comprehensive Research of Linux Operating System

1 June 2022 at 14:57

To summarize again briefly, syscall is an instruction that lowers the privilege level of the currently running application to 0 and allows the program to be performed in higher privilege using the required registers. In this section, we look at the Syscall instruction at the assembly level and try to analyze it in detail.

The post Part 5: Comprehensive Research of Linux Operating System appeared first on VerSprite.

Part 3: Comprehensive Research of Linux Operating System

18 May 2022 at 20:02

As we discussed in the previous parts, the Linux Kernel is a collection of code written entirely in C. This is important to keep in mind while we are dealing with the attack floats because the vulnerabilities found in the Linux Kernel can be found in any executable file written using the C programming language.

The post Part 3: Comprehensive Research of Linux Operating System appeared first on VerSprite.

❌
❌