Skip to main content

Questions tagged [win32-process]

The tag has no usage guidance.

win32-process
0 votes
0 answers
39 views

Could not find the way to resolve SSL certificate verification issue, for downloading TensorFlow 1.12.0

I am using tensorflow 2.16.1 but for my project purpose i have to degrade it to 1.12.0. For this I downloaded python 3.7.9 which was not suitable for tensorflow 1.12.0, so again I downloaded python 3....
Pratima Prajapati's user avatar
0 votes
1 answer
53 views

Can a DLL be statically loaded by worker thread during the process startup?

We have an application containing many (hundreds) DLLs. The EXE directly depends on part of them (via its Import Table), which in turn depend on another part (via their Import Tables) and so on. Out ...
Ilia's user avatar
  • 461
-3 votes
1 answer
120 views

How to correctly determine a process' primary (first) thread

There have been many questions about how to identify the process' main thread. A common answer was that there is no "main" thread and all threads are equivalent. This is an incorrect and ...
Ilia's user avatar
  • 461
0 votes
1 answer
130 views

Callback function in RegisterWaitForSingleObject called when monitoring other process

Goal: I want to monitor notepad.exe and restart it whenever it terminates. My program should, starts notepad process using ShellExecuteEx registers the started process with ...
coda's user avatar
  • 2,308
0 votes
0 answers
155 views

Windows kernel mode WFP filtering: tried to add filters failling

I am tried to add Windows kernel mode WFP filters, tried to add filters. I have near about WFP 590 filters to add but I do not see all of the filters getting added. checked Windows eventvwr, saw error ...
user3664223's user avatar
1 vote
1 answer
151 views

Disable/hide the close, maximize, minimize buttons on other applications' windows (SetWindowLong not working)

I am able to remove the whole section containing the close, minimize, maximize of a windows application using this C# code private const int SWP_NOMOVE = 0x0002; private const int ...
Anandu Ramachandran's user avatar
0 votes
0 answers
59 views

PPL Process : EvtOpenSession for remote EvtLog failing with ErrorCode 1749 (Security Context is Invalid) in PPL Service Process

EvtOpenSession for remote EvtLog failing with ErrorCode 1749 (Security Context is Invalid) in PPL Service Process From the PPL process service we are trying to connect with DomainControllers ...
vaibhav langote's user avatar
0 votes
0 answers
44 views

How can I activate the first line of an element when it is a pane element (UI - win32)?

I should get the first line in the pane activated, but I can't figure out how. Pane The screen has a pane element (/Window/Pane/Pane/Pane[1]/Pane[2]). Clicking pane the application selects the row ...
Taina's user avatar
  • 1
0 votes
0 answers
45 views

How do I create an SQL query which returns processes with visual representation?

I want to create a query which gets all active processes with visual representation. The active part is already done, I'm still confused on the visual representation though. It uses Managementobject's ...
brushymilbil's user avatar
0 votes
0 answers
58 views

Using printer name to get details in python

this code is working but its not cutting the paper after printing, printer_name = "EPSON T20iii" raw_data = bytes(receipt_text, "utf-8") drivers = win32print.EnumPrinterDrivers(...
Tinashe Mphisa's user avatar
0 votes
0 answers
14 views

Strange behavior about CreateProcess

I intent to encapsulate a function to execute a command with C++. code as below: std::string ExecuteCommand(const std::string& command) { SECURITY_ATTRIBUTES saAttr; HANDLE hReadPipe, ...
hunter's user avatar
  • 1
0 votes
0 answers
111 views

DnsQuery_A : Get all DNS entries in system using Windows kernel routine

I am trying to Get all DNS entries on system using some Windows kernel routine did not find is there kernel mode any routine for it. I know there is user mode API DnsQuery_A/W where I can go ...
user3664223's user avatar
0 votes
0 answers
77 views

Visual Studio not building in Win32 OpenSSL 1.1.1u (Static)

I have tried to build my code in Visual Studio 2019 using Win32 solution platform with OpenSSL 1.1.1u (Static Library) but it resulted in a LNK2001: unresolved external symbol error LNK2001 unresolved ...
electrictazer's user avatar
0 votes
0 answers
65 views

Any way to receive message, being a process on SYSTEM user

So, is there any particular way to do this in Windows? There's a service, that autostarts under SYSTEM user at every boot. By default, as stated at To schedule a task that runs with system permissions,...
Danila Smirnov's user avatar
0 votes
1 answer
209 views

Get network profile associated with a network adapter

I am looking for Windows network profiles associated with network adapters. I know there is the Windows API GetAdaptersAddresses() that gives adapter details, but it does not include the network ...
user3664223's user avatar

15 30 50 per page
1
2 3 4 5
22