Operator On The Wire
Join
← Back to Knowledge Base
BLUE TEAM / MALWARE REVERSE / ANALYSIS / STATIC / DISASSEMBLY / ASM

Examine

ArgumentDescriptionExample
CountThe number of times we want to repeat the examine2310
FormatThe format we want the result to be represented inx(hex)s(string)i(instruction)
SizeThe size of memory we want to examineb(byte)h(halfword)w(word)g(giant, 8 bytes)