Search:

Type: Posts; User: Takeshi

Search: Search took 0.01 seconds.

  1. Two Step DLL Inection (How to get thread handle?)

    So I want two create a 2 step DLL injection process, the first level is a very unobtrusive global DLL:

    SetWindowsHookEx -> parameter 4 = 0 -> Global injection.

    this dll then observes which...
  2. Replies
    3
    Views
    4,881

    Interestingly enough (I just found a solution). ...

    Interestingly enough (I just found a solution). C was casting the 1s and 2s as integers, and then any division (like 1/2) rounded down to 0. So the fix was simply replacing any integer with:

    '1'...
  3. Replies
    3
    Views
    4,881

    Convert Matlab Algebraic Sol to C compatible

    So I am currently working on converting an FEM simulation which was first coded in MatLab (easy testing) into C, in order to improve frame rates, etc.

    Now of course C isn't nearly as math...
Results 1 to 3 of 3