environment variable

2024-08-17

An environment is a user-definable variable whose value is set outside of a program, typically within the shell.

Read More

hexdump

2024-08-17

A hex dump is a textual hexadecimal view of data.

Read More

instrumentation

2024-08-17

In the context of computer programming, instrumentation is the act of altering software in a manner that analysis can be performed on it.

Read More

network protocol

2024-08-17

A network protocol is an established set of rules that determine how data is transmitted on a computer network.

Read More

sansec-cronrat

2024-08-17

CronRAT malware hides behind February 31st

by Sansec Forensics Team

November 24, 2021

https://sansec.io/research/cronrat

CronRAT is Linux Malware ...

Read More

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