We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
At the moment the injection with bwheadless yields in an error.
fixme:module:load_library unsupported flag(s) used (flags: 0x00000800) fixme:module:load_library unsupported flag(s) used (flags: 0x00000800) fixme:module:load_library unsupported flag(s) used (flags: 0x00000800) fixme:ntdll:EtwEventRegister ({5eec90ab-c022-44b2-a5dd-fd716a222a15}, 0x301123, 0x328020, 0x328038) stub. fixme:ntdll:EtwEventSetInformation (deadbeef, 2, 0x325e00, 43) stub fixme:module:load_library unsupported flag(s) used (flags: 0x00000800) fixme:module:load_library unsupported flag(s) used (flags: 0x00000800) fixme:module:load_library unsupported flag(s) used (flags: 0x00000800) WriteProcessMemory failed; 5fatal error: inject failed
The text was updated successfully, but these errors were encountered:
The container has to be executed with the --privileged flag, in order to be able to modify the memory and processes for the injection.
--privileged
With this flag the following error occurs:
dump.txt
It is basically complaining that msvcr120.dll function id@_CurrentScheduler@details@Concurrency@@SaiXZ is not implemented.
Maybe I should try a newer version of wine.
Sorry, something went wrong.
No branches or pull requests
At the moment the injection with bwheadless yields in an error.
The text was updated successfully, but these errors were encountered: