Thread
:
how to change the entry point in gcc
View Single Post
xpi0t0s
Mentor
30Sep2011,14:44
Not a good idea unless you deliberately want to obfuscate your code. Instead try this:
Code:
int main() { return entry(); }
then continue as previously, coding from entry().