NUnit Test Failure : Gee.External.Capstone.Proxy.dll Missing
BlueSkeye opened this issue · 1 comments
BlueSkeye commented
When running TestCapstoneX86Disassembler/TestDisassemble I encounter an exception that states the aforementioned DLL is missing. Despite it's name that suggest it's part of the project I can't find it in the solution.
The error occurs in the NativeInstruction.NativeX86Detail getter. Additionally I feel there is a bug in this method. The source code reads :
var pDetail = CapstoneProxyImport.ArmDetail(this.IndependentDetail);
I would have expected the X86Detail method from the missing DLL to be invoked instead of the ArmDetail one.