Advertisement
Guest User

Untitled

a guest
Feb 14th, 2016
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.99 KB | None | 0 0
  1. DrawFrame(hdcSwitch,
  2. &rcTemp,
  3. 2,
  4. DF_PATCOPY | ((fShow ? COLOR_HIGHLIGHT : COLOR_3DFACE) << 3));
  5. COLOR_HIGHLIGHT =13 = 0xD
  6. COLOR_3DFACE=15=0xF
  7. .text:BF8E89C1 39 7D 18 cmp [ebp+fshow], edi
  8. .text:BF8E89C4 89 8D C8 FD FF FF mov [ebp+var_238], ecx
  9. .text:BF8E89CA 0F 94 C0 setz al
  10. .text:BF8E89CD 8D 44 00 0D lea eax, [eax+eax+0Dh]
  11. .text:BF8E89D1 C1 E0 03 shl eax, 3
  12. .text:BF8E89D4 50 push eax
  13. .text:BF8E89D5 6A 02 push 2
  14. .text:BF8E89D7 8D 85 BC FD FF FF lea eax, [ebp+var_244]
  15. .text:BF8E89DD 50 push eax
  16. .text:BF8E89DE 53 push ebx
  17. .text:BF8E89DF E8 FF 7E FC FF call DrawFrame
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement