shell

2024-08-17

A shell is a command-line user interface (UI) that enables a user to interact with an operating system.

Read More

software profiling

2024-08-17

In computer programming, profiling is a form of analysis that measures the space (memory), or time complexity of a program, the usage of particular ...

Read More

baines2016

2024-08-16

Programming Linux Anti-Reversing Techniques

by Jacob Baines

2016-12-20 LeanPub

https://leanpub.com/anti-reverse-engineering-linux

Source code ...

Read More

cesare1999

2024-08-16

Linux Anti-Debugging Techniques (Fooling the Debugger)

By Silvio Cesare (January 1999) ...

Read More

extensible

2024-08-16

Extensibility is the capability of software to accomodate new features, funcionality, and modification without directly modifying its core structure. ...

Read More

Linus Torvalds

2024-08-16

Linus Benedict Torvalds is a Finnish-American software engineer who created the Linux kernel and the distributed version control system Git.

Read More

Linux

2024-08-16

Linux is a free and open-source operating system similar to Unix.

The Linux Kernel was originally released in 1991 by Linus Torvalds as a hobby, but ...

Read More

operating system

2024-08-16

An operating system (OS) is system software that manages computer hardware, software resources, and provides common services, allowing a device to ...

Read More

reverse engineering

2024-08-16

Reverse Engineering is the process of examining a computer system or program with the intent of understanding how it functions and behaves.

Read More

rootkit

2024-08-16

A rootkit is software, usually malicious in nature, designed to provide surreptitious access to a computer system and hide the presence of the ...

Read More