08048e19 <phase_2>:
 8048e19:       55                      push   %ebp
 8048e1a:       89 e5                   mov    %esp,%ebp
 8048e1c:       83 ec 38                sub    $0x38,%esp
 8048e1f:       89 5d f4                mov    %ebx,-0xc(%ebp)
 8048e22:       89 75 f8                mov    %esi,-0x8(%ebp)
 8048e25:       89 7d fc                mov    %edi,-0x4(%ebp)
 8048e28:       8d 45 dc                lea    -0x24(%ebp),%eax
 8048e2b:       89 44 24 04             mov    %eax,0x4(%esp)
 8048e2f:       8b 45 08                mov    0x8(%ebp),%eax
 8048e32:       89 04 24                mov    %eax,(%esp)
 8048e35:       e8 36 04 00 00          call   8049270 <read_six_numbers>
 8048e3a:       bf 00 00 00 00          mov    $0x0,%edi
 8048e3f:       8d 5d e8                lea    -0x18(%ebp),%ebx
 8048e42:       89 de                   mov    %ebx,%esi
 8048e44:       8b 43 f4                mov    -0xc(%ebx),%eax
 8048e47:       3b 03                   cmp    (%ebx),%eax
 8048e49:       74 05                   je     8048e50 <phase_2+0x37>
 8048e4b:       e8 de 03 00 00          call   804922e <explode_bomb>
 8048e50:       03 7e f4                add    -0xc(%esi),%edi
 8048e53:       83 c3 04                add    $0x4,%ebx
 8048e56:       8d 45 f4                lea    -0xc(%ebp),%eax
 8048e59:       39 c3                   cmp    %eax,%ebx
 8048e5b:       75 e5                   jne    8048e42 <phase_2+0x29>
 8048e5d:       85 ff                   test   %edi,%edi
 8048e5f:       75 05                   jne    8048e66 <phase_2+0x4d>
 8048e61:       e8 c8 03 00 00          call   804922e <explode_bomb>
 8048e66:       8b 5d f4                mov    -0xc(%ebp),%ebx
 8048e69:       8b 75 f8                mov    -0x8(%ebp),%esi
 8048e6c:       8b 7d fc                mov    -0x4(%ebp),%edi
 8048e6f:       89 ec                   mov    %ebp,%esp
 8048e71:       5d                      pop    %ebp
 8048e72:       c3                      ret

I know the phrase to defuse this phase consistes of 6 numbers. I am having trouble figuring out what the 6 numbers are incremented by. Any help would be much appreciated.

What exactly are you trying to do?
Why are 6 numbers required in your
algorithm?

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.