Analysis
From Linuxintro
Revision as of 14:28, 22 October 2012 by imported>ThorstenStaerk (Created page with "What analysis can you do with Linux: * you can disassemble a program to find out what it does * you can trace a program to find out what syscalls it calls with strAce * ...")
What analysis can you do with Linux:
- you can disassemble a program to find out what it does
- you can trace a program to find out what syscalls it calls with strAce
- you can do network sniffing
- you can do usb bus sniffing