Certain Bomb | 2 : A

imul : Multiplying the previous value by a constant (e.g., doubling each number).

While each "bomb" is unique, Phase 2 usually follows one of these patterns: 1 2 4 8 16 32 (each number is the previous). 2 : A Certain Bomb

The core of this phase is a loop that iterates from the second number to the sixth. You will typically see assembly instructions like: imul : Multiplying the previous value by a constant (e