logo

eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee

Unnamed repository; edit this file 'description' to name the repository. git clone https://hacktivis.me/git/mirror/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee.git

e_win32.asm (297B)


  1. format PE console
  2. entry start
  3. include 'win32a.inc'
  4. section '.text' code readable executable
  5. start:
  6. invoke printf, e
  7. jmp start
  8. section '.data' data readable
  9. e db "e", 0
  10. section '.idata' import data readable writeable
  11. library msvcrt,'MSVCRT.DLL'
  12. import msvcrt,\
  13. printf,'printf'