Skip to content
View in the app

A better way to browse. Learn more.

LCPDFR.com

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

The Menu 0.7.7

(9 reviews)

4 Screenshots

The Menu

This mod was designed with couch players in mind but also highly recommended for dektop use aswell. With The Menu, just about anything that can be done without a keyboard. You can customize the menu anyway you wish allowing flexibility and personalisation. The mod is very adaptive and can make actions and general tasks simpler and cleaner.

Commands
Each menu item is assigned commands, these commands include Vehicle Actions, Spawning, Key Presses, Execution Delay and many more to come.

Macros
Any Menu Item can trigger a mixture of multiple commands allowing for some creativity.

Conditions
Only allow specific menu's or menu items to show under certain conditions. These conditions can also be matched by All, Any or Exact.

Nested
Menu's within Menu's, just to add to the flexibility...

Forget Hotkeys
While your mod collection is expanding, so is your available hotkeys and memory. The Menu is perfect for letting loose and handle all those mods for you.


ReadMe
The Menu - Read Me

REQUIREMENTS:
    RagePluginHook 0.36.877.6833 (http://ragepluginhook.net/)

INSTALLATION:  

    Copy "The Menu.xml", "The Menu.dll" and "The Menu"(Folder) To [GTA V Folder]\Plugins
    Copy "AutoItX3.dll", "CQoute.Common.dll" To The Root Of Your GTA V Folder

NOTES:
    The Settings and Configurations are inside "The Menu.xml" File, The current menu is a Place-holder and will need to be changed to suit your own needs.

Edit "The Menu.xml" file (preferably with notepad++) to customize your menu and change some settings. The Menu is in beta stages and will more than likely contain bugs.
To load this plugin, Either enable the plugin from ragehook settings menu (launch GTA V via rage hook and click the settings icon) or by pressing F4 while in game which will bring up the RagePluginHooks Console and typing loadplugin "The Menu.dll".

What's New in Version 0.7.7

Released

(Fixed) Animations will wait for the previous animation to finish

User Feedback

Recommended Comments

shammy007

Members

It seems that it crashes when ragehookplugin loads it up. I placed the three files in the /plugin folder and placed the Autoltx3.dll file in the root folder. Was there something I missed?

The Loot

Members

(edited)

This looks pretty promising already; you should open a mod thread for it. 

Quick clarification: I assume templates are used so the main xml file won't get crowded with a whole bunch of menus. So something like this can be made...

Spoiler

<Menu Title="Traffic Control">
  <MenuItem Title="Slow Nearby Traffic">
    <KeyPress>^i</KeyPress>
  </MenuItem>
  <MenuItem Title="Stop Nearby Traffic">
    <KeyPress>^u</KeyPress>
  </MenuItem>
  <MenuItem Title="Remove Nearest Traffic Zone">
    <KeyPress>^h</KeyPress>
  </MenuItem>
  <MenuItem Title="Remove All Traffic Zones">
    <KeyPress>^+h</KeyPress>
  </MenuItem>
</Menu>

 

...and then all I'd have to do in the main file is add a line like <Template>Traffic Control</Template>, and that would be a working option?

Edit: However, I am also getting a crash on loading the plugin.

Spoiler

[2/9/2016 1:16:57 AM.997] Loading plugin from path: F:\Installed Games\steamapps\common\Grand Theft Auto V\Plugins\The Menu.dll
[2/9/2016 1:16:59 AM.529] <UNLOADED PLUGIN>: Initializing input system
[2/9/2016 1:16:59 AM.530] <UNLOADED PLUGIN>: Initializing game console
[2/9/2016 1:16:59 AM.531] <UNLOADED PLUGIN>: Initializing forms manager
[2/9/2016 1:16:59 AM.538] Plugin "The Menu" was loaded from "The Menu.dll".
[2/9/2016 1:16:59 AM.560] The Menu: Launching...
[2/9/2016 1:16:59 AM.568] The Menu: Loading XML File: Plugins\The Menu.xml
[2/9/2016 1:16:59 AM.987] The Menu: Loading XML File: Plugins\The Menu\Templates\Weather.xml
[2/9/2016 1:16:59 AM.996] The Menu: Loading XML File: Plugins\The Menu\Templates\Traffic Control.xml
[2/9/2016 1:17:00 AM.011] The Menu: 
[2/9/2016 1:17:00 AM.011] The Menu: ==============================
[2/9/2016 1:17:00 AM.012] The Menu: UNHANDLED EXCEPTION DURING GAME THREAD TICK
[2/9/2016 1:17:00 AM.012] The Menu: ------------------------------
[2/9/2016 1:17:00 AM.012] The Menu: Origin: Game fiber "Plugin "The Menu" main thread".
[2/9/2016 1:17:00 AM.012] The Menu: ------------------------------
[2/9/2016 1:17:00 AM.012] The Menu: Exception type: System.IO.FileNotFoundException
[2/9/2016 1:17:00 AM.013] The Menu: Exception message: Could not load file or assembly 'file:///F:\Installed Games\steamapps\common\Grand Theft Auto V\LMS.AppDomainHelper.dll' or one of its dependencies. The system cannot find the file specified.
[2/9/2016 1:17:00 AM.013] The Menu: ------------------------------
[2/9/2016 1:17:00 AM.013] The Menu: Inner exceptions:
[2/9/2016 1:17:00 AM.013] The Menu: ------------------------------
[2/9/2016 1:17:00 AM.014] The Menu: Stack trace:
[2/9/2016 1:17:00 AM.014] The Menu: at System.Reflection.RuntimeAssembly._nLoad(AssemblyName fileName, String codeBase, Evidence assemblySecurity, RuntimeAssembly locationHint, StackCrawlMark& stackMark, IntPtr pPrivHostBinder, Boolean throwOnFileNotFound, Boolean forIntrospection, Boolean suppressSecurityChecks)
[2/9/2016 1:17:00 AM.014] at System.Reflection.RuntimeAssembly.InternalLoadAssemblyName(AssemblyName assemblyRef, Evidence assemblySecurity, RuntimeAssembly reqAssembly, StackCrawlMark& stackMark, IntPtr pPrivHostBinder, Boolean throwOnFileNotFound, Boolean forIntrospection, Boolean suppressSecurityChecks)
[2/9/2016 1:17:00 AM.015] at System.Reflection.RuntimeAssembly.InternalLoadFrom(String assemblyFile, Evidence securityEvidence, Byte[] hashValue, AssemblyHashAlgorithm hashAlgorithm, Boolean forIntrospection, Boolean suppressSecurityChecks, StackCrawlMark& stackMark)
[2/9/2016 1:17:00 AM.015] at System.Reflection.Assembly.LoadFrom(String assemblyFile)
[2/9/2016 1:17:00 AM.015] at GTATheMenu.EntryPoint.Main()
[2/9/2016 1:17:00 AM.015] at Rage.GameFiber.Main()
[2/9/2016 1:17:00 AM.016] The Menu: ==============================
[2/9/2016 1:17:00 AM.016] The Menu: 

 

Edited by The Loot

5 hours ago, shammy007 said:

It seems that it crashes when ragehookplugin loads it up. I placed the three files in the /plugin folder and placed the Autoltx3.dll file in the root folder. Was there something I missed?

no im having the same issue....

is this somthing we have to fix according to his read me text we have to fix this issue our selves to prevent crashing ,,but i dnt no how

CQoute

Members Author

I'll investigate this soon, my tests had the mod working fine and over at GTA5 Mods it has been ok for a while now, but I did update it recently which may had caused instability.

CQoute

Members Author

(edited)

Just updated as I didn't realise there was code for a library that my PC already had, Should work now.

@The Loot Templates are used to remove clutter but also to reuse for common things eg. Confirm or deny could be a template which can be a sub menu for many things. But from what I understand about what you're trying to say, then yes that is an option. Also maybe a menu at different lists might need the same thing.

Edited by CQoute

S0berDrunk

Members

How cool would it be if it was open source. Everybody adding in there own additions. Very promising project, great job.

RyWilson

Members

hmm this seems amazing on paper..but i'm a boob so i don't know if i'll be able to navigate all that. any possible chance of a video sometime to help? :whistling::tongue:

TheOddestBall

Members

I think I'm going to work on a tutorial video for this mod.... :)

pedropaschoal

Members

Hey CQoute , I apologize for my English and to be noob.


How do I do to when you press the F5 display the same menu of your screenshot 01?

 

My menu is displayed as picture attached, do not know how to configure, can you help me?

 

I appreciate if you help me

 

menu.png

mymenu.png

pedropaschoal

Members

3 hours ago, CQoute said:

@pedropaschoal In the xml file, Just reorder the <menu> list of the LSPDFR items to be up the top.

You won a fan and 5-star rating in the plugin's all I needed.

Continue updating and working on this wonderful plugin.

TheOddestBall

Members

 

 <- New video up now guys, sorry about the quality!!

keepachris

Members

(edited)

Hi, i've installed this mod it works when pressing F5 but i want to use it on my controller. i have changed the xml file button to both left should and dpad down, none of which work :/ 

Untitled.png

Edited by keepachris

pedropaschoal

Members

Hey Keepacrhis, try to press and hold for a few seconds on your controller!

CQoute

Members Author

@keepachris I notice there is a space before DPadDown, try removing that space, also bring up the console by pressing F4 and see if theres any issues.

pedropaschoal

Members

@CQoute with this update will stop start recording?

CQoute

Members Author

(edited)

@pedropaschoal It should stop recordings from happening when "down" and "a" buttons on gamepad is quickly pressed, I only did a short test and seemed ok, but I could be mistaken.

Edited by CQoute

pedropaschoal

Members

I'll do a test tonight and notice you! I enjoyed the plugin

TheOddestBall

Members

Hey guys! If you like this plugin, please be sure and give it a review. Make sure these Devs know how much we appreciate them! 

 

ALSO, I will be working closely with CQoute to ensure this plugins stability. If you guys need help, feel free to ask me either here, on my YouTube channel, or at my email theoddestball@gmail.com. Thanks!

OfficerLando

Members

On ‎2‎/‎9‎/‎2016 at 5:22 AM, CQoute said:

I'll investigate this soon, my tests had the mod working fine and over at GTA5 Mods it has been ok for a while now, but I did update it recently which may had caused instability.

Ya it crashes a lot but then again when it works.....it saves so much dang time. I am a native xbox player so this mod helps a lot. @CQoute  Note: RPH tells me that "Plugin: The Menu most liked caused the game to crash"

Sakeeeee

Members

It seems to crash again at launch, with a RPH message

"Please note, that this crash occured within the plugin The Menu
please forward the following crash report to Scott Croser"

Spoiler

RAGE Plugin Hook v0.36.877.6833 PUBLIC ALPHA

Game: Grand Theft Auto V
Game build: 617
Branch: Steam


===== .NET exception information =====
Type: System.Net.WebException
Message: Le nom distant n'a pas pu être résolu: 'www.lcpdfr.com'
Stack trace:   à System.Net.WebClient.DownloadDataInternal(Uri address, WebRequest& request)
   à System.Net.WebClient.DownloadString(Uri address)
   à GTATheMenu.Helpers.Common.<>c__DisplayClass1.<CheckForNewVersionLSPDFR>b__0()
   à System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
   à System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
   à System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
   à System.Threading.ThreadHelper.ThreadStart()


Plugins loaded at the time of the crash:
    Breathalyzer by Qwerasdzxc.
    Cop Holster by PieRGud.
    EUP Clothing Menu by PieRGud / Alex_Ashford / Yard1.
    LSPD First Response by G17 Media.
    Ped Search v1.1.1 by FtDLulz.
    RageShowMyLocation by waski35.
    Snow Mod by unknown developer.
    Spike Strips V by alexguirre.
    Spotlight Mod by alexguirre.
    The Menu by Scott Croser.
    Traffic Control by Stealth22.
    Unarmed Arrests by Albo1125.
    Vehicle Search v2.1.7 by FtDLulz.

This crash most likely occurred in plugin: The Menu

Base address: 00007ff755080000
Exception address: 00007ffb4f40a1c8
Exception offset: 3fa38a1c8
Exception code: 0xe0434352 (DOT_NET_EXCEPTION)

Stack trace (unmanaged):
    0x00007ffb4f4502ce - UnhandledExceptionFilter - in Unknown:0 (C:\Windows\system32\KERNELBASE.dll)
    0x00007ffb51f88cd2 - memset - in Unknown:0 (C:\Windows\SYSTEM32\ntdll.dll)
    0x00007ffb51f74296 - _C_specific_handler - in Unknown:0 (C:\Windows\SYSTEM32\ntdll.dll)
    0x00007ffb51f8666d - _chkstk - in Unknown:0 (C:\Windows\SYSTEM32\ntdll.dll)
    0x00007ffb51f03c00 - RtlWalkFrameChain - in Unknown:0 (C:\Windows\SYSTEM32\ntdll.dll)
    0x00007ffb51f021c4 - RtlRaiseException - in Unknown:0 (C:\Windows\SYSTEM32\ntdll.dll)
    0x00007ffb4f40a1c8 - RaiseException - in Unknown:0 (C:\Windows\system32\KERNELBASE.dll)
    0x00007ffb4233fd81 - GetMetaDataPublicInterfaceFromInternal - in Unknown:0 (C:\Windows\Microsoft.NET\Framework64\v4.0.30319\clr.dll)
    0x00007ffb4233fb84 - GetMetaDataPublicInterfaceFromInternal - in Unknown:0 (C:\Windows\Microsoft.NET\Framework64\v4.0.30319\clr.dll)
    0x00007ffae5fe3cd6 - GetMetaDataPublicInterfaceFromInternal - in Unknown:0 (C:\Windows\Microsoft.NET\Framework64\v4.0.30319\clr.dll)

Stack trace (managed):
      Hook:OnGameCrashManaged(_EXCEPTION_POINTERS* exceptionInfo, Void** stackFrames, Int32 framesCaptured, SByte* exceptionName, Plugin plugin, String pluginStackTrace)
    Plugin: OnGameCrashManaged(_EXCEPTION_POINTERS* exceptionInfo, Void** stackFrames, Int32 framesCaptured, SByte* exceptionName, Plugin plugin, String pluginStackTrace)
    Plugin:     OnGameCrashManaged(_EXCEPTION_POINTERS* exceptionInfo, Void** stackFrames, Int32 framesCaptured, SByte* exceptionName)
    Plugin:     System.Net.WebClient.DownloadDataInternal(Uri address, WebRequest& request)
    Plugin:     System.Net.WebClient.DownloadString(Uri address)
    Plugin:     GTATheMenu.Helpers.Common+<>c__DisplayClass1.<CheckForNewVersionLSPDFR>b__0()
    Plugin:     System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
    Plugin:     System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
    Plugin:     System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
    Plugin:     System.Threading.ThreadHelper.ThreadStart()


General purpose registers:
    RAX: 0x00007ffae6030000
    RCX: 0x00007ffae6023d10
    RDX: 0x00007ffb422d0cf4
    RBX: 0x0000000000000001
    RSP: 0x0000004b66b79a30
    RBP: 0x0000004b66b7e5b0
    RSI: 0x0000004b66b79ba8
    RDI: 0x0000000000000005
    R8: 0x0000000000000001
    R9: 0xfffffffffffffffe
    R10: 0x00007ffb422cca00
    R11: 0x0000000000003ccc
    R12: 0x0000000000004000
    R13: 0x0000004ab18396b0
    R14: 0x00000000e0434352
    R15: 0x0000004af991e198
    RIP: 0x00007ffb4f40a1c8

Segment registers:
    CS: 0x0033
    DS: 0x002b
    ES: 0x002b
    FS: 0x0053
    GS: 0x002b
    SS: 0x002b
    Flags: 0x00000202

Debug registers:
    Dr0: 0x0000004b66b79480
    Dr1: 0x00007ffb42b7eb00
    Dr2: 0x00007ffb422929e3
    Dr3: 0x0000004b45dff760
    Dr6: 0x00007ffae6023cc0
    Dr7: 0x00007ffae6020000

Floating point state:
    Xmm0: Low: 0x0000000000000000, High: 0x0000000000000000
    Xmm1: Low: 0x00007ffa00000004, High: 0x00007ffa00000004
    Xmm2: Low: 0x0000004b46018e28, High: 0x0000004b46018e28
    Xmm3: Low: 0x00007ffae600fbd0, High: 0x00007ffae600fbd0
    Xmm4: Low: 0x0000000000000000, High: 0x0000000000000000
    Xmm5: Low: 0x0000004adace0000, High: 0x0000004adace0000
    Xmm6: Low: 0x0000000000000000, High: 0x0000000000000000
    Xmm7: Low: 0x0000000000000000, High: 0x0000000000000000
    Xmm8: Low: 0x0000000000000000, High: 0x0000000000000000
    Xmm9: Low: 0x0000000000000000, High: 0x0000000000000000
    Xmm10: Low: 0x0000000000000000, High: 0x0000000000000000
    Xmm11: Low: 0x0000000000000000, High: 0x0000000000000000
    Xmm12: Low: 0x0000000000000000, High: 0x0000000000000000
    Xmm13: Low: 0x0000000000000000, High: 0x0000000000000000
    Xmm14: Low: 0x0000000000000000, High: 0x0000000000000000
    Xmm15: Low: 0x0000000000000000, High: 0x0000000000000000

Threads:
    Id: 4160 (0x1040)state: Wait (Reason: UserRequest)
    Id: 2952 (0x0b88)state: Wait (Reason: ExecutionDelay)
    Id: 6100 (0x17d4)state: Wait (Reason: UserRequest)
    Id: 8928 (0x22e0)state: Wait (Reason: UserRequest)
    Id: 5424 (0x1530)state: Wait (Reason: UserRequest)
    Id: 9496 (0x2518)state: Wait (Reason: ExecutionDelay)
    Id: 2272 (0x08e0)state: Wait (Reason: UserRequest)
    Id: 8660 (0x21d4)state: Wait (Reason: UserRequest)
    Id: 8184 (0x1ff8)state: Wait (Reason: UserRequest)
    Id: 8820 (0x2274)state: Wait (Reason: UserRequest)
    Id: 3548 (0x0ddc)state: Wait (Reason: UserRequest)
    Id: 9936 (0x26d0)state: Wait (Reason: UserRequest)
    Id: 4112 (0x1010)state: Wait (Reason: EventPairLow)
    Id: 8872 (0x22a8)state: Wait (Reason: EventPairLow)
    Id: 6804 (0x1a94)state: Wait (Reason: EventPairLow)
    Id: 2348 (0x092c)state: Wait (Reason: UserRequest)
    Id: 8024 (0x1f58)state: Wait (Reason: UserRequest)
    Id: 3484 (0x0d9c)state: Wait (Reason: UserRequest)
    Id: 10064 (0x2750)state: Wait (Reason: UserRequest)
    Id: 6352 (0x18d0)state: Running
    Id: 8060 (0x1f7c)state: Wait (Reason: UserRequest)
    Id: 6776 (0x1a78)state: Wait (Reason: UserRequest)
    Id: 8276 (0x2054)state: Wait (Reason: UserRequest)
    Id: 3268 (0x0cc4)state: Wait (Reason: UserRequest)
    Id: 9128 (0x23a8)state: Wait (Reason: UserRequest)
    Id: 7740 (0x1e3c)state: Wait (Reason: UserRequest)
    Id: 9956 (0x26e4)state: Wait (Reason: UserRequest)
    Id: 4240 (0x1090)state: Wait (Reason: UserRequest)
    Id: 7812 (0x1e84)state: Wait (Reason: UserRequest)
    Id: 4360 (0x1108)state: Wait (Reason: UserRequest)
    Id: 608 (0x0260)state: Wait (Reason: UserRequest)
    Id: 3468 (0x0d8c)state: Wait (Reason: UserRequest)
    Id: 972 (0x03cc)state: Wait (Reason: UserRequest)
    Id: 8896 (0x22c0)state: Wait (Reason: UserRequest)
    Id: 5084 (0x13dc)state: Wait (Reason: UserRequest)
    Id: 3900 (0x0f3c)state: Wait (Reason: ExecutionDelay)
    Id: 5240 (0x1478)state: Wait (Reason: UserRequest)
    Id: 5940 (0x1734)state: Wait (Reason: UserRequest)
    Id: 3024 (0x0bd0)state: Wait (Reason: UserRequest)
    Id: 2468 (0x09a4)state: Wait (Reason: UserRequest)
    Id: 8480 (0x2120)state: Wait (Reason: UserRequest)
    Id: 6620 (0x19dc)state: Wait (Reason: UserRequest)
    Id: 7192 (0x1c18)state: Wait (Reason: UserRequest)
    Id: 7520 (0x1d60)state: Wait (Reason: UserRequest)
    Id: 136 (0x0088)state: Wait (Reason: EventPairLow)
    Id: 1348 (0x0544)state: Wait (Reason: EventPairLow)
    Id: 9220 (0x2404)state: Wait (Reason: UserRequest)
    Id: 2052 (0x0804)state: Wait (Reason: ExecutionDelay)
    Id: 7928 (0x1ef8)state: Wait (Reason: UserRequest)
    Id: 860 (0x035c)state: Wait (Reason: UserRequest)
    Id: 8332 (0x208c)state: Wait (Reason: UserRequest)
    Id: 9160 (0x23c8)state: Wait (Reason: UserRequest)
    Id: 6940 (0x1b1c)state: Wait (Reason: UserRequest)
    Id: 5848 (0x16d8)state: Wait (Reason: UserRequest)
    Id: 4616 (0x1208)state: Wait (Reason: EventPairLow)
    Id: 7048 (0x1b88)state: Wait (Reason: ExecutionDelay)
    Id: 7832 (0x1e98)state: Wait (Reason: UserRequest)
    Id: 1228 (0x04cc)state: Wait (Reason: UserRequest)
    Id: 5740 (0x166c)state: Wait (Reason: ExecutionDelay)
    Id: 7984 (0x1f30)state: Wait (Reason: UserRequest)
    Id: 9672 (0x25c8)state: Wait (Reason: UserRequest)
    Id: 6680 (0x1a18)state: Wait (Reason: UserRequest)
    Id: 228 (0x00e4)state: Wait (Reason: UserRequest)
    Id: 3412 (0x0d54)state: Wait (Reason: UserRequest)
    Id: 268 (0x010c)state: Wait (Reason: UserRequest)
    Id: 5008 (0x1390)state: Wait (Reason: UserRequest)
    Id: 1664 (0x0680)state: Wait (Reason: UserRequest)
    Id: 2480 (0x09b0)state: Wait (Reason: UserRequest)
    Id: 2292 (0x08f4)state: Wait (Reason: ExecutionDelay)
    Id: 6716 (0x1a3c)state: Wait (Reason: UserRequest)
    Id: 616 (0x0268)state: Wait (Reason: UserRequest)
    Id: 3188 (0x0c74)state: Wait (Reason: UserRequest)
    Id: 4852 (0x12f4)state: Wait (Reason: UserRequest)
    Id: 9280 (0x2440)state: Wait (Reason: UserRequest)
    Id: 3716 (0x0e84)state: Wait (Reason: UserRequest)
    Id: 7476 (0x1d34)state: Wait (Reason: UserRequest)
    Id: 5876 (0x16f4)state: Wait (Reason: UserRequest)
    Id: 2188 (0x088c)state: Wait (Reason: EventPairLow)
    Id: 952 (0x03b8)state: Wait (Reason: UserRequest)
    Id: 5932 (0x172c)state: Wait (Reason: UserRequest)
    Id: 9780 (0x2634)state: Wait (Reason: UserRequest)
    Id: 7408 (0x1cf0)state: Wait (Reason: UserRequest)
    Id: 9708 (0x25ec)state: Wait (Reason: UserRequest)
    Id: 8260 (0x2044)state: Wait (Reason: UserRequest)
    Id: 8712 (0x2208)state: Wait (Reason: UserRequest)
    Id: 7960 (0x1f18)state: Wait (Reason: UserRequest)
    Id: 4008 (0x0fa8)state: Wait (Reason: UserRequest)
    Id: 8292 (0x2064)state: Wait (Reason: ExecutionDelay)
    Id: 5580 (0x15cc)state: Wait (Reason: UserRequest)
    Id: 5864 (0x16e8)state: Wait (Reason: UserRequest)
    Id: 8432 (0x20f0)state: Wait (Reason: UserRequest)
    Id: 7504 (0x1d50)state: Wait (Reason: UserRequest)
    Id: 8408 (0x20d8)state: Wait (Reason: UserRequest)
    Id: 9120 (0x23a0)state: Wait (Reason: UserRequest)
    Id: 7152 (0x1bf0)state: Wait (Reason: UserRequest)
    Id: 6892 (0x1aec)state: Wait (Reason: UserRequest)
    Id: 4848 (0x12f0)state: Wait (Reason: UserRequest)
    Id: 2432 (0x0980)state: Wait (Reason: UserRequest)
    Id: 7888 (0x1ed0)state: Wait (Reason: UserRequest)
    Id: 1272 (0x04f8)state: Wait (Reason: UserRequest)
    Id: 2988 (0x0bac)state: Wait (Reason: UserRequest)
    Id: 8972 (0x230c)state: Wait (Reason: UserRequest)
    Id: 3916 (0x0f4c)state: Wait (Reason: UserRequest)
    Id: 9992 (0x2708)state: Wait (Reason: UserRequest)
    Id: 8488 (0x2128)state: Wait (Reason: UserRequest)
    Id: 6380 (0x18ec)state: Wait (Reason: UserRequest)
    Id: 10132 (0x2794)state: Wait (Reason: UserRequest)
    Id: 2280 (0x08e8)state: Wait (Reason: UserRequest)
    Id: 8028 (0x1f5c)state: Wait (Reason: UserRequest)
    Id: 7864 (0x1eb8)state: Wait (Reason: UserRequest)
    Id: 6668 (0x1a0c)state: Wait (Reason: EventPairLow)
    Id: 8744 (0x2228)state: Wait (Reason: UserRequest)
    Id: 980 (0x03d4)state: Wait (Reason: UserRequest)
    Id: 9040 (0x2350)state: Wait (Reason: UserRequest)
    Id: 7808 (0x1e80)state: Wait (Reason: UserRequest)
    Id: 9520 (0x2530)state: Wait (Reason: ExecutionDelay)
    Id: 4516 (0x11a4)state: Wait (Reason: ExecutionDelay)
    Id: 2972 (0x0b9c)state: Running
    Id: 736 (0x02e0)state: Wait (Reason: UserRequest)
    Id: 8412 (0x20dc)state: Wait (Reason: ExecutionDelay)
    Id: 9412 (0x24c4)state: Wait (Reason: ExecutionDelay)
    Id: 3196 (0x0c7c)state: Wait (Reason: ExecutionDelay)
    Id: 3112 (0x0c28)state: Wait (Reason: UserRequest)
    Id: 9368 (0x2498)state: Wait (Reason: UserRequest)
    Id: 7288 (0x1c78)state: Wait (Reason: ExecutionDelay)
    Id: 7020 (0x1b6c)state: Wait (Reason: ExecutionDelay)
    Id: 8796 (0x225c)state: Wait (Reason: ExecutionDelay)
    Id: 8188 (0x1ffc)state: Wait (Reason: UserRequest)
    Id: 840 (0x0348)state: Wait (Reason: ExecutionDelay)
    Id: 9332 (0x2474)state: Wait (Reason: UserRequest)
    Id: 3820 (0x0eec)state: Wait (Reason: ExecutionDelay)
    Id: 7096 (0x1bb8)state: Wait (Reason: ExecutionDelay)
    Id: 3528 (0x0dc8)state: Wait (Reason: ExecutionDelay)
    Id: 1904 (0x0770)state: Wait (Reason: UserRequest)
    Id: 3576 (0x0df8)state: Wait (Reason: ExecutionDelay)
    Id: 10124 (0x278c)state: Wait (Reason: UserRequest)
    Id: 1328 (0x0530)state: Wait (Reason: ExecutionDelay)
    Id: 5800 (0x16a8)state: Wait (Reason: ExecutionDelay)
    Id: 8816 (0x2270)state: Wait (Reason: ExecutionDelay)
    Id: 6724 (0x1a44)state: Wait (Reason: ExecutionDelay)
    Id: 6348 (0x18cc)state: Wait (Reason: UserRequest)
    Id: 7324 (0x1c9c)state: Wait (Reason: ExecutionDelay)
    Id: 5752 (0x1678)state: Wait (Reason: ExecutionDelay)
    Id: 7652 (0x1de4)state: Wait (Reason: UserRequest)
    Id: 8700 (0x21fc)state: Wait (Reason: UserRequest)
    Id: 9844 (0x2674)state: Wait (Reason: ExecutionDelay)
    Id: 6236 (0x185c)state: Wait (Reason: ExecutionDelay)
    Id: 8628 (0x21b4)state: Wait (Reason: ExecutionDelay)
    Id: 4720 (0x1270)state: Wait (Reason: UserRequest)
    Id: 6308 (0x18a4)state: Wait (Reason: ExecutionDelay)
    Id: 236 (0x00ec)state: Wait (Reason: UserRequest)
    Id: 5148 (0x141c)state: Wait (Reason: UserRequest)
    Id: 1828 (0x0724)state: Wait (Reason: ExecutionDelay)
    Id: 5032 (0x13a8)state: Wait (Reason: ExecutionDelay)
    Id: 9604 (0x2584)state: Wait (Reason: ExecutionDelay)
    Id: 4456 (0x1168)state: Wait (Reason: ExecutionDelay)
    Id: 1508 (0x05e4)state: Wait (Reason: UserRequest)
    Id: 3144 (0x0c48)state: Wait (Reason: ExecutionDelay)
    Id: 1868 (0x074c)state: Wait (Reason: ExecutionDelay)
    Id: 9552 (0x2550)state: Wait (Reason: UserRequest)
    Id: 5636 (0x1604)state: Wait (Reason: UserRequest)
    Id: 6552 (0x1998)state: Wait (Reason: ExecutionDelay)
    Id: 8508 (0x213c)state: Wait (Reason: ExecutionDelay)
    Id: 9656 (0x25b8)state: Wait (Reason: UserRequest)
    Id: 7000 (0x1b58)state: Wait (Reason: UserRequest)
    Id: 9644 (0x25ac)state: Wait (Reason: ExecutionDelay)
    Id: 2580 (0x0a14)state: Wait (Reason: ExecutionDelay)
    Id: 3356 (0x0d1c)state: Wait (Reason: UserRequest)
    Id: 9268 (0x2434)state: Wait (Reason: UserRequest)
    Id: 7848 (0x1ea8)state: Wait (Reason: ExecutionDelay)
    Id: 10184 (0x27c8)state: Wait (Reason: ExecutionDelay)
    Id: 6164 (0x1814)state: Wait (Reason: ExecutionDelay)
    Id: 1280 (0x0500)state: Wait (Reason: UserRequest)
    Id: 3924 (0x0f54)state: Wait (Reason: ExecutionDelay)
    Id: 9376 (0x24a0)state: Wait (Reason: UserRequest)
    Id: 10156 (0x27ac)state: Wait (Reason: ExecutionDelay)
    Id: 10112 (0x2780)state: Wait (Reason: ExecutionDelay)
    Id: 1724 (0x06bc)state: Wait (Reason: ExecutionDelay)
    Id: 6852 (0x1ac4)state: Wait (Reason: ExecutionDelay)
    Id: 7948 (0x1f0c)state: Wait (Reason: UserRequest)
    Id: 3340 (0x0d0c)state: Wait (Reason: ExecutionDelay)
    Id: 3920 (0x0f50)state: Wait (Reason: ExecutionDelay)
    Id: 6664 (0x1a08)state: Wait (Reason: UserRequest)
    Id: 3932 (0x0f5c)state: Wait (Reason: UserRequest)
    Id: 5968 (0x1750)state: Wait (Reason: UserRequest)
    Id: 7752 (0x1e48)state: Wait (Reason: UserRequest)
    Id: 8472 (0x2118)state: Wait (Reason: ExecutionDelay)
    Id: 8248 (0x2038)state: Wait (Reason: UserRequest)
    Id: 1208 (0x04b8)state: Wait (Reason: UserRequest)
    Id: 8392 (0x20c8)state: Wait (Reason: UserRequest)
    Id: 100 (0x0064)state: Wait (Reason: UserRequest)
    Id: 8124 (0x1fbc)state: Running
    Id: 1908 (0x0774)state: Wait (Reason: UserRequest)
    Id: 1956 (0x07a4)state: Wait (Reason: EventPairLow)
    Id: 4592 (0x11f0)state: Wait (Reason: EventPairLow)
    Id: 9784 (0x2638)state: Wait (Reason: EventPairLow)
    Id: 9356 (0x248c) (CURRENT); state: Running
    Id: 8600 (0x2198)state: Wait (Reason: UserRequest)
    Id: 7684 (0x1e04)state: Wait (Reason: UserRequest)
    Id: 4480 (0x1180)state: Wait (Reason: UserRequest)
    Id: 2976 (0x0ba0)state: Wait (Reason: UserRequest)
    Id: 6076 (0x17bc)state: Wait (Reason: UserRequest)
    Id: 7972 (0x1f24)state: Wait (Reason: UserRequest)
    Id: 1028 (0x0404)state: Wait (Reason: UserRequest)
    Id: 96 (0x0060)state: Wait (Reason: UserRequest)
    Id: 9304 (0x2458)state: Wait (Reason: UserRequest)
    Id: 8340 (0x2094)state: Wait (Reason: UserRequest)
    Id: 4160 (0x1040)
        Start address: 0x0000000000000000
        State: Wait (Reason: UserRequest)
        Priority: 15
        Priority level: TimeCritical
        Start time: 15/02/2016 08:52:46
        Total processor time: 00:00:56.7343750
        User processor time: 00:00:56.7343750

    Id: 2952 (0x0b88)
        Start address: 0x00007ffb51ef9f30
        State: Wait (Reason: ExecutionDelay)
        Priority: 12
        Priority level: Normal
        Start time: 15/02/2016 08:53:00
        Total processor time: 00:00:00.0156250
        User processor time: 00:00:00.0156250

    Id: 6100 (0x17d4)
        Start address: 0x00007ffb51ef9f30
        State: Wait (Reason: UserRequest)
        Priority: 12
        Priority level: Normal
        Start time: 15/02/2016 08:53:00
        Total processor time: 00:00:00
        User processor time: 00:00:00

    Id: 8928 (0x22e0)
        Start address: 0x00007ffb51ef9f30
        State: Wait (Reason: UserRequest)
        Priority: 8
        Priority level: Normal
        Start time: 15/02/2016 08:53:00
        Total processor time: 00:00:00.1406250
        User processor time: 00:00:00.1406250

    Id: 5424 (0x1530)
        Start address: 0x00007ffb51ef9f30
        State: Wait (Reason: UserRequest)
        Priority: 8
        Priority level: Normal
        Start time: 15/02/2016 08:53:00
        Total processor time: 00:00:00
        User processor time: 00:00:00

    Id: 9496 (0x2518)
        Start address: 0x00007ffb51ef9f30
        State: Wait (Reason: ExecutionDelay)
        Priority: 15
        Priority level: TimeCritical
        Start time: 15/02/2016 08:53:00
        Total processor time: 00:00:00
        User processor time: 00:00:00

    Id: 2272 (0x08e0)
        Start address: 0x00007ffb51ef9f30
        State: Wait (Reason: UserRequest)
        Priority: 10
        Priority level: Highest
        Start time: 15/02/2016 08:53:00
        Total processor time: 00:00:00
        User processor time: 00:00:00

    Id: 8660 (0x21d4)
        Start address: 0x00007ffb51ef9f30
        State: Wait (Reason: UserRequest)
        Priority: 10
        Priority level: Highest
        Start time: 15/02/2016 08:53:00
        Total processor time: 00:00:00
        User processor time: 00:00:00

    Id: 8184 (0x1ff8)
        Start address: 0x00007ffb51ef9f30
        State: Wait (Reason: UserRequest)
        Priority: 10
        Priority level: Highest
        Start time: 15/02/2016 08:53:00
        Total processor time: 00:00:00
        User processor time: 00:00:00

    Id: 8820 (0x2274)
        Start address: 0x00007ffb51ef9f30
        State: Wait (Reason: UserRequest)
        Priority: 10
        Priority level: Highest
        Start time: 15/02/2016 08:53:00
        Total processor time: 00:00:00
        User processor time: 00:00:00

    Id: 3548 (0x0ddc)
        Start address: 0x00007ffb51ef9f30
        State: Wait (Reason: UserRequest)
        Priority: 10
        Priority level: Highest
        Start time: 15/02/2016 08:53:00
        Total processor time: 00:00:00
        User processor time: 00:00:00

    Id: 9936 (0x26d0)
        Start address: 0x00007ffb51ef9f30
        State: Wait (Reason: UserRequest)
        Priority: 10
        Priority level: Highest
        Start time: 15/02/2016 08:53:00
        Total processor time: 00:00:00
        User processor time: 00:00:00

    Id: 4112 (0x1010)
        Start address: 0x00007ffb51ef9f30
        State: Wait (Reason: EventPairLow)
        Priority: 12
        Priority level: Normal
        Start time: 15/02/2016 08:53:00
        Total processor time: 00:00:00
        User processor time: 00:00:00

    Id: 8872 (0x22a8)
        Start address: 0x00007ffb51ef9f30
        State: Wait (Reason: EventPairLow)
        Priority: 12
        Priority level: Normal
        Start time: 15/02/2016 08:53:00
        Total processor time: 00:00:00
        User processor time: 00:00:00

    Id: 6804 (0x1a94)
        Start address: 0x00007ffb51ef9f30
        State: Wait (Reason: EventPairLow)
        Priority: 12
        Priority level: Normal
        Start time: 15/02/2016 08:53:00
        Total processor time: 00:00:00
        User processor time: 00:00:00

    Id: 2348 (0x092c)
        Start address: 0x00007ffb51ef9f30
        State: Wait (Reason: UserRequest)
        Priority: 15
        Priority level: TimeCritical
        Start time: 15/02/2016 08:53:01
        Total processor time: 00:00:00
        User processor time: 00:00:00

    Id: 8024 (0x1f58)
        Start address: 0x00007ffb51ef9f30
        State: Wait (Reason: UserRequest)
        Priority: 7
        Priority level: BelowNormal
        Start time: 15/02/2016 08:53:01
        Total processor time: 00:00:00.4375000
        User processor time: 00:00:00.4375000

    Id: 3484 (0x0d9c)
        Start address: 0x00007ffb51ef9f30
        State: Wait (Reason: UserRequest)
        Priority: 15
        Priority level: TimeCritical
        Start time: 15/02/2016 08:53:01
        Total processor time: 00:00:00.3281250
        User processor time: 00:00:00.3281250

    Id: 10064 (0x2750)
        Start address: 0x00007ffb51ef9f30
        State: Wait (Reason: UserRequest)
        Priority: 6
        Priority level: Lowest
        Start time: 15/02/2016 08:53:01
        Total processor time: 00:00:02.3593750
        User processor time: 00:00:02.3593750

    Id: 6352 (0x18d0)
        Start address: 0x00007ffb51ef9f30
        State: Running
        Priority: 9
        Priority level: AboveNormal
        Start time: 15/02/2016 08:53:01
        Total processor time: 00:00:40.6406250
        User processor time: 00:00:40.6406250

    Id: 8060 (0x1f7c)
        Start address: 0x00007ffb51ef9f30
        State: Wait (Reason: UserRequest)
        Priority: 13
        Priority level: AboveNormal
        Start time: 15/02/2016 08:53:01
        Total processor time: 00:00:09.2343750
        User processor time: 00:00:09.2343750

    Id: 6776 (0x1a78)
        Start address: 0x00007ffb51ef9f30
        State: Wait (Reason: UserRequest)
        Priority: 12
        Priority level: Normal
        Start time: 15/02/2016 08:53:02
        Total processor time: 00:00:00
        User processor time: 00:00:00

    Id: 8276 (0x2054)
        Start address: 0x00007ffb51ef9f30
        State: Wait (Reason: UserRequest)
        Priority: 12
        Priority level: Normal
        Start time: 15/02/2016 08:53:02
        Total processor time: 00:00:00
        User processor time: 00:00:00

    Id: 3268 (0x0cc4)
        Start address: 0x00007ffb51ef9f30
        State: Wait (Reason: UserRequest)
        Priority: 12
        Priority level: Normal
        Start time: 15/02/2016 08:53:02
        Total processor time: 00:00:00
        User processor time: 00:00:00

    Id: 9128 (0x23a8)
        Start address: 0x00007ffb51ef9f30
        State: Wait (Reason: UserRequest)
        Priority: 12
        Priority level: Normal
        Start time: 15/02/2016 08:53:02
        Total processor time: 00:00:00
        User processor time: 00:00:00

    Id: 7740 (0x1e3c)
        Start address: 0x00007ffb51ef9f30
        State: Wait (Reason: UserRequest)
        Priority: 14
        Priority level: Highest
        Start time: 15/02/2016 08:53:02
        Total processor time: 00:00:00.1406250
        User processor time: 00:00:00.1406250

    Id: 9956 (0x26e4)
        Start address: 0x00007ffb51ef9f30
        State: Wait (Reason: UserRequest)
        Priority: 5
        Priority level: Idle
        Start time: 15/02/2016 08:53:02
        Total processor time: 00:00:00.7343750
        User processor time: 00:00:00.7343750

    Id: 4240 (0x1090)
        Start address: 0x00007ffb51ef9f30
        State: Wait (Reason: UserRequest)
        Priority: 5
        Priority level: Idle
        Start time: 15/02/2016 08:53:02
        Total processor time: 00:00:00.5312500
        User processor time: 00:00:00.5312500

    Id: 7812 (0x1e84)
        Start address: 0x00007ffb51ef9f30
        State: Wait (Reason: UserRequest)
        Priority: 5
        Priority level: Idle
        Start time: 15/02/2016 08:53:02
        Total processor time: 00:00:00.6562500
        User processor time: 00:00:00.6562500

    Id: 4360 (0x1108)
        Start address: 0x00007ffb51ef9f30
        State: Wait (Reason: UserRequest)
        Priority: 5
        Priority level: Idle
        Start time: 15/02/2016 08:53:02
        Total processor time: 00:00:00.6562500
        User processor time: 00:00:00.6562500

    Id: 608 (0x0260)
        Start address: 0x00007ffb51ef9f30
        State: Wait (Reason: UserRequest)
        Priority: 12
        Priority level: Normal
        Start time: 15/02/2016 08:53:02
        Total processor time: 00:00:00
        User processor time: 00:00:00

    Id: 3468 (0x0d8c)
        Start address: 0x00007ffb51ef9f30
        State: Wait (Reason: UserRequest)
        Priority: 6
        Priority level: Lowest
        Start time: 15/02/2016 08:53:02
        Total processor time: 00:00:00.5000000
        User processor time: 00:00:00.5000000

    Id: 972 (0x03cc)
        Start address: 0x00007ffb51ef9f30
        State: Wait (Reason: UserRequest)
        Priority: 12
        Priority level: Normal
        Start time: 15/02/2016 08:53:02
        Total processor time: 00:00:00
        User processor time: 00:00:00

    Id: 8896 (0x22c0)
        Start address: 0x00007ffb51ef9f30
        State: Wait (Reason: UserRequest)
        Priority: 11
        Priority level: Normal
        Start time: 15/02/2016 08:53:02
        Total processor time: 00:00:00.0312500
        User processor time: 00:00:00.0312500

    Id: 5084 (0x13dc)
        Start address: 0x00007ffb51ef9f30
        State: Wait (Reason: UserRequest)
        Priority: 12
        Priority level: Normal
        Start time: 15/02/2016 08:53:02
        Total processor time: 00:00:00
        User processor time: 00:00:00

    Id: 3900 (0x0f3c)
        Start address: 0x00007ffb51ef9f30
        State: Wait (Reason: ExecutionDelay)
        Priority: 9
        Priority level: AboveNormal
        Start time: 15/02/2016 08:53:03
        Total processor time: 00:00:00
        User processor time: 00:00:00

    Id: 5240 (0x1478)
        Start address: 0x00007ffb51ef9f30
        State: Wait (Reason: UserRequest)
        Priority: 14
        Priority level: Highest
        Start time: 15/02/2016 08:53:03
        Total processor time: 00:00:00
        User processor time: 00:00:00

    Id: 5940 (0x1734)
        Start address: 0x00007ffb51ef9f30
        State: Wait (Reason: UserRequest)
        Priority: 10
        Priority level: Highest
        Start time: 15/02/2016 08:53:03
        Total processor time: 00:00:00.0468750
        User processor time: 00:00:00.0468750

    Id: 3024 (0x0bd0)
        Start address: 0x00007ffb51ef9f30
        State: Wait (Reason: UserRequest)
        Priority: 9
        Priority level: AboveNormal
        Start time: 15/02/2016 08:53:03
        Total processor time: 00:00:00
        User processor time: 00:00:00

    Id: 2468 (0x09a4)
        Start address: 0x00007ffb51ef9f30
        State: Wait (Reason: UserRequest)
        Priority: 9
        Priority level: AboveNormal
        Start time: 15/02/2016 08:53:03
        Total processor time: 00:00:00
        User processor time: 00:00:00

    Id: 8480 (0x2120)
        Start address: 0x00007ffb51ef9f30
        State: Wait (Reason: UserRequest)
        Priority: 9
        Priority level: AboveNormal
        Start time: 15/02/2016 08:53:03
        Total processor time: 00:00:00
        User processor time: 00:00:00

    Id: 6620 (0x19dc)
        Start address: 0x00007ffb51ef9f30
        State: Wait (Reason: UserRequest)
        Priority: 9
        Priority level: AboveNormal
        Start time: 15/02/2016 08:53:03
        Total processor time: 00:00:00
        User processor time: 00:00:00

    Id: 7192 (0x1c18)
        Start address: 0x00007ffb51ef9f30
        State: Wait (Reason: UserRequest)
        Priority: 9
        Priority level: AboveNormal
        Start time: 15/02/2016 08:53:03
        Total processor time: 00:00:00
        User processor time: 00:00:00

    Id: 7520 (0x1d60)
        Start address: 0x00007ffb51ef9f30
        State: Wait (Reason: UserRequest)
        Priority: 9
        Priority level: AboveNormal
        Start time: 15/02/2016 08:53:03
        Total processor time: 00:00:00
        User processor time: 00:00:00

    Id: 136 (0x0088)
        Start address: 0x00007ffb51ef9f30
        State: Wait (Reason: EventPairLow)
        Priority: 12
        Priority level: Normal
        Start time: 15/02/2016 08:53:03
        Total processor time: 00:00:00
        User processor time: 00:00:00

    Id: 1348 (0x0544)
        Start address: 0x00007ffb51ef9f30
        State: Wait (Reason: EventPairLow)
        Priority: 12
        Priority level: Normal
        Start time: 15/02/2016 08:53:03
        Total processor time: 00:00:00
        User processor time: 00:00:00

    Id: 9220 (0x2404)
        Start address: 0x00007ffb51ef9f30
        State: Wait (Reason: UserRequest)
        Priority: 22
        Priority level: 14
        Start time: 15/02/2016 08:53:03
        Total processor time: 00:00:00.3750000
        User processor time: 00:00:00.3750000

    Id: 2052 (0x0804)
        Start address: 0x00007ffb51ef9f30
        State: Wait (Reason: ExecutionDelay)
        Priority: 15
        Priority level: TimeCritical
        Start time: 15/02/2016 08:53:03
        Total processor time: 00:00:07.8437500
        User processor time: 00:00:07.8437500

    Id: 7928 (0x1ef8)
        Start address: 0x00007ffb51ef9f30
        State: Wait (Reason: UserRequest)
        Priority: 7
        Priority level: BelowNormal
        Start time: 15/02/2016 08:53:03
        Total processor time: 00:00:00
        User processor time: 00:00:00

    Id: 860 (0x035c)
        Start address: 0x00007ffb51ef9f30
        State: Wait (Reason: UserRequest)
        Priority: 12
        Priority level: Normal
        Start time: 15/02/2016 08:53:03
        Total processor time: 00:00:00
        User processor time: 00:00:00

    Id: 8332 (0x208c)
        Start address: 0x00007ffb51ef9f30
        State: Wait (Reason: UserRequest)
        Priority: 8
        Priority level: Normal
        Start time: 15/02/2016 08:53:06
        Total processor time: 00:00:00
        User processor time: 00:00:00

    Id: 9160 (0x23c8)
        Start address: 0x00007ffb51ef9f30
        State: Wait (Reason: UserRequest)
        Priority: 8
        Priority level: Normal
        Start time: 15/02/2016 08:53:06
        Total processor time: 00:00:00
        User processor time: 00:00:00

    Id: 6940 (0x1b1c)
        Start address: 0x00007ffb51ef9f30
        State: Wait (Reason: UserRequest)
        Priority: 8
        Priority level: Normal
        Start time: 15/02/2016 08:53:06
        Total processor time: 00:00:00
        User processor time: 00:00:00

    Id: 5848 (0x16d8)
        Start address: 0x00007ffb51ef9f30
        State: Wait (Reason: UserRequest)
        Priority: 8
        Priority level: Normal
        Start time: 15/02/2016 08:53:06
        Total processor time: 00:00:00.0312500
        User processor time: 00:00:00.0312500

    Id: 4616 (0x1208)
        Start address: 0x00007ffb51ef9f30
        State: Wait (Reason: EventPairLow)
        Priority: 12
        Priority level: Normal
        Start time: 15/02/2016 08:53:06
        Total processor time: 00:00:00
        User processor time: 00:00:00

    Id: 7048 (0x1b88)
        Start address: 0x00007ffb51ef9f30
        State: Wait (Reason: ExecutionDelay)
        Priority: 8
        Priority level: Normal
        Start time: 15/02/2016 08:53:06
        Total processor time: 00:00:00.0156250
        User processor time: 00:00:00.0156250

    Id: 7832 (0x1e98)
        Start address: 0x00007ffb51ef9f30
        State: Wait (Reason: UserRequest)
        Priority: 8
        Priority level: Normal
        Start time: 15/02/2016 08:53:07
        Total processor time: 00:00:00
        User processor time: 00:00:00

    Id: 1228 (0x04cc)
        Start address: 0x00007ffb51ef9f30
        State: Wait (Reason: UserRequest)
        Priority: 8
        Priority level: Normal
        Start time: 15/02/2016 08:53:07
        Total processor time: 00:00:00
        User processor time: 00:00:00

    Id: 5740 (0x166c)
        Start address: 0x00007ffb51ef9f30
        State: Wait (Reason: ExecutionDelay)
        Priority: 7
        Priority level: BelowNormal
        Start time: 15/02/2016 08:53:08
        Total processor time: 00:00:00.0156250
        User processor time: 00:00:00.0156250

    Id: 7984 (0x1f30)
        Start address: 0x00007ffb51ef9f30
        State: Wait (Reason: UserRequest)
        Priority: 5
        Priority level: Idle
        Start time: 15/02/2016 08:53:08
        Total processor time: 00:00:00
        User processor time: 00:00:00

    Id: 9672 (0x25c8)
        Start address: 0x00007ffb51ef9f30
        State: Wait (Reason: UserRequest)
        Priority: 5
        Priority level: Idle
        Start time: 15/02/2016 08:53:08
        Total processor time: 00:00:00
        User processor time: 00:00:00

    Id: 6680 (0x1a18)
        Start address: 0x00007ffb51ef9f30
        State: Wait (Reason: UserRequest)
        Priority: 5
        Priority level: Idle
        Start time: 15/02/2016 08:53:08
        Total processor time: 00:00:00
        User processor time: 00:00:00

    Id: 228 (0x00e4)
        Start address: 0x00007ffb51ef9f30
        State: Wait (Reason: UserRequest)
        Priority: 5
        Priority level: Idle
        Start time: 15/02/2016 08:53:08
        Total processor time: 00:00:00
        User processor time: 00:00:00

    Id: 3412 (0x0d54)
        Start address: 0x00007ffb51ef9f30
        State: Wait (Reason: UserRequest)
        Priority: 12
        Priority level: Normal
        Start time: 15/02/2016 08:53:08
        Total processor time: 00:00:00
        User processor time: 00:00:00

    Id: 268 (0x010c)
        Start address: 0x00007ffb51ef9f30
        State: Wait (Reason: UserRequest)
        Priority: 6
        Priority level: Lowest
        Start time: 15/02/2016 08:53:08
        Total processor time: 00:00:00.0468750
        User processor time: 00:00:00.0468750

    Id: 5008 (0x1390)
        Start address: 0x00007ffb51ef9f30
        State: Wait (Reason: UserRequest)
        Priority: 6
        Priority level: Lowest
        Start time: 15/02/2016 08:53:08
        Total processor time: 00:00:00.0468750
        User processor time: 00:00:00.0468750

    Id: 1664 (0x0680)
        Start address: 0x00007ffb51ef9f30
        State: Wait (Reason: UserRequest)
        Priority: 6
        Priority level: Lowest
        Start time: 15/02/2016 08:53:08
        Total processor time: 00:00:00
        User processor time: 00:00:00

    Id: 2480 (0x09b0)
        Start address: 0x00007ffb51ef9f30
        State: Wait (Reason: UserRequest)
        Priority: 6
        Priority level: Lowest
        Start time: 15/02/2016 08:53:08
        Total processor time: 00:00:00
        User processor time: 00:00:00

    Id: 2292 (0x08f4)
        Start address: 0x00007ffb51ef9f30
        State: Wait (Reason: ExecutionDelay)
        Priority: 8
        Priority level: Normal
        Start time: 15/02/2016 08:53:08
        Total processor time: 00:00:00.0312500
        User processor time: 00:00:00.0312500

    Id: 6716 (0x1a3c)
        Start address: 0x00007ffb51ef9f30
        State: Wait (Reason: UserRequest)
        Priority: 8
        Priority level: Normal
        Start time: 15/02/2016 08:53:09
        Total processor time: 00:00:00
        User processor time: 00:00:00

    Id: 616 (0x0268)
        Start address: 0x00007ffb51ef9f30
        State: Wait (Reason: UserRequest)
        Priority: 7
        Priority level: BelowNormal
        Start time: 15/02/2016 08:53:09
        Total processor time: 00:00:00
        User processor time: 00:00:00

    Id: 3188 (0x0c74)
        Start address: 0x00007ffb51ef9f30
        State: Wait (Reason: UserRequest)
        Priority: 7
        Priority level: BelowNormal
        Start time: 15/02/2016 08:53:09
        Total processor time: 00:00:00
        User processor time: 00:00:00

    Id: 4852 (0x12f4)
        Start address: 0x00007ffb51ef9f30
        State: Wait (Reason: UserRequest)
        Priority: 15
        Priority level: TimeCritical
        Start time: 15/02/2016 08:53:09
        Total processor time: 00:00:00
        User processor time: 00:00:00

    Id: 9280 (0x2440)
        Start address: 0x00007ffb51ef9f30
        State: Wait (Reason: UserRequest)
        Priority: 15
        Priority level: TimeCritical
        Start time: 15/02/2016 08:53:09
        Total processor time: 00:00:00
        User processor time: 00:00:00

    Id: 3716 (0x0e84)
        Start address: 0x00007ffb51ef9f30
        State: Wait (Reason: UserRequest)
        Priority: 22
        Priority level: 14
        Start time: 15/02/2016 08:53:09
        Total processor time: 00:00:00.1562500
        User processor time: 00:00:00.1562500

    Id: 7476 (0x1d34)
        Start address: 0x00007ffb51ef9f30
        State: Wait (Reason: UserRequest)
        Priority: 15
        Priority level: TimeCritical
        Start time: 15/02/2016 08:53:09
        Total processor time: 00:00:00.0156250
        User processor time: 00:00:00.0156250

    Id: 5876 (0x16f4)
        Start address: 0x00007ffb51ef9f30
        State: Wait (Reason: UserRequest)
        Priority: 8
        Priority level: Normal
        Start time: 15/02/2016 08:53:09
        Total processor time: 00:00:00
        User processor time: 00:00:00

    Id: 2188 (0x088c)
        Start address: 0x00007ffb51ef9f30
        State: Wait (Reason: EventPairLow)
        Priority: 12
        Priority level: Normal
        Start time: 15/02/2016 08:53:09
        Total processor time: 00:00:00
        User processor time: 00:00:00

    Id: 952 (0x03b8)
        Start address: 0x00007ffb51ef9f30
        State: Wait (Reason: UserRequest)
        Priority: 9
        Priority level: AboveNormal
        Start time: 15/02/2016 08:53:10
        Total processor time: 00:00:00
        User processor time: 00:00:00

    Id: 5932 (0x172c)
        Start address: 0x00007ffb51ef9f30
        State: Wait (Reason: UserRequest)
        Priority: 9
        Priority level: AboveNormal
        Start time: 15/02/2016 08:53:10
        Total processor time: 00:00:00
        User processor time: 00:00:00

    Id: 9780 (0x2634)
        Start address: 0x00007ffb51ef9f30
        State: Wait (Reason: UserRequest)
        Priority: 9
        Priority level: AboveNormal
        Start time: 15/02/2016 08:53:10
        Total processor time: 00:00:00
        User processor time: 00:00:00

    Id: 7408 (0x1cf0)
        Start address: 0x00007ffb51ef9f30
        State: Wait (Reason: UserRequest)
        Priority: 9
        Priority level: AboveNormal
        Start time: 15/02/2016 08:53:10
        Total processor time: 00:00:00
        User processor time: 00:00:00

    Id: 9708 (0x25ec)
        Start address: 0x00007ffb51ef9f30
        State: Wait (Reason: UserRequest)
        Priority: 7
        Priority level: BelowNormal
        Start time: 15/02/2016 08:53:10
        Total processor time: 00:00:00
        User processor time: 00:00:00

    Id: 8260 (0x2044)
        Start address: 0x00007ffb51ef9f30
        State: Wait (Reason: UserRequest)
        Priority: 8
        Priority level: Normal
        Start time: 15/02/2016 08:53:10
        Total processor time: 00:00:00
        User processor time: 00:00:00

    Id: 8712 (0x2208)
        Start address: 0x00007ffb51ef9f30
        State: Wait (Reason: UserRequest)
        Priority: 8
        Priority level: Normal
        Start time: 15/02/2016 08:53:10
        Total processor time: 00:00:00
        User processor time: 00:00:00

    Id: 7960 (0x1f18)
        Start address: 0x00007ffb51ef9f30
        State: Wait (Reason: UserRequest)
        Priority: 6
        Priority level: Lowest
        Start time: 15/02/2016 08:53:10
        Total processor time: 00:00:00
        User processor time: 00:00:00

    Id: 4008 (0x0fa8)
        Start address: 0x00007ffb51ef9f30
        State: Wait (Reason: UserRequest)
        Priority: 6
        Priority level: Lowest
        Start time: 15/02/2016 08:53:10
        Total processor time: 00:00:00
        User processor time: 00:00:00

    Id: 8292 (0x2064)
        Start address: 0x00007ffb51ef9f30
        State: Wait (Reason: ExecutionDelay)
        Priority: 6
        Priority level: Lowest
        Start time: 15/02/2016 08:53:11
        Total processor time: 00:00:00
        User processor time: 00:00:00

    Id: 5580 (0x15cc)
        Start address: 0x00007ffb51ef9f30
        State: Wait (Reason: UserRequest)
        Priority: 9
        Priority level: AboveNormal
        Start time: 15/02/2016 08:53:11
        Total processor time: 00:00:00
        User processor time: 00:00:00

    Id: 5864 (0x16e8)
        Start address: 0x00007ffb51ef9f30
        State: Wait (Reason: UserRequest)
        Priority: 9
        Priority level: AboveNormal
        Start time: 15/02/2016 08:53:11
        Total processor time: 00:00:00
        User processor time: 00:00:00

    Id: 8432 (0x20f0)
        Start address: 0x00007ffb51ef9f30
        State: Wait (Reason: UserRequest)
        Priority: 9
        Priority level: AboveNormal
        Start time: 15/02/2016 08:53:11
        Total processor time: 00:00:00
        User processor time: 00:00:00

    Id: 7504 (0x1d50)
        Start address: 0x00007ffb51ef9f30
        State: Wait (Reason: UserRequest)
        Priority: 9
        Priority level: AboveNormal
        Start time: 15/02/2016 08:53:11
        Total processor time: 00:00:00
        User processor time: 00:00:00

    Id: 8408 (0x20d8)
        Start address: 0x00007ffb51ef9f30
        State: Wait (Reason: UserRequest)
        Priority: 10
        Priority level: Highest
        Start time: 15/02/2016 08:53:11
        Total processor time: 00:00:00
        User processor time: 00:00:00

    Id: 9120 (0x23a0)
        Start address: 0x00007ffb51ef9f30
        State: Wait (Reason: UserRequest)
        Priority: 6
        Priority level: Lowest
        Start time: 15/02/2016 08:53:11
        Total processor time: 00:00:00
        User processor time: 00:00:00

    Id: 7152 (0x1bf0)
        Start address: 0x00007ffb51ef9f30
        State: Wait (Reason: UserRequest)
        Priority: 6
        Priority level: Lowest
        Start time: 15/02/2016 08:53:11
        Total processor time: 00:00:00
        User processor time: 00:00:00

    Id: 6892 (0x1aec)
        Start address: 0x00007ffb51ef9f30
        State: Wait (Reason: UserRequest)
        Priority: 6
        Priority level: Lowest
        Start time: 15/02/2016 08:53:11
        Total processor time: 00:00:00
        User processor time: 00:00:00

    Id: 4848 (0x12f0)
        Start address: 0x00007ffb51ef9f30
        State: Wait (Reason: UserRequest)
        Priority: 6
        Priority level: Lowest
        Start time: 15/02/2016 08:53:11
        Total processor time: 00:00:00
        User processor time: 00:00:00

    Id: 2432 (0x0980)
        Start address: 0x00007ffb51ef9f30
        State: Wait (Reason: UserRequest)
        Priority: 6
        Priority level: Lowest
        Start time: 15/02/2016 08:53:11
        Total processor time: 00:00:00
        User processor time: 00:00:00

    Id: 7888 (0x1ed0)
        Start address: 0x00007ffb51ef9f30
        State: Wait (Reason: UserRequest)
        Priority: 6
        Priority level: Lowest
        Start time: 15/02/2016 08:53:11
        Total processor time: 00:00:00
        User processor time: 00:00:00

    Id: 1272 (0x04f8)
        Start address: 0x00007ffb51ef9f30
        State: Wait (Reason: UserRequest)
        Priority: 10
        Priority level: Highest
        Start time: 15/02/2016 08:53:12
        Total processor time: 00:00:00
        User processor time: 00:00:00

    Id: 2988 (0x0bac)
        Start address: 0x00007ffb51ef9f30
        State: Wait (Reason: UserRequest)
        Priority: 10
        Priority level: Highest
        Start time: 15/02/2016 08:53:12
        Total processor time: 00:00:00
        User processor time: 00:00:00

    Id: 8972 (0x230c)
        Start address: 0x00007ffb51ef9f30
        State: Wait (Reason: UserRequest)
        Priority: 10
        Priority level: Highest
        Start time: 15/02/2016 08:53:12
        Total processor time: 00:00:00
        User processor time: 00:00:00

    Id: 3916 (0x0f4c)
        Start address: 0x00007ffb51ef9f30
        State: Wait (Reason: UserRequest)
        Priority: 10
        Priority level: Highest
        Start time: 15/02/2016 08:53:12
        Total processor time: 00:00:00
        User processor time: 00:00:00

    Id: 9992 (0x2708)
        Start address: 0x00007ffb51ef9f30
        State: Wait (Reason: UserRequest)
        Priority: 10
        Priority level: Highest
        Start time: 15/02/2016 08:53:12
        Total processor time: 00:00:00
        User processor time: 00:00:00

    Id: 8488 (0x2128)
        Start address: 0x00007ffb51ef9f30
        State: Wait (Reason: UserRequest)
        Priority: 10
        Priority level: Highest
        Start time: 15/02/2016 08:53:12
        Total processor time: 00:00:00
        User processor time: 00:00:00

    Id: 6380 (0x18ec)
        Start address: 0x00007ffb51ef9f30
        State: Wait (Reason: UserRequest)
        Priority: 10
        Priority level: Highest
        Start time: 15/02/2016 08:53:12
        Total processor time: 00:00:00
        User processor time: 00:00:00

    Id: 10132 (0x2794)
        Start address: 0x00007ffb51ef9f30
        State: Wait (Reason: UserRequest)
        Priority: 10
        Priority level: Highest
        Start time: 15/02/2016 08:53:12
        Total processor time: 00:00:00
        User processor time: 00:00:00

    Id: 2280 (0x08e8)
        Start address: 0x00007ffb51ef9f30
        State: Wait (Reason: UserRequest)
        Priority: 10
        Priority level: Highest
        Start time: 15/02/2016 08:53:12
        Total processor time: 00:00:00
        User processor time: 00:00:00

    Id: 8028 (0x1f5c)
        Start address: 0x00007ffb51ef9f30
        State: Wait (Reason: UserRequest)
        Priority: 8
        Priority level: Normal
        Start time: 15/02/2016 08:53:12
        Total processor time: 00:00:00
        User processor time: 00:00:00

    Id: 7864 (0x1eb8)
        Start address: 0x00007ffb51ef9f30
        State: Wait (Reason: UserRequest)
        Priority: 8
        Priority level: Normal
        Start time: 15/02/2016 08:53:12
        Total processor time: 00:00:00
        User processor time: 00:00:00

    Id: 6668 (0x1a0c)
        Start address: 0x00007ffb51ef9f30
        State: Wait (Reason: EventPairLow)
        Priority: 13
        Priority level: AboveNormal
        Start time: 15/02/2016 08:53:25
        Total processor time: 00:00:00
        User processor time: 00:00:00

    Id: 8744 (0x2228)
        Start address: 0x00007ffb51ef9f30
        State: Wait (Reason: UserRequest)
        Priority: 8
        Priority level: Normal
        Start time: 15/02/2016 08:53:25
        Total processor time: 00:00:01.7968750
        User processor time: 00:00:01.7968750

    Id: 980 (0x03d4)
        Start address: 0x00007ffb51ef9f30
        State: Wait (Reason: UserRequest)
        Priority: 8
        Priority level: Normal
        Start time: 15/02/2016 08:53:31
        Total processor time: 00:00:00
        User processor time: 00:00:00

    Id: 9040 (0x2350)
        Start address: 0x00007ffb51ef9f30
        State: Wait (Reason: UserRequest)
        Priority: 8
        Priority level: Normal
        Start time: 15/02/2016 08:54:04
        Total processor time: 00:00:00
        User processor time: 00:00:00

    Id: 7808 (0x1e80)
        Start address: 0x00007ffb51ef9f30
        State: Wait (Reason: UserRequest)
        Priority: 8
        Priority level: Normal
        Start time: 15/02/2016 08:54:04
        Total processor time: 00:00:00
        User processor time: 00:00:00

    Id: 9520 (0x2530)
        Start address: 0x00007ffb51ef9f30
        State: Wait (Reason: ExecutionDelay)
        Priority: 12
        Priority level: Normal
        Start time: 15/02/2016 08:54:18
        Total processor time: 00:00:00
        User processor time: 00:00:00

    Id: 4516 (0x11a4)
        Start address: 0x00007ffb51ef9f30
        State: Wait (Reason: ExecutionDelay)
        Priority: 12
        Priority level: Normal
        Start time: 15/02/2016 08:54:18
        Total processor time: 00:00:00
        User processor time: 00:00:00

    Id: 2972 (0x0b9c)
        Start address: 0x00007ffb51ef9f30
        State: Running
        Priority: 12
        Priority level: Normal
        Start time: 15/02/2016 08:54:18
        Total processor time: 00:00:00.4062500
        User processor time: 00:00:00.4062500

    Id: 736 (0x02e0)
        Start address: 0x00007ffb51ef9f30
        State: Wait (Reason: UserRequest)
        Priority: 12
        Priority level: Normal
        Start time: 15/02/2016 08:54:18
        Total processor time: 00:00:00
        User processor time: 00:00:00

    Id: 8412 (0x20dc)
        Start address: 0x00007ffb51ef9f30
        State: Wait (Reason: ExecutionDelay)
        Priority: 12
        Priority level: Normal
        Start time: 15/02/2016 08:54:20
        Total processor time: 00:00:00.0156250
        User processor time: 00:00:00.0156250

    Id: 9412 (0x24c4)
        Start address: 0x00007ffb51ef9f30
        State: Wait (Reason: ExecutionDelay)
        Priority: 12
        Priority level: Normal
        Start time: 15/02/2016 08:54:20
        Total processor time: 00:00:00
        User processor time: 00:00:00

    Id: 3196 (0x0c7c)
        Start address: 0x00007ffb51ef9f30
        State: Wait (Reason: ExecutionDelay)
        Priority: 12
        Priority level: Normal
        Start time: 15/02/2016 08:54:20
        Total processor time: 00:00:00
        User processor time: 00:00:00

    Id: 3112 (0x0c28)
        Start address: 0x00007ffb51ef9f30
        State: Wait (Reason: UserRequest)
        Priority: 12
        Priority level: Normal
        Start time: 15/02/2016 08:54:20
        Total processor time: 00:00:00.2187500
        User processor time: 00:00:00.2187500

    Id: 9368 (0x2498)
        Start address: 0x00007ffb51ef9f30
        State: Wait (Reason: UserRequest)
        Priority: 12
        Priority level: Normal
        Start time: 15/02/2016 08:54:20
        Total processor time: 00:00:00
        User processor time: 00:00:00

    Id: 7288 (0x1c78)
        Start address: 0x00007ffb51ef9f30
        State: Wait (Reason: ExecutionDelay)
        Priority: 12
        Priority level: Normal
        Start time: 15/02/2016 08:54:22
        Total processor time: 00:00:00
        User processor time: 00:00:00

    Id: 7020 (0x1b6c)
        Start address: 0x00007ffb51ef9f30
        State: Wait (Reason: ExecutionDelay)
        Priority: 12
        Priority level: Normal
        Start time: 15/02/2016 08:54:22
        Total processor time: 00:00:00
        User processor time: 00:00:00

    Id: 8796 (0x225c)
        Start address: 0x00007ffb51ef9f30
        State: Wait (Reason: ExecutionDelay)
        Priority: 12
        Priority level: Normal
        Start time: 15/02/2016 08:54:22
        Total processor time: 00:00:00
        User processor time: 00:00:00

    Id: 8188 (0x1ffc)
        Start address: 0x00007ffb51ef9f30
        State: Wait (Reason: UserRequest)
        Priority: 12
        Priority level: Normal
        Start time: 15/02/2016 08:54:22
        Total processor time: 00:00:00.2968750
        User processor time: 00:00:00.2968750

    Id: 840 (0x0348)
        Start address: 0x00007ffb51ef9f30
        State: Wait (Reason: ExecutionDelay)
        Priority: 12
        Priority level: Normal
        Start time: 15/02/2016 08:54:22
        Total processor time: 00:00:00
        User processor time: 00:00:00

    Id: 9332 (0x2474)
        Start address: 0x00007ffb51ef9f30
        State: Wait (Reason: UserRequest)
        Priority: 12
        Priority level: Normal
        Start time: 15/02/2016 08:54:22
        Total processor time: 00:00:00
        User processor time: 00:00:00

    Id: 3820 (0x0eec)
        Start address: 0x00007ffb51ef9f30
        State: Wait (Reason: ExecutionDelay)
        Priority: 12
        Priority level: Normal
        Start time: 15/02/2016 08:54:23
        Total processor time: 00:00:00.0156250
        User processor time: 00:00:00.0156250

    Id: 7096 (0x1bb8)
        Start address: 0x00007ffb51ef9f30
        State: Wait (Reason: ExecutionDelay)
        Priority: 12
        Priority level: Normal
        Start time: 15/02/2016 08:54:23
        Total processor time: 00:00:00
        User processor time: 00:00:00

    Id: 3528 (0x0dc8)
        Start address: 0x00007ffb51ef9f30
        State: Wait (Reason: ExecutionDelay)
        Priority: 12
        Priority level: Normal
        Start time: 15/02/2016 08:54:24
        Total processor time: 00:00:00
        User processor time: 00:00:00

    Id: 1904 (0x0770)
        Start address: 0x00007ffb51ef9f30
        State: Wait (Reason: UserRequest)
        Priority: 12
        Priority level: Normal
        Start time: 15/02/2016 08:54:24
        Total processor time: 00:00:01.1718750
        User processor time: 00:00:01.1718750

    Id: 3576 (0x0df8)
        Start address: 0x00007ffb51ef9f30
        State: Wait (Reason: ExecutionDelay)
        Priority: 12
        Priority level: Normal
        Start time: 15/02/2016 08:54:24
        Total processor time: 00:00:00
        User processor time: 00:00:00

    Id: 10124 (0x278c)
        Start address: 0x00007ffb51ef9f30
        State: Wait (Reason: UserRequest)
        Priority: 12
        Priority level: Normal
        Start time: 15/02/2016 08:54:24
        Total processor time: 00:00:00.0156250
        User processor time: 00:00:00.0156250

    Id: 1328 (0x0530)
        Start address: 0x00007ffb51ef9f30
        State: Wait (Reason: ExecutionDelay)
        Priority: 12
        Priority level: Normal
        Start time: 15/02/2016 08:54:25
        Total processor time: 00:00:00
        User processor time: 00:00:00

    Id: 5800 (0x16a8)
        Start address: 0x00007ffb51ef9f30
        State: Wait (Reason: ExecutionDelay)
        Priority: 12
        Priority level: Normal
        Start time: 15/02/2016 08:54:25
        Total processor time: 00:00:00
        User processor time: 00:00:00

    Id: 8816 (0x2270)
        Start address: 0x00007ffb51ef9f30
        State: Wait (Reason: ExecutionDelay)
        Priority: 12
        Priority level: Normal
        Start time: 15/02/2016 08:54:26
        Total processor time: 00:00:00
        User processor time: 00:00:00

    Id: 6724 (0x1a44)
        Start address: 0x00007ffb51ef9f30
        State: Wait (Reason: ExecutionDelay)
        Priority: 12
        Priority level: Normal
        Start time: 15/02/2016 08:54:26
        Total processor time: 00:00:00
        User processor time: 00:00:00

    Id: 6348 (0x18cc)
        Start address: 0x00007ffb51ef9f30
        State: Wait (Reason: UserRequest)
        Priority: 12
        Priority level: Normal
        Start time: 15/02/2016 08:54:26
        Total processor time: 00:00:00
        User processor time: 00:00:00

    Id: 7324 (0x1c9c)
        Start address: 0x00007ffb51ef9f30
        State: Wait (Reason: ExecutionDelay)
        Priority: 12
        Priority level: Normal
        Start time: 15/02/2016 08:54:27
        Total processor time: 00:00:00
        User processor time: 00:00:00

    Id: 5752 (0x1678)
        Start address: 0x00007ffb51ef9f30
        State: Wait (Reason: ExecutionDelay)
        Priority: 12
        Priority level: Normal
        Start time: 15/02/2016 08:54:27
        Total processor time: 00:00:00
        User processor time: 00:00:00

    Id: 7652 (0x1de4)
        Start address: 0x00007ffb51ef9f30
        State: Wait (Reason: UserRequest)
        Priority: 12
        Priority level: Normal
        Start time: 15/02/2016 08:54:27
        Total processor time: 00:00:00.2031250
        User processor time: 00:00:00.2031250

    Id: 8700 (0x21fc)
        Start address: 0x00007ffb51ef9f30
        State: Wait (Reason: UserRequest)
        Priority: 12
        Priority level: Normal
        Start time: 15/02/2016 08:54:27
        Total processor time: 00:00:00
        User processor time: 00:00:00

    Id: 9844 (0x2674)
        Start address: 0x00007ffb51ef9f30
        State: Wait (Reason: ExecutionDelay)
        Priority: 12
        Priority level: Normal
        Start time: 15/02/2016 08:54:29
        Total processor time: 00:00:00
        User processor time: 00:00:00

    Id: 6236 (0x185c)
        Start address: 0x00007ffb51ef9f30
        State: Wait (Reason: ExecutionDelay)
        Priority: 12
        Priority level: Normal
        Start time: 15/02/2016 08:54:29
        Total processor time: 00:00:00
        User processor time: 00:00:00

    Id: 8628 (0x21b4)
        Start address: 0x00007ffb51ef9f30
        State: Wait (Reason: ExecutionDelay)
        Priority: 12
        Priority level: Normal
        Start time: 15/02/2016 08:54:29
        Total processor time: 00:00:00
        User processor time: 00:00:00

    Id: 4720 (0x1270)
        Start address: 0x00007ffb51ef9f30
        State: Wait (Reason: UserRequest)
        Priority: 12
        Priority level: Normal
        Start time: 15/02/2016 08:54:29
        Total processor time: 00:00:00.3906250
        User processor time: 00:00:00.3906250

    Id: 6308 (0x18a4)
        Start address: 0x00007ffb51ef9f30
        State: Wait (Reason: ExecutionDelay)
        Priority: 12
        Priority level: Normal
        Start time: 15/02/2016 08:54:29
        Total processor time: 00:00:00
        User processor time: 00:00:00

    Id: 236 (0x00ec)
        Start address: 0x00007ffb51ef9f30
        State: Wait (Reason: UserRequest)
        Priority: 12
        Priority level: Normal
        Start time: 15/02/2016 08:54:29
        Total processor time: 00:00:00.0156250
        User processor time: 00:00:00.0156250

    Id: 5148 (0x141c)
        Start address: 0x00007ffb51ef9f30
        State: Wait (Reason: UserRequest)
        Priority: 8
        Priority level: Normal
        Start time: 15/02/2016 08:54:30
        Total processor time: 00:00:00
        User processor time: 00:00:00

    Id: 1828 (0x0724)
        Start address: 0x00007ffb51ef9f30
        State: Wait (Reason: ExecutionDelay)
        Priority: 12
        Priority level: Normal
        Start time: 15/02/2016 08:54:31
        Total processor time: 00:00:00.0156250
        User processor time: 00:00:00.0156250

    Id: 5032 (0x13a8)
        Start address: 0x00007ffb51ef9f30
        State: Wait (Reason: ExecutionDelay)
        Priority: 12
        Priority level: Normal
        Start time: 15/02/2016 08:54:31
        Total processor time: 00:00:00
        User processor time: 00:00:00

    Id: 9604 (0x2584)
        Start address: 0x00007ffb51ef9f30
        State: Wait (Reason: ExecutionDelay)
        Priority: 12
        Priority level: Normal
        Start time: 15/02/2016 08:54:31
        Total processor time: 00:00:00
        User processor time: 00:00:00

    Id: 4456 (0x1168)
        Start address: 0x00007ffb51ef9f30
        State: Wait (Reason: ExecutionDelay)
        Priority: 12
        Priority level: Normal
        Start time: 15/02/2016 08:54:31
        Total processor time: 00:00:00
        User processor time: 00:00:00

    Id: 1508 (0x05e4)
        Start address: 0x00007ffb51ef9f30
        State: Wait (Reason: UserRequest)
        Priority: 12
        Priority level: Normal
        Start time: 15/02/2016 08:54:31
        Total processor time: 00:00:00
        User processor time: 00:00:00

    Id: 3144 (0x0c48)
        Start address: 0x00007ffb51ef9f30
        State: Wait (Reason: ExecutionDelay)
        Priority: 12
        Priority level: Normal
        Start time: 15/02/2016 08:54:33
        Total processor time: 00:00:00
        User processor time: 00:00:00

    Id: 1868 (0x074c)
        Start address: 0x00007ffb51ef9f30
        State: Wait (Reason: ExecutionDelay)
        Priority: 12
        Priority level: Normal
        Start time: 15/02/2016 08:54:33
        Total processor time: 00:00:00
        User processor time: 00:00:00

    Id: 9552 (0x2550)
        Start address: 0x00007ffb51ef9f30
        State: Wait (Reason: UserRequest)
        Priority: 12
        Priority level: Normal
        Start time: 15/02/2016 08:54:33
        Total processor time: 00:00:00.2343750
        User processor time: 00:00:00.2343750

    Id: 5636 (0x1604)
        Start address: 0x00007ffb51ef9f30
        State: Wait (Reason: UserRequest)
        Priority: 12
        Priority level: Normal
        Start time: 15/02/2016 08:54:33
        Total processor time: 00:00:00
        User processor time: 00:00:00

    Id: 6552 (0x1998)
        Start address: 0x00007ffb51ef9f30
        State: Wait (Reason: ExecutionDelay)
        Priority: 12
        Priority level: Normal
        Start time: 15/02/2016 08:54:35
        Total processor time: 00:00:00
        User processor time: 00:00:00

    Id: 8508 (0x213c)
        Start address: 0x00007ffb51ef9f30
        State: Wait (Reason: ExecutionDelay)
        Priority: 12
        Priority level: Normal
        Start time: 15/02/2016 08:54:35
        Total processor time: 00:00:00
        User processor time: 00:00:00

    Id: 9656 (0x25b8)
        Start address: 0x00007ffb51ef9f30
        State: Wait (Reason: UserRequest)
        Priority: 12
        Priority level: Normal
        Start time: 15/02/2016 08:54:35
        Total processor time: 00:00:00.0625000
        User processor time: 00:00:00.0625000

    Id: 7000 (0x1b58)
        Start address: 0x00007ffb51ef9f30
        State: Wait (Reason: UserRequest)
        Priority: 12
        Priority level: Normal
        Start time: 15/02/2016 08:54:35
        Total processor time: 00:00:00
        User processor time: 00:00:00

    Id: 9644 (0x25ac)
        Start address: 0x00007ffb51ef9f30
        State: Wait (Reason: ExecutionDelay)
        Priority: 12
        Priority level: Normal
        Start time: 15/02/2016 08:54:37
        Total processor time: 00:00:00.0156250
        User processor time: 00:00:00.0156250

    Id: 2580 (0x0a14)
        Start address: 0x00007ffb51ef9f30
        State: Wait (Reason: ExecutionDelay)
        Priority: 12
        Priority level: Normal
        Start time: 15/02/2016 08:54:37
        Total processor time: 00:00:00
        User processor time: 00:00:00

    Id: 3356 (0x0d1c)
        Start address: 0x0000000000000000
        State: Wait (Reason: UserRequest)
        Priority: 12
        Priority level: Normal
        Start time: 15/02/2016 08:54:37
        Total processor time: 00:00:00.5937500
        User processor time: 00:00:00.5937500

    Id: 9268 (0x2434)
        Start address: 0x00007ffb51ef9f30
        State: Wait (Reason: UserRequest)
        Priority: 12
        Priority level: Normal
        Start time: 15/02/2016 08:54:37
        Total processor time: 00:00:00
        User processor time: 00:00:00

    Id: 7848 (0x1ea8)
        Start address: 0x00007ffb51ef9f30
        State: Wait (Reason: ExecutionDelay)
        Priority: 12
        Priority level: Normal
        Start time: 15/02/2016 08:54:39
        Total processor time: 00:00:00
        User processor time: 00:00:00

    Id: 10184 (0x27c8)
        Start address: 0x00007ffb51ef9f30
        State: Wait (Reason: ExecutionDelay)
        Priority: 12
        Priority level: Normal
        Start time: 15/02/2016 08:54:39
        Total processor time: 00:00:00
        User processor time: 00:00:00

    Id: 6164 (0x1814)
        Start address: 0x00007ffb51ef9f30
        State: Wait (Reason: ExecutionDelay)
        Priority: 12
        Priority level: Normal
        Start time: 15/02/2016 08:54:39
        Total processor time: 00:00:00
        User processor time: 00:00:00

    Id: 1280 (0x0500)
        Start address: 0x00007ffb51ef9f30
        State: Wait (Reason: UserRequest)
        Priority: 12
        Priority level: Normal
        Start time: 15/02/2016 08:54:39
        Total processor time: 00:00:00.2500000
        User processor time: 00:00:00.2500000

    Id: 3924 (0x0f54)
        Start address: 0x00007ffb51ef9f30
        State: Wait (Reason: ExecutionDelay)
        Priority: 12
        Priority level: Normal
        Start time: 15/02/2016 08:54:39
        Total processor time: 00:00:00
        User processor time: 00:00:00

    Id: 9376 (0x24a0)
        Start address: 0x00007ffb51ef9f30
        State: Wait (Reason: UserRequest)
        Priority: 12
        Priority level: Normal
        Start time: 15/02/2016 08:54:39
        Total processor time: 00:00:00
        User processor time: 00:00:00

    Id: 10156 (0x27ac)
        Start address: 0x00007ffb51ef9f30
        State: Wait (Reason: ExecutionDelay)
        Priority: 12
        Priority level: Normal
        Start time: 15/02/2016 08:54:40
        Total processor time: 00:00:00
        User processor time: 00:00:00

    Id: 10112 (0x2780)
        Start address: 0x00007ffb51ef9f30
        State: Wait (Reason: ExecutionDelay)
        Priority: 12
        Priority level: Normal
        Start time: 15/02/2016 08:54:40
        Total processor time: 00:00:00
        User processor time: 00:00:00

    Id: 1724 (0x06bc)
        Start address: 0x00007ffb51ef9f30
        State: Wait (Reason: ExecutionDelay)
        Priority: 12
        Priority level: Normal
        Start time: 15/02/2016 08:54:41
        Total processor time: 00:00:00
        User processor time: 00:00:00

    Id: 6852 (0x1ac4)
        Start address: 0x00007ffb51ef9f30
        State: Wait (Reason: ExecutionDelay)
        Priority: 12
        Priority level: Normal
        Start time: 15/02/2016 08:54:41
        Total processor time: 00:00:00
        User processor time: 00:00:00

    Id: 7948 (0x1f0c)
        Start address: 0x00007ffb51ef9f30
        State: Wait (Reason: UserRequest)
        Priority: 12
        Priority level: Normal
        Start time: 15/02/2016 08:54:41
        Total processor time: 00:00:00
        User processor time: 00:00:00

    Id: 3340 (0x0d0c)
        Start address: 0x00007ffb51ef9f30
        State: Wait (Reason: ExecutionDelay)
        Priority: 12
        Priority level: Normal
        Start time: 15/02/2016 08:54:42
        Total processor time: 00:00:00
        User processor time: 00:00:00

    Id: 3920 (0x0f50)
        Start address: 0x00007ffb51ef9f30
        State: Wait (Reason: ExecutionDelay)
        Priority: 12
        Priority level: Normal
        Start time: 15/02/2016 08:54:42
        Total processor time: 00:00:00
        User processor time: 00:00:00

    Id: 6664 (0x1a08)
        Start address: 0x00007ffb51ef9f30
        State: Wait (Reason: UserRequest)
        Priority: 12
        Priority level: Normal
        Start time: 15/02/2016 08:54:42
        Total processor time: 00:00:00.2500000
        User processor time: 00:00:00.2500000

    Id: 3932 (0x0f5c)
        Start address: 0x00007ffb51ef9f30
        State: Wait (Reason: UserRequest)
        Priority: 12
        Priority level: Normal
        Start time: 15/02/2016 08:54:42
        Total processor time: 00:00:00
        User processor time: 00:00:00

    Id: 5968 (0x1750)
        Start address: 0x00007ffb51ef9f30
        State: Wait (Reason: UserRequest)
        Priority: 12
        Priority level: Normal
        Start time: 15/02/2016 08:54:45
        Total processor time: 00:00:00
        User processor time: 00:00:00

    Id: 7752 (0x1e48)
        Start address: 0x00007ffb51ef9f30
        State: Wait (Reason: UserRequest)
        Priority: 12
        Priority level: Normal
        Start time: 15/02/2016 08:54:45
        Total processor time: 00:00:00.0156250
        User processor time: 00:00:00.0156250

    Id: 8472 (0x2118)
        Start address: 0x00007ffb51ef9f30
        State: Wait (Reason: ExecutionDelay)
        Priority: 12
        Priority level: Normal
        Start time: 15/02/2016 08:54:45
        Total processor time: 00:00:00.0312500
        User processor time: 00:00:00.0312500

    Id: 8248 (0x2038)
        Start address: 0x00007ffb51ef9f30
        State: Wait (Reason: UserRequest)
        Priority: 12
        Priority level: Normal
        Start time: 15/02/2016 08:54:45
        Total processor time: 00:00:00
        User processor time: 00:00:00

    Id: 1208 (0x04b8)
        Start address: 0x00007ffb51ef9f30
        State: Wait (Reason: UserRequest)
        Priority: 12
        Priority level: Normal
        Start time: 15/02/2016 08:54:45
        Total processor time: 00:00:00
        User processor time: 00:00:00

    Id: 8392 (0x20c8)
        Start address: 0x00007ffb51ef9f30
        State: Wait (Reason: UserRequest)
        Priority: 12
        Priority level: Normal
        Start time: 15/02/2016 08:54:45
        Total processor time: 00:00:00
        User processor time: 00:00:00

    Id: 100 (0x0064)
        Start address: 0x00007ffb51ef9f30
        State: Wait (Reason: UserRequest)
        Priority: 12
        Priority level: Normal
        Start time: 15/02/2016 08:54:45
        Total processor time: 00:00:00.1093750
        User processor time: 00:00:00.1093750

    Id: 8124 (0x1fbc)
        Start address: 0x00007ffb51ef9f30
        State: Running
        Priority: 12
        Priority level: Normal
        Start time: 15/02/2016 08:54:46
        Total processor time: 00:00:01.0312500
        User processor time: 00:00:01.0312500

    Id: 1908 (0x0774)
        Start address: 0x00007ffb51ef9f30
        State: Wait (Reason: UserRequest)
        Priority: 12
        Priority level: Normal
        Start time: 15/02/2016 08:54:47
        Total processor time: 00:00:00
        User processor time: 00:00:00

    Id: 1956 (0x07a4)
        Start address: 0x00007ffb51ef9f30
        State: Wait (Reason: EventPairLow)
        Priority: 12
        Priority level: Normal
        Start time: 15/02/2016 08:54:47
        Total processor time: 00:00:00
        User processor time: 00:00:00

    Id: 4592 (0x11f0)
        Start address: 0x00007ffb51ef9f30
        State: Wait (Reason: EventPairLow)
        Priority: 12
        Priority level: Normal
        Start time: 15/02/2016 08:54:47
        Total processor time: 00:00:00
        User processor time: 00:00:00

    Id: 9784 (0x2638)
        Start address: 0x00007ffb51ef9f30
        State: Wait (Reason: EventPairLow)
        Priority: 12
        Priority level: Normal
        Start time: 15/02/2016 08:54:47
        Total processor time: 00:00:00
        User processor time: 00:00:00

    Id: 9356 (0x248c) (CURRENT)
        Start address: 0x0000000000000000
        State: Running
        Priority: 12
        Priority level: Normal
        Start time: 15/02/2016 08:54:47
        Total processor time: 00:00:02.1093750
        User processor time: 00:00:02.1093750

    Id: 8600 (0x2198)
        Start address: 0x00007ffb51ef9f30
        State: Wait (Reason: UserRequest)
        Priority: 11
        Priority level: Normal
        Start time: 15/02/2016 08:54:47
        Total processor time: 00:00:00
        User processor time: 00:00:00

    Id: 7684 (0x1e04)
        Start address: 0x00007ffb51ef9f30
        State: Wait (Reason: UserRequest)
        Priority: 12
        Priority level: Normal
        Start time: 15/02/2016 08:54:47
        Total processor time: 00:00:00.0156250
        User processor time: 00:00:00.0156250

    Id: 4480 (0x1180)
        Start address: 0x00007ffb51ef9f30
        State: Wait (Reason: UserRequest)
        Priority: 12
        Priority level: Normal
        Start time: 15/02/2016 08:54:48
        Total processor time: 00:00:00
        User processor time: 00:00:00

    Id: 2976 (0x0ba0)
        Start address: 0x00007ffb51ef9f30
        State: Wait (Reason: UserRequest)
        Priority: 12
        Priority level: Normal
        Start time: 15/02/2016 08:54:49
        Total processor time: 00:00:00
        User processor time: 00:00:00

    Id: 6076 (0x17bc)
        Start address: 0x00007ffb51ef9f30
        State: Wait (Reason: UserRequest)
        Priority: 12
        Priority level: Normal
        Start time: 15/02/2016 08:54:49
        Total processor time: 00:00:00
        User processor time: 00:00:00

    Id: 7972 (0x1f24)
        Start address: 0x00007ffb51ef9f30
        State: Wait (Reason: UserRequest)
        Priority: 12
        Priority level: Normal
        Start time: 15/02/2016 08:54:49
        Total processor time: 00:00:00
        User processor time: 00:00:00

    Id: 1028 (0x0404)
        Start address: 0x00007ffb51ef9f30
        State: Wait (Reason: UserRequest)
        Priority: 12
        Priority level: Normal
        Start time: 15/02/2016 08:54:50
        Total processor time: 00:00:00.0156250
        User processor time: 00:00:00.0156250

    Id: 96 (0x0060)
        Start address: 0x00007ffb51ef9f30
        State: Wait (Reason: UserRequest)
        Priority: 8
        Priority level: Normal
        Start time: 15/02/2016 08:54:52
        Total processor time: 00:00:00
        User processor time: 00:00:00

    Id: 9304 (0x2458)
        Start address: 0x00007ffb51ef9f30
        State: Wait (Reason: UserRequest)
        Priority: 11
        Priority level: Normal
        Start time: 15/02/2016 08:54:52
        Total processor time: 00:00:00
        User processor time: 00:00:00

    Id: 8340 (0x2094)
        Start address: 0x00007ffb51ef9f30
        State: Wait (Reason: UserRequest)
        Priority: 11
        Priority level: Normal
        Start time: 15/02/2016 08:54:52
        Total processor time: 00:00:00
        User processor time: 00:00:00

Modules:
    Name: GTA5.exe; path: C:\Program Files (x86)\Steam\steamapps\common\Grand Theft Auto V\GTA5.exe (Grand Theft Auto V v1.0.617.1, by Rockstar Games)
    Name: ntdll.dll; path: C:\Windows\SYSTEM32\ntdll.dll (Système d’exploitation Microsoft® Windows® v10.0.10240.16384, by Microsoft Corporation)
    Name: KERNEL32.DLL; path: C:\Windows\system32\KERNEL32.DLL (Système d’exploitation Microsoft® Windows® v10.0.10240.16384, by Microsoft Corporation)
    Name: KERNELBASE.dll; path: C:\Windows\system32\KERNELBASE.dll (Système d’exploitation Microsoft® Windows® v10.0.10240.16384, by Microsoft Corporation)
    Name: USER32.dll; path: C:\Windows\system32\USER32.dll (Système d’exploitation Microsoft® Windows® v10.0.10240.16384, by Microsoft Corporation)
    Name: GDI32.dll; path: C:\Windows\system32\GDI32.dll (Microsoft® Windows® Operating System v10.0.10240.16644, by Microsoft Corporation)
    Name: WS2_32.dll; path: C:\Windows\system32\WS2_32.dll (Système d’exploitation Microsoft® Windows® v10.0.10240.16384, by Microsoft Corporation)
    Name: sechost.dll; path: C:\Windows\system32\sechost.dll (Microsoft® Windows® Operating System v10.0.10240.16384, by Microsoft Corporation)
    Name: RPCRT4.dll; path: C:\Windows\system32\RPCRT4.dll (Système d’exploitation Microsoft® Windows® v10.0.10240.16384, by Microsoft Corporation)
    Name: steam_api64.dll; path: C:\Program Files (x86)\Steam\steamapps\common\Grand Theft Auto V\steam_api64.dll (Steam Client API v01.00.00.01, by Valve Corporation)
    Name: GFSDK_ShadowLib.win64.dll; path: C:\Program Files (x86)\Steam\steamapps\common\Grand Theft Auto V\GFSDK_ShadowLib.win64.dll ( v, by )
    Name: VERSION.dll; path: C:\Windows\SYSTEM32\VERSION.dll (Microsoft® Windows® Operating System v10.0.10240.16384, by Microsoft Corporation)
    Name: NSI.dll; path: C:\Windows\system32\NSI.dll (Microsoft® Windows® Operating System v10.0.10240.16384, by Microsoft Corporation)
    Name: PSAPI.DLL; path: C:\Windows\system32\PSAPI.DLL (Microsoft® Windows® Operating System v10.0.10240.16384, by Microsoft Corporation)
    Name: CRYPT32.dll; path: C:\Windows\system32\CRYPT32.dll (Système d’exploitation Microsoft® Windows® v10.0.10240.16384, by Microsoft Corporation)
    Name: msvcrt.dll; path: C:\Windows\system32\msvcrt.dll (Microsoft® Windows® Operating System v7.0.10240.16384, by Microsoft Corporation)
    Name: ADVAPI32.dll; path: C:\Windows\system32\ADVAPI32.dll (Système d’exploitation Microsoft® Windows® v10.0.10240.16384, by Microsoft Corporation)
    Name: MSASN1.dll; path: C:\Windows\system32\MSASN1.dll (Microsoft® Windows® Operating System v10.0.10240.16384, by Microsoft Corporation)
    Name: DSOUND.dll; path: C:\Windows\SYSTEM32\DSOUND.dll (Système d’exploitation Microsoft® Windows® v10.0.10240.16384, by Microsoft Corporation)
    Name: SHELL32.dll; path: C:\Windows\system32\SHELL32.dll (Système d’exploitation Microsoft® Windows® v10.0.10240.16425, by Microsoft Corporation)
    Name: WINTRUST.dll; path: C:\Windows\system32\WINTRUST.dll (Microsoft® Windows® Operating System v10.0.10240.16385, by Microsoft Corporation)
    Name: windows.storage.dll; path: C:\Windows\system32\windows.storage.dll (Système d'exploitation Microsoft® Windows® v10.0.10240.16384, by Microsoft Corporation)
    Name: powrprof.dll; path: C:\Windows\system32\powrprof.dll (Système d’exploitation Microsoft® Windows® v10.0.10240.16384, by Microsoft Corporation)
    Name: IMM32.dll; path: C:\Windows\system32\IMM32.dll (Microsoft® Windows® Operating System v10.0.10240.16384, by Microsoft Corporation)
    Name: combase.dll; path: C:\Windows\system32\combase.dll (Système d’exploitation Microsoft® Windows® v10.0.10240.16384, by Microsoft Corporation)
    Name: MSCTF.dll; path: C:\Windows\system32\MSCTF.dll (Système d’exploitation Microsoft® Windows® v10.0.10240.16384, by Microsoft Corporation)
    Name: bink2w64.dll; path: C:\Program Files (x86)\Steam\steamapps\common\Grand Theft Auto V\bink2w64.dll (Bink and Smacker v1.994a, by RAD Game Tools, Inc.)
    Name: shlwapi.dll; path: C:\Windows\system32\shlwapi.dll (Système d’exploitation Microsoft® Windows® v10.0.10240.16384, by Microsoft Corporation)
    Name: ole32.dll; path: C:\Windows\system32\ole32.dll (Système d’exploitation Microsoft® Windows® v10.0.10240.16384, by Microsoft Corporation)
    Name: kernel.appcore.dll; path: C:\Windows\system32\kernel.appcore.dll (Microsoft® Windows® Operating System v10.0.10240.16384, by Microsoft Corporation)
    Name: OLEAUT32.dll; path: C:\Windows\system32\OLEAUT32.dll ( v10.0.10240.16384, by Microsoft Corporation)
    Name: shcore.dll; path: C:\Windows\system32\shcore.dll (Système d’exploitation Microsoft® Windows® v10.0.10240.16384, by Microsoft Corporation)
    Name: WINMM.dll; path: C:\Windows\SYSTEM32\WINMM.dll (Système d’exploitation Microsoft® Windows® v10.0.10240.16384, by Microsoft Corporation)
    Name: profapi.dll; path: C:\Windows\system32\profapi.dll (Microsoft® Windows® Operating System v10.0.10240.16384, by Microsoft Corporation)
    Name: MF.dll; path: C:\Windows\SYSTEM32\MF.dll (Système d’exploitation Microsoft® Windows® v12.0.10240.16384, by Microsoft Corporation)
    Name: MFPlat.DLL; path: C:\Windows\SYSTEM32\MFPlat.DLL (Microsoft® Windows® Operating System v12.0.10240.16384, by Microsoft Corporation)
    Name: msdmo.dll; path: C:\Windows\SYSTEM32\msdmo.dll (Microsoft® Windows® Operating System v10.0.10240.16384, by Microsoft Corporation)
    Name: cfgmgr32.dll; path: C:\Windows\system32\cfgmgr32.dll (Microsoft® Windows® Operating System v10.0.10240.16384, by Microsoft Corporation)
    Name: MFReadWrite.dll; path: C:\Windows\SYSTEM32\MFReadWrite.dll (Microsoft® Windows® Operating System v12.0.10240.16384, by Microsoft Corporation)
    Name: PROPSYS.dll; path: C:\Windows\SYSTEM32\PROPSYS.dll (Windows® Search v7.00.10240.16384, by Microsoft Corporation)
    Name: WTSAPI32.dll; path: C:\Windows\SYSTEM32\WTSAPI32.dll (Microsoft® Windows® Operating System v10.0.10240.16384, by Microsoft Corporation)
    Name: d3d9.dll; path: C:\Windows\SYSTEM32\d3d9.dll (Microsoft® Windows® Operating System v10.0.10240.16412, by Microsoft Corporation)
    Name: D3DCOMPILER_43.dll; path: C:\Windows\SYSTEM32\D3DCOMPILER_43.dll (Microsoft® DirectX for Windows® v9.29.952.3111, by Microsoft Corporation)
    Name: GFSDK_TXAA_AlphaResolve.win64.dll; path: C:\Program Files (x86)\Steam\steamapps\common\Grand Theft Auto V\GFSDK_TXAA_AlphaResolve.win64.dll ( v, by )
    Name: DINPUT8.dll; path: C:\Program Files (x86)\Steam\steamapps\common\Grand Theft Auto V\DINPUT8.dll (GTA V Asi loader v1.0.0.1, by Alexander Blade)
    Name: XINPUT1_3.dll; path: C:\Windows\SYSTEM32\XINPUT1_3.dll (Microsoft® DirectX for Windows® v9.18.944.0000, by Microsoft Corporation)
    Name: IPHLPAPI.DLL; path: C:\Windows\SYSTEM32\IPHLPAPI.DLL (Système d’exploitation Microsoft® Windows® v10.0.10240.16384, by Microsoft Corporation)
    Name: SETUPAPI.dll; path: C:\Windows\system32\SETUPAPI.dll (Système d’exploitation Microsoft® Windows® v10.0.10240.16384, by Microsoft Corporation)
    Name: d3dx9_43.dll; path: C:\Windows\SYSTEM32\d3dx9_43.dll (Microsoft® DirectX for Windows® v9.29.952.3111, by Microsoft Corporation)
    Name: WINMMBASE.dll; path: C:\Windows\SYSTEM32\WINMMBASE.dll (Microsoft® Windows® Operating System v10.0.10240.16384, by Microsoft Corporation)
    Name: dwmapi.dll; path: C:\Windows\SYSTEM32\dwmapi.dll (Système d’exploitation Microsoft® Windows® v10.0.10240.16384, by Microsoft Corporation)
    Name: OPENGL32.dll; path: C:\Windows\SYSTEM32\OPENGL32.dll (Microsoft® Windows® Operating System v10.0.10240.16384, by Microsoft Corporation)
    Name: WINNSI.DLL; path: C:\Windows\SYSTEM32\WINNSI.DLL (Microsoft® Windows® Operating System v10.0.10240.16384, by Microsoft Corporation)
    Name: DEVOBJ.dll; path: C:\Windows\SYSTEM32\DEVOBJ.dll (Microsoft® Windows® Operating System v10.0.10240.16384, by Microsoft Corporation)
    Name: MFCORE.DLL; path: C:\Windows\SYSTEM32\MFCORE.DLL (Microsoft® Windows® Operating System v12.0.10240.16384, by Microsoft Corporation)
    Name: GLU32.dll; path: C:\Windows\SYSTEM32\GLU32.dll (Système d’exploitation Microsoft® Windows® v10.0.10240.16384, by Microsoft Corporation)
    Name: DDRAW.dll; path: C:\Windows\SYSTEM32\DDRAW.dll (Système d’exploitation Microsoft® Windows® v10.0.10240.16384, by Microsoft Corporation)
    Name: ksuser.dll; path: C:\Windows\SYSTEM32\ksuser.dll (Microsoft® Windows® Operating System v10.0.10240.16384, by Microsoft Corporation)
    Name: DCIMAN32.dll; path: C:\Windows\SYSTEM32\DCIMAN32.dll (Microsoft® Windows® Operating System v10.0.10240.16384, by Microsoft Corporation)
    Name: RTWorkQ.DLL; path: C:\Windows\SYSTEM32\RTWorkQ.DLL (Système d’exploitation Microsoft® Windows® v12.0.10240.16384, by Microsoft Corporation)
    Name: AVRT.dll; path: C:\Windows\SYSTEM32\AVRT.dll (Système d'exploitation Microsoft® Windows® v10.0.10240.16384, by Microsoft Corporation)
    Name: dinput8.dll; path: C:\Windows\system32\dinput8.dll (Système d’exploitation Microsoft® Windows® v10.0.10240.16384, by Microsoft Corporation)
    Name: gameoverlayrenderer64.dll; path: C:\Program Files (x86)\Steam\gameoverlayrenderer64.dll (Steam Game Overlay Renderer v01.00.00.01, by Valve Corporation)
    Name: AdvancedHookV.asi; path: C:\Program Files (x86)\Steam\steamapps\common\Grand Theft Auto V\AdvancedHookV.asi ( v, by )
    Name: MSVCP140.dll; path: C:\Windows\SYSTEM32\MSVCP140.dll (Microsoft® Visual Studio® 2015 v14.00.23026.0, by Microsoft Corporation)
    Name: VCRUNTIME140.dll; path: C:\Windows\SYSTEM32\VCRUNTIME140.dll (Microsoft® Visual Studio® 2015 v14.00.23026.0, by Microsoft Corporation)
    Name: ucrtbase.dll; path: C:\Windows\SYSTEM32\ucrtbase.dll (Microsoft® Windows® Operating System v10.0.10240.16384, by Microsoft Corporation)
    Name: CRYPTBASE.DLL; path: C:\Windows\SYSTEM32\CRYPTBASE.DLL (Microsoft® Windows® Operating System v10.0.10240.16384, by Microsoft Corporation)
    Name: bcryptPrimitives.dll; path: C:\Windows\SYSTEM32\bcryptPrimitives.dll (Microsoft® Windows® Operating System v10.0.10240.16384, by Microsoft Corporation)
    Name: Foot Radio.asi; path: C:\Program Files (x86)\Steam\steamapps\common\Grand Theft Auto V\Foot Radio.asi ( v, by )
    Name: ScriptHookV.dll; path: C:\Program Files (x86)\Steam\steamapps\common\Grand Theft Auto V\ScriptHookV.dll (ScriptHookV v1.0.617.1, by Alexander Blade)
    Name: d3dx11_43.dll; path: C:\Windows\SYSTEM32\d3dx11_43.dll (Microsoft® DirectX for Windows® v9.29.952.3111, by Microsoft Corporation)
    Name: Mod Menu.asi; path: C:\Program Files (x86)\Steam\steamapps\common\Grand Theft Auto V\Mod Menu.asi ( v, by )
    Name: openCameraV.asi; path: C:\Program Files (x86)\Steam\steamapps\common\Grand Theft Auto V\openCameraV.asi (openCamera for GTAV v1.0.0.1, by OpenIV Dev. Team)
    Name: OpenInteriors.asi; path: C:\Program Files (x86)\Steam\steamapps\common\Grand Theft Auto V\OpenInteriors.asi ( v, by )
    Name: OpenIV.asi; path: C:\Program Files (x86)\Steam\steamapps\common\Grand Theft Auto V\OpenIV.asi (OpenIV RPF Patch for GTAV v1.1.0.0, by OpenIV Dev. Team)
    Name: ScriptHookVDotNet.asi; path: C:\Program Files (x86)\Steam\steamapps\common\Grand Theft Auto V\ScriptHookVDotNet.asi ( v, by )
    Name: MSVCR120.dll; path: C:\Windows\SYSTEM32\MSVCR120.dll (Microsoft® Visual Studio® 2013 v12.00.21005.1, by Microsoft Corporation)
    Name: mscoree.dll; path: C:\Windows\SYSTEM32\mscoree.dll (Microsoft® Windows® Operating System v10.0.10240.16384, by Microsoft Corporation)
    Name: mscoreei.dll; path: C:\Windows\Microsoft.NET\Framework64\v4.0.30319\mscoreei.dll (Microsoft® .NET Framework v4.6.79.0, by Microsoft Corporation)
    Name: Skin Control.asi; path: C:\Program Files (x86)\Steam\steamapps\common\Grand Theft Auto V\Skin Control.asi ( v, by )
    Name: VehicleControlsMod.asi; path: C:\Program Files (x86)\Steam\steamapps\common\Grand Theft Auto V\VehicleControlsMod.asi ( v, by )
    Name: WeaponAttachmentTrainer.asi; path: C:\Program Files (x86)\Steam\steamapps\common\Grand Theft Auto V\WeaponAttachmentTrainer.asi ( v, by )
    Name: Xenolit Additional Car Controls.asi; path: C:\Program Files (x86)\Steam\steamapps\common\Grand Theft Auto V\Xenolit Additional Car Controls.asi ( v, by )
    Name: dxgi.dll; path: C:\Windows\SYSTEM32\dxgi.dll (Microsoft® Windows® Operating System v10.0.10240.16412, by Microsoft Corporation)
    Name: bcrypt.dll; path: C:\Windows\SYSTEM32\bcrypt.dll (Système d’exploitation Microsoft® Windows® v10.0.10240.16384, by Microsoft Corporation)
    Name: nvspcap64.dll; path: C:\Windows\system32\nvspcap64.dll (NVIDIA GeForce Experience v2.9.1.22, by NVIDIA Corporation)
    Name: WINHTTP.dll; path: C:\Windows\SYSTEM32\WINHTTP.dll (Système d’exploitation Microsoft® Windows® v10.0.10240.16384, by Microsoft Corporation)
    Name: nvapi64.dll; path: C:\Windows\system32\nvapi64.dll (NVIDIA Windows drivers v10.18.13.6175, by NVIDIA Corporation)
    Name: SspiCli.dll; path: C:\Windows\SYSTEM32\SspiCli.dll (Microsoft® Windows® Operating System v10.0.10240.16384, by Microsoft Corporation)
    Name: CRYPTSP.dll; path: C:\Windows\SYSTEM32\CRYPTSP.dll (Microsoft® Windows® Operating System v10.0.10240.16384, by Microsoft Corporation)
    Name: rsaenh.dll; path: C:\Windows\system32\rsaenh.dll (Microsoft® Windows® Operating System v10.0.10240.16384, by Microsoft Corporation)
    Name: imagehlp.dll; path: C:\Windows\system32\imagehlp.dll (Microsoft® Windows® Operating System v10.0.10240.16384, by Microsoft Corporation)
    Name: gpapi.dll; path: C:\Windows\SYSTEM32\gpapi.dll (Système d’exploitation Microsoft® Windows® v10.0.10240.16384, by Microsoft Corporation)
    Name: cryptnet.dll; path: C:\Windows\System32\cryptnet.dll (Microsoft® Windows® Operating System v10.0.10240.16384, by Microsoft Corporation)
    Name: WLDAP32.dll; path: C:\Windows\system32\WLDAP32.dll (Système d’exploitation Microsoft® Windows® v10.0.10240.16384, by Microsoft Corporation)
    Name: steamclient64.dll; path: C:\Program Files (x86)\Steam\steamclient64.dll (Steam v03.00.00.01, by Valve Corporation)
    Name: vstdlib_s64.dll; path: C:\Program Files (x86)\Steam\vstdlib_s64.dll (Steam v03.00.00.01, by Valve Corporation)
    Name: tier0_s64.dll; path: C:\Program Files (x86)\Steam\tier0_s64.dll ( tier0_s Dynamic Link Library v01.00.00.01, by Valve Corporation)
    Name: Secur32.dll; path: C:\Windows\SYSTEM32\Secur32.dll (Microsoft® Windows® Operating System v10.0.10240.16384, by Microsoft Corporation)
    Name: D3D11.DLL; path: C:\Windows\SYSTEM32\D3D11.DLL (Microsoft® Windows® Operating System v10.0.10240.16384, by Microsoft Corporation)
    Name: D3D10_1.DLL; path: C:\Windows\SYSTEM32\D3D10_1.DLL (Microsoft® Windows® Operating System v10.0.10240.16384, by Microsoft Corporation)
    Name: d3d10_1core.dll; path: C:\Windows\SYSTEM32\d3d10_1core.dll (Microsoft® Windows® Operating System v10.0.10240.16384, by Microsoft Corporation)
    Name: uxtheme.dll; path: C:\Windows\system32\uxtheme.dll (Système d’exploitation Microsoft® Windows® v10.0.10240.16384, by Microsoft Corporation)
    Name: WINSTA.dll; path: C:\Windows\SYSTEM32\WINSTA.dll (Microsoft® Windows® Operating System v10.0.10240.16384, by Microsoft Corporation)
    Name: nvwgf2umx.dll; path: C:\Windows\SYSTEM32\nvwgf2umx.dll (NVIDIA D3D10 drivers v10.18.13.6175, by NVIDIA Corporation)
    Name: igd10iumd64.dll; path: C:\Windows\SYSTEM32\igd10iumd64.dll (Intel HD Graphics Drivers for Windows 8(R) v10.18.15.4279, by Intel Corporation)
    Name: ncrypt.dll; path: C:\Windows\SYSTEM32\ncrypt.dll (Système d’exploitation Microsoft® Windows® v10.0.10240.16384, by Microsoft Corporation)
    Name: NTASN1.dll; path: C:\Windows\SYSTEM32\NTASN1.dll (Microsoft® Windows® Operating System v10.0.10240.16384, by Microsoft Corporation)
    Name: igc64.dll; path: C:\Windows\SYSTEM32\igc64.dll (Intel HD Graphics Drivers for Windows 8(R) v10.18.15.4279, by Intel Corporation)
    Name: socialclub_updater.dll; path: C:\Users\lselu\AppData\Local\Temp\akuaos4z5bttncbf\socialclub_updater.dll (RAGE Plugin Hook v0.36.877.6833, by MulleDK19 / LMS)
    Name: FW1FontWrapper.dll; path: C:\Program Files (x86)\Steam\steamapps\common\Grand Theft Auto V\FW1FontWrapper.dll ( v, by )
    Name: XINPUT9_1_0.dll; path: C:\Windows\SYSTEM32\XINPUT9_1_0.dll (Système d’exploitation Microsoft® Windows® v10.0.10240.16384, by Microsoft Corporation)
    Name: dbghelp.dll; path: C:\Windows\SYSTEM32\dbghelp.dll (Microsoft® Windows® Operating System v10.0.10240.16384, by Microsoft Corporation)
    Name: dbgcore.DLL; path: C:\Windows\SYSTEM32\dbgcore.DLL (Microsoft® Windows® Operating System v10.0.10240.16384, by Microsoft Corporation)
    Name: clr.dll; path: C:\Windows\Microsoft.NET\Framework64\v4.0.30319\clr.dll (Microsoft® .NET Framework v4.6.127.1, by Microsoft Corporation)
    Name: MSVCR120_CLR0400.dll; path: C:\Windows\SYSTEM32\MSVCR120_CLR0400.dll (Microsoft® Visual Studio® 2013 v12.00.52512.0, by Microsoft Corporation)
    Name: mscorlib.ni.dll; path: C:\Windows\assembly\NativeImages_v4.0.30319_64\mscorlib\88c60510e9a0b668a5a8e270dba0dfcf\mscorlib.ni.dll (Microsoft® .NET Framework v4.6.127.1, by Microsoft Corporation)
    Name: clrjit.dll; path: C:\Windows\Microsoft.NET\Framework64\v4.0.30319\clrjit.dll (Microsoft® .NET Framework v4.6.127.1, by Microsoft Corporation)
    Name: System.ni.dll; path: C:\Windows\assembly\NativeImages_v4.0.30319_64\System\90164f6bc860801b96897810537eb6e5\System.ni.dll (Microsoft® .NET Framework v4.6.79.0, by Microsoft Corporation)
    Name: System.Drawing.ni.dll; path: C:\Windows\assembly\NativeImages_v4.0.30319_64\System.Drawing\5dc176843ab2771d55abe40540ea3626\System.Drawing.ni.dll (Microsoft® .NET Framework v4.6.1068.2, by Microsoft Corporation)
    Name: System.Windows.Forms.ni.dll; path: C:\Windows\assembly\NativeImages_v4.0.30319_64\System.Windows.Forms\8bd070651eaea930c5aa0eea7f943442\System.Windows.Forms.ni.dll (Microsoft® .NET Framework v4.6.79.0, by Microsoft Corporation)
    Name: ntmarta.dll; path: C:\Windows\SYSTEM32\ntmarta.dll (Système d’exploitation Microsoft® Windows® v10.0.10240.16384, by Microsoft Corporation)
    Name: System.Core.ni.dll; path: C:\Windows\assembly\NativeImages_v4.0.30319_64\System.Core\7210f7dcc5318a548a2c7222357afa2a\System.Core.ni.dll (Microsoft® .NET Framework v4.6.79.0, by Microsoft Corporation)
    Name: System.Xml.ni.dll; path: C:\Windows\assembly\NativeImages_v4.0.30319_64\System.Xml\221f202c8711f47432c68e1f7946bca2\System.Xml.ni.dll (Microsoft® .NET Framework v4.6.1064.2, by Microsoft Corporation)
    Name: comctl32.dll; path: C:\Windows\WinSxS\amd64_microsoft.windows.common-controls_6595b64144ccf1df_6.0.10240.16384_none_f41f7b285750ef43\comctl32.dll (Système d’exploitation Microsoft® Windows® v10.0.10240.16384, by Microsoft Corporation)
    Name: System.Configuration.ni.dll; path: C:\Windows\assembly\NativeImages_v4.0.30319_64\System.Configuration\02ccbe3727040566129c6c146a973273\System.Configuration.ni.dll (Microsoft® .NET Framework v4.6.79.0, by Microsoft Corporation)
    Name: gdiplus.dll; path: C:\Windows\WinSxS\amd64_microsoft.windows.gdiplus_6595b64144ccf1df_1.1.10240.16603_none_89ad014f9af1a159\gdiplus.dll (Microsoft® Windows® Operating System v10.0.10240.16603, by Microsoft Corporation)
    Name: DWrite.dll; path: C:\Windows\SYSTEM32\DWrite.dll (Système d’exploitation Microsoft® Windows® v10.0.10240.16384, by Microsoft Corporation)
    Name: WindowsCodecs.dll; path: C:\Windows\SYSTEM32\WindowsCodecs.dll (Microsoft® Windows® Operating System v10.0.10240.16384, by Microsoft Corporation)
    Name: HID.DLL; path: C:\Windows\SYSTEM32\HID.DLL (Système d'exploitation Microsoft® Windows® v10.0.10240.16384, by Microsoft Corporation)
    Name: clbcatq.dll; path: C:\Windows\system32\clbcatq.dll (Microsoft® Windows® Operating System v10.0.10240.16384, by Microsoft Corporation)
    Name: MMDevApi.dll; path: C:\Windows\System32\MMDevApi.dll (Système d'exploitation Microsoft® Windows® v10.0.10240.16384, by Microsoft Corporation)
    Name: XAudio2_7.dll; path: C:\Windows\system32\XAudio2_7.dll (Microsoft® DirectX for Windows® v9.29.1962.0, by Microsoft Corporation)
    Name: AUDIOSES.DLL; path: C:\Windows\SYSTEM32\AUDIOSES.DLL (Système d’exploitation Microsoft® Windows® v10.0.10240.16384, by Microsoft Corporation)
    Name: wintypes.dll; path: C:\Windows\SYSTEM32\wintypes.dll (Système d’exploitation Microsoft® Windows® v10.0.10240.16384, by Microsoft Corporation)
    Name: SlimDX.dll; path: C:\Program Files (x86)\Steam\steamapps\common\Grand Theft Auto V\SlimDX.dll ( v, by )
    Name: MSVCR100.dll; path: C:\Windows\SYSTEM32\MSVCR100.dll (Microsoft® Visual Studio® 2010 v10.00.40219.325, by Microsoft Corporation)
    Name: MSVCP100.dll; path: C:\Windows\SYSTEM32\MSVCP100.dll (Microsoft® Visual Studio® 2010 v10.00.40219.325, by Microsoft Corporation)
    Name: USERENV.dll; path: C:\Windows\SYSTEM32\USERENV.dll (Système d’exploitation Microsoft® Windows® v10.0.10240.16384, by Microsoft Corporation)
    Name: socialclub.dll; path: C:\Program Files\Rockstar Games\Social Club\socialclub.dll (Social Club v1.1.7.2, by Take-Two Interactive Software, Inc.)
    Name: WININET.dll; path: C:\Windows\SYSTEM32\WININET.dll (Internet Explorer v11.00.10240.16384, by Microsoft Corporation)
    Name: steam_api64.dll; path: C:\Program Files\Rockstar Games\Social Club\steam_api64.dll (Steam Client API v01.00.00.01, by Valve Corporation)
    Name: FirewallAPI.dll; path: C:\Windows\System32\FirewallAPI.dll (Système d’exploitation Microsoft® Windows® v10.0.10240.16384, by Microsoft Corporation)
    Name: fwbase.dll; path: C:\Windows\System32\fwbase.dll (Microsoft® Windows® Operating System v10.0.10240.16384, by Microsoft Corporation)
    Name: FWPolicyIOMgr.dll; path: C:\Windows\System32\FWPolicyIOMgr.dll (Microsoft® Windows® Operating System v10.0.10240.16412, by Microsoft Corporation)
    Name: wdmaud.drv; path: C:\Windows\SYSTEM32\wdmaud.drv (Système d’exploitation Microsoft® Windows® v10.0.10240.16384, by Microsoft Corporation)
    Name: msacm32.drv; path: C:\Windows\SYSTEM32\msacm32.drv (Système d’exploitation Microsoft® Windows® v10.0.10240.16384, by Microsoft Corporation)
    Name: MSACM32.dll; path: C:\Windows\SYSTEM32\MSACM32.dll (Système d’exploitation Microsoft® Windows® v10.0.10240.16384, by Microsoft Corporation)
    Name: midimap.dll; path: C:\Windows\SYSTEM32\midimap.dll (Microsoft® Windows® Operating System v10.0.10240.16384, by Microsoft Corporation)
    Name: iertutil.dll; path: C:\Windows\SYSTEM32\iertutil.dll (Internet Explorer v11.00.10240.16384, by Microsoft Corporation)
    Name: ondemandconnroutehelper.dll; path: C:\Windows\SYSTEM32\ondemandconnroutehelper.dll (Microsoft® Windows® Operating System v10.0.10240.16384, by Microsoft Corporation)
    Name: mswsock.dll; path: C:\Windows\system32\mswsock.dll (Système d’exploitation Microsoft® Windows® v10.0.10240.16384, by Microsoft Corporation)
    Name: napinsp.dll; path: C:\Windows\system32\napinsp.dll (Système d’exploitation Microsoft® Windows® v10.0.10240.16384, by Microsoft Corporation)
    Name: pnrpnsp.dll; path: C:\Windows\system32\pnrpnsp.dll (Système d’exploitation Microsoft® Windows® v10.0.10240.16384, by Microsoft Corporation)
    Name: NLAapi.dll; path: C:\Windows\system32\NLAapi.dll (Microsoft® Windows® Operating System v10.0.10240.16384, by Microsoft Corporation)
    Name: DNSAPI.dll; path: C:\Windows\SYSTEM32\DNSAPI.dll (Système d’exploitation Microsoft® Windows® v10.0.10240.16384, by Microsoft Corporation)
    Name: winrnr.dll; path: C:\Windows\System32\winrnr.dll (Microsoft® Windows® Operating System v10.0.10240.16384, by Microsoft Corporation)
    Name: wshbth.dll; path: C:\Windows\system32\wshbth.dll (Microsoft® Windows® Operating System v10.0.10240.16384, by Microsoft Corporation)
    Name: fwpuclnt.dll; path: C:\Windows\System32\fwpuclnt.dll (Système d’exploitation Microsoft® Windows® v10.0.10240.16384, by Microsoft Corporation)
    Name: rasadhlp.dll; path: C:\Windows\System32\rasadhlp.dll (Microsoft® Windows® Operating System v10.0.10240.16384, by Microsoft Corporation)
    Name: D3DCompiler_47.dll; path: C:\Windows\SYSTEM32\D3DCompiler_47.dll (Microsoft® Windows® Operating System v10.0.10240.16384, by Microsoft Corporation)
    Name: XInput1_4.dll; path: C:\Windows\SYSTEM32\XInput1_4.dll (Système d’exploitation Microsoft® Windows® v10.0.10240.16384, by Microsoft Corporation)
    Name: deviceaccess.dll; path: C:\Windows\System32\deviceaccess.dll (Microsoft® Windows® Operating System v10.0.10240.16384, by Microsoft Corporation)
    Name: urlmon.dll; path: C:\Windows\SYSTEM32\urlmon.dll (Internet Explorer v11.00.10240.16384, by Microsoft Corporation)
    Name: clrcompression.dll; path: C:\Windows\Microsoft.NET\Framework64\v4.0.30319\clrcompression.dll (Microsoft® .NET Framework v4.6.79.0, by Microsoft Corporation)
    Name: System.Management.ni.dll; path: C:\Windows\assembly\NativeImages_v4.0.30319_64\System.Management\d2f79c11af74a10e629543540501fde2\System.Management.ni.dll (Microsoft® .NET Framework v4.6.79.0, by Microsoft Corporation)
    Name: Microsoft.VisualBasic.ni.dll; path: C:\Windows\assembly\NativeImages_v4.0.30319_64\Microsoft.V9921e851#\575e2d9bf08b07eec9aa600ef37930f8\Microsoft.VisualBasic.ni.dll (Microsoft® .NET Framework v14.6.79.0, by Microsoft Corporation)
    Name: AutoItX3.dll; path: C:\Program Files (x86)\Steam\steamapps\common\Grand Theft Auto V\AutoItX3.dll (AutoIt v3 ActiveX Control v3, 3, 12, 0, by AutoIt Team)
    Name: MPR.dll; path: C:\Windows\SYSTEM32\MPR.dll (Système d’exploitation Microsoft® Windows® v10.0.10240.16384, by Microsoft Corporation)
    Name: COMCTL32.dll; path: C:\Windows\WinSxS\amd64_microsoft.windows.common-controls_6595b64144ccf1df_5.82.10240.16384_none_0212ec7eba871e86\COMCTL32.dll (Système d’exploitation Microsoft® Windows® v10.0.10240.16384, by Microsoft Corporation)
    Name: rasapi32.dll; path: C:\Windows\SYSTEM32\rasapi32.dll (Système d’exploitation Microsoft® Windows® v10.0.10240.16384, by Microsoft Corporation)
    Name: rasman.dll; path: C:\Windows\SYSTEM32\rasman.dll (Microsoft® Windows® Operating System v10.0.10240.16683, by Microsoft Corporation)
    Name: rtutils.dll; path: C:\Windows\SYSTEM32\rtutils.dll (Microsoft® Windows® Operating System v10.0.10240.16384, by Microsoft Corporation)
    Name: dhcpcsvc6.DLL; path: C:\Windows\SYSTEM32\dhcpcsvc6.DLL (Système d’exploitation Microsoft® Windows® v10.0.10240.16384, by Microsoft Corporation)
    Name: dhcpcsvc.DLL; path: C:\Windows\SYSTEM32\dhcpcsvc.DLL (Système d’exploitation Microsoft® Windows® v10.0.10240.16384, by Microsoft Corporation)
    Name: diasymreader.dll; path: C:\Windows\Microsoft.NET\Framework64\v4.0.30319\diasymreader.dll (Microsoft® Visual Studio® 12 CTP v14.00.0079.0, by Microsoft Corporation)
    Name: GTA5.exe
        Base address: 0x00007ff755080000
        Memory size: 0x043aae00
        Entry point address: 0x00007ff7566fac68
        File path: C:\Program Files (x86)\Steam\steamapps\common\Grand Theft Auto V\GTA5.exe
        Product name: Grand Theft Auto V
        Product version: 1.0.617.1
        Company: Rockstar Games

    Name: ntdll.dll
        Base address: 0x00007ffb51ef0000
        Memory size: 0x001c2000
        Entry point address: 0x0000000000000000
        File path: C:\Windows\SYSTEM32\ntdll.dll
        Product name: Système d’exploitation Microsoft® Windows®
        Product version: 10.0.10240.16384
        Company: Microsoft Corporation

    Name: KERNEL32.DLL
        Base address: 0x00007ffb4fd90000
        Memory size: 0x000ad000
        Entry point address: 0x00007ffb4fda2e30
        File path: C:\Windows\system32\KERNEL32.DLL
        Product name: Système d’exploitation Microsoft® Windows®
        Product version: 10.0.10240.16384
        Company: Microsoft Corporation

    Name: KERNELBASE.dll
        Base address: 0x00007ffb4f3e0000
        Memory size: 0x001dd000
        Entry point address: 0x00007ffb4f3eba70
        File path: C:\Windows\system32\KERNELBASE.dll
        Product name: Système d’exploitation Microsoft® Windows®
        Product version: 10.0.10240.16384
        Company: Microsoft Corporation

    Name: USER32.dll
        Base address: 0x00007ffb502c0000
        Memory size: 0x0014e000
        Entry point address: 0x00007ffb502c9d90
        File path: C:\Windows\system32\USER32.dll
        Product name: Système d’exploitation Microsoft® Windows®
        Product version: 10.0.10240.16384
        Company: Microsoft Corporation

    Name: GDI32.dll
        Base address: 0x00007ffb50530000
        Memory size: 0x00186000
        Entry point address: 0x00007ffb5057d040
        File path: C:\Windows\system32\GDI32.dll
        Product name: Microsoft® Windows® Operating System
        Product version: 10.0.10240.16644
        Company: Microsoft Corporation

    Name: WS2_32.dll
        Base address: 0x00007ffb504c0000
        Memory size: 0x00069000
        Entry point address: 0x00007ffb504d7870
        File path: C:\Windows\system32\WS2_32.dll
        Product name: Système d’exploitation Microsoft® Windows®
        Product version: 10.0.10240.16384
        Company: Microsoft Corporation

    Name: sechost.dll
        Base address: 0x00007ffb50150000
        Memory size: 0x0005b000
        Entry point address: 0x00007ffb50167530
        File path: C:\Windows\system32\sechost.dll
        Product name: Microsoft® Windows® Operating System
        Product version: 10.0.10240.16384
        Company: Microsoft Corporation

    Name: RPCRT4.dll
        Base address: 0x00007ffb4faf0000
        Memory size: 0x00126000
        Entry point address: 0x00007ffb4fb5eb50
        File path: C:\Windows\system32\RPCRT4.dll
        Product name: Système d’exploitation Microsoft® Windows®
        Product version: 10.0.10240.16384
        Company: Microsoft Corporation

    Name: steam_api64.dll
        Base address: 0x0000000069370000
        Memory size: 0x00022000
        Entry point address: 0x00000000693771f4
        File path: C:\Program Files (x86)\Steam\steamapps\common\Grand Theft Auto V\steam_api64.dll
        Product name: Steam Client API
        Product version: 01.00.00.01
        Company: Valve Corporation

    Name: GFSDK_ShadowLib.win64.dll
        Base address: 0x00007ffb251d0000
        Memory size: 0x003cc000
        Entry point address: 0x00007ffb251dcf10
        File path: C:\Program Files (x86)\Steam\steamapps\common\Grand Theft Auto V\GFSDK_ShadowLib.win64.dll
        Product name: 
        Product version: 
        Company: 

    Name: VERSION.dll
        Base address: 0x00007ffb4b550000
        Memory size: 0x0000a000
        Entry point address: 0x00007ffb4b551330
        File path: C:\Windows\SYSTEM32\VERSION.dll
        Product name: Microsoft® Windows® Operating System
        Product version: 10.0.10240.16384
        Company: Microsoft Corporation

    Name: NSI.dll
        Base address: 0x00007ffb50410000
        Memory size: 0x00008000
        Entry point address: 0x00007ffb50411ea0
        File path: C:\Windows\system32\NSI.dll
        Product name: Microsoft® Windows® Operating System
        Product version: 10.0.10240.16384
        Company: Microsoft Corporation

    Name: PSAPI.DLL
        Base address: 0x00007ffb50140000
        Memory size: 0x00008000
        Entry point address: 0x00007ffb501410c0
        File path: C:\Windows\system32\PSAPI.DLL
        Product name: Microsoft® Windows® Operating System
        Product version: 10.0.10240.16384
        Company: Microsoft Corporation

    Name: CRYPT32.dll
        Base address: 0x00007ffb4eb80000
        Memory size: 0x001c1000
        Entry point address: 0x00007ffb4ebdb120
        File path: C:\Windows\system32\CRYPT32.dll
        Product name: Système d’exploitation Microsoft® Windows®
        Product version: 10.0.10240.16384
        Company: Microsoft Corporation

    Name: msvcrt.dll
        Base address: 0x00007ffb51d70000
        Memory size: 0x0009d000
        Entry point address: 0x00007ffb51d778a0
        File path: C:\Windows\system32\msvcrt.dll
        Product name: Microsoft® Windows® Operating System
        Product version: 7.0.10240.16384
        Company: Microsoft Corporation

    Name: ADVAPI32.dll
        Base address: 0x00007ffb51cc0000
        Memory size: 0x000a6000
        Entry point address: 0x00007ffb51cd61e0
        File path: C:\Windows\system32\ADVAPI32.dll
        Product name: Système d’exploitation Microsoft® Windows®
        Product version: 10.0.10240.16384
        Company: Microsoft Corporation

    Name: MSASN1.dll
        Base address: 0x00007ffb4e920000
        Memory size: 0x00011000
        Entry point address: 0x00007ffb4e925960
        File path: C:\Windows\system32\MSASN1.dll
        Product name: Microsoft® Windows® Operating System
        Product version: 10.0.10240.16384
        Company: Microsoft Corporation

    Name: DSOUND.dll
        Base address: 0x00007ffb2bcf0000
        Memory size: 0x0009c000
        Entry point address: 0x00007ffb2bd032b0
        File path: C:\Windows\SYSTEM32\DSOUND.dll
        Product name: Système d’exploitation Microsoft® Windows®
        Product version: 10.0.10240.16384
        Company: Microsoft Corporation

    Name: SHELL32.dll
        Base address: 0x00007ffb506c0000
        Memory size: 0x01522000
        Entry point address: 0x00007ffb50817750
        File path: C:\Windows\system32\SHELL32.dll
        Product name: Système d’exploitation Microsoft® Windows®
        Product version: 10.0.10240.16425
        Company: Microsoft Corporation

    Name: WINTRUST.dll
        Base address: 0x00007ffb4f380000
        Memory size: 0x00054000
        Entry point address: 0x00007ffb4f3984b0
        File path: C:\Windows\system32\WINTRUST.dll
        Product name: Microsoft® Windows® Operating System
        Product version: 10.0.10240.16385
        Company: Microsoft Corporation

    Name: windows.storage.dll
        Base address: 0x00007ffb4ed50000
        Memory size: 0x00628000
        Entry point address: 0x00007ffb4ef0b1c0
        File path: C:\Windows\system32\windows.storage.dll
        Product name: Système d'exploitation Microsoft® Windows®
        Product version: 10.0.10240.16384
        Company: Microsoft Corporation

    Name: powrprof.dll
        Base address: 0x00007ffb4e970000
        Memory size: 0x0004a000
        Entry point address: 0x00007ffb4e973460
        File path: C:\Windows\system32\powrprof.dll
        Product name: Système d’exploitation Microsoft® Windows®
        Product version: 10.0.10240.16384
        Company: Microsoft Corporation

    Name: IMM32.dll
        Base address: 0x00007ffb50420000
        Memory size: 0x00036000
        Entry point address: 0x00007ffb50421310
        File path: C:\Windows\system32\IMM32.dll
        Product name: Microsoft® Windows® Operating System
        Product version: 10.0.10240.16384
        Company: Microsoft Corporation

    Name: combase.dll
        Base address: 0x00007ffb4f790000
        Memory size: 0x0027c000
        Entry point address: 0x00007ffb4f8636d0
        File path: C:\Windows\system32\combase.dll
        Product name: Système d’exploitation Microsoft® Windows®
        Product version: 10.0.10240.16384
        Company: Microsoft Corporation

    Name: MSCTF.dll
        Base address: 0x00007ffb4fc20000
        Memory size: 0x0015c000
        Entry point address: 0x00007ffb4fc5e3f0
        File path: C:\Windows\system32\MSCTF.dll
        Product name: Système d’exploitation Microsoft® Windows®
        Product version: 10.0.10240.16384
        Company: Microsoft Corporation

    Name: bink2w64.dll
        Base address: 0x00007ffb2b920000
        Memory size: 0x0008d000
        Entry point address: 0x00007ffb2b923a78
        File path: C:\Program Files (x86)\Steam\steamapps\common\Grand Theft Auto V\bink2w64.dll
        Product name: Bink and Smacker
        Product version: 1.994a
        Company: RAD Game Tools, Inc.

    Name: shlwapi.dll
        Base address: 0x00007ffb501b0000
        Memory size: 0x00051000
        Entry point address: 0x00007ffb501bee30
        File path: C:\Windows\system32\shlwapi.dll
        Product name: Système d’exploitation Microsoft® Windows®
        Product version: 10.0.10240.16384
        Company: Microsoft Corporation

    Name: ole32.dll
        Base address: 0x00007ffb4fff0000
        Memory size: 0x00141000
        Entry point address: 0x00007ffb50014e60
        File path: C:\Windows\system32\ole32.dll
        Product name: Système d’exploitation Microsoft® Windows®
        Product version: 10.0.10240.16384
        Company: Microsoft Corporation

    Name: kernel.appcore.dll
        Base address: 0x00007ffb4e960000
        Memory size: 0x0000f000
        Entry point address: 0x00007ffb4e963220
        File path: C:\Windows\system32\kernel.appcore.dll
        Product name: Microsoft® Windows® Operating System
        Product version: 10.0.10240.16384
        Company: Microsoft Corporation

    Name: OLEAUT32.dll
        Base address: 0x00007ffb51e10000
        Memory size: 0x000be000
        Entry point address: 0x00007ffb51e2afa0
        File path: C:\Windows\system32\OLEAUT32.dll
        Product name: 
        Product version: 10.0.10240.16384
        Company: Microsoft Corporation

    Name: shcore.dll
        Base address: 0x00007ffb4eac0000
        Memory size: 0x000b3000
        Entry point address: 0x00007ffb4eb01b20
        File path: C:\Windows\system32\shcore.dll
        Product name: Système d’exploitation Microsoft® Windows®
        Product version: 10.0.10240.16384
        Company: Microsoft Corporation

    Name: WINMM.dll
        Base address: 0x00007ffb4ca70000
        Memory size: 0x00023000
        Entry point address: 0x00007ffb4ca73680
        File path: C:\Windows\SYSTEM32\WINMM.dll
        Product name: Système d’exploitation Microsoft® Windows®
        Product version: 10.0.10240.16384
        Company: Microsoft Corporation

    Name: profapi.dll
        Base address: 0x00007ffb4e940000
        Memory size: 0x00013000
        Entry point address: 0x00007ffb4e945130
        File path: C:\Windows\system32\profapi.dll
        Product name: Microsoft® Windows® Operating System
        Product version: 10.0.10240.16384
        Company: Microsoft Corporation

    Name: MF.dll
        Base address: 0x00007ffb2acf0000
        Memory size: 0x00090000
        Entry point address: 0x00007ffb2ad10500
        File path: C:\Windows\SYSTEM32\MF.dll
        Product name: Système d’exploitation Microsoft® Windows®
        Product version: 12.0.10240.16384
        Company: Microsoft Corporation

    Name: MFPlat.DLL
        Base address: 0x00007ffb462f0000
        Memory size: 0x0010c000
        Entry point address: 0x00007ffb46317180
        File path: C:\Windows\SYSTEM32\MFPlat.DLL
        Product name: Microsoft® Windows® Operating System
        Product version: 12.0.10240.16384
        Company: Microsoft Corporation

    Name: msdmo.dll
        Base address: 0x00007ffb3c1d0000
        Memory size: 0x0000a000
        Entry point address: 0x00007ffb3c1d1530
        File path: C:\Windows\SYSTEM32\msdmo.dll
        Product name: Microsoft® Windows® Operating System
        Product version: 10.0.10240.16384
        Company: Microsoft Corporation

    Name: cfgmgr32.dll
        Base address: 0x00007ffb4e9c0000
        Memory size: 0x00044000
        Entry point address: 0x00007ffb4e9d2cb0
        File path: C:\Windows\system32\cfgmgr32.dll
        Product name: Microsoft® Windows® Operating System
        Product version: 10.0.10240.16384
        Company: Microsoft Corporation

    Name: MFReadWrite.dll
        Base address: 0x00007ffb2c450000
        Memory size: 0x0006a000
        Entry point address: 0x00007ffb2c451cd0
        File path: C:\Windows\SYSTEM32\MFReadWrite.dll
        Product name: Microsoft® Windows® Operating System
        Product version: 12.0.10240.16384
        Company: Microsoft Corporation

    Name: PROPSYS.dll
        Base address: 0x00007ffb4b2e0000
        Memory size: 0x00183000
        Entry point address: 0x00007ffb4b32c1d0
        File path: C:\Windows\SYSTEM32\PROPSYS.dll
        Product name: Windows® Search
        Product version: 7.00.10240.16384
        Company: Microsoft Corporation

    Name: WTSAPI32.dll
        Base address: 0x00007ffb4c570000
        Memory size: 0x00013000
        Entry point address: 0x00007ffb4c572870
        File path: C:\Windows\SYSTEM32\WTSAPI32.dll
        Product name: Microsoft® Windows® Operating System
        Product version: 10.0.10240.16384
        Company: Microsoft Corporation

    Name: d3d9.dll
        Base address: 0x00007ffb3f190000
        Memory size: 0x00210000
        Entry point address: 0x00007ffb3f1cfcb0
        File path: C:\Windows\SYSTEM32\d3d9.dll
        Product name: Microsoft® Windows® Operating System
        Product version: 10.0.10240.16412
        Company: Microsoft Corporation

    Name: D3DCOMPILER_43.dll
        Base address: 0x00007ffb24f60000
        Memory size: 0x0026f000
        Entry point address: 0x00007ffb2519be5c
        File path: C:\Windows\SYSTEM32\D3DCOMPILER_43.dll
        Product name: Microsoft® DirectX for Windows®
        Product version: 9.29.952.3111
        Company: Microsoft Corporation

    Name: GFSDK_TXAA_AlphaResolve.win64.dll
        Base address: 0x00007ffb31570000
        Memory size: 0x0001c000
        Entry point address: 0x00007ffb3157493c
        File path: C:\Program Files (x86)\Steam\steamapps\common\Grand Theft Auto V\GFSDK_TXAA_AlphaResolve.win64.dll
        Product name: 
        Product version: 
        Company: 

    Name: DINPUT8.dll
        Base address: 0x00007ffb2c250000
        Memory size: 0x00025000
        Entry point address: 0x00007ffb2c253804
        File path: C:\Program Files (x86)\Steam\steamapps\common\Grand Theft Auto V\DINPUT8.dll
        Product name: GTA V Asi loader
        Product version: 1.0.0.1
        Company: Alexander Blade

    Name: XINPUT1_3.dll
        Base address: 0x0000000000400000
        Memory size: 0x0001e000
        Entry point address: 0x00000000004098e0
        File path: C:\Windows\SYSTEM32\XINPUT1_3.dll
        Product name: Microsoft® DirectX for Windows®
        Product version: 9.18.944.0000
        Company: Microsoft Corporation

    Name: IPHLPAPI.DLL
        Base address: 0x00007ffb4b920000
        Memory size: 0x00038000
        Entry point address: 0x00007ffb4b92f600
        File path: C:\Windows\SYSTEM32\IPHLPAPI.DLL
        Product name: Système d’exploitation Microsoft® Windows®
        Product version: 10.0.10240.16384
        Company: Microsoft Corporation

    Name: SETUPAPI.dll
        Base address: 0x00007ffb4f5c0000
        Memory size: 0x001c5000
        Entry point address: 0x00007ffb4f5f27f0
        File path: C:\Windows\system32\SETUPAPI.dll
        Product name: Système d’exploitation Microsoft® Windows®
        Product version: 10.0.10240.16384
        Company: Microsoft Corporation

    Name: d3dx9_43.dll
        Base address: 0x00007ffb24cf0000
        Memory size: 0x00263000
        Entry point address: 0x00007ffb24f05d1c
        File path: C:\Windows\SYSTEM32\d3dx9_43.dll
        Product name: Microsoft® DirectX for Windows®
        Product version: 9.29.952.3111
        Company: Microsoft Corporation

    Name: WINMMBASE.dll
        Base address: 0x0000004adac70000
        Memory size: 0x0002c000
        Entry point address: 0x0000004adac78950
        File path: C:\Windows\SYSTEM32\WINMMBASE.dll
        Product name: Microsoft® Windows® Operating System
        Product version: 10.0.10240.16384
        Company: Microsoft Corporation

    Name: dwmapi.dll
        Base address: 0x00007ffb4c920000
        Memory size: 0x00022000
        Entry point address: 0x00007ffb4c923410
        File path: C:\Windows\SYSTEM32\dwmapi.dll
        Product name: Système d’exploitation Microsoft® Windows®
        Product version: 10.0.10240.16384
        Company: Microsoft Corporation

    Name: OPENGL32.dll
        Base address: 0x00007ffb371a0000
        Memory size: 0x00128000
        Entry point address: 0x00007ffb3727eb90
        File path: C:\Windows\SYSTEM32\OPENGL32.dll
        Product name: Microsoft® Windows® Operating System
        Product version: 10.0.10240.16384
        Company: Microsoft Corporation

    Name: WINNSI.DLL
        Base address: 0x00007ffb4ba90000
        Memory size: 0x0000b000
        Entry point address: 0x00007ffb4ba91c80
        File path: C:\Windows\SYSTEM32\WINNSI.DLL
        Product name: Microsoft® Windows® Operating System
        Product version: 10.0.10240.16384
        Company: Microsoft Corporation

    Name: DEVOBJ.dll
        Base address: 0x00007ffb4d290000
        Memory size: 0x00027000
        Entry point address: 0x00007ffb4d297270
        File path: C:\Windows\SYSTEM32\DEVOBJ.dll
        Product name: Microsoft® Windows® Operating System
        Product version: 10.0.10240.16384
        Company: Microsoft Corporation

    Name: MFCORE.DLL
        Base address: 0x00007ffb1bf80000
        Memory size: 0x00257000
        Entry point address: 0x00007ffb1bfdc260
        File path: C:\Windows\SYSTEM32\MFCORE.DLL
        Product name: Microsoft® Windows® Operating System
        Product version: 12.0.10240.16384
        Company: Microsoft Corporation

    Name: GLU32.dll
        Base address: 0x00007ffb3de10000
        Memory size: 0x0002e000
        Entry point address: 0x00007ffb3de2e0e0
        File path: C:\Windows\SYSTEM32\GLU32.dll
        Product name: Système d’exploitation Microsoft® Windows®
        Product version: 10.0.10240.16384
        Company: Microsoft Corporation

    Name: DDRAW.dll
        Base address: 0x00007ffb378a0000
        Memory size: 0x000f6000
        Entry point address: 0x00007ffb378ad800
        File path: C:\Windows\SYSTEM32\DDRAW.dll
        Product name: Système d’exploitation Microsoft® Windows®
        Product version: 10.0.10240.16384
        Company: Microsoft Corporation

    Name: ksuser.dll
        Base address: 0x00007ffb48500000
        Memory size: 0x00008000
        Entry point address: 0x00007ffb48501a20
        File path: C:\Windows\SYSTEM32\ksuser.dll
        Product name: Microsoft® Windows® Operating System
        Product version: 10.0.10240.16384
        Company: Microsoft Corporation

    Name: DCIMAN32.dll
        Base address: 0x00007ffb45c30000
        Memory size: 0x00008000
        Entry point address: 0x00007ffb45c31e70
        File path: C:\Windows\SYSTEM32\DCIMAN32.dll
        Product name: Microsoft® Windows® Operating System
        Product version: 10.0.10240.16384
        Company: Microsoft Corporation

    Name: RTWorkQ.DLL
        Base address: 0x00007ffb46f80000
        Memory size: 0x00030000
        Entry point address: 0x00007ffb46f8e700
        File path: C:\Windows\SYSTEM32\RTWorkQ.DLL
        Product name: Système d’exploitation Microsoft® Windows®
        Product version: 12.0.10240.16384
        Company: Microsoft Corporation

    Name: AVRT.dll
        Base address: 0x00007ffb48580000
        Memory size: 0x0000b000
        Entry point address: 0x00007ffb48581800
        File path: C:\Windows\SYSTEM32\AVRT.dll
        Product name: Système d'exploitation Microsoft® Windows®
        Product version: 10.0.10240.16384
        Company: Microsoft Corporation

    Name: dinput8.dll
        Base address: 0x00007ffb2c910000
        Memory size: 0x00041000
        Entry point address: 0x00007ffb2c91aa60
        File path: C:\Windows\system32\dinput8.dll
        Product name: Système d’exploitation Microsoft® Windows®
        Product version: 10.0.10240.16384
        Company: Microsoft Corporation

    Name: gameoverlayrenderer64.dll
        Base address: 0x00007ffb2a8c0000
        Memory size: 0x001a0000
        Entry point address: 0x00007ffb2a99603c
        File path: C:\Program Files (x86)\Steam\gameoverlayrenderer64.dll
        Product name: Steam Game Overlay Renderer
        Product version: 01.00.00.01
        Company: Valve Corporation

    Name: AdvancedHookV.asi
        Base address: 0x00007ffb3b930000
        Memory size: 0x0000c000
        Entry point address: 0x00007ffb3b933840
        File path: C:\Program Files (x86)\Steam\steamapps\common\Grand Theft Auto V\AdvancedHookV.asi
        Product name: 
        Product version: 
        Company: 

    Name: MSVCP140.dll
        Base address: 0x00007ffb2ac50000
        Memory size: 0x0009e000
        Entry point address: 0x00007ffb2ac99d40
        File path: C:\Windows\SYSTEM32\MSVCP140.dll
        Product name: Microsoft® Visual Studio® 2015
        Product version: 14.00.23026.0
        Company: Microsoft Corporation

    Name: VCRUNTIME140.dll
        Base address: 0x00007ffb2ff40000
        Memory size: 0x00017000
        Entry point address: 0x00007ffb2ff4c440
        File path: C:\Windows\SYSTEM32\VCRUNTIME140.dll
        Product name: Microsoft® Visual Studio® 2015
        Product version: 14.00.23026.0
        Company: Microsoft Corporation

    Name: ucrtbase.dll
        Base address: 0x0000004ade090000
        Memory size: 0x000f2000
        Entry point address: 0x0000004ade099060
        File path: C:\Windows\SYSTEM32\ucrtbase.dll
        Product name: Microsoft® Windows® Operating System
        Product version: 10.0.10240.16384
        Company: Microsoft Corporation

    Name: CRYPTBASE.DLL
        Base address: 0x00007ffb4e340000
        Memory size: 0x0000b000
        Entry point address: 0x00007ffb4e341a50
        File path: C:\Windows\SYSTEM32\CRYPTBASE.DLL
        Product name: Microsoft® Windows® Operating System
        Product version: 10.0.10240.16384
        Company: Microsoft Corporation

    Name: bcryptPrimitives.dll
        Base address: 0x00007ffb4e770000
        Memory size: 0x0006b000
        Entry point address: 0x00007ffb4e7a5f50
        File path: C:\Windows\SYSTEM32\bcryptPrimitives.dll
        Product name: Microsoft® Windows® Operating System
        Product version: 10.0.10240.16384
        Company: Microsoft Corporation

    Name: Foot Radio.asi
        Base address: 0x00007ffb2f9c0000
        Memory size: 0x0001c000
        Entry point address: 0x00007ffb2f9c15e0
        File path: C:\Program Files (x86)\Steam\steamapps\common\Grand Theft Auto V\Foot Radio.asi
        Product name: 
        Product version: 
        Company: 

    Name: ScriptHookV.dll
        Base address: 0x00007ffb24c20000
        Memory size: 0x000cd000
        Entry point address: 0x00007ffb24c2b6e8
        File path: C:\Program Files (x86)\Steam\steamapps\common\Grand Theft Auto V\ScriptHookV.dll
        Product name: ScriptHookV
        Product version: 1.0.617.1
        Company: Alexander Blade

    Name: d3dx11_43.dll
        Base address: 0x00007ffb2bf20000
        Memory size: 0x00046000
        Entry point address: 0x00007ffb2bf57a2c
        File path: C:\Windows\SYSTEM32\d3dx11_43.dll
        Product name: Microsoft® DirectX for Windows®
        Product version: 9.29.952.3111
        Company: Microsoft Corporation

    Name: Mod Menu.asi
        Base address: 0x00007ffb2b090000
        Memory size: 0x0003b000
        Entry point address: 0x00007ffb2b09b56c
        File path: C:\Program Files (x86)\Steam\steamapps\common\Grand Theft Auto V\Mod Menu.asi
        Product name: 
        Product version: 
        Company: 

    Name: openCameraV.asi
        Base address: 0x00007ffb2c220000
        Memory size: 0x00024000
        Entry point address: 0x00007ffb2c222994
        File path: C:\Program Files (x86)\Steam\steamapps\common\Grand Theft Auto V\openCameraV.asi
        Product name: openCamera for GTAV
        Product version: 1.0.0.1
        Company: OpenIV Dev. Team

    Name: OpenInteriors.asi
        Base address: 0x00007ffb2bef0000
        Memory size: 0x00028000
        Entry point address: 0x00007ffb2bef7854
        File path: C:\Program Files (x86)\Steam\steamapps\common\Grand Theft Auto V\OpenInteriors.asi
        Product name: 
        Product version: 
        Company: 

    Name: OpenIV.asi
        Base address: 0x00007ffb2e990000
        Memory size: 0x00020000
        Entry point address: 0x00007ffb2e9931d0
        File path: C:\Program Files (x86)\Steam\steamapps\common\Grand Theft Auto V\OpenIV.asi
        Product name: OpenIV RPF Patch for GTAV
        Product version: 1.1.0.0
        Company: OpenIV Dev. Team

    Name: ScriptHookVDotNet.asi
        Base address: 0x00007ffb1abb0000
        Memory size: 0x000e9000
        Entry point address: 0x00007ffb1abdaa88
        File path: C:\Program Files (x86)\Steam\steamapps\common\Grand Theft Auto V\ScriptHookVDotNet.asi
        Product name: 
        Product version: 
        Company: 

    Name: MSVCR120.dll
        Base address: 0x00007ffb47840000
        Memory size: 0x000ef000
        Entry point address: 0x00007ffb478629cc
        File path: C:\Windows\SYSTEM32\MSVCR120.dll
        Product name: Microsoft® Visual Studio® 2013
        Product version: 12.00.21005.1
        Company: Microsoft Corporation

    Name: mscoree.dll
        Base address: 0x00007ffb43340000
        Memory size: 0x00068000
        Entry point address: 0x00007ffb43344970
        File path: C:\Windows\SYSTEM32\mscoree.dll
        Product name: Microsoft® Windows® Operating System
        Product version: 10.0.10240.16384
        Company: Microsoft Corporation

    Name: mscoreei.dll
        Base address: 0x00007ffb43090000
        Memory size: 0x00097000
        Entry point address: 0x00007ffb43096f9c
        File path: C:\Windows\Microsoft.NET\Framework64\v4.0.30319\mscoreei.dll
        Product name: Microsoft® .NET Framework
        Product version: 4.6.79.0
        Company: Microsoft Corporation

    Name: Skin Control.asi
        Base address: 0x00007ffb24bb0000
        Memory size: 0x0006e000
        Entry point address: 0x00007ffb24bd79a8
        File path: C:\Program Files (x86)\Steam\steamapps\common\Grand Theft Auto V\Skin Control.asi
        Product name: 
        Product version: 
        Company: 

    Name: VehicleControlsMod.asi
        Base address: 0x00007ffb1ab80000
        Memory size: 0x0002f000
        Entry point address: 0x00007ffb1ab8acec
        File path: C:\Program Files (x86)\Steam\steamapps\common\Grand Theft Auto V\VehicleControlsMod.asi
        Product name: 
        Product version: 
        Company: 

    Name: WeaponAttachmentTrainer.asi
        Base address: 0x00007ffb1ab50000
        Memory size: 0x00024000
        Entry point address: 0x00007ffb1ab54db4
        File path: C:\Program Files (x86)\Steam\steamapps\common\Grand Theft Auto V\WeaponAttachmentTrainer.asi
        Product name: 
        Product version: 
        Company: 

    Name: Xenolit Additional Car Controls.asi
        Base address: 0x00007ffb1ab20000
        Memory size: 0x00028000
        Entry point address: 0x00007ffb1ab27bb4
        File path: C:\Program Files (x86)\Steam\steamapps\common\Grand Theft Auto V\Xenolit Additional Car Controls.asi
        Product name: 
        Product version: 
        Company: 

    Name: dxgi.dll
        Base address: 0x00007ffb4c590000
        Memory size: 0x0009c000
        Entry point address: 0x00007ffb4c5ad890
        File path: C:\Windows\SYSTEM32\dxgi.dll
        Product name: Microsoft® Windows® Operating System
        Product version: 10.0.10240.16412
        Company: Microsoft Corporation

    Name: bcrypt.dll
        Base address: 0x00007ffb4e460000
        Memory size: 0x00028000
        Entry point address: 0x00007ffb4e4740c0
        File path: C:\Windows\SYSTEM32\bcrypt.dll
        Product name: Système d’exploitation Microsoft® Windows®
        Product version: 10.0.10240.16384
        Company: Microsoft Corporation

    Name: nvspcap64.dll
        Base address: 0x00007ffb2ff60000
        Memory size: 0x001cc000
        Entry point address: 0x00007ffb3004aa50
        File path: C:\Windows\system32\nvspcap64.dll
        Product name: NVIDIA GeForce Experience
        Product version: 2.9.1.22
        Company: NVIDIA Corporation

    Name: WINHTTP.dll
        Base address: 0x00007ffb4a100000
        Memory size: 0x000d6000
        Entry point address: 0x00007ffb4a13cfd0
        File path: C:\Windows\SYSTEM32\WINHTTP.dll
        Product name: Système d’exploitation Microsoft® Windows®
        Product version: 10.0.10240.16384
        Company: Microsoft Corporation

    Name: nvapi64.dll
        Base address: 0x00007ffb480f0000
        Memory size: 0x003ad000
        Entry point address: 0x00007ffb4833f264
        File path: C:\Windows\system32\nvapi64.dll
        Product name: NVIDIA Windows drivers
        Product version: 10.18.13.6175
        Company: NVIDIA Corporation

    Name: SspiCli.dll
        Base address: 0x00007ffb4e570000
        Memory size: 0x0002c000
        Entry point address: 0x00007ffb4e5895d0
        File path: C:\Windows\SYSTEM32\SspiCli.dll
        Product name: Microsoft® Windows® Operating System
        Product version: 10.0.10240.16384
        Company: Microsoft Corporation

    Name: CRYPTSP.dll
        Base address: 0x00007ffb4e1e0000
        Memory size: 0x00017000
        Entry point address: 0x00007ffb4e1e77e0
        File path: C:\Windows\SYSTEM32\CRYPTSP.dll
        Product name: Microsoft® Windows® Operating System
        Product version: 10.0.10240.16384
        Company: Microsoft Corporation

    Name: rsaenh.dll
        Base address: 0x00007ffb4dde0000
        Memory size: 0x00033000
        Entry point address: 0x00007ffb4ddf8f10
        File path: C:\Windows\system32\rsaenh.dll
        Product name: Microsoft® Windows® Operating System
        Product version: 10.0.10240.16384
        Company: Microsoft Corporation

    Name: imagehlp.dll
        Base address: 0x00007ffb51ed0000
        Memory size: 0x0001c000
        Entry point address: 0x00007ffb51ed3160
        File path: C:\Windows\system32\imagehlp.dll
        Product name: Microsoft® Windows® Operating System
        Product version: 10.0.10240.16384
        Company: Microsoft Corporation

    Name: gpapi.dll
        Base address: 0x00007ffb4d840000
        Memory size: 0x00023000
        Entry point address: 0x00007ffb4d843110
        File path: C:\Windows\SYSTEM32\gpapi.dll
        Product name: Système d’exploitation Microsoft® Windows®
        Product version: 10.0.10240.16384
        Company: Microsoft Corporation

    Name: cryptnet.dll
        Base address: 0x00007ffb42d20000
        Memory size: 0x0002f000
        Entry point address: 0x00007ffb42d2e8e0
        File path: C:\Windows\System32\cryptnet.dll
        Product name: Microsoft® Windows® Operating System
        Product version: 10.0.10240.16384
        Company: Microsoft Corporation

    Name: WLDAP32.dll
        Base address: 0x00007ffb51bf0000
        Memory size: 0x0005b000
        Entry point address: 0x00007ffb51c0ad80
        File path: C:\Windows\system32\WLDAP32.dll
        Product name: Système d’exploitation Microsoft® Windows®
        Product version: 10.0.10240.16384
        Company: Microsoft Corporation

    Name: steamclient64.dll
        Base address: 0x0000000067e40000
        Memory size: 0x00c4d000
        Entry point address: 0x0000000068549d44
        File path: C:\Program Files (x86)\Steam\steamclient64.dll
        Product name: Steam
        Product version: 03.00.00.01
        Company: Valve Corporation

    Name: vstdlib_s64.dll
        Base address: 0x0000000068e80000
        Memory size: 0x00064000
        Entry point address: 0x0000000068e9c648
        File path: C:\Program Files (x86)\Steam\vstdlib_s64.dll
        Product name: Steam
        Product version: 03.00.00.01
        Company: Valve Corporation

    Name: tier0_s64.dll
        Base address: 0x0000000067c50000
        Memory size: 0x001e4000
        Entry point address: 0x0000000067c7047c
        File path: C:\Program Files (x86)\Steam\tier0_s64.dll
        Product name:  tier0_s Dynamic Link Library
        Product version: 01.00.00.01
        Company: Valve Corporation

    Name: Secur32.dll
        Base address: 0x00007ffb41020000
        Memory size: 0x0000c000
        Entry point address: 0x00007ffb41023670
        File path: C:\Windows\SYSTEM32\Secur32.dll
        Product name: Microsoft® Windows® Operating System
        Product version: 10.0.10240.16384
        Company: Microsoft Corporation

    Name: D3D11.DLL
        Base address: 0x00007ffb4c670000
        Memory size: 0x002a3000
        Entry point address: 0x00007ffb4c703050
        File path: C:\Windows\SYSTEM32\D3D11.DLL
        Product name: Microsoft® Windows® Operating System
        Product version: 10.0.10240.16384
        Company: Microsoft Corporation

    Name: D3D10_1.DLL
        Base address: 0x00007ffb3dfe0000
        Memory size: 0x00032000
        Entry point address: 0x00007ffb3e0011c0
        File path: C:\Windows\SYSTEM32\D3D10_1.DLL
        Product name: Microsoft® Windows® Operating System
        Product version: 10.0.10240.16384
        Company: Microsoft Corporation

    Name: d3d10_1core.dll
        Base address: 0x00007ffb37bd0000
        Memory size: 0x00062000
        Entry point address: 0x00007ffb37bd1a50
        File path: C:\Windows\SYSTEM32\d3d10_1core.dll
        Product name: Microsoft® Windows® Operating System
        Product version: 10.0.10240.16384
        Company: Microsoft Corporation

    Name: uxtheme.dll
        Base address: 0x00007ffb4d140000
        Memory size: 0x00096000
        Entry point address: 0x00007ffb4d1639f0
        File path: C:\Windows\system32\uxtheme.dll
        Product name: Système d’exploitation Microsoft® Windows®
        Product version: 10.0.10240.16384
        Company: Microsoft Corporation

    Name: WINSTA.dll
        Base address: 0x00007ffb4dac0000
        Memory size: 0x00058000
        Entry point address: 0x00007ffb4dad11e0
        File path: C:\Windows\SYSTEM32\WINSTA.dll
        Product name: Microsoft® Windows® Operating System
        Product version: 10.0.10240.16384
        Company: Microsoft Corporation

    Name: nvwgf2umx.dll
        Base address: 0x00007ffb1aca0000
        Memory size: 0x012d2000
        Entry point address: 0x00007ffb1acaa8c0
        File path: C:\Windows\SYSTEM32\nvwgf2umx.dll
        Product name: NVIDIA D3D10 drivers
        Product version: 10.18.13.6175
        Company: NVIDIA Corporation

    Name: igd10iumd64.dll
        Base address: 0x00007ffb4a5b0000
        Memory size: 0x00d07000
        Entry point address: 0x00007ffb4a5b3238
        File path: C:\Windows\SYSTEM32\igd10iumd64.dll
        Product name: Intel HD Graphics Drivers for Windows 8(R)
        Product version: 10.18.15.4279
        Company: Intel Corporation

    Name: ncrypt.dll
        Base address: 0x00007ffb4e430000
        Memory size: 0x00026000
        Entry point address: 0x00007ffb4e43be40
        File path: C:\Windows\SYSTEM32\ncrypt.dll
        Product name: Système d’exploitation Microsoft® Windows®
        Product version: 10.0.10240.16384
        Company: Microsoft Corporation

    Name: NTASN1.dll
        Base address: 0x00007ffb4e3f0000
        Memory size: 0x00036000
        Entry point address: 0x00007ffb4e3f16b0
        File path: C:\Windows\SYSTEM32\NTASN1.dll
        Product name: Microsoft® Windows® Operating System
        Product version: 10.0.10240.16384
        Company: Microsoft Corporation

    Name: igc64.dll
        Base address: 0x00007ffb48c40000
        Memory size: 0x00c4a000
        Entry point address: 0x00007ffb49160178
        File path: C:\Windows\SYSTEM32\igc64.dll
        Product name: Intel HD Graphics Drivers for Windows 8(R)
        Product version: 10.18.15.4279
        Company: Intel Corporation

    Name: socialclub_updater.dll
        Base address: 0x00007ffb1a450000
        Memory size: 0x006cd000
        Entry point address: 0x00007ffb1a4cfb18
        File path: C:\Users\lselu\AppData\Local\Temp\akuaos4z5bttncbf\socialclub_updater.dll
        Product name: RAGE Plugin Hook
        Product version: 0.36.877.6833
        Company: MulleDK19 / LMS

    Name: FW1FontWrapper.dll
        Base address: 0x00007ffb1a420000
        Memory size: 0x0002a000
        Entry point address: 0x00007ffb1a42e94c
        File path: C:\Program Files (x86)\Steam\steamapps\common\Grand Theft Auto V\FW1FontWrapper.dll
        Product name: 
        Product version: 
        Company: 

    Name: XINPUT9_1_0.dll
        Base address: 0x00007ffb3b830000
        Memory size: 0x00007000
        Entry point address: 0x00007ffb3b831570
        File path: C:\Windows\SYSTEM32\XINPUT9_1_0.dll
        Product name: Système d’exploitation Microsoft® Windows®
        Product version: 10.0.10240.16384
        Company: Microsoft Corporation

    Name: dbghelp.dll
        Base address: 0x00007ffb4bc50000
        Memory size: 0x0018a000
        Entry point address: 0x00007ffb4bc5fac0
        File path: C:\Windows\SYSTEM32\dbghelp.dll
        Product name: Microsoft® Windows® Operating System
        Product version: 10.0.10240.16384
        Company: Microsoft Corporation

    Name: dbgcore.DLL
        Base address: 0x00007ffb1a3f0000
        Memory size: 0x00025000
        Entry point address: 0x00007ffb1a409a80
        File path: C:\Windows\SYSTEM32\dbgcore.DLL
        Product name: Microsoft® Windows® Operating System
        Product version: 10.0.10240.16384
        Company: Microsoft Corporation

    Name: clr.dll
        Base address: 0x00007ffb42290000
        Memory size: 0x00987000
        Entry point address: 0x00007ffb422935b0
        File path: C:\Windows\Microsoft.NET\Framework64\v4.0.30319\clr.dll
        Product name: Microsoft® .NET Framework
        Product version: 4.6.127.1
        Company: Microsoft Corporation

    Name: MSVCR120_CLR0400.dll
        Base address: 0x00007ffb41c20000
        Memory size: 0x000f7000
        Entry point address: 0x00007ffb41c44d80
        File path: C:\Windows\SYSTEM32\MSVCR120_CLR0400.dll
        Product name: Microsoft® Visual Studio® 2013
        Product version: 12.00.52512.0
        Company: Microsoft Corporation

    Name: mscorlib.ni.dll
        Base address: 0x00007ffb3f3a0000
        Memory size: 0x014c9000
        Entry point address: 0x0000000000000000
        File path: C:\Windows\assembly\NativeImages_v4.0.30319_64\mscorlib\88c60510e9a0b668a5a8e270dba0dfcf\mscorlib.ni.dll
        Product name: Microsoft® .NET Framework
        Product version: 4.6.127.1
        Company: Microsoft Corporation

    Name: clrjit.dll
        Base address: 0x00007ffb3db60000
        Memory size: 0x00105000
        Entry point address: 0x00007ffb3db6107c
        File path: C:\Windows\Microsoft.NET\Framework64\v4.0.30319\clrjit.dll
        Product name: Microsoft® .NET Framework
        Product version: 4.6.127.1
        Company: Microsoft Corporation

    Name: System.ni.dll
        Base address: 0x00007ffb28410000
        Memory size: 0x00c13000
        Entry point address: 0x0000000000000000
        File path: C:\Windows\assembly\NativeImages_v4.0.30319_64\System\90164f6bc860801b96897810537eb6e5\System.ni.dll
        Product name: Microsoft® .NET Framework
        Product version: 4.6.79.0
        Company: Microsoft Corporation

    Name: System.Drawing.ni.dll
        Base address: 0x00007ffb2e5e0000
        Memory size: 0x001ea000
        Entry point address: 0x0000000000000000
        File path: C:\Windows\assembly\NativeImages_v4.0.30319_64\System.Drawing\5dc176843ab2771d55abe40540ea3626\System.Drawing.ni.dll
        Product name: Microsoft® .NET Framework
        Product version: 4.6.1068.2
        Company: Microsoft Corporation

    Name: System.Windows.Forms.ni.dll
        Base address: 0x00007ffb27530000
        Memory size: 0x00ee0000
        Entry point address: 0x0000000000000000
        File path: C:\Windows\assembly\NativeImages_v4.0.30319_64\System.Windows.Forms\8bd070651eaea930c5aa0eea7f943442\System.Windows.Forms.ni.dll
        Product name: Microsoft® .NET Framework
        Product version: 4.6.79.0
        Company: Microsoft Corporation

    Name: ntmarta.dll
        Base address: 0x00007ffb4dcc0000
        Memory size: 0x00032000
        Entry point address: 0x00007ffb4dcc7e80
        File path: C:\Windows\SYSTEM32\ntmarta.dll
        Product name: Système d’exploitation Microsoft® Windows®
        Product version: 10.0.10240.16384
        Company: Microsoft Corporation

    Name: System.Core.ni.dll
        Base address: 0x00007ffb26ba0000
        Memory size: 0x00982000
        Entry point address: 0x0000000000000000
        File path: C:\Windows\assembly\NativeImages_v4.0.30319_64\System.Core\7210f7dcc5318a548a2c7222357afa2a\System.Core.ni.dll
        Product name: Microsoft® .NET Framework
        Product version: 4.6.79.0
        Company: Microsoft Corporation

    Name: System.Xml.ni.dll
        Base address: 0x00007ffb26300000
        Memory size: 0x00892000
        Entry point address: 0x0000000000000000
        File path: C:\Windows\assembly\NativeImages_v4.0.30319_64\System.Xml\221f202c8711f47432c68e1f7946bca2\System.Xml.ni.dll
        Product name: Microsoft® .NET Framework
        Product version: 4.6.1064.2
        Company: Microsoft Corporation

    Name: comctl32.dll
        Base address: 0x00007ffb49bd0000
        Memory size: 0x00274000
        Entry point address: 0x00007ffb49c3d490
        File path: C:\Windows\WinSxS\amd64_microsoft.windows.common-controls_6595b64144ccf1df_6.0.10240.16384_none_f41f7b285750ef43\comctl32.dll
        Product name: Système d’exploitation Microsoft® Windows®
        Product version: 10.0.10240.16384
        Company: Microsoft Corporation

    Name: System.Configuration.ni.dll
        Base address: 0x00007ffb3a280000
        Memory size: 0x00120000
        Entry point address: 0x0000000000000000
        File path: C:\Windows\assembly\NativeImages_v4.0.30319_64\System.Configuration\02ccbe3727040566129c6c146a973273\System.Configuration.ni.dll
        Product name: Microsoft® .NET Framework
        Product version: 4.6.79.0
        Company: Microsoft Corporation

    Name: gdiplus.dll
        Base address: 0x00007ffb4a400000
        Memory size: 0x001a8000
        Entry point address: 0x00007ffb4a454020
        File path: C:\Windows\WinSxS\amd64_microsoft.windows.gdiplus_6595b64144ccf1df_1.1.10240.16603_none_89ad014f9af1a159\gdiplus.dll
        Product name: Microsoft® Windows® Operating System
        Product version: 10.0.10240.16603
        Company: Microsoft Corporation

    Name: DWrite.dll
        Base address: 0x00007ffb451f0000
        Memory size: 0x00259000
        Entry point address: 0x00007ffb4528b0c0
        File path: C:\Windows\SYSTEM32\DWrite.dll
        Product name: Système d’exploitation Microsoft® Windows®
        Product version: 10.0.10240.16384
        Company: Microsoft Corporation

    Name: WindowsCodecs.dll
        Base address: 0x00007ffb47120000
        Memory size: 0x001b2000
        Entry point address: 0x00007ffb471b29b0
        File path: C:\Windows\SYSTEM32\WindowsCodecs.dll
        Product name: Microsoft® Windows® Operating System
        Product version: 10.0.10240.16384
        Company: Microsoft Corporation

    Name: HID.DLL
        Base address: 0x00007ffb4d970000
        Memory size: 0x0000c000
        Entry point address: 0x00007ffb4d971cd0
        File path: C:\Windows\SYSTEM32\HID.DLL
        Product name: Système d'exploitation Microsoft® Windows®
        Product version: 10.0.10240.16384
        Company: Microsoft Corporation

    Name: clbcatq.dll
        Base address: 0x00007ffb50210000
        Memory size: 0x000a5000
        Entry point address: 0x00007ffb50213340
        File path: C:\Windows\system32\clbcatq.dll
        Product name: Microsoft® Windows® Operating System
        Product version: 10.0.10240.16384
        Company: Microsoft Corporation

    Name: MMDevApi.dll
        Base address: 0x00007ffb4a1e0000
        Memory size: 0x00072000
        Entry point address: 0x00007ffb4a205e10
        File path: C:\Windows\System32\MMDevApi.dll
        Product name: Système d'exploitation Microsoft® Windows®
        Product version: 10.0.10240.16384
        Company: Microsoft Corporation

    Name: XAudio2_7.dll
        Base address: 0x00007ffb1a360000
        Memory size: 0x0008b000
        Entry point address: 0x00007ffb1a3d0650
        File path: C:\Windows\system32\XAudio2_7.dll
        Product name: Microsoft® DirectX for Windows®
        Product version: 9.29.1962.0
        Company: Microsoft Corporation

    Name: AUDIOSES.DLL
        Base address: 0x00007ffb42e50000
        Memory size: 0x00085000
        Entry point address: 0x00007ffb42e62ac0
        File path: C:\Windows\SYSTEM32\AUDIOSES.DLL
        Product name: Système d’exploitation Microsoft® Windows®
        Product version: 10.0.10240.16384
        Company: Microsoft Corporation

    Name: wintypes.dll
        Base address: 0x00007ffb45e50000
        Memory size: 0x00131000
        Entry point address: 0x00007ffb45e7b9d0
        File path: C:\Windows\SYSTEM32\wintypes.dll
        Product name: Système d’exploitation Microsoft® Windows®
        Product version: 10.0.10240.16384
        Company: Microsoft Corporation

    Name: SlimDX.dll
        Base address: 0x0000000180000000
        Memory size: 0x00392000
        Entry point address: 0x00000001801358b4
        File path: C:\Program Files (x86)\Steam\steamapps\common\Grand Theft Auto V\SlimDX.dll
        Product name: 
        Product version: 
        Company: 

    Name: MSVCR100.dll
        Base address: 0x0000000067b30000
        Memory size: 0x000d2000
        Entry point address: 0x0000000067b514e4
        File path: C:\Windows\SYSTEM32\MSVCR100.dll
        Product name: Microsoft® Visual Studio® 2010
        Product version: 10.00.40219.325
        Company: Microsoft Corporation

    Name: MSVCP100.dll
        Base address: 0x0000000067a90000
        Memory size: 0x00098000
        Entry point address: 0x0000000067ad71d0
        File path: C:\Windows\SYSTEM32\MSVCP100.dll
        Product name: Microsoft® Visual Studio® 2010
        Product version: 10.00.40219.325
        Company: Microsoft Corporation

    Name: USERENV.dll
        Base address: 0x00007ffb4df20000
        Memory size: 0x0001f000
        Entry point address: 0x00007ffb4df25c50
        File path: C:\Windows\SYSTEM32\USERENV.dll
        Product name: Système d’exploitation Microsoft® Windows®
        Product version: 10.0.10240.16384
        Company: Microsoft Corporation

    Name: socialclub.dll
        Base address: 0x00007ffb20700000
        Memory size: 0x00af3e00
        Entry point address: 0x00007ffb207e86ec
        File path: C:\Program Files\Rockstar Games\Social Club\socialclub.dll
        Product name: Social Club
        Product version: 1.1.7.2
        Company: Take-Two Interactive Software, Inc.

    Name: WININET.dll
        Base address: 0x00007ffb3cd70000
        Memory size: 0x002c1000
        Entry point address: 0x00007ffb3ce303c0
        File path: C:\Windows\SYSTEM32\WININET.dll
        Product name: Internet Explorer
        Product version: 11.00.10240.16384
        Company: Microsoft Corporation

    Name: steam_api64.dll
        Base address: 0x0000000067c10000
        Memory size: 0x00038000
        Entry point address: 0x0000000067c18b44
        File path: C:\Program Files\Rockstar Games\Social Club\steam_api64.dll
        Product name: Steam Client API
        Product version: 01.00.00.01
        Company: Valve Corporation

    Name: FirewallAPI.dll
        Base address: 0x00007ffb4d590000
        Memory size: 0x00082000
        Entry point address: 0x00007ffb4d59a470
        File path: C:\Windows\System32\FirewallAPI.dll
        Product name: Système d’exploitation Microsoft® Windows®
        Product version: 10.0.10240.16384
        Company: Microsoft Corporation

    Name: fwbase.dll
        Base address: 0x00007ffb4d480000
        Memory size: 0x00032000
        Entry point address: 0x00007ffb4d489900
        File path: C:\Windows\System32\fwbase.dll
        Product name: Microsoft® Windows® Operating System
        Product version: 10.0.10240.16384
        Company: Microsoft Corporation

    Name: FWPolicyIOMgr.dll
        Base address: 0x00007ffb43650000
        Memory size: 0x00035000
        Entry point address: 0x00007ffb43659f10
        File path: C:\Windows\System32\FWPolicyIOMgr.dll
        Product name: Microsoft® Windows® Operating System
        Product version: 10.0.10240.16412
        Company: Microsoft Corporation

    Name: wdmaud.drv
        Base address: 0x00007ffb1a310000
        Memory size: 0x00041000
        Entry point address: 0x00007ffb1a318200
        File path: C:\Windows\SYSTEM32\wdmaud.drv
        Product name: Système d’exploitation Microsoft® Windows®
        Product version: 10.0.10240.16384
        Company: Microsoft Corporation

    Name: msacm32.drv
        Base address: 0x00007ffb3b4b0000
        Memory size: 0x0000c000
        Entry point address: 0x00007ffb3b4b4620
        File path: C:\Windows\SYSTEM32\msacm32.drv
        Product name: Système d’exploitation Microsoft® Windows®
        Product version: 10.0.10240.16384
        Company: Microsoft Corporation

    Name: MSACM32.dll
        Base address: 0x00007ffb2d150000
        Memory size: 0x0001c000
        Entry point address: 0x00007ffb2d1531f0
        File path: C:\Windows\SYSTEM32\MSACM32.dll
        Product name: Système d’exploitation Microsoft® Windows®
        Product version: 10.0.10240.16384
        Company: Microsoft Corporation

    Name: midimap.dll
        Base address: 0x00007ffb3b000000
        Memory size: 0x0000a000
        Entry point address: 0x00007ffb3b001790
        File path: C:\Windows\SYSTEM32\midimap.dll
        Product name: Microsoft® Windows® Operating System
        Product version: 10.0.10240.16384
        Company: Microsoft Corporation

    Name: iertutil.dll
        Base address: 0x00007ffb44ad0000
        Memory size: 0x00376000
        Entry point address: 0x00007ffb44b1d680
        File path: C:\Windows\SYSTEM32\iertutil.dll
        Product name: Internet Explorer
        Product version: 11.00.10240.16384
        Company: Microsoft Corporation

    Name: ondemandconnroutehelper.dll
        Base address: 0x00007ffb46600000
        Memory size: 0x00015000
        Entry point address: 0x00007ffb46602c70
        File path: C:\Windows\SYSTEM32\ondemandconnroutehelper.dll
        Product name: Microsoft® Windows® Operating System
        Product version: 10.0.10240.16384
        Company: Microsoft Corporation

    Name: mswsock.dll
        Base address: 0x00007ffb4e180000
        Memory size: 0x0005d000
        Entry point address: 0x00007ffb4e1924f0
        File path: C:\Windows\system32\mswsock.dll
        Product name: Système d’exploitation Microsoft® Windows®
        Product version: 10.0.10240.16384
        Company: Microsoft Corporation

    Name: napinsp.dll
        Base address: 0x00007ffb31b30000
        Memory size: 0x00015000
        Entry point address: 0x00007ffb31b31af0
        File path: C:\Windows\system32\napinsp.dll
        Product name: Système d’exploitation Microsoft® Windows®
        Product version: 10.0.10240.16384
        Company: Microsoft Corporation

    Name: pnrpnsp.dll
        Base address: 0x00007ffb31b10000
        Memory size: 0x0001a000
        Entry point address: 0x00007ffb31b12320
        File path: C:\Windows\system32\pnrpnsp.dll
        Product name: Système d’exploitation Microsoft® Windows®
        Product version: 10.0.10240.16384
        Company: Microsoft Corporation

    Name: NLAapi.dll
        Base address: 0x00007ffb4ba70000
        Memory size: 0x00018000
        Entry point address: 0x00007ffb4ba75390
        File path: C:\Windows\system32\NLAapi.dll
        Product name: Microsoft® Windows® Operating System
        Product version: 10.0.10240.16384
        Company: Microsoft Corporation

    Name: DNSAPI.dll
        Base address: 0x00007ffb4df40000
        Memory size: 0x000a8000
        Entry point address: 0x00007ffb4df62580
        File path: C:\Windows\SYSTEM32\DNSAPI.dll
        Product name: Système d’exploitation Microsoft® Windows®
        Product version: 10.0.10240.16384
        Company: Microsoft Corporation

    Name: winrnr.dll
        Base address: 0x00007ffb31b00000
        Memory size: 0x0000d000
        Entry point address: 0x00007ffb31b01420
        File path: C:\Windows\System32\winrnr.dll
        Product name: Microsoft® Windows® Operating System
        Product version: 10.0.10240.16384
        Company: Microsoft Corporation

    Name: wshbth.dll
        Base address: 0x00007ffb31ae0000
        Memory size: 0x00015000
        Entry point address: 0x00007ffb31ae8a30
        File path: C:\Windows\system32\wshbth.dll
        Product name: Microsoft® Windows® Operating System
        Product version: 10.0.10240.16384
        Company: Microsoft Corporation

    Name: fwpuclnt.dll
        Base address: 0x00007ffb47ce0000
        Memory size: 0x00068000
        Entry point address: 0x00007ffb47ce4c90
        File path: C:\Windows\System32\fwpuclnt.dll
        Product name: Système d’exploitation Microsoft® Windows®
        Product version: 10.0.10240.16384
        Company: Microsoft Corporation

    Name: rasadhlp.dll
        Base address: 0x00007ffb433b0000
        Memory size: 0x0000a000
        Entry point address: 0x00007ffb433b14c0
        File path: C:\Windows\System32\rasadhlp.dll
        Product name: Microsoft® Windows® Operating System
        Product version: 10.0.10240.16384
        Company: Microsoft Corporation

    Name: D3DCompiler_47.dll
        Base address: 0x00007ffb19ec0000
        Memory size: 0x0044c000
        Entry point address: 0x00007ffb1a12ffe0
        File path: C:\Windows\SYSTEM32\D3DCompiler_47.dll
        Product name: Microsoft® Windows® Operating System
        Product version: 10.0.10240.16384
        Company: Microsoft Corporation

    Name: XInput1_4.dll
        Base address: 0x00007ffb3aa00000
        Memory size: 0x0000e000
        Entry point address: 0x00007ffb3aa068b0
        File path: C:\Windows\SYSTEM32\XInput1_4.dll
        Product name: Système d’exploitation Microsoft® Windows®
        Product version: 10.0.10240.16384
        Company: Microsoft Corporation

    Name: deviceaccess.dll
        Base address: 0x00007ffb4a0b0000
        Memory size: 0x00043000
        Entry point address: 0x00007ffb4a0b7c20
        File path: C:\Windows\System32\deviceaccess.dll
        Product name: Microsoft® Windows® Operating System
        Product version: 10.0.10240.16384
        Company: Microsoft Corporation

    Name: urlmon.dll
        Base address: 0x00007ffb413d0000
        Memory size: 0x00196000
        Entry point address: 0x00007ffb41433240
        File path: C:\Windows\SYSTEM32\urlmon.dll
        Product name: Internet Explorer
        Product version: 11.00.10240.16384
        Company: Microsoft Corporation

    Name: clrcompression.dll
        Base address: 0x00007ffb316f0000
        Memory size: 0x00023000
        Entry point address: 0x00007ffb316f7b14
        File path: C:\Windows\Microsoft.NET\Framework64\v4.0.30319\clrcompression.dll
        Product name: Microsoft® .NET Framework
        Product version: 4.6.79.0
        Company: Microsoft Corporation

    Name: System.Management.ni.dll
        Base address: 0x00007ffb2b0d0000
        Memory size: 0x0015f000
        Entry point address: 0x0000000000000000
        File path: C:\Windows\assembly\NativeImages_v4.0.30319_64\System.Management\d2f79c11af74a10e629543540501fde2\System.Management.ni.dll
        Product name: Microsoft® .NET Framework
        Product version: 4.6.79.0
        Company: Microsoft Corporation

    Name: Microsoft.VisualBasic.ni.dll
        Base address: 0x00007ffb2c5d0000
        Memory size: 0x00224000
        Entry point address: 0x0000000000000000
        File path: C:\Windows\assembly\NativeImages_v4.0.30319_64\Microsoft.V9921e851#\575e2d9bf08b07eec9aa600ef37930f8\Microsoft.VisualBasic.ni.dll
        Product name: Microsoft® .NET Framework
        Product version: 14.6.79.0
        Company: Microsoft Corporation

    Name: AutoItX3.dll
        Base address: 0x0000004b60490000
        Memory size: 0x00080000
        Entry point address: 0x0000004b604cb044
        File path: C:\Program Files (x86)\Steam\steamapps\common\Grand Theft Auto V\AutoItX3.dll
        Product name: AutoIt v3 ActiveX Control
        Product version: 3, 3, 12, 0
        Company: AutoIt Team

    Name: MPR.dll
        Base address: 0x00007ffb4dbb0000
        Memory size: 0x0001c000
        Entry point address: 0x00007ffb4dbb24f0
        File path: C:\Windows\SYSTEM32\MPR.dll
        Product name: Système d’exploitation Microsoft® Windows®
        Product version: 10.0.10240.16384
        Company: Microsoft Corporation

    Name: COMCTL32.dll
        Base address: 0x00007ffb485b0000
        Memory size: 0x000aa000
        Entry point address: 0x00007ffb485b93e0
        File path: C:\Windows\WinSxS\amd64_microsoft.windows.common-controls_6595b64144ccf1df_5.82.10240.16384_none_0212ec7eba871e86\COMCTL32.dll
        Product name: Système d’exploitation Microsoft® Windows®
        Product version: 10.0.10240.16384
        Company: Microsoft Corporation

    Name: rasapi32.dll
        Base address: 0x00007ffb3bae0000
        Memory size: 0x000b9000
        Entry point address: 0x00007ffb3bae58a0
        File path: C:\Windows\SYSTEM32\rasapi32.dll
        Product name: Système d’exploitation Microsoft® Windows®
        Product version: 10.0.10240.16384
        Company: Microsoft Corporation

    Name: rasman.dll
        Base address: 0x00007ffb3b9c0000
        Memory size: 0x00027000
        Entry point address: 0x00007ffb3b9c1300
        File path: C:\Windows\SYSTEM32\rasman.dll
        Product name: Microsoft® Windows® Operating System
        Product version: 10.0.10240.16683
        Company: Microsoft Corporation

    Name: rtutils.dll
        Base address: 0x00007ffb42d00000
        Memory size: 0x00014000
        Entry point address: 0x00007ffb42d02d40
        File path: C:\Windows\SYSTEM32\rtutils.dll
        Product name: Microsoft® Windows® Operating System
        Product version: 10.0.10240.16384
        Company: Microsoft Corporation

    Name: dhcpcsvc6.DLL
        Base address: 0x00007ffb49940000
        Memory size: 0x00016000
        Entry point address: 0x00007ffb49941ab0
        File path: C:\Windows\SYSTEM32\dhcpcsvc6.DLL
        Product name: Système d’exploitation Microsoft® Windows®
        Product version: 10.0.10240.16384
        Company: Microsoft Corporation

    Name: dhcpcsvc.DLL
        Base address: 0x00007ffb4b560000
        Memory size: 0x0001a000
        Entry point address: 0x00007ffb4b562410
        File path: C:\Windows\SYSTEM32\dhcpcsvc.DLL
        Product name: Système d’exploitation Microsoft® Windows®
        Product version: 10.0.10240.16384
        Company: Microsoft Corporation

    Name: diasymreader.dll
        Base address: 0x00007ffb19da0000
        Memory size: 0x00117000
        Entry point address: 0x00007ffb19dc56c0
        File path: C:\Windows\Microsoft.NET\Framework64\v4.0.30319\diasymreader.dll
        Product name: Microsoft® Visual Studio® 12 CTP
        Product version: 14.00.0079.0
        Company: Microsoft Corporation

Environment:
    TickCount: 121231546
    ExitCode: 0
    CommandLine: "C:\Program Files (x86)\Steam\steamapps\common\Grand Theft Auto V\GTA5.exe"
    CurrentDirectory: C:\Program Files (x86)\Steam\steamapps\common\Grand Theft Auto V
    SystemDirectory: C:\Windows\system32
    MachineName: DESKTOP-GQ8AB15
    ProcessorCount: 8
    SystemPageSize: 4096
    Version: 4.0.30319.42000
    WorkingSet: 1738801152
    OSVersion: Microsoft Windows NT 6.2.9200.0
    Is64BitProcess: True
    Is64BitOperatingSystem: True
    HasShutdownStarted: False
    UserName: lselu
    UserInteractive: True
    UserDomainName: DESKTOP-GQ8AB15
    CurrentManagedThreadId: 87

Process list:
    Conexant High Definition Audio Filter Agent 1.7.89.0 by Conexant Systems, Inc. (C:\Program Files\CONEXANT\cAudioFilterAgent\CAudioFilterAgent64.exe)
    Microsoft® Windows® Operating System 10.0.10240.16603 by Microsoft Corporation (C:\Windows\SystemApps\Microsoft.Windows.Cortana_cw5n1h2txyewy\SearchUI.exe)
    Social Club UI 1.1.7.2 by Take-Two Interactive Software, Inc. (C:\Program Files\Rockstar Games\Social Club\subprocess.exe)
    NVIDIA Settings 7.17.13.6175 by NVIDIA Corporation (C:\Program Files\NVIDIA Corporation\Display\nvtray.exe)
    Grand Theft Auto V 1.0.617.1 by Rockstar Games (C:\Program Files (x86)\Steam\steamapps\common\Grand Theft Auto V\GTA5.exe)
    Microsoft OneDrive 17.3.6301.0127 by Microsoft Corporation (C:\Users\lselu\AppData\Local\Microsoft\OneDrive\OneDrive.exe)
    Système d’exploitation Microsoft® Windows® 10.0.10240.16384 by Microsoft Corporation (C:\Windows\system32\svchost.exe)
    Grand Theft Auto V 1.0.505.2 by Rockstar Games (C:\Program Files (x86)\Steam\steamapps\common\Grand Theft Auto V\GTAVLauncher.exe)
    Microsoft® Windows® Operating System 10.0.10240.16515 by Microsoft Corporation (C:\Windows\SystemApps\ShellExperienceHost_cw5n1h2txyewy\ShellExperienceHost.exe)
    Social Club UI 1.1.7.2 by Take-Two Interactive Software, Inc. (C:\Program Files\Rockstar Games\Social Club\subprocess.exe)
    Steam Client Bootstrapper 01.00.00.01 by Valve Corporation (C:\Program Files (x86)\Steam\Steam.exe)
    Social Club UI 1.1.7.2 by Take-Two Interactive Software, Inc. (C:\Program Files\Rockstar Games\Social Club\subprocess.exe)
    ASUS Smart Gesture 1.0.47.0 by AsusTek (C:\Program Files (x86)\ASUS\ASUS Smart Gesture\AsTPCenter\x64\AsusTPLoader.exe)
    Steam Client WebHelper 01.00.00.01 by Valve Corporation (C:\Program Files (x86)\Steam\bin\steamwebhelper.exe)
     1.0.0.0 by ASUS Cloud Corporation (C:\Program Files (x86)\ASUS\WebStorage\2.2.2.524\AsusWSPanel.exe)
    Microsoft® Windows® Operating System 10.0.10240.16384 by Microsoft Corporation (C:\Windows\system32\sihost.exe)
      by  (C:\Windows\system32\igfxTray.exe)
    Microsoft® Windows® Operating System 10.0.10240.16384 by Microsoft Corporation (C:\Windows\System32\RuntimeBroker.exe)
    Intel(R) Common User Interface 6.15.10.4279 by Intel Corporation (C:\Windows\system32\igfxHK.exe)
    Intel(R) Common User Interface 6.15.10.4279 by Intel Corporation (C:\Windows\system32\igfxEM.exe)
    Social Club UI 1.1.7.2 by Take-Two Interactive Software, Inc. (C:\Program Files\Rockstar Games\Social Club\subprocess.exe)
    Microsoft® Windows® Operating System 10.0.10240.16515 by Microsoft Corporation (C:\Windows\system32\SettingSyncHost.exe)
    Steam 03.00.00.01 by Valve Corporation (C:\Program Files (x86)\Steam\GameOverlayUI.exe)
    McAfee UI Container 7,0,0,0 by McAfee, Inc. (C:\Program Files\Common Files\McAfee\Platform\mcuicnt.exe)
    Système d’exploitation Microsoft® Windows® 10.0.10240.16384 by Microsoft Corporation (C:\Windows\Explorer.EXE)
    NVIDIA Backend 20.14.1.0 by NVIDIA Corporation (C:\Program Files (x86)\NVIDIA Corporation\Update Core\NvBackend.exe)
    Microsoft® Windows® Operating System 10.0.10240.16384 by Microsoft Corporation (C:\Windows\system32\conhost.exe)
    Système d’exploitation Microsoft® Windows® 10.0.10240.16384 by Microsoft Corporation (C:\Windows\system32\taskhostw.exe)
    Steam 03.00.00.01 by Valve Corporation (C:\Program Files (x86)\Steam\GameOverlayUI.exe)
    ACMON 1, 0, 0, 0 by ASUS (C:\Program Files (x86)\ASUS\Splendid\ACMON.exe)
    ASUS Smart Gesture 1.0.0.84 by AsusTek (C:\Program Files (x86)\ASUS\ASUS Smart Gesture\AsTPCenter\x64\AsusTPCenter.exe)

File list: 
    C:\Program Files (x86)\Steam\steamapps\common\Grand Theft Auto V\AdvancedHook.log *9e72c7dce891b4e8f4ab4913edd1f09f
    C:\Program Files (x86)\Steam\steamapps\common\Grand Theft Auto V\AdvancedHookV.asi *90f62f92fdd55b2a259377ebef10627b
    C:\Program Files (x86)\Steam\steamapps\common\Grand Theft Auto V\Albo1125.Common.dll *7404473925fe051b82eac4d9203dcae6
    C:\Program Files (x86)\Steam\steamapps\common\Grand Theft Auto V\asiloader.log *cec996b6f2635fe562119afcb22b2706
    C:\Program Files (x86)\Steam\steamapps\common\Grand Theft Auto V\AutoItX3.dll *80f5cfb69eac757b827d903b32a22a0c
    C:\Program Files (x86)\Steam\steamapps\common\Grand Theft Auto V\bink2w64.dll *3722f03c488093cb2631b5412d4f12d9
    C:\Program Files (x86)\Steam\steamapps\common\Grand Theft Auto V\commandline.txt *d41d8cd98f00b204e9800998ecf8427e
    C:\Program Files (x86)\Steam\steamapps\common\Grand Theft Auto V\common.rpf *bbe724acef5f9fcfd85a38c4e35e2f00
    C:\Program Files (x86)\Steam\steamapps\common\Grand Theft Auto V\cursor_32_2.png *be981c7e1461188450c1bc0352aee019
    C:\Program Files (x86)\Steam\steamapps\common\Grand Theft Auto V\d3dcompiler_46.dll *7ea872c2f9803cfb4223098b85e70cc0
    C:\Program Files (x86)\Steam\steamapps\common\Grand Theft Auto V\d3dcsx_46.dll *8355e491fa90ca00045be22bb556b213
    C:\Program Files (x86)\Steam\steamapps\common\Grand Theft Auto V\DefaultSkin.png *5f31315706fb207808dbb729d0e5caed
    C:\Program Files (x86)\Steam\steamapps\common\Grand Theft Auto V\dinput8.dll *c9b973183908a6631b31ca29f863b4d1
    C:\Program Files (x86)\Steam\steamapps\common\Grand Theft Auto V\fbi2+hi.ytd *02a3864cee0ea21292a4fcdff6d3532e
    C:\Program Files (x86)\Steam\steamapps\common\Grand Theft Auto V\fbi2.yft *acbe89df98918a419e6f08c51c868a4b
    C:\Program Files (x86)\Steam\steamapps\common\Grand Theft Auto V\fbi2.ytd *bb41e176aead156fa39f220a573da55d
    C:\Program Files (x86)\Steam\steamapps\common\Grand Theft Auto V\fbi2_hi.yft *b03980d13d331549c213f423d8e4c393
    C:\Program Files (x86)\Steam\steamapps\common\Grand Theft Auto V\Foot Radio.asi *145d2af35283eaa260213bcac758a96e
    C:\Program Files (x86)\Steam\steamapps\common\Grand Theft Auto V\FW1FontWrapper.dll *daa32fd4ee493fc1fdf0b66991868ef4
    C:\Program Files (x86)\Steam\steamapps\common\Grand Theft Auto V\GameBackups.rph *76cdb2bad9582d23c1f6f4d868218d6c
    C:\Program Files (x86)\Steam\steamapps\common\Grand Theft Auto V\GFSDK_ShadowLib.win64.dll *f2c348c5aaff0c420f4dce3abc1bbad6
    C:\Program Files (x86)\Steam\steamapps\common\Grand Theft Auto V\GFSDK_TXAA.win64.dll *167385d13443035ff68643b2c0c59a4d
    C:\Program Files (x86)\Steam\steamapps\common\Grand Theft Auto V\GFSDK_TXAA_AlphaResolve.win64.dll *ea04393624856f44854cace25b50ce3c
    C:\Program Files (x86)\Steam\steamapps\common\Grand Theft Auto V\GTA5.exe *841d5c0e5ab77a9a0b3bdc1b0e1a1940
    C:\Program Files (x86)\Steam\steamapps\common\Grand Theft Auto V\GTAVLauncher.exe *bd66c56898afbbc407075f45e4e682cb
    C:\Program Files (x86)\Steam\steamapps\common\Grand Theft Auto V\Gwen.dll *367a1b17121dfc7c2347984380939bc2
    C:\Program Files (x86)\Steam\steamapps\common\Grand Theft Auto V\Gwen.UnitTest.dll *90b34cfce1f4caba67f42f4d8f135189
    C:\Program Files (x86)\Steam\steamapps\common\Grand Theft Auto V\IniHelpFile.xml *ed3288405dc6e3765b545fdefb7ce9a0
    C:\Program Files (x86)\Steam\steamapps\common\Grand Theft Auto V\installscript.vdf *7ae4f49985195b4f56f207354de048e3
    C:\Program Files (x86)\Steam\steamapps\common\Grand Theft Auto V\LMS.Common.dll *61dfccfc5509df7e88bc4ab7eab982e1
    C:\Program Files (x86)\Steam\steamapps\common\Grand Theft Auto V\LMS.PortableExecutable.dll *bc84f3cd1daa4b4bf5fc11fc4992173e
    C:\Program Files (x86)\Steam\steamapps\common\Grand Theft Auto V\lspdfr_uinst.exe *ec4b5fe9d15851a754df42084653a63f
    C:\Program Files (x86)\Steam\steamapps\common\Grand Theft Auto V\Microsoft.Expression.Drawing.dll *5bd39a82aacf1aa423e6eeeeda696eea
    C:\Program Files (x86)\Steam\steamapps\common\Grand Theft Auto V\Mod Enabler.bat *83368028d6f941896742c1edbb5aade2
    C:\Program Files (x86)\Steam\steamapps\common\Grand Theft Auto V\Mod Menu.asi *50e6b23c2898c549993d120e2e8d4dfa
    C:\Program Files (x86)\Steam\steamapps\common\Grand Theft Auto V\Mod Menu.log *3110ff298b2488901b7ae8583d35aa3a
    C:\Program Files (x86)\Steam\steamapps\common\Grand Theft Auto V\Mono.Cecil.dll *6d6292bc8e698e53e69556add6f62442
    C:\Program Files (x86)\Steam\steamapps\common\Grand Theft Auto V\Mono.Cecil.Mdb.dll *3c6cff9ef0ba7748d6c61dfacb6890a7
    C:\Program Files (x86)\Steam\steamapps\common\Grand Theft Auto V\Mono.Cecil.Pdb.dll *c7a0b5173df5bea531a20fbace30fc89
    C:\Program Files (x86)\Steam\steamapps\common\Grand Theft Auto V\Mono.Cecil.Rocks.dll *7c9a0c59ce05aba61485eb46883ba933
    C:\Program Files (x86)\Steam\steamapps\common\Grand Theft Auto V\openCameraV.asi *33864c75d1b85563da56aff0ea794267
    C:\Program Files (x86)\Steam\steamapps\common\Grand Theft Auto V\openCameraV.log *c33e527eabf2eea82afc4101ec04b685
    C:\Program Files (x86)\Steam\steamapps\common\Grand Theft Auto V\OpenInteriors.asi *f2ddfa9a0d2635e7577d08ce445170fb
    C:\Program Files (x86)\Steam\steamapps\common\Grand Theft Auto V\OpenInteriors.ini *67aac868d5bbca20905b065b196dbcb3
    C:\Program Files (x86)\Steam\steamapps\common\Grand Theft Auto V\OpenIV.asi *4b1baffb6f810aecc5d5d866211cef78
    C:\Program Files (x86)\Steam\steamapps\common\Grand Theft Auto V\OpenIV.log *14d0ec3ef1ebb2fd8f2ca815705f3c41
    C:\Program Files (x86)\Steam\steamapps\common\Grand Theft Auto V\RAGENativeUI.dll *f9b01483a729128d8bb339a215348fce
    C:\Program Files (x86)\Steam\steamapps\common\Grand Theft Auto V\RAGEPluginHook.exe *9f235a4559f09b949acd5b430a58e7da
    C:\Program Files (x86)\Steam\steamapps\common\Grand Theft Auto V\RagePluginHook.ini *d57f2eaa0682d2ae2accf0b67af12b08
    C:\Program Files (x86)\Steam\steamapps\common\Grand Theft Auto V\RagePluginHook.log *e884daf559a2bb60049fa85b6c068619
    C:\Program Files (x86)\Steam\steamapps\common\Grand Theft Auto V\Readme.txt *01d2fd060494f5aab0a6f84471f7698b
    C:\Program Files (x86)\Steam\steamapps\common\Grand Theft Auto V\RPH_Readme.txt *01d2fd060494f5aab0a6f84471f7698b
    C:\Program Files (x86)\Steam\steamapps\common\Grand Theft Auto V\ScriptHookV.dll *3eb109af9553cb8b971ce4da0620871e
    C:\Program Files (x86)\Steam\steamapps\common\Grand Theft Auto V\ScriptHookV.log *1b3190ad54dda1181f6a2119ccea485e
    C:\Program Files (x86)\Steam\steamapps\common\Grand Theft Auto V\ScriptHookVDotNet-2016-02-04.log *4ab175d28ede4b9a0ae042e9e5d583d3
    C:\Program Files (x86)\Steam\steamapps\common\Grand Theft Auto V\ScriptHookVDotNet-2016-02-05.log *3b842a5f65ecc6c34dbe5b530b62eb10
    C:\Program Files (x86)\Steam\steamapps\common\Grand Theft Auto V\ScriptHookVDotNet-2016-02-06.log *9eb738d424b82516d4f03ba467aa5b03
    C:\Program Files (x86)\Steam\steamapps\common\Grand Theft Auto V\ScriptHookVDotNet-2016-02-07.log *38122606ac7a2f7119b1cb371d3e711d
    C:\Program Files (x86)\Steam\steamapps\common\Grand Theft Auto V\ScriptHookVDotNet-2016-02-08.log *616f8b3f6364cda5a22fd4fa3a5bc1a2
    C:\Program Files (x86)\Steam\steamapps\common\Grand Theft Auto V\ScriptHookVDotNet-2016-02-09.log *0cdc094c6607680b7c2979d3b4223efe
    C:\Program Files (x86)\Steam\steamapps\common\Grand Theft Auto V\ScriptHookVDotNet-2016-02-10.log *53c004d6fa53c8cfcd3aa2bc209346ff
    C:\Program Files (x86)\Steam\steamapps\common\Grand Theft Auto V\ScriptHookVDotNet-2016-02-11.log *92bdd088cb8dd2712af5db4255fceda2
    C:\Program Files (x86)\Steam\steamapps\common\Grand Theft Auto V\ScriptHookVDotNet-2016-02-12.log *67621ce20f986cf864c11311f5da838d
    C:\Program Files (x86)\Steam\steamapps\common\Grand Theft Auto V\ScriptHookVDotNet-2016-02-13.log *deaa1dfd9c8d19cb38ffebea307d987e
    C:\Program Files (x86)\Steam\steamapps\common\Grand Theft Auto V\ScriptHookVDotNet-2016-02-14.log *89640be453dcd9eebf3b915cef3f75f6
    C:\Program Files (x86)\Steam\steamapps\common\Grand Theft Auto V\ScriptHookVDotNet-2016-02-15.log *3e3bf9dae7fe24e3a2f1cee7a2f7432d
    C:\Program Files (x86)\Steam\steamapps\common\Grand Theft Auto V\ScriptHookVDotNet.asi *ef28844c9e78639c217627dc302698f9
    C:\Program Files (x86)\Steam\steamapps\common\Grand Theft Auto V\Skin Control.asi *8f388f5a83f807c6412d8f32b0301721
    C:\Program Files (x86)\Steam\steamapps\common\Grand Theft Auto V\Skin Control.dat *05aa25dedfb7a123eebee048328d7f42
    C:\Program Files (x86)\Steam\steamapps\common\Grand Theft Auto V\SlimDX.dll *5c243b42d2b0103bbe603cf586ea8467
    C:\Program Files (x86)\Steam\steamapps\common\Grand Theft Auto V\startup.rphs *a95b802600b11c9a7fd502f56fe0f0d1
    C:\Program Files (x86)\Steam\steamapps\common\Grand Theft Auto V\Stealth.Common.dll *493db1459667e30257462247f331779a
    C:\Program Files (x86)\Steam\steamapps\common\Grand Theft Auto V\steam_api64.dll *91212fc3c473aa4730fc02c22db2bfcb
    C:\Program Files (x86)\Steam\steamapps\common\Grand Theft Auto V\VehicleController.log *b5874e745bb4b4bb24121a03f7903ab8
    C:\Program Files (x86)\Steam\steamapps\common\Grand Theft Auto V\VehicleControlsMod.asi *85488c602d60540f4887da4ee086cd91
    C:\Program Files (x86)\Steam\steamapps\common\Grand Theft Auto V\VehicleControlsMod.ini *5040998f4417ed35b86a6296c2d137c7
    C:\Program Files (x86)\Steam\steamapps\common\Grand Theft Auto V\WeaponAttachmentTrainer.asi *06f2dfdf5c604ffc8cca59de47616ac3
    C:\Program Files (x86)\Steam\steamapps\common\Grand Theft Auto V\WeaponAttachmentTrainer.ini *2f99af59267578307f41c495729bd80d
    C:\Program Files (x86)\Steam\steamapps\common\Grand Theft Auto V\x64a.rpf *683610e269ba60c5fcc7a9f6d1a8bfd5
    C:\Program Files (x86)\Steam\steamapps\common\Grand Theft Auto V\x64b.rpf *70af24cd4fe2c8ee58edb902f018a558
    C:\Program Files (x86)\Steam\steamapps\common\Grand Theft Auto V\x64c.rpf *Unknown
    C:\Program Files (x86)\Steam\steamapps\common\Grand Theft Auto V\x64d.rpf *Unknown
    C:\Program Files (x86)\Steam\steamapps\common\Grand Theft Auto V\x64e.rpf *Unknown
    C:\Program Files (x86)\Steam\steamapps\common\Grand Theft Auto V\x64f.rpf *Unknown
    C:\Program Files (x86)\Steam\steamapps\common\Grand Theft Auto V\x64g.rpf *Unknown
    C:\Program Files (x86)\Steam\steamapps\common\Grand Theft Auto V\x64h.rpf *Unknown
    C:\Program Files (x86)\Steam\steamapps\common\Grand Theft Auto V\x64i.rpf *Unknown
    C:\Program Files (x86)\Steam\steamapps\common\Grand Theft Auto V\x64j.rpf *Unknown
    C:\Program Files (x86)\Steam\steamapps\common\Grand Theft Auto V\x64k.rpf *Unknown
    C:\Program Files (x86)\Steam\steamapps\common\Grand Theft Auto V\x64l.rpf *Unknown
    C:\Program Files (x86)\Steam\steamapps\common\Grand Theft Auto V\x64m.rpf *Unknown
    C:\Program Files (x86)\Steam\steamapps\common\Grand Theft Auto V\x64n.rpf *Unknown
    C:\Program Files (x86)\Steam\steamapps\common\Grand Theft Auto V\x64o.rpf *Unknown
    C:\Program Files (x86)\Steam\steamapps\common\Grand Theft Auto V\x64p.rpf *Unknown
    C:\Program Files (x86)\Steam\steamapps\common\Grand Theft Auto V\x64q.rpf *Unknown
    C:\Program Files (x86)\Steam\steamapps\common\Grand Theft Auto V\x64r.rpf *Unknown
    C:\Program Files (x86)\Steam\steamapps\common\Grand Theft Auto V\x64s.rpf *Unknown
    C:\Program Files (x86)\Steam\steamapps\common\Grand Theft Auto V\x64t.rpf *Unknown
    C:\Program Files (x86)\Steam\steamapps\common\Grand Theft Auto V\x64u.rpf *Unknown
    C:\Program Files (x86)\Steam\steamapps\common\Grand Theft Auto V\x64v.rpf *Unknown
    C:\Program Files (x86)\Steam\steamapps\common\Grand Theft Auto V\x64w.rpf *Unknown
    C:\Program Files (x86)\Steam\steamapps\common\Grand Theft Auto V\Xenolit Additional Car Controls.asi *dd4316bcf458ee200f2785fbdedd3b68
    C:\Program Files (x86)\Steam\steamapps\common\Grand Theft Auto V\Xenolit Additional Car Controls.ini *c98c58e5e9372c2e084b37151ae18be5
    C:\Program Files (x86)\Steam\steamapps\common\Grand Theft Auto V\XInput1_4.dll *d2ef25dff3e2ad78f89a527101767707

Latest log:
15/02/2016 08:53:02.608] Started new log on 15/02/2016 08:53:02.608
[15/02/2016 08:53:02.610] ====================================================================================================
[15/02/2016 08:53:02.575] Log path: C:\Program Files (x86)\Steam\steamapps\common\Grand Theft Auto V\RagePluginHook.log
[15/02/2016 08:53:02.611] Log verbosity: Verbose
[15/02/2016 08:53:02.613] Initializing input system
[15/02/2016 08:53:02.619] Initializing game console
[15/02/2016 08:53:02.627] Console key has been set to F4 (key code: 115)
[15/02/2016 08:53:02.686] Initializing console variable "SkipGameIntro".
[15/02/2016 08:53:02.686] Type: System.Boolean, Reading section: "Miscellaneous", key: SkipGameIntro
[15/02/2016 08:53:02.691] Read value: <null>
[15/02/2016 08:53:02.692] Initializing console variable "DisableRenderVersionText".
[15/02/2016 08:53:02.692] Type: System.Boolean, Reading section: "Miscellaneous", key: DisableRenderVersionText
[15/02/2016 08:53:02.697] Read value: False
[15/02/2016 08:53:02.698] Setting value of console variable "DisableRenderVersionText" to stored value.
[15/02/2016 08:53:02.700] Initializing console variable "ConsoleKey".
[15/02/2016 08:53:02.700] Type: System.Windows.Forms.Keys, Reading section: "Miscellaneous", key: ConsoleKey
[15/02/2016 08:53:02.702] Read value: F4
[15/02/2016 08:53:02.702] Setting value of console variable "ConsoleKey" to stored value.
[15/02/2016 08:53:02.703] Console key has been set to F4 (key code: 115)
[15/02/2016 08:53:02.703] Initializing console variable "PluginTimeoutThreshold".
[15/02/2016 08:53:02.703] Type: System.Int32, Reading section: "Miscellaneous", key: PluginTimeoutThreshold
[15/02/2016 08:53:02.704] Read value: 10000
[15/02/2016 08:53:02.704] Setting value of console variable "PluginTimeoutThreshold" to stored value.
[15/02/2016 08:53:02.704] Initializing console variable "AlwaysShowConsoleOutput".
[15/02/2016 08:53:02.705] Type: System.Boolean, Reading section: "Miscellaneous", key: AlwaysShowConsoleOutput
[15/02/2016 08:53:02.705] Read value: <null>
[15/02/2016 08:53:02.706] Initializing console variable "StartWithDeveloperModeEnabledId".
[15/02/2016 08:53:02.706] Type: System.String, Reading section: "Miscellaneous", key: StartWithDeveloperModeEnabledId
[15/02/2016 08:53:02.707] Read value: <null>
[15/02/2016 08:53:02.707] Initializing console variable "ShowConsoleCommandInfoOnPluginLoad".
[15/02/2016 08:53:02.707] Type: System.Boolean, Reading section: "Miscellaneous", key: ShowConsoleCommandInfoOnPluginLoad
[15/02/2016 08:53:02.708] Read value: <null>
[15/02/2016 08:53:02.708] Initializing console variable "ShowOnScreenWarnings".
[15/02/2016 08:53:02.708] Type: System.Boolean, Reading section: "Miscellaneous", key: ShowOnScreenWarnings
[15/02/2016 08:53:02.709] Read value: <null>
[15/02/2016 08:53:02.709] Console initialized
[15/02/2016 08:53:02.709] Initializing forms manager
[15/02/2016 08:53:02.711] Version: RAGE Plugin Hook v0.36.877.6833 PUBLIC ALPHA for Grand Theft Auto V
[15/02/2016 08:53:02.717] ================ RAGE Plugin Hook ================
[15/02/2016 08:53:02.724] Checking game support
[15/02/2016 08:53:02.848] Product name: Grand Theft Auto V
[15/02/2016 08:53:02.849] Product version: 1.0.617.1
[15/02/2016 08:53:02.851] Is steam version: True
[15/02/2016 08:53:02.852] Initializing DirectX
[15/02/2016 08:53:02.853] Initializing Direct3D
[15/02/2016 08:53:02.854] Loading C:\Windows\system32\d3d11.dll
[15/02/2016 08:53:02.854] Loaded at 0x7FFB4C670000
[15/02/2016 08:53:02.854] D3D11CreateDeviceAndSwapChain at 0x7FFB4C688100
[15/02/2016 08:53:02.854] Creating Direct3D 11 device and swap chain
[15/02/2016 08:53:02.875] Attempting feature level 10_1
[15/02/2016 08:53:02.894] Failed to create D3D11 device for Grand Theft Auto V: 887a0001
[15/02/2016 08:53:02.904] Swap Chain created: 0x4AC9D55750
[15/02/2016 08:53:02.905] Swap Chain VTable: 0x4AC9D55750
[15/02/2016 08:53:02.906] Swap Chain VTable_2: 0x7FFB4C5EEF40
[15/02/2016 08:53:02.906] 0x5756550346F225E9;0x5741564155415441;0xEC8148D9246C8D48
[15/02/2016 08:53:02.907] D3D11Present: 0x7FFB4C5A1DA0
[15/02/2016 08:53:02.907] D3D11ResizeBuffers: 0x7FFB4C5A5D10
[15/02/2016 08:53:02.907] D3D11ResizeTarget: 0x7FFB4C5E0E90
[15/02/2016 08:53:02.907] D3D11SetFullscreenState: 0x7FFB4C5AC730
[15/02/2016 08:53:02.914] Direct3D initialized
[15/02/2016 08:53:02.914] Initialized DirectX
[15/02/2016 08:53:02.914] Direct3D watcher thread spawned
[15/02/2016 08:53:03.062] PTR: 0x7FF757E553E0
[15/02/2016 08:53:03.679] Getting device
[15/02/2016 08:53:03.680] Retrieved device
[15/02/2016 08:53:03.680] Creating wrapper
[15/02/2016 08:53:03.745] Wrapper created
[15/02/2016 08:53:03.751] Effect created
[15/02/2016 08:53:03.751] Creating buffer
[15/02/2016 08:53:03.752] Created buffer
[15/02/2016 08:53:03.752] Creating blend state
[15/02/2016 08:53:03.753] Created blend state
[15/02/2016 08:53:03.754] Done with creation
[15/02/2016 08:53:03.789] Initializing texture system.
[15/02/2016 08:53:03.790] Initializing texture system; phase 1
[15/02/2016 08:53:03.791] Initializing texture system; phase 2
[15/02/2016 08:53:03.798] Initializing texture system; phase 3
[15/02/2016 08:53:03.798] Initializing texture system; phase 4
[15/02/2016 08:53:03.809] Initializing texture system; phase 5
[15/02/2016 08:53:03.811] Initializing texture system; phase 6
[15/02/2016 08:53:03.814] Initializing texture system; phase 7
[15/02/2016 08:53:03.817] Initializing texture system; phase 8
[15/02/2016 08:53:03.818] Initializing texture system; phase 9
[15/02/2016 08:53:03.819] Initializing texture system; phase 10
[15/02/2016 08:53:03.824] Initializing texture system; phase 11
[15/02/2016 08:53:03.824] Initializing texture system; phase 12
[15/02/2016 08:53:03.827] Initializing texture system; phase 13
[15/02/2016 08:53:03.827] Initializing texture system; phase 14
[15/02/2016 08:53:07.915] Direct3D watcher thread ended
[15/02/2016 08:53:24.575] Initializing game support
[15/02/2016 08:53:25.275] Compatibility level: 0
[15/02/2016 08:53:25.276] Supported version detected
[15/02/2016 08:53:25.276] ==================================================
[15/02/2016 08:53:25.528] Patched IsDebuggerPresent
[15/02/2016 08:53:25.780] Waiting for game initialization
[15/02/2016 08:53:26.131] Initializing hook
[15/02/2016 08:53:26.383] Completing interoperability
[15/02/2016 08:53:26.383] Initialization code 1.
[15/02/2016 08:53:26.383] Initialization code 2.
[15/02/2016 08:53:26.384] Initialization code 3.
[15/02/2016 08:53:26.394] 1 Address: 0x00007FF755A51314
[15/02/2016 08:53:26.394] Calling func 1
[15/02/2016 08:53:26.414] 2 Address: 0x00007FF7565075BE
[15/02/2016 08:53:26.414] 3 Address: 0x00007FF755085C36
[15/02/2016 08:53:26.452] Address: 0x00007FF75650755C
[15/02/2016 08:53:26.453] Unknown var: 0x00007FF7573D3B70
[15/02/2016 08:53:26.454] Initialization code 4.
[15/02/2016 08:53:26.454] Completing interoperability, phase 1
[15/02/2016 08:53:26.454] Completing interoperability, phase 2
[15/02/2016 08:53:26.455] Completing interoperability, phase 3
[15/02/2016 08:53:26.455] Completing interoperability, phase 4
[15/02/2016 08:53:26.455] Completing interoperability, phase 5
[15/02/2016 08:53:26.455] Completing interoperability, phase 6
[15/02/2016 08:53:26.455] Completing interoperability, phase 7
[15/02/2016 08:54:16.660] Initializing console variable "TimeScale".
[15/02/2016 08:54:16.661] Type: System.Single, Reading section: "Miscellaneous", key: TimeScale
[15/02/2016 08:54:16.663] Read value: <null>
[15/02/2016 08:54:18.524] 
[15/02/2016 08:54:18.526] Loading plugin from path: C:\Program Files (x86)\Steam\steamapps\common\Grand Theft Auto V\Plugins\BreathalyzerRAGE.dll
[15/02/2016 08:54:20.298] <UNLOADED PLUGIN>: Initializing input system
[15/02/2016 08:54:20.301] <UNLOADED PLUGIN>: Initializing game console
[15/02/2016 08:54:20.303] <UNLOADED PLUGIN>: Initializing forms manager
[15/02/2016 08:54:20.316] Plugin "Breathalyzer" was loaded from "BreathalyzerRAGE.dll".
[15/02/2016 08:54:20.318] 
[15/02/2016 08:54:20.318] Loading plugin from path: C:\Program Files (x86)\Steam\steamapps\common\Grand Theft Auto V\Plugins\CopHolster.dll
[15/02/2016 08:54:22.116] <UNLOADED PLUGIN>: Initializing input system
[15/02/2016 08:54:22.119] <UNLOADED PLUGIN>: Initializing game console
[15/02/2016 08:54:22.121] <UNLOADED PLUGIN>: Initializing forms manager
[15/02/2016 08:54:22.222] Plugin "Cop Holster" was loaded from "CopHolster.dll".
[15/02/2016 08:54:22.224] 
[15/02/2016 08:54:22.224] Loading plugin from path: C:\Program Files (x86)\Steam\steamapps\common\Grand Theft Auto V\Plugins\EUPClothingMenu.dll
[15/02/2016 08:54:24.006] <UNLOADED PLUGIN>: Initializing input system
[15/02/2016 08:54:24.008] <UNLOADED PLUGIN>: Initializing game console
[15/02/2016 08:54:24.011] <UNLOADED PLUGIN>: Initializing forms manager
[15/02/2016 08:54:24.072] Plugin "EUP Clothing Menu" was loaded from "EUPClothingMenu.dll".
[15/02/2016 08:54:24.073] 
[15/02/2016 08:54:24.074] Loading plugin from path: C:\Program Files (x86)\Steam\steamapps\common\Grand Theft Auto V\Plugins\LSPD First Response.dll
[15/02/2016 08:54:25.966] <UNLOADED PLUGIN>: Initializing input system
[15/02/2016 08:54:25.967] <UNLOADED PLUGIN>: Initializing game console
[15/02/2016 08:54:25.970] <UNLOADED PLUGIN>: Initializing forms manager
[15/02/2016 08:54:26.035] Plugin "LSPD First Response" was loaded from "LSPD First Response.dll".
[15/02/2016 08:54:26.036] 
[15/02/2016 08:54:26.037] Loading plugin from path: C:\Program Files (x86)\Steam\steamapps\common\Grand Theft Auto V\Plugins\PedSearch.dll
[15/02/2016 08:54:27.932] <UNLOADED PLUGIN>: Initializing input system
[15/02/2016 08:54:27.934] <UNLOADED PLUGIN>: Initializing game console
[15/02/2016 08:54:27.936] <UNLOADED PLUGIN>: Initializing forms manager
[15/02/2016 08:54:27.947] Plugin "Ped Search v1.1.1" was loaded from "PedSearch.dll".
[15/02/2016 08:54:27.949] 
[15/02/2016 08:54:27.949] Loading plugin from path: C:\Program Files (x86)\Steam\steamapps\common\Grand Theft Auto V\Plugins\RageShowMyLocation.dll
[15/02/2016 08:54:29.774] <UNLOADED PLUGIN>: Initializing input system
[15/02/2016 08:54:29.776] <UNLOADED PLUGIN>: Initializing game console
[15/02/2016 08:54:29.778] <UNLOADED PLUGIN>: Initializing forms manager
[15/02/2016 08:54:29.838] Plugin "RageShowMyLocation" was loaded from "RageShowMyLocation.dll".
[15/02/2016 08:54:29.840] 
[15/02/2016 08:54:29.840] Loading plugin from path: C:\Program Files (x86)\Steam\steamapps\common\Grand Theft Auto V\Plugins\SnowMod.dll
[15/02/2016 08:54:31.613] <UNLOADED PLUGIN>: Initializing input system
[15/02/2016 08:54:31.615] <UNLOADED PLUGIN>: Initializing game console
[15/02/2016 08:54:31.617] <UNLOADED PLUGIN>: Initializing forms manager
[15/02/2016 08:54:31.688] Plugin "Snow Mod" was loaded from "SnowMod.dll".
[15/02/2016 08:54:31.690] 
[15/02/2016 08:54:31.690] Loading plugin from path: C:\Program Files (x86)\Steam\steamapps\common\Grand Theft Auto V\Plugins\Spike Strips V.dll
[15/02/2016 08:54:33.501] <UNLOADED PLUGIN>: Initializing input system
[15/02/2016 08:54:33.502] <UNLOADED PLUGIN>: Initializing game console
[15/02/2016 08:54:33.503] <UNLOADED PLUGIN>: Initializing forms manager
[15/02/2016 08:54:33.513] Plugin "Spike Strips V" was loaded from "Spike Strips V.dll".
[15/02/2016 08:54:33.515] 
[15/02/2016 08:54:33.516] Loading plugin from path: C:\Program Files (x86)\Steam\steamapps\common\Grand Theft Auto V\Plugins\Spotlight.dll
[15/02/2016 08:54:35.382] <UNLOADED PLUGIN>: Initializing input system
[15/02/2016 08:54:35.385] <UNLOADED PLUGIN>: Initializing game console
[15/02/2016 08:54:35.387] <UNLOADED PLUGIN>: Initializing forms manager
[15/02/2016 08:54:35.402] Plugin "Spotlight Mod" was loaded from "Spotlight.dll".
[15/02/2016 08:54:35.403] 
[15/02/2016 08:54:35.404] Loading plugin from path: C:\Program Files (x86)\Steam\steamapps\common\Grand Theft Auto V\Plugins\The Menu.dll
[15/02/2016 08:54:37.285] <UNLOADED PLUGIN>: Initializing input system
[15/02/2016 08:54:37.287] <UNLOADED PLUGIN>: Initializing game console
[15/02/2016 08:54:37.289] <UNLOADED PLUGIN>: Initializing forms manager
[15/02/2016 08:54:37.301] Plugin "The Menu" was loaded from "The Menu.dll".
[15/02/2016 08:54:37.302] 
[15/02/2016 08:54:37.303] Loading plugin from path: C:\Program Files (x86)\Steam\steamapps\common\Grand Theft Auto V\Plugins\TrafficControl.dll
[15/02/2016 08:54:39.109] <UNLOADED PLUGIN>: Initializing input system
[15/02/2016 08:54:39.111] <UNLOADED PLUGIN>: Initializing game console
[15/02/2016 08:54:39.115] <UNLOADED PLUGIN>: Initializing forms manager
[15/02/2016 08:54:39.189] Plugin "Traffic Control" was loaded from "TrafficControl.dll".
[15/02/2016 08:54:39.190] 
[15/02/2016 08:54:39.191] Loading plugin from path: C:\Program Files (x86)\Steam\steamapps\common\Grand Theft Auto V\Plugins\Unarmed Arrests.dll
[15/02/2016 08:54:40.978] <UNLOADED PLUGIN>: Initializing input system
[15/02/2016 08:54:40.980] <UNLOADED PLUGIN>: Initializing game console
[15/02/2016 08:54:40.982] <UNLOADED PLUGIN>: Initializing forms manager
[15/02/2016 08:54:41.044] Plugin "Unarmed Arrests" was loaded from "Unarmed Arrests.dll".
[15/02/2016 08:54:41.046] 
[15/02/2016 08:54:41.046] Loading plugin from path: C:\Program Files (x86)\Steam\steamapps\common\Grand Theft Auto V\Plugins\VehicleSearch.dll
[15/02/2016 08:54:42.898] <UNLOADED PLUGIN>: Initializing input system
[15/02/2016 08:54:42.900] <UNLOADED PLUGIN>: Initializing game console
[15/02/2016 08:54:42.902] <UNLOADED PLUGIN>: Initializing forms manager
[15/02/2016 08:54:42.913] Plugin "Vehicle Search v2.1.7" was loaded from "VehicleSearch.dll".
[15/02/2016 08:54:44.997] ---------------------------------------------------------------------
[15/02/2016 08:54:44.997] LSPD FIRST RESPONSE
[15/02/2016 08:54:44.997] Version 0.3
[15/02/2016 08:54:44.997] A G17 Media Modification
[15/02/2016 08:54:44.997] - Developed by LMS & Sam
[15/02/2016 08:54:44.997] - Special thanks to Cyan, Lt.Caine, Alexander Blade, The OpenIV Team, LukeD & MulleDK19
[15/02/2016 08:54:44.997] � Copyright 2015-2016, G17 Media, www.lspdfr.com
[15/02/2016 08:54:44.997] ---------------------------------------------------------------------
[15/02/2016 08:54:44.997] [INFO] Running LSPD First Response 0.3(0.3.33.5355)
[15/02/2016 08:54:44.997] [INFO] Copyright � 2015-2016, G17 Media, www.lspdfr.com
[15/02/2016 08:54:45.236] 
[15/02/2016 08:54:45.476] C:\Program Files (x86)\Steam\steamapps\common\Grand Theft Auto V\lspdfr\lspdfr.ini
[15/02/2016 08:54:45.476] C:\Program Files (x86)\Steam\steamapps\common\Grand Theft Auto V\lspdfr\lspdfr.ini
[15/02/2016 08:54:45.480] Callouts: 250
[15/02/2016 08:54:45.789] RageShowMyLocation: RageShowMyLocation 0.4.9.512 : Plugin loaded !
[15/02/2016 08:54:45.801] RageShowMyLocation: Found RPH version 0.35 or 0.36.
[15/02/2016 08:54:45.803] RageShowMyLocation: Found RNUI version 1.3 allowing to start.
[15/02/2016 08:54:45.804] RageShowMyLocation: RageShowMyLocation 0.4.9.512 : Added event handler for FrameRender
[15/02/2016 08:54:45.822] RageShowMyLocation: RageShowMyLocation 0.4.9.512 : found settings file, adjusting settings.
[15/02/2016 08:54:45.823] RageShowMyLocation: RageShowMyLocation 0.4.9.512 : Settings File path : C:\Program Files (x86)\Steam\steamapps\common\Grand Theft Auto V\Plugins\RageShowMyLocation.ini
[15/02/2016 08:54:46.424] ================================================= Spike Strips V =================================================
[15/02/2016 08:54:46.424] Created by:  alexguirre
[15/02/2016 08:54:46.433] Version:  0.7.1.27252
[15/02/2016 08:54:46.434] RPH Version:  0.36.877.6833
[15/02/2016 08:54:46.434] 
[15/02/2016 08:54:46.434] Report any issues you have in the comments section and include the RagePluginHook.log
[15/02/2016 08:54:46.434] Enjoy!
[15/02/2016 08:54:46.434] ================================================= Spike Strips V =================================================
[15/02/2016 08:54:46.751] Spotlight Mod: [Spotlight] Loaded
[15/02/2016 08:54:46.760] Spotlight Mod: [Spotlight] Version: 0.9.0.40319
[15/02/2016 08:54:46.816] The Menu: Launching...
[15/02/2016 08:54:46.825] The Menu: Loading XML File: Plugins\The Menu.xml
[15/02/2016 08:54:47.186] The Menu: Loading XML File: Plugins\The Menu\Templates\Weather.xml
[15/02/2016 08:54:47.211] The Menu: Loading XML File: Plugins\The Menu\Templates\Time.xml
[15/02/2016 08:54:47.572] Traffic Control: [Traffic Control] Loaded Traffic Control v0.5.0.0
[15/02/2016 08:54:47.848] 
[15/02/2016 08:54:47.849] ==============================
[15/02/2016 08:54:47.850] UNHANDLED EXCEPTION IN PLUGIN
[15/02/2016 08:54:47.851] ------------------------------
[15/02/2016 08:54:47.851] Plugin name: The Menu
[15/02/2016 08:54:47.851] ------------------------------
[15/02/2016 08:54:47.852] Exception type: System.Net.WebException
[15/02/2016 08:54:47.852] Exception message: Le nom distant n'a pas pu �tre r�solu: 'www.lcpdfr.com'
[15/02/2016 08:54:47.852] ------------------------------
[15/02/2016 08:54:47.853] Inner exceptions:
[15/02/2016 08:54:47.853] ------------------------------
[15/02/2016 08:54:47.853] Stack trace:
[15/02/2016 08:54:47.853] � System.Net.WebClient.DownloadDataInternal(Uri address, WebRequest& request)
[15/02/2016 08:54:47.853] � System.Net.WebClient.DownloadString(Uri address)
[15/02/2016 08:54:47.853] � GTATheMenu.Helpers.Common.<>c__DisplayClass1.<CheckForNewVersionLSPDFR>b__0()
[15/02/2016 08:54:47.853] � System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
[15/02/2016 08:54:47.853] � System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
[15/02/2016 08:54:47.854] � System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
[15/02/2016 08:54:47.854] � System.Threading.ThreadHelper.ThreadStart()
[15/02/2016 08:54:47.854] ==============================
[15/02/2016 08:54:47.854] 
[15/02/2016 08:54:47.871] 
[15/02/2016 08:54:47.871] ==============================
[15/02/2016 08:54:47.871] UNHANDLED EXCEPTION OCCURRED
[15/02/2016 08:54:47.871] ------------------------------
[15/02/2016 08:54:47.872] Origin: HOOK
[15/02/2016 08:54:47.872] ------------------------------
[15/02/2016 08:54:47.872] Exception type: System.Net.WebException
[15/02/2016 08:54:47.872] Exception message: Le nom distant n'a pas pu �tre r�solu: 'www.lcpdfr.com'
[15/02/2016 08:54:47.872] ------------------------------
[15/02/2016 08:54:47.872] Inner exceptions:
[15/02/2016 08:54:47.872] ------------------------------
[15/02/2016 08:54:47.872] Stack trace:
[15/02/2016 08:54:47.873] � System.Net.WebClient.DownloadDataInternal(Uri address, WebRequest& request)
[15/02/2016 08:54:47.873] � System.Net.WebClient.DownloadString(Uri address)
[15/02/2016 08:54:47.873] � GTATheMenu.Helpers.Common.<>c__DisplayClass1.<CheckForNewVersionLSPDFR>b__0()
[15/02/2016 08:54:47.873] � System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
[15/02/2016 08:54:47.873] � System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
[15/02/2016 08:54:47.873] � System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
[15/02/2016 08:54:47.873] � System.Threading.ThreadHelper.ThreadStart()
[15/02/2016 08:54:47.873] ==============================
[15/02/2016 08:54:47.873] 
[15/02/2016 08:54:47.895] Unarmed Arrests: Unarmed Arrests 0.1.1.2, developed by Albo1125, loaded successfully!
[15/02/2016 08:54:48.388] Vehicle Search v2.1.7: System.ArgumentException: The specified type is not an Enum type.
[15/02/2016 08:54:48.391] Vehicle Search v2.1.7: System.ArgumentException: The specified type is not an Enum type.
[15/02/2016 08:54:49.088] [TRACE] Thread CopManager #1 initialized
[15/02/2016 08:54:49.258] Snow Mod: Snow Mod 1.0 by LMS loaded.
[15/02/2016 08:54:49.452] Snow Mod: Snow enabled
 

So I do :)

Thank you anyway for your great work !

CQoute

Members Author

@OfficerLando @Sakeeeee Sorry that you're experiencing these issues, atm I dont use beta testers so if it works on my end, then i post the update here. An update is in the works but wont be ready for some time. From reading the log that Sakeeeee posted, you could fix the issue by editing "The Menu.xml" file and changing VersionCheck to false...

keepachris

Members

On 2/12/2016 at 2:11 AM, CQoute said:

@keepachris I notice there is a space before DPadDown, try removing that space, also bring up the console by pressing F4 and see if theres any issues.

Hi, Changed that still no luck. Nothing appears when in the console either :/ strange 

Sakeeeee

Members

7 hours ago, CQoute said:

 @Sakeeeee you could fix the issue by editing "The Menu.xml" file and changing VersionCheck to false...

Ow, you're a genius, that works great !! Thank you very much :D

Create an account or sign in to comment

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.