pastebin - collaborative debugging

pastebin is a collaborative debugging tool allowing you to share and modify code snippets while chatting on IRC, IM or a message board.

This site is developed to XHTML and CSS2 W3C standards. If you see this paragraph, your browser does not support those standards and you need to upgrade. Visit WaSP for a variety of options.

ASM (NASM based) pastebin - collaborative debugging tool View Help


Posted by h7labscom on Sun 8 Nov 17:12
report abuse | download | new post

  1. xor eax, eax
  2. xor ebx, ebx
  3. mov esi, *start adress of your code to crypt*
  4. mov edi, esi
  5.  
  6. start:
  7. lodsb
  8. add bl, 25  ; changeable!
  9. add bh, 33 ; changeable!!
  10. add ah, 23 ; changeable!!
  11. add al, ah
  12. xor al, bl
  13. sub al, bh
  14. stosb
  15. cmp esi, *end adress of your code to crypt*
  16. jle start
  17. jmp OEP

Submit a correction or amendment below (click here to make a fresh posting)
After submitting an amendment, you'll be able to view the differences between the old and new posts easily.

Syntax highlighting:

To highlight particular lines, prefix each line with @@


Remember me so that I can delete my post