DbgException: Unknown processor type
This exception is thrown in two places:
setProcessorMode method in dbgeng.cpp
addr64NoSafe method in memory.cpp
addr64NoSafe does not handle ARM
Both these methods do not handle ARM64
I'm not able to build the pykd.dll with any fixes due to linker error "Cannot open input file 'Files.obj'.".
Please let me know if you can provide a fix.
Comments: ** Comment from web user: kernelnet **
I have no target machine with ARM and I'm affraid due it the fix take a lot of time. Let's try to setup build for you? If you have time and willing of course!
1) You need get source files.
1.1) I can give access you to projects and then you can use TFS client ( it is more convenient )
1.2) You can use svn. You need get two projects:
svn checkout https://pykd.svn.codeplex.com/svn/branch/0.3.x/ C:/proj/pykd
svn checkout https://kdlibcpp.svn.codeplex.com/svn/dev/kdlib/ C:/proj/pykd/kdlibcpp
2) You need Visual Studio 2013 (I'm affraid solution from source control for 2010 and 2012 is not actual. If you convert solutions, don't forgert rename NuGet config files packages.pykd_vc120.config )
3) Run build for pykd projects. Sometimes the first build gets error about nuget, try another time.