Results 1 to 4 of 4

Thread: Finding out what DLLs are used during exection?

  1. #1
    Senior Member

    Join Date
    Jan 2008
    Location
    A rock in the ocean
    Posts
    752
    Thanks
    99
    Thanked 135 Times in 79 Posts
    Rep Power
    290
    Reputation
    3356

    Default Finding out what DLLs are used during execution?

    There's a fairly complex bit of software that has many hundreds of DLLs associated with it. I'd like to work out which DLLs are used at a particular point of the software execution, but don't know the exact DLLs being called for at that moment. Is there a way to find this out?



Look Here ->
  • #2
    Premium Member
    wotnot's Avatar
    Join Date
    Nov 2019
    Location
    Scenic Rim, SE Qld
    Posts
    3,236
    Thanks
    1,462
    Thanked 2,934 Times in 1,510 Posts
    Rep Power
    1334
    Reputation
    58690

    Default

    Google 'which dlls are used by a program'

  • #3
    Senior Member
    fandtm666's Avatar
    Join Date
    Jan 2008
    Posts
    5,502
    Thanks
    244
    Thanked 990 Times in 465 Posts
    Rep Power
    1189
    Reputation
    40447

    Default

    you you use a program called process monitor



    or api monitor


  • The Following 5 Users Say Thank You to fandtm666 For This Useful Post:

    enf (01-06-20),mitaux8030 (31-05-20),Philquad (31-05-20),Tiny (31-05-20),tristen (31-05-20)

  • #4
    Senior Member

    Join Date
    Jan 2008
    Location
    A rock in the ocean
    Posts
    752
    Thanks
    99
    Thanked 135 Times in 79 Posts
    Rep Power
    290
    Reputation
    3356

    Default

    Perfect! Process Monitor showed me just what I was looking for - what DLL was being called for, by which process, and most importantly for this - exactly when it was being called. Thanks!

  • Bookmarks

    Posting Permissions

    • You may not post new threads
    • You may not post replies
    • You may not post attachments
    • You may not edit your posts
    •