1
0
mirror of https://github.com/alliedmodders/metamod-source.git synced 2024-11-28 10:24:20 +01:00
HLMetaModOfficial/core/sourcehook/test/testmanual.cpp
David Anderson e19413dd5b Some reorganization.
--HG--
rename : sourcemm/IPluginManager.h => core/IPluginManager.h
rename : sourcemm/ISmmAPI.h => core/ISmmAPI.h
rename : sourcemm/ISmmPlugin.h => core/ISmmPlugin.h
rename : sourcemm/ISmmPluginExt.h => core/ISmmPluginExt.h
rename : sourcemm/LICENSE.txt => core/LICENSE.txt
rename : sourcemm/Makefile => core/Makefile
rename : sourcemm/changelog.txt => core/changelog.txt
rename : sourcemm/episode1/console.cpp => core/episode1/console.cpp
rename : sourcemm/episode1/console.h => core/episode1/console.h
rename : sourcemm/episode1/convar_smm.h => core/episode1/convar_smm.h
rename : sourcemm/episode1/msvc8/sourcemm.sln => core/episode1/msvc8/sourcemm.sln
rename : sourcemm/episode1/msvc8/sourcemm.vcproj => core/episode1/msvc8/sourcemm.vcproj
rename : sourcemm/episode1/provider_ep1.cpp => core/episode1/provider_ep1.cpp
rename : sourcemm/episode1/provider_ep1.h => core/episode1/provider_ep1.h
rename : sourcemm/episode1/vsp_listener.cpp => core/episode1/vsp_listener.cpp
rename : sourcemm/episode1/vsp_listener.h => core/episode1/vsp_listener.h
rename : sourcemm/metamod.cpp => core/metamod.cpp
rename : sourcemm/metamod.h => core/metamod.h
rename : sourcemm/metamod_console.cpp => core/metamod_console.cpp
rename : sourcemm/metamod_console.h => core/metamod_console.h
rename : sourcemm/metamod_oslink.cpp => core/metamod_oslink.cpp
rename : sourcemm/metamod_oslink.h => core/metamod_oslink.h
rename : sourcemm/metamod_plugins.cpp => core/metamod_plugins.cpp
rename : sourcemm/metamod_plugins.h => core/metamod_plugins.h
rename : sourcemm/metamod_provider.h => core/metamod_provider.h
rename : sourcemm/metamod_util.cpp => core/metamod_util.cpp
rename : sourcemm/metamod_util.h => core/metamod_util.h
rename : sourcemm/episode2/console.cpp => core/provider/console.cpp
rename : sourcemm/episode2/console.h => core/provider/console.h
rename : sourcemm/episode2/msvc8/sourcemm.sln => core/provider/msvc8/sourcemm.sln
rename : sourcemm/episode2/msvc8/sourcemm.vcproj => core/provider/msvc8/sourcemm.vcproj
rename : sourcemm/episode2/msvc9/sourcemm.sln => core/provider/msvc9/sourcemm.sln
rename : sourcemm/episode2/msvc9/sourcemm.vcproj => core/provider/msvc9/sourcemm.vcproj
rename : sourcemm/episode2/provider_ep2.cpp => core/provider/provider_ep2.cpp
rename : sourcemm/episode2/provider_ep2.h => core/provider/provider_ep2.h
rename : sourcemm/episode2/vsp_listener.cpp => core/provider/vsp_listener.cpp
rename : sourcemm/episode2/vsp_listener.h => core/provider/vsp_listener.h
rename : sourcehook/FastDelegate.h => core/sourcehook/FastDelegate.h
rename : sourcehook/generate/FastDelegate.h => core/sourcehook/generate/FastDelegate.h
rename : sourcehook/generate/FastDelegate.hxx => core/sourcehook/generate/FastDelegate.hxx
rename : sourcehook/generate/generate => core/sourcehook/generate/generate
rename : sourcehook/generate/generate.bat => core/sourcehook/generate/generate.bat
rename : sourcehook/generate/sh_memfuncinfo.h => core/sourcehook/generate/sh_memfuncinfo.h
rename : sourcehook/generate/sh_memfuncinfo.hxx => core/sourcehook/generate/sh_memfuncinfo.hxx
rename : sourcehook/generate/shworker.bin => core/sourcehook/generate/shworker.bin
rename : sourcehook/generate/shworker.exe => core/sourcehook/generate/shworker.exe
rename : sourcehook/generate/shworker/Makefile => core/sourcehook/generate/shworker/Makefile
rename : sourcehook/generate/shworker/fd_hopter.cpp => core/sourcehook/generate/shworker/fd_hopter.cpp
rename : sourcehook/generate/shworker/msvc7/shworker.vcproj => core/sourcehook/generate/shworker/msvc7/shworker.vcproj
rename : sourcehook/generate/shworker/msvc8/shworker.vcproj => core/sourcehook/generate/shworker/msvc8/shworker.vcproj
rename : sourcehook/generate/shworker/shworker.cpp => core/sourcehook/generate/shworker/shworker.cpp
rename : sourcehook/generate/sourcehook.h => core/sourcehook/generate/sourcehook.h
rename : sourcehook/generate/sourcehook.hxx => core/sourcehook/generate/sourcehook.hxx
rename : sourcehook/sh_list.h => core/sourcehook/sh_list.h
rename : sourcehook/sh_memfuncinfo.h => core/sourcehook/sh_memfuncinfo.h
rename : sourcehook/sh_memory.h => core/sourcehook/sh_memory.h
rename : sourcehook/sh_pagealloc.h => core/sourcehook/sh_pagealloc.h
rename : sourcehook/sh_stack.h => core/sourcehook/sh_stack.h
rename : sourcehook/sh_string.h => core/sourcehook/sh_string.h
rename : sourcehook/sh_tinyhash.h => core/sourcehook/sh_tinyhash.h
rename : sourcehook/sh_vector.h => core/sourcehook/sh_vector.h
rename : sourcehook/sourcehook.cpp => core/sourcehook/sourcehook.cpp
rename : sourcehook/sourcehook.h => core/sourcehook/sourcehook.h
rename : sourcehook/sourcehook_hookmangen.cpp => core/sourcehook/sourcehook_hookmangen.cpp
rename : sourcehook/sourcehook_hookmangen.h => core/sourcehook/sourcehook_hookmangen.h
rename : sourcehook/sourcehook_hookmangen_x86.h => core/sourcehook/sourcehook_hookmangen_x86.h
rename : sourcehook/sourcehook_impl.h => core/sourcehook/sourcehook_impl.h
rename : sourcehook/sourcehook_impl_chook.h => core/sourcehook/sourcehook_impl_chook.h
rename : sourcehook/sourcehook_impl_chookidman.h => core/sourcehook/sourcehook_impl_chookidman.h
rename : sourcehook/sourcehook_impl_chookmaninfo.h => core/sourcehook/sourcehook_impl_chookmaninfo.h
rename : sourcehook/sourcehook_impl_ciface.h => core/sourcehook/sourcehook_impl_ciface.h
rename : sourcehook/sourcehook_impl_cproto.h => core/sourcehook/sourcehook_impl_cproto.h
rename : sourcehook/sourcehook_impl_cvfnptr.h => core/sourcehook/sourcehook_impl_cvfnptr.h
rename : sourcehook/sourcehook_pibuilder.h => core/sourcehook/sourcehook_pibuilder.h
rename : sourcehook/test/Makefile => core/sourcehook/test/Makefile
rename : sourcehook/test/generate.bat => core/sourcehook/test/generate.bat
rename : sourcehook/test/main.cpp => core/sourcehook/test/main.cpp
rename : sourcehook/test/msvc7/test.vcproj => core/sourcehook/test/msvc7/test.vcproj
rename : sourcehook/test/msvc8/test.vcproj => core/sourcehook/test/msvc8/test.vcproj
rename : sourcehook/test/sourcehook_test.h => core/sourcehook/test/sourcehook_test.h
rename : sourcehook/test/test1.cpp => core/sourcehook/test/test1.cpp
rename : sourcehook/test/test2.cpp => core/sourcehook/test/test2.cpp
rename : sourcehook/test/test3.cpp => core/sourcehook/test/test3.cpp
rename : sourcehook/test/test4.cpp => core/sourcehook/test/test4.cpp
rename : sourcehook/test/testbail.cpp => core/sourcehook/test/testbail.cpp
rename : sourcehook/test/testbail.h => core/sourcehook/test/testbail.h
rename : sourcehook/test/testbail2.cpp => core/sourcehook/test/testbail2.cpp
rename : sourcehook/test/testevents.h => core/sourcehook/test/testevents.h
rename : sourcehook/test/testhookmangen.cpp => core/sourcehook/test/testhookmangen.cpp
rename : sourcehook/test/testhookmangen.h => core/sourcehook/test/testhookmangen.h
rename : sourcehook/test/testhookmangen.hxx => core/sourcehook/test/testhookmangen.hxx
rename : sourcehook/test/testlist.cpp => core/sourcehook/test/testlist.cpp
rename : sourcehook/test/testmanual.cpp => core/sourcehook/test/testmanual.cpp
rename : sourcehook/test/testmulti.cpp => core/sourcehook/test/testmulti.cpp
rename : sourcehook/test/testrecall.cpp => core/sourcehook/test/testrecall.cpp
rename : sourcehook/test/testreentr.cpp => core/sourcehook/test/testreentr.cpp
rename : sourcehook/test/testref.cpp => core/sourcehook/test/testref.cpp
rename : sourcehook/test/testrefret.cpp => core/sourcehook/test/testrefret.cpp
rename : sourcehook/test/testvphooks.cpp => core/sourcehook/test/testvphooks.cpp
rename : sourcemm/svn_version.h => core/svn_version.h
rename : sourcemm/svn_version.tpl => core/svn_version.tpl
rename : sourcemm/version.rc => core/version.rc
2008-11-14 04:04:02 -06:00

383 lines
12 KiB
C++

#include <string>
#include "sourcehook.h"
#include "sourcehook_test.h"
#include "testevents.h"
// TESTMANUAL
// Test manual hooks
// :TODO: test more extensively
namespace
{
StateList g_States;
SourceHook::ISourceHook *g_SHPtr;
SourceHook::Plugin g_PLID;
MAKE_STATE_1(State_Func1_Called, void*); // param1: This pointer
MAKE_STATE_2(State_Func2_Called, void*, int); // param1: This pointer; param2: parameter
MAKE_STATE_1(State_Func3_Called, void*); // param1: This pointer
MAKE_STATE_2(State_Func4_Called, void*, int); // param1: This pointer; param2: parameter
MAKE_STATE_1(State_Func5_Called, void*); // param1: This pointer
MAKE_STATE_1(State_Func1H_Called, void*);
MAKE_STATE_2(State_Func2H_Called, void*, int);
MAKE_STATE_1(State_Func3H_Called, void*);
MAKE_STATE_2(State_Func4H_Called, void*, int);
MAKE_STATE_1(State_Return, short);
class TheWall
{
public:
virtual void Func1()
{
ADD_STATE(State_Func1_Called(reinterpret_cast<void*>(this)));
}
virtual void Func2(int x)
{
ADD_STATE(State_Func2_Called(reinterpret_cast<void*>(this), x));
}
virtual short Func3()
{
ADD_STATE(State_Func3_Called(reinterpret_cast<void*>(this)));
return 3;
}
virtual short Func4(int x)
{
ADD_STATE(State_Func4_Called(reinterpret_cast<void*>(this), x));
return 4;
}
virtual void Func5()
{
ADD_STATE(State_Func5_Called(reinterpret_cast<void*>(this)));
}
virtual const char *Func6()
{
return 0;
}
virtual char *Func7()
{
return 0;
}
};
SH_DECL_HOOK0_void(TheWall, Func1, SH_NOATTRIB, 0);
SH_DECL_HOOK1_void(TheWall, Func2, SH_NOATTRIB, 0, int);
SH_DECL_HOOK0(TheWall, Func3, SH_NOATTRIB, 0, short);
SH_DECL_HOOK1(TheWall, Func4, SH_NOATTRIB, 0, short, int);
SH_DECL_MANUALHOOK0_void(TheWall_Func1, 0, 0, 0);
SH_DECL_MANUALHOOK1_void(TheWall_Func2, 1, 0, 0, int);
SH_DECL_MANUALHOOK0(TheWall_Func3, 2, 0, 0, short);
SH_DECL_MANUALHOOK1(TheWall_Func4, 3, 0, 0, short, int);
SH_DECL_MANUALHOOK0(TheWall_Func6, 5, 0, 0, const char *);
SH_DECL_MANUALEXTERN0(TheWall_Func6, const char *);
SH_DECL_MANUALHOOK0(TheWall_Func7, 6, 0, 0, char *);
SH_DECL_MANUALEXTERN0(TheWall_Func7, char *);
SH_DECL_MANUALEXTERN0_void(TheWall_Func1);
SH_DECL_MANUALEXTERN1(TheWall_Func4, short, int);
typedef void (SourceHook::EmptyClass::*MFP_Func1)();
typedef void (SourceHook::EmptyClass::*MFP_Func2)(int);
typedef short (SourceHook::EmptyClass::*MFP_Func3)();
typedef short (SourceHook::EmptyClass::*MFP_Func4)(int);
void Handler_Func1()
{
ADD_STATE(State_Func1H_Called(META_IFACEPTR(void)));
}
void Handler_Func2(int x)
{
ADD_STATE(State_Func2H_Called(META_IFACEPTR(void), x));
RETURN_META_MNEWPARAMS(MRES_IGNORED, TheWall_Func2, (0x87654321));
}
short Handler_Func3()
{
ADD_STATE(State_Func3H_Called(META_IFACEPTR(void)));
return 0;
}
short Handler_Func4(int x)
{
ADD_STATE(State_Func4H_Called(META_IFACEPTR(void), x));
// newparams (recall) using the manual hook declaration!
RETURN_META_VALUE_MNEWPARAMS(MRES_IGNORED, 0, TheWall_Func4, (0x12345678));
}
struct AnotherBrick
{
void Handler_Func1()
{
ADD_STATE(State_Func1H_Called(META_IFACEPTR(void)));
RETURN_META(MRES_SUPERCEDE);
}
};
TheWall *MyInstanceFactory()
{
return new TheWall;
}
}
bool TestManual(std::string &error)
{
GET_SHPTR(g_SHPtr);
g_PLID = 1337;
TheWall *p = MyInstanceFactory();
CAutoPtrDestruction<TheWall> apd(p);
SourceHook::ManualCallClass *cc = SH_GET_MCALLCLASS(p, sizeof(void*));
// 1)
// Call each function
p->Func1();
p->Func2(200);
ADD_STATE(State_Return(p->Func3()));
ADD_STATE(State_Return(p->Func4(400)));
CHECK_STATES((&g_States,
new State_Func1_Called(p),
new State_Func2_Called(p, 200),
new State_Func3_Called(p),
new State_Return(3),
new State_Func4_Called(p, 400),
new State_Return(4),
NULL), "Part 1");
// 1.1)
// Now call each function through the manual call class, using the hook decl and manually
SH_MCALL(cc, TheWall_Func1)();
SH_MCALL2(cc, MFP_Func1(), 0, 0, 0)();
SH_MCALL(cc, TheWall_Func2)(200);
SH_MCALL2(cc, MFP_Func2(), 1, 0, 0)(200);
ADD_STATE(State_Return(SH_MCALL(cc, TheWall_Func3)()));
ADD_STATE(State_Return(SH_MCALL2(cc, MFP_Func3(), 2, 0, 0)()));
ADD_STATE(State_Return(SH_MCALL(cc, TheWall_Func4)(400)));
ADD_STATE(State_Return(SH_MCALL2(cc, MFP_Func4(), 3, 0, 0)(400)));
CHECK_STATES((&g_States,
new State_Func1_Called(p),
new State_Func1_Called(p),
new State_Func2_Called(p, 200),
new State_Func2_Called(p, 200),
new State_Func3_Called(p),
new State_Return(3),
new State_Func3_Called(p),
new State_Return(3),
new State_Func4_Called(p, 400),
new State_Return(4),
new State_Func4_Called(p, 400),
new State_Return(4),
NULL), "Part 1.1");
// 2)
// Hook each function normally, call them
SH_ADD_HOOK(TheWall, Func1, p, SH_STATIC(Handler_Func1), false);
SH_ADD_HOOK(TheWall, Func2, p, SH_STATIC(Handler_Func2), false);
SH_ADD_HOOK(TheWall, Func3, p, SH_STATIC(Handler_Func3), false);
SH_ADD_HOOK(TheWall, Func4, p, SH_STATIC(Handler_Func4), false);
p->Func1();
p->Func2(200);
ADD_STATE(State_Return(p->Func3()));
ADD_STATE(State_Return(p->Func4(400)));
CHECK_STATES((&g_States,
new State_Func1H_Called(p),
new State_Func1_Called(p),
new State_Func2H_Called(p, 200),
new State_Func2_Called(p, 0x87654321),
new State_Func3H_Called(p),
new State_Func3_Called(p),
new State_Return(3),
new State_Func4H_Called(p, 400),
new State_Func4_Called(p, 0x12345678),
new State_Return(4),
NULL), "Part 2");
// Call them through the mcallclass
// 2.1)
// Now call each function through the manual call class, using the hook decl and manually
SH_MCALL(cc, TheWall_Func1)();
SH_MCALL2(cc, MFP_Func1(), 0, 0, 0)();
SH_MCALL(cc, TheWall_Func2)(200);
SH_MCALL2(cc, MFP_Func2(), 1, 0, 0)(200);
ADD_STATE(State_Return(SH_MCALL(cc, TheWall_Func3)()));
ADD_STATE(State_Return(SH_MCALL2(cc, MFP_Func3(), 2, 0, 0)()));
ADD_STATE(State_Return(SH_MCALL(cc, TheWall_Func4)(400)));
ADD_STATE(State_Return(SH_MCALL2(cc, MFP_Func4(), 3, 0, 0)(400)));
CHECK_STATES((&g_States,
new State_Func1_Called(p),
new State_Func1_Called(p),
new State_Func2_Called(p, 200),
new State_Func2_Called(p, 200),
new State_Func3_Called(p),
new State_Return(3),
new State_Func3_Called(p),
new State_Return(3),
new State_Func4_Called(p, 400),
new State_Return(4),
new State_Func4_Called(p, 400),
new State_Return(4),
NULL), "Part 2.1");
// Unhook them
SH_REMOVE_HOOK(TheWall, Func1, p, SH_STATIC(Handler_Func1), false);
SH_REMOVE_HOOK(TheWall, Func2, p, SH_STATIC(Handler_Func2), false);
SH_REMOVE_HOOK(TheWall, Func3, p, SH_STATIC(Handler_Func3), false);
SH_REMOVE_HOOK(TheWall, Func4, p, SH_STATIC(Handler_Func4), false);
// 3)
// Hook each function manually, call them
SH_ADD_MANUALHOOK(TheWall_Func1, p, SH_STATIC(Handler_Func1), false);
SH_ADD_MANUALHOOK(TheWall_Func2, p, SH_STATIC(Handler_Func2), false);
SH_ADD_MANUALHOOK(TheWall_Func3, p, SH_STATIC(Handler_Func3), false);
SH_ADD_MANUALHOOK(TheWall_Func4, p, SH_STATIC(Handler_Func4), false);
p->Func1();
p->Func2(200);
ADD_STATE(State_Return(p->Func3()));
ADD_STATE(State_Return(p->Func4(400)));
CHECK_STATES((&g_States,
new State_Func1H_Called(p),
new State_Func1_Called(p),
new State_Func2H_Called(p, 200),
new State_Func2_Called(p, 0x87654321),
new State_Func3H_Called(p),
new State_Func3_Called(p),
new State_Return(3),
new State_Func4H_Called(p, 400),
new State_Func4_Called(p, 0x12345678),
new State_Return(4),
NULL), "Part 3");
// Now through the mcallclass
// Call them through the mcallclass
// 3.1)
// Now call each function through the manual call class, using the hook decl and manually
SH_MCALL(cc, TheWall_Func1)();
SH_MCALL2(cc, MFP_Func1(), 0, 0, 0)();
SH_MCALL(cc, TheWall_Func2)(200);
SH_MCALL2(cc, MFP_Func2(), 1, 0, 0)(200);
ADD_STATE(State_Return(SH_MCALL(cc, TheWall_Func3)()));
ADD_STATE(State_Return(SH_MCALL2(cc, MFP_Func3(), 2, 0, 0)()));
ADD_STATE(State_Return(SH_MCALL(cc, TheWall_Func4)(400)));
ADD_STATE(State_Return(SH_MCALL2(cc, MFP_Func4(), 3, 0, 0)(400)));
CHECK_STATES((&g_States,
new State_Func1_Called(p),
new State_Func1_Called(p),
new State_Func2_Called(p, 200),
new State_Func2_Called(p, 200),
new State_Func3_Called(p),
new State_Return(3),
new State_Func3_Called(p),
new State_Return(3),
new State_Func4_Called(p, 400),
new State_Return(4),
new State_Func4_Called(p, 400),
new State_Return(4),
NULL), "Part 3.1");
// Unhook them
SH_REMOVE_MANUALHOOK(TheWall_Func1, p, SH_STATIC(Handler_Func1), false);
SH_REMOVE_MANUALHOOK(TheWall_Func2, p, SH_STATIC(Handler_Func2), false);
SH_REMOVE_MANUALHOOK(TheWall_Func3, p, SH_STATIC(Handler_Func3), false);
SH_REMOVE_MANUALHOOK(TheWall_Func4, p, SH_STATIC(Handler_Func4), false);
// 4)
// Hook each function manually, then normally, call, unhook
AnotherBrick handler_inst;
// Why this?
// 1) tests sh_add_manualhook
// 2) in my tests, the proto of the manual hook was not equal to the proto of the auto hook
// (because there are no attribs for manual hooks).
// sourcehook.cpp did a !strcmp(..), so it assigned a new hook manager even though there
// already was one for this vfnptr. This hook manager stored the pointer of the original
// hook manager's hookfunc as the orig pointer - everything seemingly worked.
// The problem with this is that returning MRES_SUPERCEDE (as AnotherBrick::Handler_Func1
// does) will supercede the second hook func from being called - thus bypassing the call
// of the auto hook here.
SH_ADD_MANUALHOOK(TheWall_Func1, p, SH_MEMBER(&handler_inst, &AnotherBrick::Handler_Func1), false);
SH_ADD_MANUALHOOK(TheWall_Func2, p, SH_STATIC(Handler_Func2), false);
SH_ADD_MANUALHOOK(TheWall_Func3, p, SH_STATIC(Handler_Func3), false);
SH_ADD_MANUALHOOK(TheWall_Func4, p, SH_STATIC(Handler_Func4), false);
SH_ADD_HOOK(TheWall, Func1, p, SH_STATIC(Handler_Func1), false);
SH_ADD_HOOK(TheWall, Func2, p, SH_STATIC(Handler_Func2), false);
SH_ADD_HOOK(TheWall, Func3, p, SH_STATIC(Handler_Func3), false);
SH_ADD_HOOK(TheWall, Func4, p, SH_STATIC(Handler_Func4), false);
p->Func1();
p->Func2(200);
ADD_STATE(State_Return(p->Func3()));
ADD_STATE(State_Return(p->Func4(400)));
CHECK_STATES((&g_States,
new State_Func1H_Called(p),
new State_Func1H_Called(p),
//new State_Func1_Called(p),
new State_Func2H_Called(p, 200),
new State_Func2H_Called(p, 0x87654321),
new State_Func2_Called(p, 0x87654321),
new State_Func3H_Called(p),
new State_Func3H_Called(p),
new State_Func3_Called(p),
new State_Return(3),
new State_Func4H_Called(p, 400),
new State_Func4H_Called(p, 0x12345678),
new State_Func4_Called(p, 0x12345678),
new State_Return(4),
NULL), "Part 4");
SH_REMOVE_MANUALHOOK(TheWall_Func1, p, SH_MEMBER(&handler_inst, &AnotherBrick::Handler_Func1), false);
SH_REMOVE_MANUALHOOK(TheWall_Func2, p, SH_STATIC(Handler_Func2), false);
SH_REMOVE_MANUALHOOK(TheWall_Func3, p, SH_STATIC(Handler_Func3), false);
SH_REMOVE_MANUALHOOK(TheWall_Func4, p, SH_STATIC(Handler_Func4), false);
SH_REMOVE_HOOK(TheWall, Func1, p, SH_STATIC(Handler_Func1), false);
SH_REMOVE_HOOK(TheWall, Func2, p, SH_STATIC(Handler_Func2), false);
SH_REMOVE_HOOK(TheWall, Func3, p, SH_STATIC(Handler_Func3), false);
SH_REMOVE_HOOK(TheWall, Func4, p, SH_STATIC(Handler_Func4), false);
// 5) Reconfigure TheWall_Func1 to actually hook Func5:
SH_MANUALHOOK_RECONFIGURE(TheWall_Func1, 4, 0, 0);
SH_MANUALHOOK_RECONFIGURE(TheWall_Func1, 4, 0, 0);
SH_ADD_MANUALHOOK(TheWall_Func1, p, SH_STATIC(Handler_Func1), false);
p->Func5();
SH_MCALL(p, TheWall_Func1)();
CHECK_STATES((&g_States,
new State_Func1H_Called(p),
new State_Func5_Called(p),
new State_Func5_Called(p),
NULL), "Part 5");
// 6) Test auto-remove on reconfig
SH_MANUALHOOK_RECONFIGURE(TheWall_Func1, 0, 0, 0);
p->Func1();
p->Func5();
CHECK_STATES((&g_States,
new State_Func1_Called(p),
new State_Func5_Called(p),
NULL), "Part 6");
return true;
}