gentilkiwi / mimikatz

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

Compile for x86 and x64 #212

Closed moaeddy closed 5 years ago

moaeddy commented 5 years ago

is it possible to compile for both x86 and x64 in a single BIN?

gentilkiwi commented 5 years ago

vodoo binaries exist as POC to use NT API in both x86 & x64 in the same binary, but usually I see binaries that embed x64 version as ressource inside the x86 one, extracted on the disk. I don't like it.