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

Waste does not work on 64-bit programs #3

Closed
GoogleCodeExporter opened this issue Feb 10, 2016 · 3 comments
Closed

Waste does not work on 64-bit programs #3

GoogleCodeExporter opened this issue Feb 10, 2016 · 3 comments

Comments

@GoogleCodeExporter
Copy link

Waste does not perform DLL injection correctly with 64-bit programs.  Waste 
fails on GetThreadContext(), but doesn't even print an error message when it 
fails.  Waste is build as a 32-bit application, and currently only works on 
32-bit applications.

Original issue reported on code.google.com by Ken.Dom...@gmail.com on 22 May 2013 at 6:53

@GoogleCodeExporter
Copy link
Author

All x86-dependent injection code has to be rewritten.  __asm {} does not exist 
for x64 targets, so hand-coded instructions must be done. 
wrapper/cuda-wrapper.cpp

Original comment by Ken.Dom...@gmail.com on 23 May 2013 at 7:06

@GoogleCodeExporter
Copy link
Author

Original comment by Ken.Dom...@gmail.com on 23 May 2013 at 7:08

  • Changed state: Started

@GoogleCodeExporter
Copy link
Author

Original comment by Ken.Dom...@gmail.com on 6 Jun 2013 at 9:19

  • Changed state: Fixed

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

No branches or pull requests

1 participant