Lazarus Group

0001-01-01

The Lazarus Group is a hacker group affiliated with the government of North Korea

https://en.wikipedia.org/wiki/Lazarus_Group

Read More

LD_AUDIT

0001-01-01

rtld-audit is an auditing API for the dynamic linker.

This API must be used via the LD_AUDIT environment variable. ...

Read More

LD_AUDIT basic example

0001-01-01

Here’s a basic example of LD_AUDIT:

// compile: gcc -fPIC -shared -o ldaudit.so ldaudit.c
// usage: LD_AUDIT=./ldaudit.so <program> ...
Read More

LD_PRELOAD

0001-01-01

LD_PRELOAD is an environment variable used by ld.so, the dynamic linker/loader on Linux that loads a list of additional, user-specified ELF shared ...

Read More

LD_PRELOAD

0001-01-01

LD_PRELOAD is an environment variable used by ld.so that allows a user to specify libraries that get loaded before any other libraries when a program ...

Read More

ld.so

0001-01-01

ld.so is the dynamic linker/loader on a Linux system.

Read More

LDAP

0001-01-01

The Lightweight Directory Access Protocol (LDAP) is a protocol for accessing and maintaining directory information services over a computer network.

Read More

ldaudit-yaml

0001-01-01

ldaudit-yaml is a utility library used with LD_AUDIT that “traces” libraries loaded by an executable, outputting the results in YAML ...

Read More

ldd

0001-01-01

The ldd command prints shared object dependencies of an ELF file:

daniel@wildcat ~ % ldd /bin/ls
	linux-vdso.so.1 (0x00007ffd29de1000) ...
Read More

leak

0001-01-01

In a cybersecurity context, a leak is the unintentional exposure of sensitive, confidential, or classified data to unauthorized individuals.

Leaks are ...

Read More