Search:

Type: Posts; User: Max_Power

Search: Search took 0.00 seconds.

  1. Replies
    4
    Views
    3,551

    Whoops, needed to add the module handle to it...

    Whoops, needed to add the module handle to it also. That still didn't fix anything though. One thing to keep in mind is that I get this error even when I skip all the manual PE stuff and try...
  2. Replies
    4
    Views
    3,551

    char* szName = (iidDesc->Name + (unsigned...

    char* szName = (iidDesc->Name + (unsigned long)hMod);

    I believe it needs to be cast to a char pointer, but unfortunately that is not the solution. It would still crash anyway, I was casting it...
  3. Replies
    4
    Views
    3,551

    API Hook and Invalid Access Error

    I am working on a basic little program that uses DLL Injection to hook API functions. The problem I am having is that the program the DLL is injected into reports this error:
    ...
Results 1 to 3 of 3