Search:

Type: Posts; User: thawalrus

Search: Search took 0.00 seconds.

  1. Replies
    4
    Views
    46,773

    Yes, the call hook can easily be repaired by...

    Yes, the call hook can easily be repaired by putting the original function address there again. For the other one you need to repair the function itself or creating a 'trampoline' to have the...
  2. Replies
    4
    Views
    46,773

    I've now just realized that perhaps the...

    I've now just realized that perhaps the cracking_hook_call is not really 'hooking', but replacing the call itself. If that's the case, then this only makes sense if the function is called only from...
  3. Replies
    4
    Views
    46,773

    Hook call vs hook function

    Hello,

    I was interested in how libcod does the hooking. Now I see that there are two functions that are very much alike: cracking_hook_function and cracking_hook_call. One is inserting a JMP...
Results 1 to 3 of 3