You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to hook a member function of some class in C++, for example, Helper::func()
classHelper {
public:voidfunc(){
// do something here...
}
}
But I have not found related document here. Is this possible with plthook? If I want to achieve this, what efforts do I need to make? Thanks in advance.
The text was updated successfully, but these errors were encountered:
I want to hook a member function of some class in C++, for example,
Helper::func()
But I have not found related document here. Is this possible with plthook? If I want to achieve this, what efforts do I need to make? Thanks in advance.
The text was updated successfully, but these errors were encountered: