Search:

Type: Posts; User: Antony Kossoski

Search: Search took 0.01 seconds.

  1. Replies
    20
    Views
    4,903

    Hey, thank you for the replies. I solved my...

    Hey, thank you for the replies.

    I solved my problem by calling CreateRemoteThread on every function call, instead of just the one needed to injection.
    The problem is I had a single thread looping...
  2. Replies
    20
    Views
    4,903

    [Doubt] About DLL Injection

    Hey guys,
    I'm wondering if it's possible to call a function that is in process B VA space, by process A.

    So far I've made a DLL injection, and the calls I make to process B are coming from a...
  3. Thank you both for the answers. Because I want...

    Thank you both for the answers.

    Because I want the pixels to be update per mouse movement, shoud I declare 2 uniform variables (x, y) in my fragment shader and update them every frame with...
  4. [OpenGL] Best approach to setting every pixel's color

    I'm working on a 2D surface, where n kinds of lighting spheres move along with my mouse. Every pixel's color got to be calculated per movement, since it is obtained by the distance between the pixel...
  5. Handling controls (buttons, edit boxes) width WndProc on a custom class.

    edit : with WndProc...*

    Hello you!
    First of all, let me apologize if I'm in the wrong section of the forum. If I am, please indicate me where is the right place.

    Well, as a Win32 programmer,...
Results 1 to 5 of 5