-
Migrated from [rt.perl.org#114704](https://rt-archive.perl.org/perl5/Ticket/Display.html?id=114704) (status was 'open')
Searchable as RT114704$
p5pRT updated
4 years ago
-
If I create a file `twice.bat` with contents:
```
cat foo.txt
cat bar.txt
```
Then it only records the first call to `cat`, not the second. Similarly, if I do `gcc -c main.c` then it traces t…
-
Hello!
Why in the source code there is no function prototype RtlCreateUserProcessEx?
```
NTSYSAPI
NTSTATUS
NTAPI
RtlCreateUserProcessEx(
_In_ PUNICODE_STRING NtImagePathName,
_In_ PRTL…
-
Since 2.6, I've noticed an increase in these crashes in my environments. I'm able to replicate it across several installations monitoring the same traffic. Unfortunately, I'm unable to provide a pcap …
hosom updated
5 years ago
-
I found that this classifyContext seems to be a custom parameter for the user to pass. But I haven't found the relevant usage. Can anyone give me some advice? Thank you!
calloutStream.calloutKey = iC…
-
Migrated from [rt.perl.org#33096](https://rt-archive.perl.org/perl5/Ticket/Display.html?id=33096) (status was 'resolved')
Searchable as RT33096$
p5pRT updated
4 years ago
-
I took the definition of the struct from process hacker nt headers as follows :
` typedef struct _SYSTEM_THREAD_INFORMATION {
LARGE_INTEGER KernelTime;
LARGE_INTEGER UserTime;
LARGE_INTEG…
-
At line [1537 in ntioapi.h](https://github.com/processhacker/processhacker/blob/master/phnt/include/ntioapi.h#L1537) we have the declaration of `NtQueryIoCompletion`:
```
NTSYSCALLAPI
NTSTATUS
N…
-
* **Version**: v1.9.1
* **Platform**: MINGW32_NT-10.0-WOW PC10 2.8.0(0.309/5/3) 2017-05-19 12:55 i686 Msys
I tried to build libuv with MSYS2, but It fails.
I tried with MINGW32 prompt.
log:
…
-
Hello,
I have tried generating the the XML database file using the msdn_crawler.py on a Linux machine (Ubuntu 16.04 x64) and it seems to have failed with the following errors (for both tilib and ti…