GregoryMorse / GhidraDec

Ghidra Decompiler Plugin for IDA Pro
MIT License
163 stars 29 forks source link

X64dbg #3

Closed ddkwork closed 3 years ago

ddkwork commented 3 years ago

How to build for x64dbg?

GregoryMorse commented 3 years ago

For x64dbg, you would have to extract the two files sleighinterface.cpp and sleightinterface.h which contain most of the protocol interaction and then you would have to custom implement the interface as decompiler.cpp and decompiler.h do now. So please look at these source files. This codebase can be used to create an x64dbg plugin and this would be quite a good idea to move ahead with. I might look into it if time ever allows.