GhostPack/SafetyKatz

Suggestion: move mimikatz compiled blob in a second file

cnotin opened this issue · 1 comments

The mimikatz compiled blob in the compressedString variable makes Visual Studio slow and laggy when scrolling the code or debugging in step-by-step.
To prevent this, I suggest moving this blob to a second file (e.g. Constants.cs)

Should be resolved with 715b311