skelsec / pypykatz

Mimikatz implementation in pure Python
MIT License
2.81k stars 371 forks source link

Compilation Instructions #62

Closed a7t0fwa7 closed 3 years ago

a7t0fwa7 commented 3 years ago

Hey man,

I would like to compile my own binary, my question is do you use pyinstaller for this or something else?

And are there any specific requirements prior to compiling ?

Cheers

skelsec commented 3 years ago

Hello,

I use pyinstaller, for the current version there are no specific prerequirements it should work out of the box.

Sent from my mobile, sorry for typos.

On 3 Dec 2020, at 04:02, artofwar2306 notifications@github.com wrote:

 Hey man,

I would like to compile my own binary, my question is do you use pyinstaller for this or something else?

And are there any specific requirements prior to compiling ?

Cheers

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or unsubscribe.

Papotito123 commented 3 years ago

Hello: This should be good news. I tried with the before version,and get compile but doesn't ran.

I'll test later.

Thanks.

skelsec commented 3 years ago

Using pyinstaller works, I have my build setup using it.