13 Commits

Author SHA1 Message Date
V2 cf4fe6ec4c fixed WriteProcessMemory error 2022-09-23 09:49:49 +01:00
V2 a850933562 Merge pull request #1 from GetRektBoy724/patch-1
Changed some stuff.
2022-09-23 09:45:52 +01:00
GєṭRєҡṭBȏʏ724 4b54e41e6d Changed some stuff.
1. Change the patch stub to a single RET, a bunch of NOPs is pretty pointless, especially if you hardcode how much the amount of NOP you used, it have a chance that the NOPs will "bleed" to the next function.
2. Refactor the main function code
3. The biggest change, patch NtDelayExecution instead of Sleep for wider range of effect, malwares can easily switch to using NtDelayExecution (just like what i did with mine). Tho this will make any kind of sleep doesnt work, whilst patching Sleep, some stuff still can use SleepEx or NtDelayExecution instead.
2022-09-23 00:22:00 -07:00
V2 13340f4046 Update README.md 2022-09-22 01:53:11 +01:00
V2 25114d7ecb Update README.md 2022-09-22 01:49:55 +01:00
V2 15d06b598e Update README.md 2022-09-22 01:47:30 +01:00
V2 803c6cd808 Update README.md 2022-09-22 01:46:55 +01:00
V2 d2e2cbb3ac Update README.md 2022-09-22 01:41:50 +01:00
V2 fd47e6074c Update Source.cpp 2022-09-22 01:39:34 +01:00
V2 80eddbda14 Update Source.cpp 2022-09-22 01:38:21 +01:00
V2 f5bc8bf97c Create README.md 2022-09-22 01:37:54 +01:00
anash 540d5e84e0 Add project files. 2022-09-22 00:45:00 +01:00
anash e55843b705 Add .gitattributes and .gitignore. 2022-09-22 00:44:58 +01:00