EMO Style ForumPro - Hos Geldiniz
ASM Injector source Uyeols10

Join the forum, it's quick and easy

EMO Style ForumPro - Hos Geldiniz
ASM Injector source Uyeols10
EMO Style ForumPro - Hos Geldiniz
Would you like to react to this message? Create an account in a few clicks or log in to continue.
Giriş yap

Şifremi unuttum

Istatistikler
Toplam 203 kayıtlı kullanıcımız var
Son kaydolan kullanıcımız: crayzboy76

Kullanıcılarımız toplam 1186 mesaj attılar bunda 862 konu
Tarıyıcı
 Kapı
 Indeks
 Üye Listesi
 Profil
 SSS
 Arama
Arama
 
 

Sonuç :
 


Rechercher çıkıntı araştırma

RSS akısı


Yahoo! 
MSN 
AOL 
Netvibes 
Bloglines 


Anahtar-kelime

loot  kutu  pointer  

Kimler hatta?
Toplam 3 kullanıcı online :: 0 Kayıtlı, 0 Gizli ve 3 Misafir

Yok

[ Bütün listeye bak ]


Sitede bugüne kadar en çok 217 kişi C.tesi Tem. 29, 2017 1:46 am tarihinde online oldu.
En son konular
» İnternetten Para Kazandıran Oyun ! Ödeme Alt Limiti Yok ! DEV KONU
ASM Injector source I_icon_minitimeCuma Ağus. 29, 2014 8:33 am tarafından Hello EMO

» goldenchase.net maden yaparak para kazanma
ASM Injector source I_icon_minitimeCuma Ağus. 29, 2014 8:18 am tarafından Hello EMO

» etichal hacker görsel egitim seti
ASM Injector source I_icon_minitimeÇarş. Ağus. 06, 2014 4:57 am tarafından Hello EMO

» KO TBL Source C#
ASM Injector source I_icon_minitimePtsi Ara. 09, 2013 6:36 am tarafından Hello EMO

» x86 Registers
ASM Injector source I_icon_minitimeC.tesi Ağus. 24, 2013 5:02 am tarafından Hello EMO

» [Tutorial] Pegando Address, Pointers de WYD
ASM Injector source I_icon_minitimeÇarş. Tem. 10, 2013 7:25 am tarafından Hello EMO

» [Tutorial] Pegando Address, Pointers de CS Metodo²
ASM Injector source I_icon_minitimeÇarş. Tem. 10, 2013 7:23 am tarafından Hello EMO

» [Tutorial] Aprendendo basico deASM OLLYDBG
ASM Injector source I_icon_minitimeÇarş. Tem. 10, 2013 7:22 am tarafından Hello EMO

» Basic C# DLL injector
ASM Injector source I_icon_minitimePtsi Tem. 08, 2013 7:48 am tarafından Hello EMO

Reklam

ASM Injector source

Aşağa gitmek

ASM Injector source Empty ASM Injector source

Mesaj tarafından Hello EMO Ptsi Kas. 29, 2010 2:43 am

Kod:
; DLL Injector 2007 by GameDeception

.486
.model flat, stdcall
option casemap: none

include windows.inc
include kernel32.inc
include masm32.inc

includelib kernel32.lib
includelib masm32.lib


.data
StartupInfo STARTUPINFO {SIZEOF STARTUPINFO}
ModuleName db "kernel32.dll", 0
ProcName db "LoadLibraryA", 0

.data?
Buffer db 128 dup (?)
Buffer2 db 128 dup (?)
Buffer3 db 128 dup (?)
ProcessInfo PROCESS_INFORMATION {}

.code
start:
invoke getcl_ex, 1, OFFSET Buffer
invoke getcl_ex, 2, OFFSET Buffer2
invoke GetPathOnly, OFFSET Buffer, OFFSET Buffer3
invoke CreateProcess, OFFSET Buffer, OFFSET Buffer2, NULL, NULL, FALSE, 0, NULL, OFFSET Buffer3, OFFSET StartupInfo, OFFSET ProcessInfo
invoke getcl_ex, 3, OFFSET Buffer
invoke StrLen, OFFSET Buffer
lea ebx, [eax + 1]
invoke VirtualAllocEx, ProcessInfo.hProcess, NULL, ebx, MEM_COMMIT, PAGE_READWRITE
mov edi, eax
invoke WriteProcessMemory, ProcessInfo.hProcess, eax, OFFSET Buffer, ebx, NULL
invoke GetModuleHandle, OFFSET ModuleName
invoke GetProcAddress, eax, OFFSET ProcName
invoke CreateRemoteThread, ProcessInfo.hProcess, NULL, 0, eax, edi, 0, NULL
invoke WaitForSingleObject, eax, INFINITE
invoke VirtualFreeEx, ProcessInfo.hProcess, edi, 0, MEM_RELEASE
ret
end start
Hello EMO
Hello EMO
EMO Team
EMO Team

Cinsiyet : Erkek
Burçlar : Yay
Yılan
Mesaj Sayısı : 935
Puan : 374643
Rep Puanı : 18
Doğum tarihi : 28/11/89
Kayıt tarihi : 21/07/09
Yaş : 34
Nerden : EMO WorlD
İş/Hobiler : RCE Student / Game Hacking / Learn Beginner C#,C++,Delphi
Lakap : EMO

https://emostyle.yetkinforum.com

Sayfa başına dön Aşağa gitmek

Sayfa başına dön

- Similar topics

 
Bu forumun müsaadesi var:
Bu forumdaki mesajlara cevap veremezsiniz