compiler optimization

0001-01-01

Compilier optimizations are transformations made to source code by a compiler that seek to improve the resulting machine code’s efficiency.

Read More

Compiler Options - Anti-Reversing

0001-01-01

Malware can be built using compiler flags and settings that produce object files that are harder to analyze.

These flags can be an easy addition to ...

Read More

compression

0001-01-01

Compression is an encoding technique in which information is represented in fewer bits than its original representation. ...

Read More

compromises are inevitable

0001-01-01

For most individuals and organizations, it isn’t a matter of if, but when they will be compromised.

Attackers come up with clever new ways to ...

Read More

computer networks

0001-01-01

Read More

computer programming

0001-01-01

Computer programming is the process of writing code that computers can use to perform tasks or solve problems.

Read More

computer science

0001-01-01

Computer Science is the study of computers and computational systems.

Computer science is a branch of both Formal Science and Electrical Engineering. ...

Read More

ComRAT

0001-01-01

ComRAT (aka Chinch) is a complex malware backdoor written in C++, descended from Agent.BTZ, used by the Turla APT group. ...

Read More

comsvcs.dll

0001-01-01

comsvcs.dll is a Windows DLL that exports the MiniDump function.

rundll32 C:\windows\system32\comsvcs.dll MiniDump <pid of lsass> lsass.dmp ...

Read More

concatenation

0001-01-01

Concatenation is the process of joining two or more sequences of data together to form a single, continuous sequence.

Read More