sandbox-attacksurface-analysis-tools icon indicating copy to clipboard operation
sandbox-attacksurface-analysis-tools copied to clipboard

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

Open kiwids0220 opened this issue 3 years ago • 3 comments

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 avatar Jul 13 '22 18:07 kiwids0220

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

kiwids0220 avatar Jul 13 '22 18:07 kiwids0220

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

tyranid avatar Jul 15 '22 20:07 tyranid

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

bravosierra99 avatar Nov 30 '22 12:11 bravosierra99