Xcode

0001-01-01

Xcode is an Integrated Development Environment (IDE) created by Apple that is used to develop applications for Apple platforms such as macOS, iOS, ...

Read More

XMPP protocol

0001-01-01

Read More

XOR

0001-01-01

XOR (exclusive or) is a logical operation comparing two input bits, producing a single output bit.

XOR Table:

Input Input XOR ...
Read More

XOR encryption

0001-01-01 cryptography

XOR encryption is a simple, easy to implement, and lightweight form of encryption. XOR is faster than other algorithms such as AES or RC4 and does not ...

Read More

xor string obfuscation

0001-01-01

Due to its simplicity and ease of imlementation, strings are often obfuscated by malware authors using xor.

Read More

XORDDOS malware

0001-01-01

XORDDOS malware targets Linux system with an intent of using compromised hosts as a DDoS botnet.

XoRDDoS is named due to its heavy usage of XOR in its ...

Read More

xorsearch

0001-01-01

XORSearch is a program by Didier Stevens that searches for strings within XOR, ROL, ROT, or SHIFT-encoded binaries. ...

Read More

xortool

0001-01-01

xortool is a tool that performs cryptanalysis on XOR-encrypted data.

https://github.com/hellman/xortool

Read More

Yama

0001-01-01

Yama is a Linux Security Module that can be used to limit access to ptrace-related functionality.

Yama can be interfaced with using procfs: ...

Read More

YAML

0001-01-01

YAML is a human-readable data serialization language typically used for configuration files.

https://yaml.org

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

Read More