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

inject not working when not running as administrator #56

Open
shahar4499 opened this issue Oct 11, 2017 · 0 comments
Open

inject not working when not running as administrator #56

shahar4499 opened this issue Oct 11, 2017 · 0 comments

Comments

@shahar4499
Copy link

I found this repository when the inject-x64.exe and inject-x86.exe of cuckoo sandbox threw this error:
“[-] Error dropping configuration file: 5”

Taking a look at inject.c, I see that it's trying to move the configuration file directly under C:\ drive, and it's hardcoded.
Makes sense, because error code 5 means Access Denied.

I have 2 ideas for a fix:

  1. Not moving the config file at all... Why does it even need to happen?
  2. If the moving really has to happen, there could at least be an optional argument that specifies the directory.
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

No branches or pull requests

1 participant