DynamoRIO / DynamoRIO/dynamorio

CRASH win10 app using legacy NtCreateProcessEx

Open
#1,898 2 comments 0 reactions 1 assignee Claimed by @derekbruening View on GitHub
Bug-Hang Bug-ToolFail OpSys-Windows
Dominant language
C
Stars
3.2k
Forks
629
Avg merge
2d 15h
Merged PRs (30d)
31

Description

I'm not sure whether this happens on any child process (surely that was well tested before) but the same app as in #1897 has a successfully child process creation that DR still crashes investigating:

```
?? &process_handle
void ** 0x1e49eb80
0:000> dd 0x1e49eb80 L1
1e49eb80 000000e4

00 1e49eb48 6bd12ee4 dynamorio!should_inject_into_process+0x270 [d:\derek\dr\git\src\core\win32\os.c @ 3031]
01 1e49eb74 6bd2d406 dynamorio!maybe_inject_into_process+0x134 [d:\derek\dr\git\src\core\win32\os.c @ 3233]
02 1e49ede0 6bb568ca dynamorio!post_system_call+0x1646 [d:\derek\dr\git\src\core\win32\syscall.c @ 4055]

inject_settings = 0x1e49eb80

0:000> dd 0x1e49eb80 L1
1e49eb80 00000000

back to maybe_inject_into_process frame:
0:000> ?? &should_inject
inject_setting_mask_t * 0x1e49eb80
0:000> ?? &process_handle
void ** 0x1e49eb80
```

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.