logo

eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee

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

e_win64.asm (322B)


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