Author Topic: WinApiOverride32  (Read 2360 times)

0 Members and 1 Guest are viewing this topic.

Aurel

  • Guest
WinApiOverride32
« on: October 23, 2012, 09:29:21 AM »
I use this program to test few exe files.
I am not sure that this testing is 100% correct... ::)

Quote
'testing gxo2 with WinApiOverride32 - 23.10.2012.
Analysing hook availability for Oxygen.dll...
Analysing hook availability for KERNEL32.dll...
Analysing hook availability for msvcrt.dll...
Warning: Function __mb_cur_max can't be hooked: Address is not in an executable section, it can be an exported variable
Warning: Function _fmode can't be hooked: Address is not in an executable section, it can be an exported variable
Warning: Function _iob can't be hooked: Address is not in an executable section, it can be an exported variable
Warning: Function _pctype can't be hooked: Address is not in an executable section, it can be an exported variable
Warning: Function _stricmp has the same entry point as _strcmpi
Analysing hook availability for USER32.dll...

Operation Completed : 0 error, 5 warnings

Charles ,do you can confirm this warnings?


Charles Pegge

  • Guest
Re: WinApiOverride32
« Reply #1 on: October 24, 2012, 06:15:31 AM »

I'm not sure what a hook is in this context, but Oxygen does not have any.

Aurel

  • Guest
Re: WinApiOverride32
« Reply #2 on: October 24, 2012, 08:23:13 AM »
I don't know...
but what means this:
Function _stricmp has the same entry point as _strcmpi