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

bwheadless injection not working #1

Open
w4tsn opened this issue Sep 5, 2017 · 1 comment
Open

bwheadless injection not working #1

w4tsn opened this issue Sep 5, 2017 · 1 comment
Labels
Milestone

Comments

@w4tsn
Copy link
Owner

w4tsn commented Sep 5, 2017

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
@w4tsn w4tsn added the bug label Sep 5, 2017
@w4tsn w4tsn added this to the v1.0 milestone Sep 5, 2017
@w4tsn
Copy link
Owner Author

w4tsn commented Sep 5, 2017

The container has to be executed with the --privileged flag, in order to be able to modify the memory and processes for the injection.

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.

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

No branches or pull requests

1 participant