Operator On The Wire
Join
← Back to Knowledge Base
BLUE TEAM / MALWARE REVERSE / LINUX / CRASH

Memory

CommandWhat it doesWhen to use
vmMemory usage summaryCheck system pressure
kmem -iKernel memory infoSlab / allocation issues
kmem -sSlab cachesDetect anomalies / leaks
rd <addr>Read memory (raw)Manual inspection
struct <type> <addr>Decode structKernel structure analysis