SysWhispers icon indicating copy to clipboard operation
SysWhispers copied to clipboard

AV/EDR evasion via direct system calls.

Results 7 SysWhispers issues
Sort by recently updated
recently updated
newest added

I Also added .h and .asm files to the .gitignore. Fun fact, there are new syscalls in this release: - NtChangeProcessState - NtChangeThreadState - NtCreateIoRing - NtCreateProcessStateChange - NtCreateThreadStateChange -...

I have tried both SysWhisper and SysWhisper2. VS is throwing the following error messages. I have enabled the MASM in build customization and also the asm file is set to...

Once I set the flag preset as "all", then I got some errors for missing function definitions. I will write these functions as the following. Functions: NtPssCaptureVaSpaceBulk, NtAllocateUserPhysicalPagesEx, NtAcquireCrossVmMutant, NtCreateCrossVmMutant,...

How Can We Do It in 32bit mode & on WOW64?

Your project is very nice, gives a lot of help for any developer. Why don't you add support for x32 ? The syscall would be: ``` mov eax, FUNCTION call...

I've updated **readme.md** so it's easier to understand. **Happy New Years!!!**