strength training

0001-01-01

Strength training, or resistance training is a type of exercise that uses resistance (weights, bodyweight/calisthenics, isometric holds, …) to ...

Read More

strike

0001-01-01

A strike in a martial arts context is the act of using your body to deliver forceful impact on an opponent. Examples of strikes include punches, ...

Read More

string encryption

0001-01-01

string encryption is a set of techniques that encrypts strings within an executable file for the purpose of anti-analysis.

Defensively, this can be ...

Read More

string formatting

0001-01-01

format specifiers are shorthand specifiers for data types within a format string. For example, %d for decimal, %p for pointer. ...

Read More

string hashing

0001-01-01

String hashing is a malware anti-analysis and obfuscation technique in which strings are hidden as hashes rather than their true values.

For example, ...

Read More

string obfudcation

0001-01-01

Read More

string obfuscation

0001-01-01

string obfuscation is a set of anti-analysis techniques used by malware to mask the true contents of the strings within a sample.

Read More

strings as attribution

0001-01-01

strings residing within a malware sample can be used as a method of attribution.

When developing yara rules, detections, etc. be on the lookout for ...

Read More

strings.exe

0001-01-01

strings.exe is a Sysinternals tool used to extract strings from binary files.

https://learn.microsoft.com/en-us/sysinternals/downloads/strings

Read More

strip

0001-01-01

strip is a GNU binutils tool that discards symbols and other data from object files.

Read More