NASM can utlilize header files with the ‘%include’ directive:
%include "header.inc"
section .data
msg db MESSAGE ; MESSAGE defined in header.inc
NASM include file
0001-01-01
NASM can utlilize header files with the ‘%include’ directive:
%include "header.inc"
section .data
msg db MESSAGE ; MESSAGE defined in header.inc
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