View Single Post
  #1  
Old 04-01-2018, 07:17
hors's Avatar
hors hors is offline
Developer
 
Join Date: Aug 2014
Posts: 71
Rept. Given: 16
Rept. Rcvd 111 Times in 52 Posts
Thanks Given: 27
Thanks Rcvd at 652 Times in 64 Posts
hors Reputation: 100-199 hors Reputation: 100-199
nfd - x64dbg plugin

Linker/Compiler/Tool detector.

How To Install

1) Download plugin from GitHub

2) Copy the files to x64dbg folders:

nfd.dp32 -> release/x86/plugins
nfd.dp64 -> release/x64/plugins

How to use

See Screenshot

How to compile the plugin from sources:

1) Install VS2013
2) Install Qt 5.6.2 for VS2013 x86 to C:\Qt\qt-5.6.2-x86-msvc2013
3) Install Qt 5.6.2 for VS2013 x64 to C:\Qt\qt-5.6.2-x64-msvc2013
4) Clone project with all submodules: git clone --recursive https://github.com/horsicq/nfdx64dbg
5) run build_all.bat

More info
Reply With Quote
The Following User Gave Reputation+1 to hors For This Useful Post:
MarcElBichon (04-01-2018)
The Following 4 Users Say Thank You to hors For This Useful Post:
netstavi (04-01-2018), niculaita (04-01-2018), Stingered (04-01-2018), Zeokat (04-08-2018)