Register for your free account! | Forgot your password?

Go Back   elitepvpers > Coders Den > C/C++
You last visited: Today at 23:52

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



C++ split string + dll injecting

Discussion on C++ split string + dll injecting within the C/C++ forum part of the Coders Den category.

Reply
 
Old   #1

 
elite*gold: 556
Join Date: Aug 2006
Posts: 502
Received Thanks: 404
C++ split string + dll injecting

Hallo,

Ich habe meine DLL injekted, doch leider wird crashed sofort die anwendung.
Was kann den hier falsch laufen?

Code:

void split(vector<string> &result, string str, char delim ) {
  string tmp;
  string::iterator i;
  result.clear();

  for(i = str.begin(); i <= str.end(); ++i) {
    if((const char)*i != delim  && i != str.end()) {
      tmp += *i;
    } else {
      result.push_back(tmp);
      tmp = "";
    }
  }
}
und im hauptcode

Code:
 vector<string> args;
 split(args, sendstr, '|');
sendstr ist ein " std::string "


Danke
uragan is offline  
Old 08/07/2011, 11:56   #2
 
xNopex's Avatar
 
elite*gold: 0
Join Date: May 2009
Posts: 827
Received Thanks: 471
Code:
for(i = str.begin(); i <= str.end(); ++i)
>>

Code:
for(i = str.begin(); i < str.end(); ++i)
xNopex is offline  
Thanks
1 User
Reply


Similar Threads Similar Threads
gc split up
12/02/2010 - Grand Chase - 6 Replies
im confused i heard somethign about gc spliting up like with the chars and all but i dnt understand it how does it work and all ? its not comming anytime soon like in a month or so but hard to picture it
[C++] string zwischen string
11/11/2010 - C/C++ - 6 Replies
tag gibts direkt ne funktion, mit der man einen passenden string zwischen dem string suchen kann? also meine net .find() sondern sowas ähnliches, die in diesem beispiel "mein string sucht" Bsp: "<span id=\"lalala\">"+string mein_string+"</span>" understanden? :-)
Help by injecting
10/01/2010 - Combat Arms Hacks, Bots, Cheats & Exploits - 3 Replies
Some people say their hacks dont work but you always can use Gordon 1.4.0 You dont need to have an account for it. Just download gordonsys loader, open it and than u see login screen. But above login screen there are some tabs, click on injector, type by process Engine.exe click on pick library, choose your .dll file fill in by delay 0 (or 1000) click on stealth injection, (If u want to keep this settings click on Add library) click inject, And enjoy playing, (srry for my bad english)...
method of injecting
12/25/2009 - Soldier Front Philippines - 3 Replies
Any injector... as usual automatic injection, find the dll file, type the specialforce.exe but before that download this :cmdSwitch.vbs Download The tools here >>>>>>> O <<<<<<< 1. Open cmd switcher (When downloading Click then the Save as. Dont click Open with notepad) > Click Ok http://img686.imageshack.us/img686/8343/snap4s.jp g



All times are GMT +1. The time now is 23:54.


Powered by vBulletin®
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2025 elitepvpers All Rights Reserved.