Stealth Injector + source code [C++]
HBD 9th N3, walau agak telat mudah-mudahan berguna
Stealth Injector memungkinkan cheat creator nge-hide and load file DLL ke dalam memory (buffer). Pada injector umumnya selalu membaca file DLL untuk diinjeksikan ke proses target, yang memungkinkan DLL tersebut dibajak oleh orang lain ^^.
Dengan Stealth Injector, ente bisa buat DLL ente agar menyatu dengan injector/executable. Tidak ada file DLL terpisah! Yang ada hanya injector (plus DLL dalam bentuk array bytes/buffer).
Demo, Source dan Tools:
View attachment Stealth Injector + source code by abujafar.zip
yang gagal injeksi DLL-nya, WAJIB ubah properties project-nya jadi kyk gini:
k:
HBD 9th N3, walau agak telat mudah-mudahan berguna
Stealth Injector memungkinkan cheat creator nge-hide and load file DLL ke dalam memory (buffer). Pada injector umumnya selalu membaca file DLL untuk diinjeksikan ke proses target, yang memungkinkan DLL tersebut dibajak oleh orang lain ^^.
Dengan Stealth Injector, ente bisa buat DLL ente agar menyatu dengan injector/executable. Tidak ada file DLL terpisah! Yang ada hanya injector (plus DLL dalam bentuk array bytes/buffer).
Code:
Coded by : abujafar
Created date : 14/01/2012
Description : Stealth Injector (C++ source code)
Build with : MSVC++ 2008
Included files : * StealthInjector_bin.rar (demo)
* StealthInjector_src.rar (source code)
* Tools.rar (tools: binary to array bytes / Bin2C.exe)
Credits : * N3 (HAPPY BIRTHDAY 9th) dan seluruh admin/staff/vip/member di N3
* DrUnKeN ChEeTaH (StealthInject static library)
* uFMOD - XM Tiny Player (http://ufmod.sourceforge.net)
* Anders Dator Felix Dator (XM music @ http://modarchive.org/index.php?request=view_by_moduleid&query=162099)
Plus/minus : + Banyak opsi untuk metode injeksi yang disediakan library StealthInject
* DLL source: SOURCE_FILE, SOURCE_RESOURCE, SOURCE_MEMORY
* Injection flags: INJECT_RANDOMPOSITION, INJECT_RANDOMHEAD, INJECT_RANDOMTAIL, INJECT_DESTROYHEADERS
- Gagal injeksi (jika SOURCE_MEMORY) jika file DLL di-pack
- Tidak ada enkripsi pada array bytes/buffer (jika SOURCE_MEMORY)
Notes : * Untuk opsi SOURCE_MEMORY, gunakan tool Bin2C.exe untuk mengubah file DLL ke array bytes (DllData.h), kemudian include-kan ke project.
* Selalu pack injector/executable ente secara maksimal
View attachment Stealth Injector + source code by abujafar.zip
yang gagal injeksi DLL-nya, WAJIB ubah properties project-nya jadi kyk gini:
k: