Skip to content

Instantly share code, notes, and snippets.

@idiom
Created June 7, 2017 20:30
Show Gist options
  • Save idiom/8d04a06dbbac12a45d93e036f3752e58 to your computer and use it in GitHub Desktop.
Save idiom/8d04a06dbbac12a45d93e036f3752e58 to your computer and use it in GitHub Desktop.
Remote Debugging a DLL in IDAPro

Easily debug a dll on a remote system:

  • Application: C:\windows\System32\rundll32.exe
  • Input File: Full path and dll name on the analysis workstation
  • Directory: Full path to the dll
  • Parameters: "Path on the remote workstation (location on win32_remote)\dll name",Export
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment