gentilkiwi / mimikatz

A little tool to play with Windows security

Home Page:http://blog.gentilkiwi.com/mimikatz

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

v141_xp build tools

Adephx opened this issue · comments

Any chance of replacing this dependency. I'm using VS2022 and these tools are deprecated.

Compiles fine with v143 for me on Windows 11 with Visual Studio 2022 with no code changes

Right-click on each project (mimikatz, mimilib etc.) in Solution Explorer and select properties, you can choose the Platform Tools version there

image

There's a v143 branch in my fork with this change already made

commented

Hello @hubert3

This did start the build process, however i've got this issue afterwards:

Mimikatz-build-error

Any idea how to resolve this?

commented

Turns out adding these lines at the top of the file have fixed (supressed) the issue

#pragma warning (push)
#pragma warning (disable : 4005)