A static library is a software library that is linked into an executable file at compile time, making the library code part of the resulting binary, as opposed to dynamic libraries which are NOT part of the resulting binary and loaded when the program is ran.
static library
0001-01-01
Recent Posts
Linux Persistence: Startup Scripts
2024-11-10 DFIR CTF linux persistence systemd SysV init startup script
Linux Persistence: Cron
2024-11-10 DFIR CTF linux persistence cron
Linux Persistence: User Accounts
2021-06-27 DFIR linux persistence