XOR (exclusive or) is a logical operation comparing two input bits, producing a single output bit.
XOR Table:
Input | Input | XOR output |
---|---|---|
0 | 0 | 0 |
0 | 1 | 1 |
1 | 0 | 1 |
1 | 1 | 0 |
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 output |
---|---|---|
0 | 0 | 0 |
0 | 1 | 1 |
1 | 0 | 1 |
1 | 1 | 0 |
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