EMO Style ForumPro - Hos Geldiniz
EXPORT function address extractor..."vinnu" Uyeols10

Join the forum, it's quick and easy

EMO Style ForumPro - Hos Geldiniz
EXPORT function address extractor..."vinnu" 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
EXPORT function address extractor..."vinnu" I_icon_minitimeCuma Ağus. 29, 2014 8:33 am tarafından Hello EMO

» goldenchase.net maden yaparak para kazanma
EXPORT function address extractor..."vinnu" I_icon_minitimeCuma Ağus. 29, 2014 8:18 am tarafından Hello EMO

» etichal hacker görsel egitim seti
EXPORT function address extractor..."vinnu" I_icon_minitimeÇarş. Ağus. 06, 2014 4:57 am tarafından Hello EMO

» KO TBL Source C#
EXPORT function address extractor..."vinnu" I_icon_minitimePtsi Ara. 09, 2013 6:36 am tarafından Hello EMO

» x86 Registers
EXPORT function address extractor..."vinnu" I_icon_minitimeC.tesi Ağus. 24, 2013 5:02 am tarafından Hello EMO

» [Tutorial] Pegando Address, Pointers de WYD
EXPORT function address extractor..."vinnu" I_icon_minitimeÇarş. Tem. 10, 2013 7:25 am tarafından Hello EMO

» [Tutorial] Pegando Address, Pointers de CS Metodo²
EXPORT function address extractor..."vinnu" I_icon_minitimeÇarş. Tem. 10, 2013 7:23 am tarafından Hello EMO

» [Tutorial] Aprendendo basico deASM OLLYDBG
EXPORT function address extractor..."vinnu" I_icon_minitimeÇarş. Tem. 10, 2013 7:22 am tarafından Hello EMO

» Basic C# DLL injector
EXPORT function address extractor..."vinnu" I_icon_minitimePtsi Tem. 08, 2013 7:48 am tarafından Hello EMO

Reklam

EXPORT function address extractor..."vinnu"

Aşağa gitmek

EXPORT function address extractor..."vinnu" Empty EXPORT function address extractor..."vinnu"

Mesaj tarafından EMO Paz Nis. 08, 2012 9:56 am

Namaste
Following is a simple exported api address extractor, it helps in exploit development and mostly people rely on some tools for this purpose, rather following simple c code can help u a lot and feel free to modify it as par ur own requirements:



Kod:
/* dexport.cpp */

#include <windows.h>
#include <iostream>

using namespace std;

int main(int argc, char *argv[])   {
   if(argc<3)   {
      printf("\ndexport <dllname> <export-function>\n");
      exit(1);
   }
   HMODULE hmod = LoadLibrary(argv[1]);
   if(hmod!= NULL)   {
      FARPROC proc = (FARPROC)GetProcAddress(hmod,argv[2]);
      printf("\n%s base : %08x\n%s : %08x", argv[1], hmod, argv[2], proc);
      CloseHandle(hmod);
   } else   {
      printf("\nFailed to laod DLL %s",argv[1]);
   }

return EXIT_SUCCESS;
}
EMO
EMO
EMO Team
EMO Team

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

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