
....I make direct call to ntdll.dll instead, x86 code as below:
CODE
format PE console
entry start
include "win32a.inc"
section ".code" code executable readable
start:
push 7
push 0xFFFFFFFF
call [NtTerminateProcess]
section ".idata" import readable
library ntdll, "ntdll.dll"
import ntdll, NtTerminateProcess, "NtTerminateProcess"
entry start
include "win32a.inc"
section ".code" code executable readable
start:
push 7
push 0xFFFFFFFF
call [NtTerminateProcess]
section ".idata" import readable
library ntdll, "ntdll.dll"
import ntdll, NtTerminateProcess, "NtTerminateProcess"
Sep 15 2023, 08:04 PM
Quote
0.0162sec
0.50
6 queries
GZIP Disabled