You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Let's say I want to execute some binary present on system. So I need to use "shell notepad"
Which opens cmd.exe as parent process and then notepad as it's child process
Isn't CreateProcessA would be good for that. Like use "CreateProcess notepad" which simple use winapi to open the binayr specified ???
Or directly use NTCreateUserProcess. what u think ?
Is_it_already_in?
No (You checked and it doesn't.)
Relevant code samples
No response
Are-You-Trolling?
I declare I made an effort and provided the necessary information for an understanding of the feature by the Framework authors.
The text was updated successfully, but these errors were encountered:
it does use CreateProcessW to execute the specified command tho the shell specifically is targeted to execute a cmd.exe command. I admit that I should have implemented and added a command similar to CS run to simply create process the specified executable.
Contact Details
No response
What is the idea?
Let's say I want to execute some binary present on system. So I need to use "shell notepad"
Which opens cmd.exe as parent process and then notepad as it's child process
Isn't CreateProcessA would be good for that. Like use "CreateProcess notepad" which simple use winapi to open the binayr specified ???
Or directly use NTCreateUserProcess. what u think ?
Is_it_already_in?
No (You checked and it doesn't.)
Relevant code samples
No response
Are-You-Trolling?
The text was updated successfully, but these errors were encountered: