Freeze icon indicating copy to clipboard operation
Freeze copied to clipboard

Freeze is a payload toolkit for bypassing EDRs using suspended processes, direct syscalls, and alternative execution methods

Results 8 Freeze issues
Sort by recently updated
recently updated
newest added

Hello, The tool does not generate any output in Windows. It works fine in Linux but in Windows no. ` ___________ \_ _____/______ ____ ____ ________ ____ | __) \_...

`┌──(kali㉿kali)-[~/Desktop/Freeze-main] └─$ ./Freeze -I /home/kali/Desktop/agent.exe -encrypt -sandbox -O bypass.exe ___________ \_ _____/______ ____ ____ ________ ____ | __) \_ __ \_/ __ \_/ __ \\___ // __ \ | \...

I tried to run freeze on the .bin of mimikatz generated by https://github.com/EgeBalci/amber, the newly created .exe does not work Running just the .bin code works fine This is the...

hello, i have an error when i use the framework. I have golang go1.19.9 linux/amd64 do you have any idea ? > ┌──(kali㉿kali)-[~/Freeze-main] > └─$ ./Freeze -I shellcode_roro.bin -encrypt -O...

![捕获](https://user-images.githubusercontent.com/63200706/236993886-a39a348a-5799-4e3a-8b54-9bbcdcaabf23.PNG)

I made few minor changes to the code in order to make it works on Windows and closing issue #2 : - I update garble to the version `v0.9.3` ;...

## Possible uses `./Freeze -I loader.bin -O loader.dll -export SetLnkAUMI,UninstAppUserModelId,UninstShortcut` Will create a loader with the exported the functions `SetLnkAUMI`,`UninstAppUserModelId`,`UninstShortcut` `./Freeze -I loader.bin -O loader.dll -export wer.dll` Will parse the...

Currently Freeze works only when upgrading garble on my computer. With 0.7.2 I have: ``` [*] Compiling Payload exit status 1: # runtime panic: runtime listed a std package we...