googleprojectzero / sandbox-attacksurface-analysis-tools

Set of tools to analyze Windows sandboxes for exposed attack surface.
Apache License 2.0
2.07k stars 433 forks source link

For anyone looking to solve build eror with "exited with code 9009" for NtObjectManager #58

Open kiwids0220 opened 2 years ago

kiwids0220 commented 2 years ago

I updated the .NET framework to 4.8 for the other projects, and while building NtObjectManager, it failed. So I downgraded it to .NET framework 4.7.2. And compiled both NtApiDotNet and NtObjectManager. Buid Succeeds

kiwids0220 commented 2 years ago

This is not an issue per se. But just want to help people who ran into same error.

tyranid commented 2 years ago

Thanks. No idea why that would cause problems. Perhaps the XML document generator is failing, I've had some weird problems with that tool.

bravosierra99 commented 1 year ago

And my default was behind, 4.6.2 and had the same issue... making it be 4.7.2 fixed it.