23.03.2013 Views

Quick introduction to reverse engineering for beginners

Quick introduction to reverse engineering for beginners

Quick introduction to reverse engineering for beginners

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

Doing last check here:<br />

.text:64406F79 cmp dword ptr [ecx+3A4h], 1<br />

.text:64406F80 jnz compression_flag_is_zero<br />

Replace JNZ here <strong>for</strong> unconditional JMP. Remove environment variable TDW_NOCOMPRESS. Voilà! In<br />

Wireshark we see that client messages are not compressed. Server responses, however, are compressed.<br />

So we found exact connection between environment variable and the point where data compression routine<br />

may be called or may be bypassed.<br />

196

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!