There have been multiple accounts created with the sole purpose of posting advertisement posts or replies containing unsolicited advertising.

Accounts which solely post advertisements, or persistently post them may be terminated.

lord_ryvan ,

<span style="color:#323232;">global _main
</span><span style="color:#323232;">    extern  _GetStdHandle@4
</span><span style="color:#323232;">    extern  _WriteFile@20
</span><span style="color:#323232;">    extern  _ExitProcess@4
</span><span style="color:#323232;">
</span><span style="color:#323232;">    section .text
</span><span style="color:#323232;">_main:
</span><span style="color:#323232;">    ; DWORD  bytes;    
</span><span style="color:#323232;">    mov     ebp, esp
</span><span style="color:#323232;">    sub     esp, 4
</span><span style="color:#323232;">
</span><span style="color:#323232;">    ; hStdOut = GetstdHandle( STD_OUTPUT_HANDLE)
</span><span style="color:#323232;">    push    -11
</span><span style="color:#323232;">    call    _GetStdHandle@4
</span><span style="color:#323232;">    mov     ebx, eax    
</span><span style="color:#323232;">
</span><span style="color:#323232;">    ; WriteFile( hstdOut, message, length(message), &bytes, 0);
</span><span style="color:#323232;">    push    0
</span><span style="color:#323232;">    lea     eax, [ebp-4]
</span><span style="color:#323232;">    push    eax
</span><span style="color:#323232;">    push    (message_end - message)
</span><span style="color:#323232;">    push    message
</span><span style="color:#323232;">    push    ebx
</span><span style="color:#323232;">    call    _WriteFile@20
</span><span style="color:#323232;">
</span><span style="color:#323232;">    ; ExitProcess(0)
</span><span style="color:#323232;">    push    0
</span><span style="color:#323232;">    call    _ExitProcess@4
</span><span style="color:#323232;">
</span><span style="color:#323232;">    ; never here
</span><span style="color:#323232;">    hlt
</span><span style="color:#323232;">message:
</span><span style="color:#323232;">    db      '¯\_(ツ)_/¯', 10
</span><span style="color:#323232;">message_end:
</span>
  • All
  • Subscribed
  • Moderated
  • Favorites
  • [email protected]
  • random
  • lifeLocal
  • goranko
  • All magazines