Page 10 of 11 FirstFirst ... 891011 LastLast
Results 136 to 150 of 151
  1. #136
    Departure's Avatar
    Join Date
    Nov 2010
    Gender
    male
    Posts
    805
    Reputation
    125
    Thanks
    1,794
    My Mood
    Doh
    Quote Originally Posted by Stephen View Post


    What If you made an injector that did that automatically
    Thats what D-Jector was meant to do in version 1.2, Been lazy and haven't updated, But yeah it has long been discussed....

  2. #137
    freedompeace's Avatar
    Join Date
    Jul 2010
    Gender
    female
    Posts
    3,033
    Reputation
    340
    Thanks
    2,792
    My Mood
    Sad
    Simply injecting bytes to EOF may cause crashing with some (my) DLLs (integrity checks anyone?). Although integrity checks aren't usually used, some people may use the end of the executable code to place stuff, like a UID or something.

    It's self enclosed for a reason :/
    Last edited by freedompeace; 05-07-2011 at 07:52 AM.

  3. #138
    topblast's Avatar
    Join Date
    Mar 2010
    Gender
    male
    Location
    Far from around you Programmer: C++ | VB | C# | JAVA
    Posts
    3,607
    Reputation
    149
    Thanks
    5,052
    My Mood
    Cool
    Hmm, why not use something completely new ^^. Instead of using DllMain, try loading a function within the dll :P, an exported function
    I just like programming, that is all.

    Current Stuff:

    • GPU Programmer (Cuda)
    • Client/Server (Cloud Server)
    • Mobile App Development

  4. #139
    freedompeace's Avatar
    Join Date
    Jul 2010
    Gender
    female
    Posts
    3,033
    Reputation
    340
    Thanks
    2,792
    My Mood
    Sad
    Quote Originally Posted by topblast View Post
    Hmm, why not use something completely new ^^. Instead of using DllMain, try loading a function within the dll :P, an exported function
    Yes! Great idea! Let's all dump the standards and make our own, and fuck up every injector in existence !

  5. #140
    topblast's Avatar
    Join Date
    Mar 2010
    Gender
    male
    Location
    Far from around you Programmer: C++ | VB | C# | JAVA
    Posts
    3,607
    Reputation
    149
    Thanks
    5,052
    My Mood
    Cool
    Quote Originally Posted by freedompeace View Post


    Yes! Great idea! Let's all dump the standards and make our own, and fuck up every injector in existence !
    Yea what he said, and make everyone HAVE to use your loader , an injector made for the hack, FUCK PERX
    I just like programming, that is all.

    Current Stuff:

    • GPU Programmer (Cuda)
    • Client/Server (Cloud Server)
    • Mobile App Development

  6. #141
    NOOB's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Posts
    3,843
    Reputation
    425
    Thanks
    8,616
    Quote Originally Posted by topblast View Post


    make everyone HAVE to use your loader
    https://www.mpgh.net/forum/164-combat...ck-cipher.html

  7. #142
    CAFlames's Avatar
    Join Date
    Jan 2010
    Gender
    male
    Location
    Where ever my imagination takes me
    Posts
    3,006
    Reputation
    202
    Thanks
    2,944
    My Mood
    Twisted

    Current Works:
    ---Horror Game





    [IMG]https://i645.photobucke*****m/albums/uu180/drgnforce9/Siggys/signature3.jpg[/IMG]
    Special thanks to drgnforce9 for my sig picture

    Quote Originally Posted by m_t_h View Post

    CAflames is one epic coder.

    Rep and thanks him.. or you're perma banned.

  8. #143
    topblast's Avatar
    Join Date
    Mar 2010
    Gender
    male
    Location
    Far from around you Programmer: C++ | VB | C# | JAVA
    Posts
    3,607
    Reputation
    149
    Thanks
    5,052
    My Mood
    Cool
    Last edited by topblast; 05-07-2011 at 07:21 PM.
    I just like programming, that is all.

    Current Stuff:

    • GPU Programmer (Cuda)
    • Client/Server (Cloud Server)
    • Mobile App Development

  9. #144
    Departure's Avatar
    Join Date
    Nov 2010
    Gender
    male
    Posts
    805
    Reputation
    125
    Thanks
    1,794
    My Mood
    Doh
    Quote Originally Posted by topblast View Post
    Hmm, why not use something completely new ^^. Instead of using DllMain, try loading a function within the dll :P, an exported function

    Dll Main is just a name, You can call any function with your dll as you wish, As long as it returns Process_Attached. but with anything it does need a starting point...

  10. #145

  11. #146
    NOOB's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Posts
    3,843
    Reputation
    425
    Thanks
    8,616
    portal sdk

  12. #147
    topblast's Avatar
    Join Date
    Mar 2010
    Gender
    male
    Location
    Far from around you Programmer: C++ | VB | C# | JAVA
    Posts
    3,607
    Reputation
    149
    Thanks
    5,052
    My Mood
    Cool
    Quote Originally Posted by Departure View Post
    Dll Main is just a name, You can call any function with your dll as you wish, As long as it returns Process_Attached. but with anything it does need a starting point...
    injectable codes, injectable mid function hooks.
    I just like programming, that is all.

    Current Stuff:

    • GPU Programmer (Cuda)
    • Client/Server (Cloud Server)
    • Mobile App Development

  13. #148
    Departure's Avatar
    Join Date
    Nov 2010
    Gender
    male
    Posts
    805
    Reputation
    125
    Thanks
    1,794
    My Mood
    Doh
    my next hack will include Polymorphism so in theory it should never get detected from the hashing method, as it will change its memory hash every time its loaded I will also include string encryption.. Combined this in theory will never be detected until they update the address's. I would also include sig scann to set the addresses at load time but Its not reliable enough, I guess the benefit of sig scanning all the hack addresses is that it should work for BR EU NA. I will release something soon to public to see if my theory actually works or not

  14. The Following 3 Users Say Thank You to Departure For This Useful Post:

    [MPGH]AVGN (05-08-2011),djw111 (05-08-2011),markoj (05-08-2011)

  15. #149
    NOOB's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Posts
    3,843
    Reputation
    425
    Thanks
    8,616
    Quote Originally Posted by Departure View Post
    my next hack will include Polymorphism so in theory it should never get detected from the hashing method, as it will change its memory hash every time its loaded I will also include string encryption.. Combined this in theory will never be detected until they update the address's. I would also include sig scann to set the addresses at load time but Its not reliable enough, I guess the benefit of sig scanning all the hack addresses is that it should work for BR EU NA. I will release something soon to public to see if my theory actually works or not
    me too

  16. #150
    Sydney's Avatar
    Join Date
    Mar 2010
    Gender
    male
    Location
    Germany...
    Posts
    1,356
    Reputation
    37
    Thanks
    1,144
    My Mood
    Amused
    Advertising fail?

    Thanks Cosmos


Page 10 of 11 FirstFirst ... 891011 LastLast