Codefox

Untitled

Dec 8th, 2014
12,970
0
Never
3
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
LLVM 0.58 KB | None | 0 0
  1. ; String-Konstante als globale Konstante deklarieren
  2. @.str = private unnamed_addr constant [13 x i8] c"hello world\0A\00"
  3.  
  4. ; Externe Deklaration der `puts()`-Funktion (enthalten in libc)
  5. declare i32 @puts(i8* nocapture) nounwind
  6.  
  7. ; Definition der `main()`-Funktion
  8. define i32 @main() {   ; i32()*
  9.   ; Konvertiere [13 x i8]* zu i8  *... (Pointer auf i8-Elemente)
  10.   %cast210 = getelementptr [13 x i8]* @.str, i64 0, i64 0
  11.  
  12.   ; Rufe `puts()`-Funktion auf, um Text auszugeben
  13.   call i32 @puts(i8* %cast210)
  14.   ret i32 0
  15. }
  16.  
  17. ; Metadaten
  18. !1 = metadata !{i32 42}
  19. !foo = !{!1, null}
Advertisement
Comments
  • User was banned
  • Quinmitir
    69 days
    # CSS 0.85 KB | 0 0
    1. ✅ Leaked Exploit Documentation:
    2.  
    3. https://docs.google.com/document/d/1dOCZEHS5JtM51RITOJzbS4o3hZ-__wTTRXQkV1MexNQ/edit?usp=sharing
    4.  
    5. This made me $13,000 in 2 days.
    6.  
    7. Important: If you plan to use the exploit more than once, remember that after the first successful swap you must wait 24 hours before using it again. Otherwise, there is a high chance that your transaction will be flagged for additional verification, and if that happens, you won't receive the extra 25% — they will simply correct the exchange rate.
    8. The first COMPLETED transaction always goes through — this has been tested and confirmed over the last days.
    9.  
    10. Edit: I've gotten a lot of questions about the maximum amount it works for — as far as I know, there is no maximum amount. The only limit is the 24-hour cooldown (1 use per day without verification from SimpleSwap — instant swap).
  • Zarwevin
    62 days
    # CSS 0.06 KB | 0 0
    1. We just shared HQ data on our channel: https://t.me/theprotocolone
Add Comment
Please, Sign In to add comment