alexhude / FRIEND

Flexible Register/Instruction Extender aNd Documentation
545 stars 70 forks source link

Support IDA installations without HexRays decompiler #10

Closed pedrib closed 7 years ago

pedrib commented 7 years ago

The plugin looks pretty good, and I would love to try it, but compilation fails in: [ 57%] Completed 'pugixml' [ 57%] Built target pugixml [ 60%] Building CXX object CMakeFiles/FRIEND.plx.dir/FRIEND/AArch64Extender.cpp.o [ 64%] Building CXX object CMakeFiles/FRIEND.plx.dir/FRIEND/Documentation.cpp.o [ 67%] Building CXX object CMakeFiles/FRIEND.plx.dir/FRIEND/FRIEND.cpp.o /idasdk695/FRIEND/FRIEND/FRIEND.cpp:12:23: fatal error: hexrays.hpp: No such file or directory

include

                   ^

Looking at the source, it seems it requires the hexrays headers... which I don't have because I don't have the decompiler plugin.

Would it be possible to a build a version without decompiler support?

pedrib commented 7 years ago

Ignore this, see PR #11