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

Fix bug with incorrect parse exe path with contains space #11

Merged
merged 1 commit into from
Apr 21, 2024

Conversation

firejox
Copy link
Owner

@firejox firejox commented Apr 21, 2024

Fix #10
Now it can parse correctly. For example in CMD,

winsocat EXEC:"\"C:\Program Files\foo\foo.exe\" arg1 arg" stdio

It will run "C:\Program Files\foo\foo.exe" arg1 arg2.

@firejox firejox changed the title Fix #10 bug with incorrect parse exe path with contains space Fix bug with incorrect parse exe path with contains space Apr 21, 2024
@firejox firejox merged commit b7e32fa into main Apr 21, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

EXEC adapter fail to parse executable path with space character
1 participant