Advanced Analysis
Static Analysis: reverse engineering tools to read decompiled, disassembled code.
Dynamic Analysis : RUn the binary but with debuggers to check program flow.
when binary is not stripped> it's debug symbols are not removed
Last updated