gentilkiwi / mimikatz

A little tool to play with Windows security
http://blog.gentilkiwi.com/mimikatz
18.98k stars 3.62k forks source link

v141_xp build tools #402

Open Adephx opened 1 year ago

Adephx commented 1 year ago

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

hubert3 commented 1 year ago

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

forceedge01 commented 10 months ago

Hello @hubert3

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

Mimikatz-build-error

Any idea how to resolve this?

forceedge01 commented 10 months ago

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

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