It is a mental shortcutsectroyer wrote:I do NOT understandHow do you "use _ZN9TCTvProxy17GetPresentProgramEP9TCChanneljP9TCProgram" ?
Paste code

Of course I use this hook in libLogChannel.

edit:
Of course I use this call function in libLogChannel.

It is a mental shortcutsectroyer wrote:I do NOT understandHow do you "use _ZN9TCTvProxy17GetPresentProgramEP9TCChanneljP9TCProgram" ?
Paste code
OK. Funny.zoelechat wrote:Nevermind wluczykijwf, sectroyer never admits his own bugs, but love to shout other's ones
OK, thanks.zoelechat wrote:Btw, don't talk about "hook", you don't hook: you just call function, and he's now playing on that
OK. I will check this lib. Thanks.sectroyer wrote:if you call function, it works. That's what I use in libRecTitle and works as a charmCheck it if you want
Code: Select all
if(dyn_sym_tab_init(h, dyn_hook_fn_tab, ARRAYSIZE(dyn_hook_fn_tab)) >= 0)
{
set_hooks(LIB_HOOKS, ARRAYSIZE(LIB_HOOKS));
_hooked = 1;
}
OK. Thanks. Now I seems to understand your's structurezoelechat wrote:That part init hooks, you don't need it as long as lib is not resident one.