Posts: 39
Threads: 9
Joined: May 2015
Reputation:
0
I've tried hook main() using hook ALS 7 but didn't work, can someone show me how to hook main() ? I've searched about this but i didn't found how to solve this.
Posts: 10,066
Threads: 38
Joined: Sep 2007
Reputation:
0
You can't hook main because it is not a public function in the normal sense and it doesn't have the 'public' keyword, either.