![]() |
|
NTkill v1.0 - نسخة قابلة للطباعة +- الفريق العربي للهندسة العكسية (https://www.at4re.net/f) +-- قسم : ENGLISH FORUM (https://www.at4re.net/f/forum-6.html) +--- قسم : Tutorials (https://www.at4re.net/f/forum-14.html) +--- الموضوع : NTkill v1.0 (/thread-5062.html) |
NTkill v1.0 - Stingered - 15-02-2026 NTkill v1.0 by Stingered (2026) NTkill64 MD5: 411D23AE0482EED54A65640C6153F7A9 NTkill MD5: E324DF8AD547CF358D1CF9203E72D1C5 NtKill is a WINPE process neutralization utility for Windows. Unlike standard tools that rely on the basic Win32 APIs, NtKill utilizes ntdll.dll syscalls (NtTerminateProcess) and debugger-grade attachment to hopefully force-close stubborn, locked, or unresponsive process trees. FeaturesNT Syscall Execution: Automatically identifies and neutralizes main and child processes. Can suspend the entire process tree before execution to hopefully prevent "respawn loops". Uses DebugActiveProcess to break handle locks on stubborn executables. Name & PID Support: Targets specific IDs or searches the process list by image name. The target (PID or Name) must always be the final argument. .EXE extension is not needed for process name. Usage: NtKill [Modifiers] <Target> Modifiers (Must be to the LEFT of target): <PID> Numeric Process ID (Default) -N Target is the Process name (Auto-appends .exe) -S Suspend (Freeze) tree before kill -DP Enable Debug Privilege (Required for -F modifier) -F Force Debug Attach (Bypasses locks/handles) -Q Quiet mode (No output, no pause) Command line Examples: NtKill 1234 NtKill -S -F -N spotify NtKill -DP -F -Q -N chrome.exe |