| View previous topic :: View next topic |
| Author |
Message |
Freiza Grandmaster Cheater
Reputation: 22
Joined: 28 Jun 2010 Posts: 662
|
Posted: Wed Feb 25, 2015 9:35 am Post subject: Stackoverflow people are morons. |
|
|
In this thread,
http://stackoverflow.com/questions/28709613/dll-injection-with-getfullpathnamea-not-working
I put a segment of my code asking, why my code is not working.
2 people just downvoted me saying publish entire code. Earlier in other thread when I posted a full source code they said only to publish relevant segment of the code.
Further when I published the complete code, they are down-voting me again and again. And pointing out the mistakes that I already had pointed out and also gave the correct description. Again 3 downvotes.
Unlike cheatengine in stackoverflow, you need to have certain amount of reputation. If your thread is down-voted many times and you have a low reputation points then you will not be able to ask questions again in stackoverflow.
I am never going back to stackoverflow again.
Those idiots don't know any answers. They just know how to down-vote. B@st@rds.
Stackoverflow mentality is like: "Oh you are a noob, Then die"
Stackoverflow is a popular site. That's why they act like shit.
I usually like to avoid slang but in this case F@CK you stackoverflow.
Summary: Got 5 downvotes and still haven't got correct answer.
_________________
|
|
| Back to top |
|
 |
deleted19776 I post too much
Reputation: 11
Joined: 29 Apr 2007 Posts: 3838
|
Posted: Wed Feb 25, 2015 10:29 am Post subject: |
|
|
Modifying the memory is generally a no-no in the programming world just because it's 'unethical' to do these things to currently open processes. The culture there is the desire to create an awesome app (See Silicon Valley's startup culture), not to modify existing running programs. That sounds sketchy to them. It even says this in the wikipedia page:
"In computer programming, DLL injection is a technique used for running code within the address space of another process by forcing it to load a dynamic-link library. DLL injection is often used by external programs to influence the behavior of another program in a way its authors did not anticipate or intend."
Edit: Yes, they're morons that are circlejerking to their own "change the world" culture.
|
|
| Back to top |
|
 |
SteveAndrew Master Cheater
Reputation: 30
Joined: 02 Sep 2012 Posts: 323
|
Posted: Wed Feb 25, 2015 5:25 pm Post subject: Re: Stackoverflow people are morons. |
|
|
| Freiza wrote: |
Summary: Got 5 downvotes and still haven't got correct answer. |
Check it again
Results of my test after fixing the problem with your code:
_________________
|
|
| Back to top |
|
 |
Virginia Newbie cheater
Reputation: 0
Joined: 02 Feb 2015 Posts: 15
|
Posted: Wed Feb 25, 2015 6:45 pm Post subject: |
|
|
| Unidan! You are banned!
|
|
| Back to top |
|
 |
Freiza Grandmaster Cheater
Reputation: 22
Joined: 28 Jun 2010 Posts: 662
|
Posted: Sat Feb 28, 2015 12:56 pm Post subject: Re: Stackoverflow people are morons. |
|
|
| SteveAndrew wrote: | | Freiza wrote: |
Summary: Got 5 downvotes and still haven't got correct answer. |
Check it again
Results of my test after fixing the problem with your code:
 |
No, this didn't solved my problem.
I have already tried
char *s = new char[250];
But thank you for your time and spirit.
Again, Thank You very much
Btw, I figured out the problem. The problem was in qt creator. The generated makefile was the problem. I wrote a new makefile myself and voila, same code ran just fine.
_________________
|
|
| Back to top |
|
 |
|