MISC Flashcards
Name few most common Debuggers and Disassembler?
IDA pro, Olly Debugger, Immunity Debugger, Radare2 , GDB debugger, x64 DBG, Binary Ninja
What is the main difference between debugger and disassembler?
Main difference between debugger and disassembler is that debugger execute the program and analyze it during run time, whereas disassembler perform the static analysis and provides assembly of provided binary.
Which is the common section utilized by droppers to embed malicious file?
Droppers mostly use .rsrc (resources) section for embedding file to drop and hide with techniques like obfuscation.
What is historical significance of “MZ” bytes in PE header file?
They are the initials of “Mark Zbikowski” former and one of the prominent architect of MS-DOS
Do IDA pro loads the resource section by default ?
No, This is not happens when we do static analysis since it may result in some problems.