The function will only change the "highlyGuardedVariable" but won't return it in your example. That function is called a modifier and is a normal programming practice, not a hack. also this code:
is a waste of 2 lines+ as using the protectionBypass() inline function does nothing more than allow you to use the "highlyGuardedMethod" and would make more sense to make the other function public anyway.
Don't you hate it when you get C++ "Functions" and Java "Methods" mixed up?
they are picking on the easy people to get to the top so that its easier for them to pick on the big guys, like people on outwar...sounds like a lame tactic to me =/
what are the differences between quantum computing and quantom processing. Is quantum processing theoretically impossible while we already found out that quantum computing is possible?
why not create a program(or plugin/whatever) that will talk to other mail servers..and whenever a spammer sends mail, you can launch a multiple dos attack on the spammer. And since they are tresspassing on your property(at least in US legality) you can claim that they tresspassed you and you retaliated. Would it work? could it work? should we care a bit about legality in fighting spam?
so now we're teaching college students how to hack?
...first post :-p
but there is an error in your code that won't allow it to do EVERYTHING you can when directly accessing a variable/function:
inline void hackTheVariableToo(int value) {
highlyGuardedVariable= value;
}
The function will only change the "highlyGuardedVariable" but won't return it in your example. That function is called a modifier and is a normal programming practice, not a hack.
also this code:
inline void protectionBypass() {
highlyGuardedMethod();
}
is a waste of 2 lines+ as using the protectionBypass() inline function does nothing more than allow you to use the "highlyGuardedMethod" and would make more sense to make the other function public anyway.
Don't you hate it when you get C++ "Functions" and Java "Methods" mixed up?
I guess Im gunna have to buy my linux upgrades from Best Buy now instead of downloading them.
serves them[Microsoft] right!
they are picking on the easy people to get to the top so that its easier for them to pick on the big guys, like people on outwar...sounds like a lame tactic to me =/
what are the differences between quantum computing and quantom processing. Is quantum processing theoretically impossible while we already found out that quantum computing is possible?
why not create a program(or plugin/whatever) that will talk to other mail servers..and whenever a spammer sends mail, you can launch a multiple dos attack on the spammer. And since they are tresspassing on your property(at least in US legality) you can claim that they tresspassed you and you retaliated. Would it work? could it work? should we care a bit about legality in fighting spam?