Do chmod u+x toAnalyze to make tell Unix that it is anexecutable program
Analyze it with gdb: gdb toAnalyze. It has a structure like:
int bar (/* some number of args */){ /* Some number of local vars */ return( /* something */ );}int foo (/* some number of args */){ /* Some if-statement */ /* Some number of local vars */ /* Some code, including call(s) to bar() */ return( /* something */ );}int main (){ /* Some number of local vars, including call(s) to foo() */ return(0);
}
5.
PayPal Gateway not configured
PayPal Gateway not configured