0

I installed Windows Kits and Debugging tools. Also I have ACPI.sys driver installed on my computer. I start WinDGB.exe, open executable file and type in windbg.exe command

!amli help

windbg.exe says that

No export amli found

Question: how to debug AML code? What should I do to make it work? May be some files are not installed? Or some preferences not done? Or AML debugs not with using windbg?

user3360601
  • 327
  • 3
  • 17
  • 1
    Could you clarify what you mean by _"open executable file"_? `!amli` is an extension command in the `acpikd` extension and requires setting up kernel debugging to the target machine. – Sean Cline Jan 25 '17 at 12:34
  • By "open executable" I mean "File -> open executable". Ah, thank you about kernel debugging. I tried it, but I got that target machine does not support it. Why is it so? – user3360601 Jan 25 '17 at 13:09
  • In what sense doesn't the target machine support it? – conio Jan 25 '17 at 18:53

0 Answers0