0% found this document useful (0 votes)
202 views

Asilog

The document logs the loading and hooking of various functions in the dsound.dll library by an ASI Loader program. It records the addresses of hooked functions like DirectSoundCreate. It then loads three ASI files from the GTA IV Extreme Edition 2015 folder which provide trainer functionality for the base game and its episodes.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
202 views

Asilog

The document logs the loading and hooking of various functions in the dsound.dll library by an ASI Loader program. It records the addresses of hooked functions like DirectSoundCreate. It then loads three ASI files from the GTA IV Extreme Edition 2015 folder which provide trainer functionality for the base game and its episodes.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 1

// -- GTA IV ASI LOADER LOG -- //

//-- (C) Alexander Blade 2008 -- //


C:\Windows\system32\dsound.dll is loaded, address 0x6AFA0000
Hooking dsound proc named "DirectSoundCreate"
"DirectSoundCreate" hooked, address 0x6AFA7E3D
Hooking dsound proc named "DirectSoundEnumerateA"
"DirectSoundEnumerateA" hooked, address 0x6AFED993
Hooking dsound proc named "DirectSoundEnumerateW"
"DirectSoundEnumerateW" hooked, address 0x6AFED9B0
Hooking dsound proc named "DllCanUnloadNow"
"DllCanUnloadNow" hooked, address 0x6AFD41BB
Hooking dsound proc named "DllGetClassObject"
"DllGetClassObject" hooked, address 0x6AFA7792
Hooking dsound proc named "DirectSoundCaptureCreate"
"DirectSoundCaptureCreate" hooked, address 0x6AFED2C5
Hooking dsound proc named "DirectSoundCaptureEnumerateA"
"DirectSoundCaptureEnumerateA" hooked, address 0x6AFED9CD
Hooking dsound proc named "DirectSoundCaptureEnumerateW"
"DirectSoundCaptureEnumerateW" hooked, address 0x6AFED9EA
Hooking dsound proc named "GetDeviceID"
"GetDeviceID" hooked, address 0x6AFED160
Hooking dsound proc named "DirectSoundFullDuplexCreate"
"DirectSoundFullDuplexCreate" hooked, address 0x6AFED429
Hooking dsound proc named "DirectSoundCreate8"
"DirectSoundCreate8" hooked, address 0x6AFDDE69
Hooking dsound proc named "DirectSoundCaptureCreate8"
"DirectSoundCaptureCreate8" hooked, address 0x6AFED371
Loading ASI C:\Program Files (x86)\GTA IV Extreme Edition 2015\Trainer.asi
ASI loaded : C:\Program Files (x86)\GTA IV Extreme Edition 2015\Trainer.asi, Add
ress 0x6DE90000
Loading ASI C:\Program Files (x86)\GTA IV Extreme Edition 2015\Trainertbogt.asi
ASI loaded : C:\Program Files (x86)\GTA IV Extreme Edition 2015\Trainertbogt.asi
, Address 0x6D0E0000
Loading ASI C:\Program Files (x86)\GTA IV Extreme Edition 2015\Trainertlad.asi
ASI loaded : C:\Program Files (x86)\GTA IV Extreme Edition 2015\Trainertlad.asi,
Address 0x6CD00000

You might also like