• Earn real money by being active: Hello Guest, earn real money by simply being active on the forum — post quality content, get reactions, and help the community. Once you reach the minimum credit amount, you’ll be able to withdraw your balance directly. Learn how it works.

Recent content by Yahik0

  1. Y

    ASM Anti Sandboxie[MASM]

    Re: Anti Sandboxie[MASM] what's the importance to code that in MASM when you're using shit things like Macro ?
  2. Y

    Reverse Engineering PE Viewer (Structure Viewer)

    Re: PE Viewer (Structure Viewer) Edit Password : Level-23.eu
  3. Y

    C/C++ [C++]RunPE Without CreateProcess

    This Method need to compile your payload with 0x500000 Image base spiteful: PoC : Code : [HIDE-THANKS] > #include #include #include /* In memory execution example */ /* Author: Amit Malik http://www.securityxploded.com Compile in Dev C++ */ #define DEREF_32( name )*(DWORD *)(name)...
  4. Y

    ASM [MASM]MessageBox Example

    [HIDE-THANKS] > ;------------Block 1---------- .386 .model flat,stdcall option casemap:none ;------------Block 2---------- include windows.inc include user32.inc includelib user32.lib include kernel32.inc includelib kernel32.lib ;------------block 3---------- .data szCaption db "Hello",0...
  5. Y

    Reverse Engineering PE Viewer (Structure Viewer)

    Download thanhhgfg:: [HIDE-THANKS]https://www.sendspace.com/file/h14tjg[/HIDE-THANKS] Password: Level-23.eu
  6. Y

    AutoIT Sleep Alternative

    [HIDE-THANKS] > _SleepNtDelay(10000) ;=Sleep 10s Func _SleepNtDelay($Sleep) $TimeToMs = $Sleep * 1000 DllCall("ntdll.dll", "dword", "NtDelayExecution", "int", 0, "int64*", -10 * $TimeToMs) EndFunc [/HIDE-THANKS]
  7. Y

    Finantiation

    Re: Finantiation my contribution :p
  8. Y

    Hello :)

    Yop allz, Yahik0 Here :)
  9. Y

    Concurso Crypter VIII

    Re: Concurso Crypter VIII can i participate? (i'm new member but i have a long experience on crypters) :)
Back
Top