Page 2 of 2
Re: Utility.Library/CallHookPkt() :: "InitHook" possible?
Posted: Wed May 20, 2015 5:23 am
by colinw
Belxjander wrote:
EDIT: Updated the codebase, found that I was iterating an extra node which was pointed somewhere strange.
I have now included a limitation for IsNative() prior to calling the LanguageHook entirely without further crashing.
Why would you call IsNative() before calling a hook function. ??
As I told you above, CallHookPkt() automatically determins the code type being run, you don't have to do anything.
CallHookPkt() allows you to call 68K or Native code transparently in OS4.
Re: [Solved] Utility.Library/CallHookPkt()/"InitHook" possib
Posted: Wed May 20, 2015 5:27 pm
by broadblues
found that I was iterating an extra node which was pointed somewhere strange.
You should be working out *why* that node was pointing somewhere strange.
Re: [Solved] Utility.Library/CallHookPkt()/"InitHook" possib
Posted: Fri May 22, 2015 1:24 am
by Belxjander
broadblues wrote:
found that I was iterating an extra node which was pointed somewhere strange.
You should be working out *why* that node was pointing somewhere strange.
That IS one of the things I am trying to work out currently.