Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CreateProcess implementation #493

Open
1 task done
clspejd opened this issue Jun 26, 2024 · 1 comment
Open
1 task done

CreateProcess implementation #493

clspejd opened this issue Jun 26, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@clspejd
Copy link

clspejd commented Jun 26, 2024

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?

  • I declare I made an effort and provided the necessary information for an understanding of the feature by the Framework authors.
@clspejd clspejd added the enhancement New feature or request label Jun 26, 2024
@Cracked5pider
Copy link
Member

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants