Giriş yap
En iyi yollayıcılar
Hello EMO | ||||
EMO | ||||
eMoStyLe | ||||
BesimBICER | ||||
GameKinG | ||||
Crysis | ||||
~>!.DεvιLρяιεsт.!<~ | ||||
MeTaL | ||||
TrueCrime | ||||
djhayal3t |
Istatistikler
Toplam 203 kayıtlı kullanıcımız varSon kaydolan kullanıcımız: crayzboy76
Kullanıcılarımız toplam 1186 mesaj attılar bunda 862 konu
Arama
Sosyal yer imi
Sosyal bookmarking sitesinde Emo, Emo nedir, Emo resimleri, Emo Kıyafetleri, Emo Sözleri, Emo Oyunları, EmoTurkey, Emo Nickler, Emo Avatarları, Punk, Punk Resimleri, Punk Avatarları, Rock, Rock Resimleri, Rock Avatarları, Msn Nickleri, Msn Avatarları, Müzik adresi saklayın ve paylaşın
Sosyal bookmarking sitesinde EMO Style ForumPro - Hos Geldiniz adresi saklayın ve paylaşın
Kimler hatta?
Toplam 3 kullanıcı online :: 0 Kayıtlı, 0 Gizli ve 3 Misafir Yok
Sitede bugüne kadar en çok 217 kişi C.tesi Tem. 29, 2017 1:46 am tarihinde online oldu.
En son konular
Reklam
Finding MobAdress From MobID (C#)
1 sayfadaki 1 sayfası
Finding MobAdress From MobID (C#)
[quote name='new124tan' timestamp='1296581002' post='1098']
here is the C# and asm code,if you want to learn mob's attributes you need to add function return to theese offsets:
For mobx 0xF0
moby 0xF8
mobZ 0xD8
Hp 0x5E4
maxHp 0x5E0
and this is assembly code :
This is the C# code
Best Regards,
[/quote]
alınıtı
here is the C# and asm code,if you want to learn mob's attributes you need to add function return to theese offsets:
For mobx 0xF0
moby 0xF8
mobZ 0xD8
Hp 0x5E4
maxHp 0x5E0
and this is assembly code :
- Kod:
01360024 60 PUSHAD
01360025 8B35 78003601 MOV ESI,DWORD PTR DS:[1360078]
0136002B 8B3D 246CC200 MOV EDI,DWORD PTR DS:[C26C24]
01360031 6A 01 PUSH 1
01360033 56 PUSH ESI
01360034 8BCF MOV ECX,EDI
01360036 BF C0944900 MOV EDI,4994C0
0136003B FFD7 CALL EDI
0136003D 890D 82003601 MOV DWORD PTR DS:[1360082],ECX
01360043 61 POPAD
01360044 C3 RET
This is the C# code
- Kod:
public int mobAdresbul(IntPtr ProcessHandle, int mobID,IntPtr KO_FLDB,IntPtr KO_FMSM)
{
int fonksiyonSonucu ;
Byte[] sonucByteDizi = new Byte[4];
IntPtr fonksiyonSonucuAdres = VirtualAllocEx(ProcessHandle, IntPtr.Zero, 1024, MEM_COMMIT, PAGE_READWRITE);
IntPtr mobIdAdres = VirtualAllocEx(ProcessHandle, IntPtr.Zero, 1024, MEM_COMMIT, PAGE_READWRITE);
WriteMemory(ProcessHandle, mobIdAdres, mobID);
string pStr = "608B35" + AlignDWORD(mobIdAdres) + "8B3D" + AlignDWORD(KO_FLDB) + "6A01568BCFBF" + AlignDWORD(KO_FMSM) + "FFD7890D" + AlignDWORD(fonksiyonSonucuAdres) + "61C3";
Byte[] pBytes = ConvHEX2ByteArray(pStr);
ExecuteRemoteCode(pBytes, ProcessHandle);
ReadProcessMemory(ProcessHandle,fonksiyonSonucuAdres,sonucByteDizi,4,0);
fonksiyonSonucu = BitConverter.ToInt32(sonucByteDizi, 0);
VirtualFreeEx(ProcessHandle, mobIdAdres, 0, MEM_RELEASE);
VirtualFreeEx(ProcessHandle, fonksiyonSonucuAdres, 0, MEM_RELEASE);
return fonksiyonSonucu;
}
Best Regards,
[/quote]
alınıtı
Similar topics
» [IDA] Finding Off Bytes
» Finding the Thread ID from the Executable Name
» Finding the ProcessID using FindWindow()
» Finding the Thread ID from the Executable Name, by: Stork
» Finding the Thread ID from the Executable Name, by: Stork
» Finding the Thread ID from the Executable Name
» Finding the ProcessID using FindWindow()
» Finding the Thread ID from the Executable Name, by: Stork
» Finding the Thread ID from the Executable Name, by: Stork
1 sayfadaki 1 sayfası
Bu forumun müsaadesi var:
Bu forumdaki mesajlara cevap veremezsiniz
Cuma Ağus. 29, 2014 8:33 am tarafından Hello EMO
» goldenchase.net maden yaparak para kazanma
Cuma Ağus. 29, 2014 8:18 am tarafından Hello EMO
» etichal hacker görsel egitim seti
Çarş. Ağus. 06, 2014 4:57 am tarafından Hello EMO
» KO TBL Source C#
Ptsi Ara. 09, 2013 6:36 am tarafından Hello EMO
» x86 Registers
C.tesi Ağus. 24, 2013 5:02 am tarafından Hello EMO
» [Tutorial] Pegando Address, Pointers de WYD
Çarş. Tem. 10, 2013 7:25 am tarafından Hello EMO
» [Tutorial] Pegando Address, Pointers de CS Metodo²
Çarş. Tem. 10, 2013 7:23 am tarafından Hello EMO
» [Tutorial] Aprendendo basico deASM OLLYDBG
Çarş. Tem. 10, 2013 7:22 am tarafından Hello EMO
» Basic C# DLL injector
Ptsi Tem. 08, 2013 7:48 am tarafından Hello EMO